/*===============================================================================================================================*/
/*                                                            RESET.CSS                                                          */
/*===============================================================================================================================*/
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	position: relative;
	line-height: 1;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 100%;
	color: #272727;
	background: #121213;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	padding-top: 68px;
}

body.login {
}

body.scrolled {
	padding-top: 0px;
}

body.login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url("../images/bkg_login-background.jpg") no-repeat bottom fixed;
    background-size: cover;
    height: 100%;
    min-height: 100%;
	padding-top: 60px;
    z-index: -1;
	border-bottom: 30px solid black;
}

body.login:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
	z-index: -1;
}

@media only screen and (max-width : 90em) {

	body.login {
		padding-top: 20px;
	}

}

@media only screen and (max-width : 46em) {

	body {
		font-size: 90%
	}

	body.login {
		position: relative;
		height: auto;
		min-height: 0;
		padding-top: 0px;
		background: #f3f3f3 url("../images/bkg_login-background.jpg") no-repeat bottom fixed;
		background-size: cover;
		border-bottom: none;
	}

}

@media only screen and (max-width : 30em) {

	body.login {
		background: #f3f3f3 url("../images/bkg_login-background.jpg") no-repeat bottom fixed;
	
	}

}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===============================================================================================================================*/
/*                                                          WEBSITE.CSS                                                          */
/*===============================================================================================================================*/
br.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

br.clearfloat-ie11,
br.max-phone-l,
br.max-phone-p {
	display: none;
}

@media only screen and (max-width : 64em) {

	br.min-tablet-wide {
		display: none;
	}
}

@media only screen and (max-width : 50.75em) {

	br.min-tablet-l {
		display: none;
	}
}

@media only screen and (max-width : 46em) {

	br.min-tablet-p {
		display: none;
	}

	br.max-phone-l {
		display: block;
		font-size: 1px;
		line-height: 0px;
		margin: 0px;
		clear: both;
		height: 0px;
	}
}

@media only screen and (max-width : 30em) {

	br.min-phone-l {
		display: none;
	}
}

h1 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.9em;
	color: #4F4F4F;
	line-height: 1.3;
	margin: 0 0 60px;
	letter-spacing: 0.01em;
}

h2 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: 20px;
}

h2.small {
	font-size: 1.2em
}

h3 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: .5em;
}

h3.small {
	font-size: 1em
}

h4 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: .25em;
}

h5 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .9em;
	line-height: 1.3;
	margin-bottom: .25em;
}

h6 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .85em;
	line-height: 1.3;
	margin-bottom: .15em;
}

p, li {
	font-size: .85em;
	line-height: 1.3;
}

p {
	margin-bottom: 1em;
}

p.float-left {
	float: left;
}

p.float-right {
	float: right;
}

p.uppercase {
	text-transform: uppercase;
}

p.semi-bold {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

p.italic {
	font-style: italic;
}

p.right-align {
	text-align: right;
}

p.x-large {
	font-size: 200%
}

p.large {
	font-size: 140%
}

p.medium {
	font-size: 125%;
}

p.small {
	font-size: 80%;
}

p.no-margin {
	margin-bottom: 0;
}

@media only screen and (max-width : 90em) {

	h1 {
		font-size: 1.7em;
		margin: 0 0 40px;
	}

	h2 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 85.375em) {

	h2 {
		font-size: 1.4em;
	}

	h3 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width : 80em) {

	p {
		margin-bottom: 14px;
	}
}

@media only screen and (max-width : 46em) {

	h1 {
		font-size: 1.4em;
		margin: 0 0 30px;
	}
}

@media only screen and (max-width : 46em) {

	h2.x-small {
		font-size: .95em;
	}
}

@media only screen and (max-width : 30em) {

	p.float-left, p.float-right {
		float: none;
		text-align: center;
	}
}

a {
	color: #277cd3;
	text-decoration: underline;
	-webkit-transition: background 250ms ease-out, color 250ms ease-out;
	-moz-transition: background 250ms ease-out, color 250ms ease-out;
	transition: background 250ms ease-out, color 250ms ease-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

.filled-green a {
	color: #212529;
}

a.float-right {
	float: right;
}

a.margin-left {
	margin-left: 15px;
}

a.icon {
	position: relative;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 14px;
	border-radius: 5px;
}

a.disabled {
	pointer-events: none;
	color: #ccc;
}

a.icon span {	
	display: inline-block;
	height: 16px;
	line-height: 16px;
	text-decoration: underline;
	padding-left: 5px;
}

a.icon:focus span,
a.icon:hover span {
	text-decoration: none
}

a.icon::after {
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.5em;
	height: 16px;
	line-height: 16px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

a.disabled::after {
	color: #ccc;
}

a.check::after {
	content: '\f26b';
}

a.delete::after {
	content: '\f154';
}

a.download::after {
	content: '\f220';
}

a.edit::after {
	content: '\f158';
}

a.link::after {
	content: '\f18e';
}

a.start::after {
	content: '\f2fb';
}

a.upload::after {
	content: '\f22a';
}

a.view::after {
	content: '\f10d';
}

.nowrap {
	white-space: nowrap;
}

ol, ul {
	list-style: none;
	margin: 0 0 0 1.5em;
}

ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

li {
	margin-bottom: .5em;
}

li:last-child {
	margin-bottom: 0;
}

ul.chevron,
ul.links {
	list-style: none;
	margin: 0 0 0 .5em;
}

ul.links {
	margin: 0;
}

ul.chevron li,
ul.links li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 1em;
}

ul.chevron li:last-child,
ul.links li:last-child {
	margin-bottom: 0px;
}

ul.links li {
	padding-left: 35px;
}

ul.chevron li:before,
ul.links li:before {
	font-family: Material-Design-Iconic-Font;
	font-size: 1.5em;
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	color: white;
	content: '\f2fb';
}

ul.chevron li:before {
	content: '\f2fb';
}

ul.links li:before {
	content: '\f18e';
	transform: rotate(45deg);
}

ul + p {
	margin-top: 1em;
}

ol {
	list-style-type: decimal;
	margin: 0 0 1em 1.5em;
}

ol.lower-alpha {
	list-style: lower-alpha;
}

ol.lower-roman {
	list-style: lower-roman;
}

li ol.lower_roman {
	margin: .3em 0 .3em 1.5em;
}

dl {
	font-size: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	padding: 20px 20px 12px;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

dt {
	display: inline-block;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 16px;
	text-align: right;
	line-height: 1.3;
	width: 40%;
	color: #666;
	padding: 0 0 8px 0;
	vertical-align: top;
}

dt::after {
	content: ":";
}

dt.grouping {
	font-size: 16px;
	width: 100%;
	text-align: left;
	margin: 1.25em 0 .75em;
	padding: 0 0 .25em;
	border-bottom: 1px solid #af222c;
}

dt.grouping:first-of-type {
	margin: 0 0 .75em;
}

dt.grouping::after {
	content: "";
}

dd {
	display: inline-block;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	width: calc(100% - 40%);
	margin: 0;
	padding: 0 0 8px 20px;
}

strong {
	font-family: "Montserrat Bold",Arial,sans-serif;
}

div.table {
	display: table;
	width: 100%;
	height: 100%;
}

div.table_cell,
div.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.centered {
	text-align: center;
}

.float-left {
	float: left
}

.float-right {
	float: right
}

@media only screen and (max-width : 46em) {
	
	dl {
		padding: 14px 14px 6px;
	}

	dt {
		font-size: 12.24px;
		text-align: left;
		width: 100%;
	}

	dt.grouping {
		font-size: 13px;
	}

	dd {
		display: inline-block;
		font-size: 12.24px;
		width: 100%;
		padding: 0 0 18px 0;
	}

	dd:last-child {
		display: inline-block;
		font-size: 12.24px;
		width: 100%;
		padding: 0;
	}
}

/* Header & Navigation  -------------------------------------------------------------------------------------------------------- */
#navicon span {
	position: absolute;
	left: -10000px;
}

#navicon {
	display: none;
}

.header-wrapper {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	padding: 10px 88px;
    background-color: #fff;
    height: 68px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

header.main {
	margin: 0 auto;
	padding: 0 1.25em;
	max-width: 87.5em;
	height: 100%;
    position: relative;
}

div.sitebranding {
	float: left;
	position: relative;
	display: inline-block;
    margin-right: 1rem;
}

div.sitebranding img {
	height: 40px;
	margin: 4px 0;
}

.profile {
	float: left;
	margin-top: 15px;
}

.profile p, .profile a {
	font-family: "Montserrat Bold",Arial,sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.profile p {
	position: relative;
}

.profile a {
	color: #af222c;
	text-decoration: none;
}

.profile a:focus,
.profile a:hover {
	color: #373038;	
}

span.notifications {
	display: inline-block;
	position: absolute;
	top: -2px;
	right: -20px;
	width: 16px;
	height: 16px;
	line-height: 18px;
	font-family: "Montserrat Bold",Arial,sans-serif;
	font-size: .9em;
	text-align: center;
	color: white;
}

span.notifications::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	font-size: 1em;
	text-align: center;
	content: '';
	background: #373038;
	border-radius: 100%;
	z-index: -1;
}

span.notifications:focus::before,
span.notifications:hover::before {
	background: #af222c;	
}

.is-device {
	display: none;
}

@media only screen and (max-width : 50.75em) {
	header.main {
		margin: 0 auto;
		padding: 0 40px 0 .9375em;
		max-width: 87.5em;
	}

	.profile {
		display: none;
	}
}

nav.main {
	float: right;
}

nav.main ul {
	text-align: right;
	margin: 0;
}

nav.main li {
	display: inline-block;
	font-size: .8em;
	position: relative;
	margin-right: 25px;
	margin-bottom: 0;
	line-height: 48px;
}

nav.main li:last-child {
	margin-right: 0px;
}

nav.main a {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #212529;
}

nav.main a:focus,
nav.main a:hover {
	text-decoration: none;
	color: #af222c;
}

nav.main li.active a {
	color: #af222c;
}

.user-profile {
	position: absolute;
	top: 0;
	right: 0;
}

div.user-profile ul li:hover > ul {
    opacity: 1;
    top: 100%;
}

div.user-profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

div.user-profile ul:after {
    content: "";
    clear: both;
    display: block;
}

div.user-profile ul li {
    float: left;
    position: relative;
}

div.user-profile ul li {
    display: block;
    font-size: .9em;
    height: 68px;
    line-height: 68px;
    padding: 0 14px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

div.user-profile ul ul li {
    float: none;
    position: relative;
    display: block;
}

div.user-profile ul {
    float: right;
}

div.user-profile ul li {
    font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
    font-size: 0.85em;
	margin-bottom: 0;
    padding: 0;
    color: white;
}

div.user-profile ul li.small {
    font-size: 0.75rem;
    padding: 0 14px;
    background: #444444;
}

div.user-profile ul li a.settings {
    display: inline-block;
    width: 68px;
    height: 68px;
    font-size: 0;
    background: #f3f3f3;
    text-align: center;
    text-decoration: none;
}

div.user-profile ul li:hover a.settings {
    background: #f3f3f3;
}

div.user-profile ul li a.settings:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 40px;
    display: inline-block;
    content: '\f1c6';
    color: #af222c;
	width: 68px;
	height: 68px;
	line-height: 68px;
}

div.user-profile ul ul {
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    background: #f3f3f3;
}

div.user-profile ul ul li {
    height: 30px;
    line-height: 30px;
    color: black;
}

div.user-profile ul ul li.profile-card {
    display: block;
    height: auto;
    line-height: 1.2;
	padding: 20px 20px 20px 80px;
}

div.user-profile ul ul li.profile-card span.profile-image {
    display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
    width: 50px;
    height: 50px;
    opacity: 1;
    text-align: center;
}

div.user-profile ul ul li.profile-card span.profile-image img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

div.user-profile ul ul li.profile-card span.org-name,
div.user-profile ul ul li.profile-card span.role-name {
    display: block;
    width: 100%;
    margin-top: 5px;
    white-space: normal;
}

div.user-profile ul ul li.profile-card span.role-name {
    font-family: "Montserrat SemiBold", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
}

div.user-profile ul ul li.profile-card span.branch {
    float: left;
    margin: 5px 0 0 10px;
}

div.user-profile ul ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: black;
    font-size: 1em;
    text-decoration: none;
    background: #e9e9e9;
}

div.user-profile ul ul li a:hover {
    background: #ccc;
    color: black;
}

div.user-profile ul ul li.logout {
	height: 40px;
	line-height: 40px;
}

div.user-profile ul ul li.logout a {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #f3f3f3;
	height: 40px;
	line-height: 40px;
}

div.user-profile ul ul li.logout a:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.7em;
    display: block;
    float: left;
    content: '\f1cc';
    margin-right: 5px;
    color: black;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

div.user-profile ul ul li.logout a:hover {
    color: black;
    background-color: #ccc;
}

div.user-profile ul ul li.logout a:hover:before {
    color: black;
}

div.user-profile ul ul {
	opacity: 0;
	z-index: 5000;
	top: -10000px;
}

@media only screen and (max-width : 100em) {

	.header-wrapper {
		padding: 10px 88px 10px 0;
	}
}

@media only screen and (max-width : 90em) {

	/*.nav-wrapper {
		height: 140px;
		padding: 30px 40px 40px;
	}

	.sitebranding {
		width: 118px;
		height: 70px;
	}*/
}

@media only screen and (max-width : 46em) {

	/* Navigation ============================================================================================== Max Width 736px */
	#navicon {
		display: block;
		position: fixed;
		top: 14px;
		right: 78px;
		text-decoration: none;
		z-index: 1150;
		width: 40px;
		height: 40px;
	}
	#navicon:before,
	#navicon.closed:before {
		font-family: "Material-Design-Iconic-Font";
		font-size: 1.7em;
		display: block;
		content: '\f197';
		color: white;
		width: 40px;
		height: 40px;
		line-height: 40px;
		transition: color 0.3s;
		text-align: center;
		margin: 0;
		background: #af222c;
		border-radius: 100%;
	}
	#navicon:before {
		color: white;
		content: '\f136';
	}
	#navicon.closed:before {
		content: '\f197';
	}
	.mobile-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		max-width: 60%;
		width: 100%;
		z-index: 5;
		top: 0;
		right: -60%;
		position: fixed;
		background: white;
		text-align: center;
	}
	nav.main {
		float: none;
		height: auto;
		margin-left: 0;
	}

	nav.main ul {
		text-align: left;
		height: auto;
	}

	nav.main li {
		display: block;
		width: 100%;
		height: auto;
		margin-right: 0px;
		padding: 15px;
	}

	.fade {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		width: 0;
		opacity: 0.5;
		z-index: 1100;
	}
}
/* Banner  --------------------------------------------------------------------------------------------------------------------- */
.banner-wrapper {
	position: relative;
	width: auto;
	background: #30405e url("../images/blockchain-banner-1.jpg") right no-repeat;
	background-size: contain;
}

.banner-wrapper:before {
    content: ' ';
    position: absolute;
    top: 0;
	left: 0;
    width: 55%;
	height: calc(100% - 15px);
	height: 100%;
    min-height: 145px;
	background: -moz-linear-gradient(left,  rgba(0,35,68,1) 0%, rgba(0,35,68,1) 27%, rgba(3,83,160,1) 83%, rgba(3,83,160,0.73) 89%, rgba(0,173,205,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,35,68,1) 0%,rgba(0,35,68,1) 27%,rgba(3,83,160,1) 83%,rgba(3,83,160,0.73) 89%,rgba(0,173,205,0) 100%);
	background: linear-gradient(to right,  rgba(0,35,68,1) 0%,rgba(0,35,68,1) 27%,rgba(3,83,160,1) 83%,rgba(3,83,160,0.73) 89%,rgba(0,173,205,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002344', endColorstr='#0000adcd',GradientType=1 );

	display: none;
}

.banner-wrapper::after {
    display: none;
    width: 100%;
    height: 15px;
    background: #c82090;
    background: -moz-linear-gradient(left, #c82090 0%, #6a14d1 100%);
    background: -webkit-linear-gradient(left, #c82090 0%,#6a14d1 100%);
    background: linear-gradient(to right, #c82090 0%,#6a14d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82090', endColorstr='#6a14d1',GradientType=1 );
    content: '';
}

.banner {
	position: relative;
	width: auto;
	max-width: 71.25em;
	height: 360px;
	margin: 0 auto;
}

.banner h1 {
	font-family: "Montserrat Bold", Arial, sans-serif;
	font-size: 3em;
	color: white;
	margin-bottom: .25em;
}

.banner h1 span {
    display: block;
    font-family: "Montserrat Light", Arial, sans-serif;
    font-size: 80%;
}

.banner h2 {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0;
}

.banner-inner {
	position: relative;
	width: auto;
	max-width: 60%;
	height: 360px;
	padding: 1.875em .9375em;
	background: #30405e
}

.banner-triangle-reverse-blue {
	display: block;
    border-style: solid;
    border-width: 0 0 360px 300px;
    border-color: transparent transparent transparent #30405e;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
	content: '';
}

@media only screen and (max-width : 64em) {

	.banner-wrapper {
		background-size: cover;
		padding-top: 150px;
	}

	.banner-inner {
		max-width: 100%;
		height: auto;
	}
	
	.banner {
		height: auto;
		text-align: center;
	}

	.banner h1 {
		font-size: 2em;
		margin-bottom: .25em;
	}	

	.banner-triangle-reverse-blue {
		display: none
	}

}

@media only screen and (max-width : 50.75em) {


}

@media only screen and (max-width : 30em) {

	
}




/* Button-like Anchors  -------------------------------------------------------------------------------------------------------- */
.button-area {
	width: 100%;
	margin-top: 20px;
}

.button-area.no-top-margin {
	margin-top: 0px;
}

input.submit,
a.button {
	position: relative;
	display: inline-block;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	height: auto;
	line-height: 1.3;
	padding: .625em 1.5625em;
	border-radius: 10px;
	border-radius: 42px;

	-webkit-transition: background 250ms ease-out, color 250ms ease-out, border 250ms ease-out;
	-moz-transition: background 250ms ease-out, color 250ms ease-out, border 250ms ease-out;
	transition: background 250ms ease-out, color 250ms ease-out, border 250ms ease-out;
	-webkit-appearance: none;
}

a.button {
	margin-top: 30px;
}

a.button.less-top-margin {
	margin-top: 1em;
}

a.button.no-top-margin {
	margin-top: 0;
}

.button-area a.button {
	margin-top: 0;
}

input.submit {
	float: right;
}

input.submit,
a.button.primary {
	color: white;
	background: #af222c;
	border: 2px solid #af222c;
}

input.submit:focus,
input.submit:hover,
a.button.primary:focus,
a.button.primary:hover {
	text-decoration: none;
	background: #4f4f4f;
	border-color: #4f4f4f;
	outline: none;
	cursor: pointer;
}

a.button.secondary {
	color: white;
	background: #c82090;
	border: 2px solid #c82090;
}

a.button.secondary:focus,
a.button.secondary:hover {
	text-decoration: none;
	background: #6a14d1;
	border-color: #6a14d1;
	outline: none;
}

@media only screen and (max-width : 30em) {

	input.submit,
	a.button {
		font-size: 1em;
		padding: .425em 1.1625em;
	}

	a.button {
		margin-top: 1.5em;
	}
}

/* Content --------------------------------------------------------------------------------------------------------------------- */
img.login-logo {
	position: absolute;
	left: 70px;
	bottom: 100px;
}

.content-wrapper {
	position: relative;
	background: white;
}

.content-wrapper.lightblue-bg {
	background: #cbf0fa;
}

.content-wrapper.lightgrey-bg {
	background: #e2e2e2;
}

.content {
	position: relative;
	width: auto;
	max-width: 87.5em;
	margin: 0 auto;
}

article {
	padding: 3em 1.25em;
}

.flexbox {
	display: flex;
}

.flexchild {
	height: inherit;
}

/*.claim-status {
	margin-bottom: 1.5em;
}*/

.claim-status ul {
	list-style: none;
	text-align: center;
	margin: 0;
}

.claim-status li {
	display: inline-block;
	position: relative;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1em;
	line-height: 20px;
	color: rgba(0,0,0,.3);
	margin-bottom: 0;
	padding: 0 1em 0 .3em;
}

.claim-status li.complete {
	margin-left: 10px;
	padding: 0 1em;
	color: black;
}

.claim-status li.complete:first-child {
	margin-left: 0px;
}

.claim-status li::after,
.claim-status li span::before {
	display: inline-block;
	position: absolute;
	top: 0;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 20px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.claim-status li::after {
	right: 0;
	color: black;
	content: '\f2fb';
}

.claim-status li.complete span::before {
	left: -5px;
	content: '\f269';
	color: #7ca934;

}

.claim-status li:last-child::after {
	display: none;
}

h3 + .claim-status {
	margin-top: 1em;
}

.milestones {
	border: 1px solid #30405e;
	border-radius: 8px; 
	overflow: hidden;
}

.milestone {
	flex-grow: 1;
	text-align: center;
	padding: .9375em 0;
	background: #e4e4e4;
}

.milestone.complete {
	background: #30405e;
}

.milestone.current {
	background: #af222c;
}

span.dot {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	/*border: 1px solid grey;*/
	border-radius: 10px;
	background: #af222c;
}

span.dot:focus,
span.dot:hover {
	cursor: pointer;
	transform: scale(1.4);
}

a.tooltip {
	display: block;
	width: 100%;
	height: 100%;
}

.milestone.complete span.dot,.milestone.current span.dot {
	background: white
}

ul.legend {
	list-style: none;
	float: right;
	text-align: right;
	margin: 0;
}

ul.legend li {
	display: inline-block;
	position: relative;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .65em;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 14px;
	margin-right: 10px;
	padding-left: 20px;
}

ul.legend li:last-child {
	margin-right: 0;
}

ul.legend li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 3px;
}

ul.legend li.complete:before {
	background: #30405e;
}

ul.legend li.current:before {
	background: #af222c;
}

ul.legend li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 100%;
}

ul.legend li.complete:after {
	background: white;
	border: 4px solid #30405e;
}

ul.legend li.current:after {
	background: white;
	border: 4px solid #af222c;
}

.scroll-region {
	max-height: 400px;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px solid #d6d6d6;
}

.scroll-region dl {
	border: none;
}

@media only screen and (max-width : 50.75em) {

	article {
		padding: 3em .9375em;
	}
}

@media only screen and (max-width : 30em) {

	ul.legend {
		margin-bottom: .5em;
	}

	.claim-status li {
		padding: 0 2em;
		margin-bottom: .5em;
	}
	
	.claim-status li.complete {
		margin-left: 0px;
	}

	.claim-status li:last-child {
		margin-bottom: 0;
	}
		
	.claim-status li::after {
		display: none;
	}
}

/* Sliders --------------------------------------------------------------------------------------------------------------------- */
.slider {
	visibility: hidden;
}

.slider.slick-initialized {
	visibility: visible;
}

.slide {
	margin: 10px;
}

.slide:first-of-type {
	margin-left: 0;
}

.slide:focus {
	outline: none
}
.card-slider-inner {
	padding: 30px 0px 0px;
}

@media only screen and (min-width : 85.4375em) {

	.card-slider .slider {
		visibility: visible;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.card-slider .slide {
		display: inline-block;
		float: left;
		width: 25%;
		height: inherit;
		font-size: 16px;
		margin: 20px 0;
		margin: 0;
	}

	.card-slider .slide {
		width: calc(33.3333333333% - 20px);
		margin: 10px;
	}
}

@media only screen and (-ms-high-contrast: active) and (min-width : 85.4375em), (-ms-high-contrast: none) and (min-width : 85.4375em), (-webkit-min-device-pixel-ratio: 1.25) {

	.card-slider .slider {
		display: block;
		visibility: visible;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}

	.card-slider .slide {
		display: inline-block;
		float: left;
		width: 33.3333333333%;
		height: inherit;
		font-size: 16px;
		margin: 20px 0;
		margin: 0;
	}

	.card-slider .slide {
		width: calc(25% - 20px);
		margin: 10px;
	}
}

/* IE11 Only */
@media screen and (-ms-high-contrast: active) and (min-width : 85.4375em) and (-ms-high-contrast: none) and (min-width : 85.4375em) {

	br.clearfloat-ie11 {
		display: block;
		font-size: 1px;
		line-height: 0px;
		margin: 0px;
		clear: both;
		height: 0px;
	}

	.card-slider .slide:after {
		content: "";
		display: table;
		clear: both;
	}

	.card-slider .slide {
		display: block;
	}

	.card-slider .slide:nth-of-type(5) {
		clear: both;
	}
}
/* End */

@media only screen and (max-width : 85.375em) {

	.card-slider-inner {
		padding: 60px 36px 0px 36px;
	}
}

@media only screen and (max-width : 73.75em) {

	.card-slider-inner {
		padding: 40px 0 0;
	}
}

@media only screen and (max-width : 50.75em) {

	.card-slider-inner {
		padding: 20px 0 0;
	}
}

/* Panels & Cards -------------------------------------------------------------------------------------------------------------- */
.panel-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.panel-wrapper + .milestones-wrapper {
	margin-top: 2.5em;
}

.card, .panel {
	position: relative;
	width: 100%;
	background-color: #e4e4e4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	overflow: hidden;
}

.panel {
	background-color: #373038;
}

.card.complete {
	background-color: #30405e;
}

.card.current {
	background-color: #af222c;
}

.slider .card,
.slider .panel {
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	padding: 1.25em;
}

.slider .panel {
	padding: 0;
	padding-top: 90px;
}

.touch .slider .panel {
	padding-top: 150px;
}

.panel.video {
	background-image: url("../Images/bkg_panel_jason.png");
	background-size: contain;
}

.panel.case-filed {
	background-image: url("../Images/bkg_panel_case-filed.png");
	background-size: contain;
}

.panel.podcast {
	background-image: url("../Images/bkg_panel_podcast.png");
	background-size: contain;
}

.panel.lead-litigator {
	background-image: url("../Images/bkg_panel_lead-litigator.png");
	background-size: contain;
}

.panel.your-rights {
	background-image: url("../Images/bkg_panel_your-rights.png");
	background-size: contain;
}

.card img.icon {
	display: block;
	max-height: 150px;
	margin: 1.5em auto;
}

.panel-overlay {
	width: 60%;
	height: 100%;
	padding: 4em;
	background: -moz-linear-gradient(left,  rgba(48,64,94,1) 0%, rgba(48,64,94,1) 27%, rgba(48,64,94,1) 83%, rgba(48,64,94,0.73) 89%, rgba(48,64,94,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(48,64,94,1) 0%,rgba(48,64,94,1) 27%,rgba(48,64,94,1) 83%,rgba(48,64,94,0.73) 89%,rgba(48,64,94,0) 100%);
	background: linear-gradient(to right,  rgba(48,64,94,1) 0%,rgba(48,64,94,1) 27%,rgba(48,64,94,1) 83%,rgba(48,64,94,0.73) 89%,rgba(48,64,94,0) 100%);
}

.articles .panel-overlay {
	padding: 5em;
}

.slider .panel-overlay {
	position: relative;
	left: 0;
	text-align: left;
	bottom: -68px;
	width: 100%;
	height: 100%;
	padding: 2em 1.625em 5em;
	transition: all 250ms ease-in-out;
	background: -moz-linear-gradient(bottom,  rgba(48,64,94,1) 0%, rgba(48,64,94,1) 27%, rgba(48,64,94,1) 83%, rgba(48,64,94,0.73) 89%, rgba(48,64,94,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(48,64,94,1) 0%,rgba(48,64,94,1) 27%,rgba(48,64,94,1) 83%,rgba(48,64,94,0.73) 89%,rgba(48,64,94,0) 100%);
	background: linear-gradient(to top,  rgba(48,64,94,1) 0%,rgba(48,64,94,1) 27%,rgba(48,64,94,1) 83%,rgba(48,64,94,0.73) 89%,rgba(48,64,94,0) 100%);

}

.touch .slider .panel-overlay {
	bottom: 0px;
}

.panel-overlay .button-area {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: calc(100% - 52px);
    height: 68px;
    margin-bottom: 0;
}

.panel-overlay .button-area.is-relative {
    position: relative;
    left: initial;
    bottom: initial;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}


.panel:hover > .panel-overlay {
	bottom: 0;
}

.card h4,
.panel h4 {
	font-size: .85em;
	text-transform: uppercase;
	line-height: 1.2;
	color: #c7c5c5;
	margin-top: 1em;
	margin-bottom: .25em;
}

.panel .panel-overlay h4,
.panel .panel-overlay p {
	color: white;
}

.panel .panel-overlay h4 {
	font-size: 1.1em;
}

.panel.full-width .panel-overlay h4 {
	font-size: 1.6em;
	color: white;
}

.panel.full-width .panel-overlay p,
.panel li,
.panel a,
.card p,
.card li,
.card a {
	font-family: "Montserrat SemiBold",Arial,sans-serif;
	font-size: .85em;
	color: white;
}

.panel .panel-overlay p {
	font-family: "Montserrat Regular",Arial,sans-serif;
	font-size: .75em;
}

.panel .panel-overlay p.medium {
	font-size: 150%;
}

.panel .panel-overlay p.title {
	font-family: "Montserrat SemiBold",Arial,sans-serif;
	font-size: .85em;
	text-transform: uppercase;
}

.card p.date {
	position: relative;
	display: inline-block;
	float: right;
	width: auto;
	text-align: right;
	margin-bottom: 0;
	padding-left: .9375em;
	background: #e4e4e4;
}

.card.complete p.date {
	background: #30405e;
}

.card.current p.date {
	background: #af222c;
}

.card.coming-soon p {
	color: #c7c5c5;

}

.card a {
	float: right;
	text-transform: uppercase;
	text-decoration: none;
}

.card a.button {
	float: none;
}

.panel p.small {
	font-family: "Montserrat Bold",Arial,sans-serif;
	font-size: 70%;
	margin-bottom: 0;
}

.panel p.medium {
	font-size: 130%;
	margin: .15em 0;
}

.panel p.italic + p {
	margin-top: 2.25em;
}

span.date-wrapper + p {
	margin: 2em 0;
}

.card.complete h4,
.card.complete p,
.card.complete a {
	color: white;
}

.card.current h4,
.card.current p,
.card.current a {
	color: white;
}

.card a:focus,
.card a:hover {
	color: white;
}

span.date-wrapper {
	display: block;
	position: relative;
}

span.date-wrapper::before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #c7c5c5;
	content: '';
	margin-top: -2px;
}

.card.complete span.date-wrapper::before {
	background: white;
}

.card.current span.date-wrapper::before {
	background: white;
}

.docthumb img {
	border: 1px solid #af222c;
}

.docthumb, .doc-title {
	width: 134px;
}

.doc-title {
	text-align: center;
	margin-top: .25em;
}

.doc-title p {
	font-family: "Montserrat Bold",Arial,sans-serif;
	font-size: .7em;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media only screen and (max-width : 50.75em) {

	.panel.video {
		background-position: right;
		background-size: cover;
	}

	.panel-overlay {
		padding: 1.75em;
	}
}

@media only screen and (max-width :30em) {

	.panel.video {
		background-position: 0 0;
		background-size: 100%;
		padding-top: 150px;
	}

	.panel-overlay {
		width: 100%;
		height: 100%;
		padding: 1.75em 1em;
		background: -moz-linear-gradient(bottom,  rgba(48,64,94,1) 0%, rgba(48,64,94,1) 27%, rgba(48,64,94,1) 83%, rgba(48,64,94,0.73) 89%, rgba(48,64,94,0) 100%);
		background: -webkit-linear-gradient(bottom,  rgba(48,64,94,1) 0%,rgba(48,64,94,1) 27%,rgba(48,64,94,1) 83%,rgba(48,64,94,0.73) 89%,rgba(48,64,94,0) 100%);
		background: linear-gradient(to top,  rgba(48,64,94,1) 0%,rgba(48,64,94,1) 27%,rgba(48,64,94,1) 83%,rgba(48,64,94,0.73) 89%,rgba(48,64,94,0) 100%);
	}
}

.hub-content-block {
	padding: 20px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}

.hub-content-block.filled-grey {
	background: #ddd;
	border-color: #c6c6c6;
}

.hub-content-block.filled-green {
	background: #af222c;
	border-color: #af222c;
}

.hub-content-block + h3,
.hub-content-block + .hub-content-block {
	margin-top: 2em
}

.hub-content-block + .hub-content-block.less-top-margin {
	margin-top: 1em
}

.hub-content-block .instructions {
	float: left;
	width: 250px;
}

.hub-content-block .claim-total {
	float: right;
	width: calc(100% - 280px);
}

.hub-content-block .claim-total p {
	text-align: right;
	line-height: 40px;
}

.inbox-pane ul {
	list-style: none;
	margin: 0;
}

.inbox-pane li {
	position: relative;
	font-size: .85em;
	padding: 10px 0 0 20px;
	border-bottom: 1px solid #ddd;
}

.inbox-pane li.unread:before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #7ca934;
	border-radius: 100%;
	content: '';
}

.inbox-pane li:first-child {
	padding: 0 0 10px 20px;
}

.inbox-pane li:last-child {
	padding: 0 0 0 20px;
	border-bottom: none;
}

.inbox-pane li:focus,
.inbox-pane li:hover {
	opacity: .7;
}

span.from,
span.subject,
span.sent,
span.preview {
	display: block;
}

span.from {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: 1.17647em;
	margin-bottom: 5px;
}

span.subject {
	float: left;
	width: calc(100% - 120px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

span.sent {
	float: right;
	text-align: right;
	width: 110px;
	margin-bottom: 5px;
}

.inbox-pane li.unread span.from,
.inbox-pane li.unread span.preview {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

.inbox-pane li.unread span.subject,
.inbox-pane li.unread span.sent {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	color: #277cd3;
}

span.preview {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inbox-pane a.no-underline {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #1d2758;
}

.flex-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-wrap.top-margin {
	margin-top: 2em;
}

.flex-wrap.cols-3 .col {
	width: calc(50% - 10px);
    padding: 2em;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.cols-3 .col.center-align {
	text-align: center;
}

.cols-3 .col p {
	margin-top: 2em;
}

img.logo {
	max-height: 50px;
}

/*img.logo.top-margin {
	margin: 10px 0;
}*/

.login-block {
	position: fixed;
	right: 0;
	float: right;
	width: 100%;
	max-width: 490px;
	height: calc(100% - 150px);
	background: white;
	border-radius: 10px;
	margin-right: 60px;
	padding: 30px 40px 90px;
	z-index: 100;
}

.login-block header {
	padding: 40px 0 30px;
}

.login-block h1 {
    font-size: 1.7em;
	line-height: 1.1;
	color: #212529;
    margin: 0 0 20px;
}

.login-block h1 span {
    font-family: "Montserrat Light", Arial, sans-serif;
    font-size: 95%;
}

.login-block h2 {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 1.2em;
	text-transform: uppercase;
	color: #af222c;
    margin-bottom: 0px;
}

.login-block a {
	font-size: .85em;
	text-decoration: none;
}

.login-block .button-area {
	margin-top: 1em;
	margin-bottom: 10px;
}

.login-block .button-area a.help {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	float: left;
	line-height: 42px;
}

.login-block h3 {
	font-size: .9em;
}

.login-block ol {
	margin: 0 0 0 .8em;
}

.login-block li {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: .8em;
}

.logos {
	margin-bottom: 20px;
}

.login-block img.logo {
	max-height: 50px;
	max-width: 300px;
	margin-top: 0px
}

.login-block img.partner-logo {
	float: right;
	max-height: 24px;
	margin-left: 20px;
}

.login-block img.partner-logo:last-of-type {
	margin-left: 0px;
}

.login-block img.footer-logo {
	position: absolute;
	right: 30px;
	bottom: 30px;
	max-height: 40px;
	z-index: 100;
}

.login-block img.footer-logo.is-mobile {
	display: none;
}

@media only screen and (max-width : 90em) {

	.login-block {
		height: calc(100% - 70px);
		margin-right: 20px;
	}

}

@media only screen and (max-width : 85.375em) {
	
	.login-block {
		max-width: 410px;
		padding: 30px 30px 80px;
	}

	.login-block header {
		padding: 20px 0 20px;
	}

	.login-block h1 {
		font-size: 1.9em;
	}

	.login-block h2 {
		font-size: 1.25em;
	}
	
	img.login-logo {
		left: 50px;
		bottom: 50px;
	}

}

@media only screen and (max-width: 64em) {

	.flex-wrap.cols-3 .col img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 50.75em) {

	.flex-wrap.cols-3 .col {
		width: 32%;
		padding: 1em;
		border: 1px solid #ddd;
		border-radius: 10px;
	}
}

@media only screen and (max-width : 46em) {

	.login-block {
		position: relative;
		max-width: 100%;
		height: auto;
		margin-right: 0px;
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.login-block a {
		width: auto;
		height: 42px;
		line-height: 42px;
		padding: 0 25px;
		color: black;
		background: rgba(255,255,255,.7);
		border-radius: 42px;
	}

	.logos {
		position: fixed;
		top: 0;
		left: 20px;
		width: 140px;
		background: white;
		margin-bottom: 0px;
		padding: 1em;
		text-align: center;
	}

	.login-block img.logo {
		max-height: 70px;
		margin-top: 0px;
		margin-bottom: 1em;
	}

	.login-block img.partner-logo {
		float: none;
		max-height: 32px;
		margin-left: 0px;
		margin-bottom: 1em;
		max-width: 80%;
	}

	.login-block img.partner-logo:last-of-type {
		margin-bottom: 0;
	}

	.login-block header {
		width: calc(100% - 220px);
		margin: 20px 30px 0 190px;
		padding: 0;
	}

	.login-block h1 {
		color: white;
	}

	.form-input-group {
		width: calc(100% - 220px);
		margin: 0 30px 20px 190px;
		padding: 0px;
		background: rgba(255,255,255,.2);
		background: none;
	}

	.login-block img.footer-logo.is-mobile {
		display: block;
		position: relative;
		right: initial;
		bottom: initial;
		width: 100%;
		max-height: 40px;
		z-index: 100;
		margin-top: 50px;
	}

	.login-block img.footer-logo.not-mobile,
	img.login-logo {
		display: none;
	}

	.flex-wrap.cols-3 .col img {
		max-height:40px;
		margin: 0;
	}

	.cols-3 .col p {
		margin-top: 1em;
	}

	.hub-content-block .instructions {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 1em;
	}

	.hub-content-block .claim-total {
		float: none;
		width: 100%;
	}

	.hub-content-block .claim-total p {
		text-align: center;
		line-height: 1.3;
	}

	.hub-content-block .claim-total p span {
		display: block;
		margin-top: .5em;
	}

}

@media only screen and (max-width : 30em) {	
	
	.logos {
		width: 120px;
	}

	.login-block header {
		width: calc(100% - 180px);
		margin: 20px 20px 220px 160px;
	}

	.login-block h1 {
		font-size: 1em;
	}

	.login-block h2 {
		font-size: .8em;
	}

	.form-input-group {
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	.flex-wrap.cols-3 .col {
		width: 100%;
		margin-bottom: 1em;
	}

	.flex-wrap.cols-3 .col:last-of-type {
		margin-bottom: 0;
	}

}

/* Tables ---------------------------------------------------------------------------------------------------------------------- */
table.standard {
    width: 100%;
    border-collapse: collapse;
}

table.standard thead {
    border-bottom: 3px solid #af222c;
}

table.standard th {
    font-weight: bold;
}

table.standard thead th {
    font-size: 0.85em;
    text-align: left;
	text-transform: uppercase;
}

table.standard tbody tr {
    border-bottom: 1px solid #d6d6d6;
}

table.standard tbody tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}

table.standard td,
table.standard th {
    padding: 10px;
    vertical-align: middle;
}

table.standard td {
    font-size: 0.85em;
	line-height: 1.3;
}

table.standard .left {
    text-align: left;
}

table.standard .center {
    text-align: center;
}

table.standard .right {
    text-align: right;
}

table.standard .action {
	width: 60px;
}

table.standard a {
    /*color: #095764;*/
    text-decoration: none;
}

table.standard a:hover {
    color: #388794;
    text-decoration: none;
}

h4 + .dataTables_wrapper {
	margin-top: 1em
}

span.status-icon {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #ddd;
	margin: 0 auto;
}

span.status-icon.blue {
    background: #549cd1;
}

span.status-icon.darkblue {
    background: #4085b8;
}

span.status-icon.orange {
    background: #ffcc80;
}

span.status-icon.green {
    background: #7ca934;
}

span.status-icon.darkgreen {
    background: #7da65a;
}

span.status-icon.grey {
    background: #ddd;
}

span.status-icon.purple {
    background: #7986cb;
}

span.status-icon.red {
    background: #d16254;
}

span.status-icon.lightred {
    background: #f47b6c;
}

span.status-icon.darkred {
    background: #c2473a;
}

span.status-icon.slate {
    background: #607d8b;
}

/* Footer ---------------------------------------------------------------------------------------------------------------------- */
div.footer-wrapper {
	position: relative;
	color: #fff;
}

footer {
	width: auto;
	height: auto;
	background: rgba(0,0,0,0.2);
}

div.footer-inner {
	max-width: 1580px;
	margin: 0 auto;
	padding: 20px 30px;
}

div.footer-inner ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

div.footer-inner li {
	display: inline-block;
	line-height: 1.3;
	color: white;
	font-size: 0.8em;
	margin-right: 15px;
}

div.footer-inner a {
	color: #56bcdc;
	text-decoration: none;
}

div.footer-inner a:hover,
div.footer-inner a.active {
	text-decoration: underline;
}

.footer-copyright {
	float: left;
	width: calc(100% - 138px);
}

.footer-logo {
	float: right;
	width: 138px;
	height: 40px;
}

.footer-logo img {
	width: 100%;
}

/* Back to top */
a.scrollToTop {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 30px;
	height: 30px;
	bottom: 20px;
	right: 20px;
	color: white;
	background: #af222c;
	display: none;
	z-index: 9000;
	outline: none;
	border: none;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	text-decoration: none;
	text-align: center;
	border-radius: 100%;
}

a.scrollToTop:before {
	display: block;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 22px;
	line-height: 30px;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fc';
}

a.scrollToTop:hover {
	background: #4f4f4f;
}

a.scrollToTop span {
	display: none;
}

@media only screen and (max-width : 90em) {

	a.scrollToTop {
		right: .9375em;
	}
}

@media only screen and (max-width : 85.375em) {

}

@media only screen and (max-width : 50.75em) {

	div.footer-inner {
		padding: 20px;
	}
}

@media only screen and (max-width : 46em) {

	div.footer-inner {
		padding: 20px 12px;
	}
}

@media only screen and (max-width : 30em) {

	.footer-copyright {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-logo {
		float: none;
		width: 138px;
		margin: 20px auto 0;
	}
}

/* Contact Form ---------------------------------------------------------------------------------------------------------------- */
.contact-form-outer-container {
	position: relative;
	width: 100%;
	height: 100vh
}

.contact-form-container {
	position: absolute;
	width: 628px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: left;
}

span.error {
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	color: white;
	background-color: #a91818;
	border: 1px solid #a91818;
	margin-bottom: 15px;
	padding: 10px 10px 10px 40px;
	font-size: 0.8rem;
	width: 100%;
}

span.error:before {
	position: absolute;
	top: 6px;
	left: 10px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.5em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f1f4';
}

.ui-messages {
	border: 1px solid;
	margin: 0 0 1em 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	border-radius: 4px;
}

.ui-messages .ui-messages-detail {
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
	margin-left: 0;
}

.ui-messages-success {
	color: #2C832f;
	background-color: #e4ffe5;
	border-color: #b1eeb3;
}

.ui-messages-icon {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: .35em;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	padding: 0;
	vertical-align: middle;
}

.pi {
	font-family: "Material-Design-Iconic-Font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-messages-icon.pi.pi-check:before {
	content: '\f269';
}

.ui-messages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
}

.ui-messages li:before {
	content: '';
}

.ui-messages-icon.pi.pi-exclamation-triangle:before {
	content: '\f1f4';
}

.ui-messages-error {
	color: #AB1A0F;
	background-color: #fed6d6;
	border-color: #ed9393;
}

.ui-messages-icon.pi.pi-times:before {
	content: '\f135';
}

.ui-messages-icon.pi.pi-check:before,
.ui-messages-icon.pi-info-circle:before,
.ui-messages-icon.pi.pi-exclamation-triangle:before,
.ui-messages-icon.pi.pi-times:before {
	font-size: 26px;
}

.ui-messages .ui-messages-close {
	font-size: 21px;
}

.ui-messages ul > li {
	padding: 0;
	margin-bottom: 0;
}

.form-input {
	position: relative;
	margin-bottom:1em;
	background: rgba(255,255,255,.9);
	border-radius: 30px;
}

.form-input.no-bottom-margin {
	margin-bottom: 0px;
}

.form-input {
	position: relative;
	margin-bottom: 15px;
	background: rgba(255,255,255,.9);
	border-radius: 8px;
	border: 1px solid #d6d6d6
}

label.contact-form {
	display: block;
	font-family: "Montserrat Medium", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
	line-height: 36px;
	height: 36px;
	color: #888;
	z-index: 10;
}

label.mandatory:after {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: -10px;
	content: '*';
	color: red;
	font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

input.form-textbox {
	display: block;
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 36px;
	-moz-box-shadow: none;
	background: none;
	box-shadow: none;
	border: none;
	font-size: 0.9em;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: black !important;
	-webkit-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;
	border-radius: 36px;
	z-index: 20;
	position: relative;
	text-overflow: ellipsis
}

input.form-textbox#txtArticle {
	pointer-events: none;
	color: #ccc;
	border-color: #888;
	background: #f3f3f3;
}

input.form-textbox:disabled {
	background: #f3f3f3;
}

input.form-textbox:focus,
input.form-textbox:active {
	outline: 0;
}

.g-recaptcha {
	margin-top: 20px;
}

@-webkit-keyframes autofill {
	0%,100% {
		color: #666;
		background: transparent;
	}
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #02061f inset !important;
	box-shadow: 0 0 0 1000px #02061f inset !important;
	-webkit-text-fill-color: white !important;
}

@media only screen and (max-width : 46em) {

	.contact-form-container {
		top: 40px;
		transform: translateX(-50%);
		padding-bottom: 40px;
	}
}

/*===============================================================================================================================*/
/*                                                           PLUGINS.CSS                                                         */
/*===============================================================================================================================*/
/* Fancybox -------------------------------------------------------------------------------------------------------------------- */
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.articles .fancybox-slide,
.contact .fancybox-slide {
	padding: 0px;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

@media only screen and (max-width : 30em) {

	.fancybox-slide--html {
		padding: 10px 0px;
	}
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	width: 95%;
	max-width: 750px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.articles .fancybox-content,
.contact .fancybox-content {
	background: #02061f;
	display: inline-block;
	margin: 0;
	width: 100% !important;
	max-width: 100%;
	height: 100% !important;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

@media only screen and (max-width: 46em) {

	.fancybox-content {
		padding: 34px 20px 20px;
	}

	.articles .fancybox-content,
	.contact .fancybox-content {
		padding: 0px;
	}
}

.fancybox-content h4 {
	font-size: 1.6em;
	margin-top: 0;
}

.enquiry-form.fancybox-content {
	max-width: 400px;
	min-height: 457px;
}

.centered.fancybox-content {
	text-align: center;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.articles .fancybox-button svg,
.contact .fancybox-button svg {
	transform: scale(2);
}

.articles .fancybox-button svg path,
.contact .fancybox-button svg path {
	fill: black;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.articles .fancybox-close-small,
.contact .fancybox-close-small {
	color: #000;
	right: 52px;
	top: 52px;
}

@media only screen and (max-width : 1366px) {

	.articles .fancybox-close-small,
	.contact .fancybox-close-small {
		right: 30px;
		top: 30px;
	}
}

@media only screen and (max-width : 1366px) {

	.articles .fancybox-close-small,
	.contact .fancybox-close-small {
		right: 30px;
		top: 30px;
	}
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 36em) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 36em) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
/* Slick Slider ---------------------------------------------------------------------------------------------------------------- */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.documents-slider {
	margin-top: 2em;
}

.articles-slider .slick-track,
.card-slider .slick-track,
.documents-slider .slick-track {
	display: flex !important;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.articles-slider .slick-slide,
.card-slider .slick-slide,
.documents-slider .slick-slide {
	height: inherit;
	margin: 0 13px;
}

.slick-slide:focus {
	outline: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img,
.slick-slide picture {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('../Images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: auto;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 90;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -10px;
}

[dir='rtl'] .slick-prev {
	right: -20px;
	left: auto;
}

.slick-prev:before {
	content: '\f2fa';
}

[dir='rtl'] .slick-prev:before {
	content: '\f2fb';
}

.slick-next {
	right: -10px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -20px;
}

.slick-next:before {
	content: '\f2fb';
}

[dir='rtl'] .slick-next:before {
	content: '\f2fa';
}

.slick-dotted.slick-slider {
	padding-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '\f26c';
	text-align: center;
	opacity: .75;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	content: '\f26f';
	color: #0e253e;
}

@media only screen and (max-width : 73.75em) {

	.slick-prev {
		left: -8px;
	}

	.slick-next {
		right: -8px;
	}
}

/* SumoSelect ------------------------------------------------------------------------------------------------------------------ */
select {
	width: 100% !important
}

.SumoSelect p {
	font-size: 0.85em;
	margin: 0;
}

.SumoSelect {
	width: 100%;
}

.SumoSelect * {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.SelectBox {
	line-height: 38px;
	padding: 0px 15px 0 0;
}

.sumoStopScroll {
	overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
	display: none;
}

.SumoSelect .search-txt {
	display: none;
	outline: none;
}

.SumoSelect .no-match {
	display: none;
	padding: 6px;
}

.SumoSelect.open .search-txt {
	display: inline-block;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0px 15px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f2fbfd;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.SumoSelect.open .search-txt:focus,
.SumoSelect.open .search-txt:active {
	outline: 0;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
	visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.SelectClass {
	z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	font-size: 1em;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	margin-bottom: 0;
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.SumoSelect:focus > .CaptionCont {
	border-color: #af222c;
}

/* SumoSelect colour changes */
.SumoSelect > .CaptionCont {
	position: relative;
	border-bottom: 1px solid #af222c;
	min-height: 40px;
	background-color: transparent;
	border-radius: 0px;
	margin: 0;
}

.SumoSelect.open > .CaptionCont {
	border-color: #af222c;
}
/* end SumoSelect colour changes */

.SumoSelect > .CaptionCont > span {
	display: block;
	font-size: .85em;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
	font-family: "Montserrat Medium", Arial, Helvetica, sans-serif;
	color: #888;
}

.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	margin-bottom: 0;
}

.SumoSelect > .CaptionCont > label > i {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.SumoSelect > .CaptionCont > label > i::before {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 24px;
	text-align: center;
	content: '\f2f9';
}

.SumoSelect > .optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #020417;
	border: 1px solid #3a3e54;
	overflow: hidden;
}

.SumoSelect.open > .optWrapper {
	top: 40px;
	display: block;
}

.SumoSelect.open > .optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.SumoSelect > .optWrapper > .options {
	border-radius: 2px;
	position: relative;
	/*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px;
	/*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
	border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
	opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
	padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
	padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
	padding: 5px 10px;
	position: relative;
	margin-bottom: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
	border-radius: 0;
	border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #af222c;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
	display: block;
	cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
	display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
	cursor: default;
	padding: 8px 6px;
	font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
	background-color: inherit;
	pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=50); /* Netscape */
	-moz-opacity: 0.5; /* Safari 1.x */
	-khtml-opacity: 0.5; /* Good browsers */
	opacity: 0.5;
}


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px;
	cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
	border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: none;
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
	border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
	padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
	background-color: rgb(17, 169, 17);
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
	border-color: #ccc;
	box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
	cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
	background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
}

.fancybox-navigation {
	display: none !important
}

/* qTip ------------------------------------------------------------------------------------------------------------------------ */
.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	line-height: 1.3;
	direction: ltr;
	box-shadow: none;
	padding: 0;
}

.qtip h5 {
	font-size: .95em;
	text-transform: uppercase;
}

.qtip p {
	font-size: .85em;
	margin-bottom: 0;
}

.qtip-content {
	position: relative;
	padding: 8px;
	line-height: 1.3;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
}

.qtip-default {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #212529;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
}

.qtip .qtip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

x:-o-prefocus, .qtip .qtip-tip {
	visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
	position: absolute;
	color: #123456;
	background: transparent;
	border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
	top: 0;
	left: 0;
}

.qtip .qtip-tip .qtip-vml {
	behavior: url(#default#VML);
	display: inline-block;
	visibility: visible;
}

/* DataTables ------------------------------------------------------------------------------------------------------------------ */
div.table-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting {
    cursor: pointer;
}

.dataTable thead .sorting {
    position: relative;
}

.dataTable thead .sorting span:after {
    position: relative;
}

.dataTable thead .sorting_asc {
    position: relative;
}

.dataTable thead .sorting_desc {
    position: relative;
}

.dataTable thead .sorting span:after,
.dataTable thead .sorting_asc span:after,
.dataTable thead .sorting_desc span:after {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 5px;
    font-family: 'Material-Design-Iconic-Font';
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #20fdfe;
}

.dataTable thead .sorting span:after {
    content: '\f312';
    color: #777;
    top: 6px;
}

.dataTable thead .sorting_asc span:after {
    content: '\f2f8';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_desc span:after {
    content: '\f2f2';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
}

.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #20fdfe;
    border: 1px solid transparent;
    font-size: 0.85em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #bbb;
    border: 1px solid transparent;
    background: #eee;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

.sorting_1 {
    outline: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTable tbody tr.clickable:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 480px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
        margin: 0 auto;
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-right: 0;
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 50px;
        line-height: 0px;
        width: 100%;
        float: left !important;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Responsive */
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #af222c;
    height: 18px;
    width: 18px;
    margin-top: -13px;
}

table.dataTable.dtr-inline.collapsed tbody .group_header td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent th:first-child:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    content: '\f275';
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '\f270';
}

table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: default;
}

table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable tr.child {
    padding: 0.5em 1em;
}

table.dataTable tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.dataTable tr.child ul li {
    border-bottom: none;
    padding: 0.5em 0;
}

table.dataTable tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable tr.child span.dtr-title,
table.dataTable tr.child span.dtr-data {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

table.dataTable.with-actions tr.child span.dtr-title,
table.dataTable.with-actions tr.child span.dtr-data {
    display: inline-block;
    width: 48%;
    padding: 5px 0;
    text-align: left;
	font-size: 120%
}

table.dataTable tr.child span.dtr-title {
    font-weight: bold;
}

/*table.dataTable tr.child span.dtr-data {
    padding: 0;
}*/

/*Accordion -------------------------------------------------------------------------------------------------------------------- */
div.accordion {
    margin: 30px 0;
}

div.accordion + h2,
div.accordion + h3 {
    margin-top: 30px;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}
/* Basic Theme */
[data-accordion] {
    line-height: 1;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

[data-accordion] > [data-control]:after {
    font-family: "Material-Design-Iconic-Font";
    content: "\f2f9";
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 1.5em;
    font-weight: 200;
    color: #af222c;
    width: auto;
}

[data-accordion].open > [data-control]:after {
    top: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[data-content] ul:last-of-type,
[data-content] p:last-child {
    margin-bottom: 20px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background: rgb(228, 255, 228);
}