/*===============================================================================================================================*/
/*                                                            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: #023740;
	background: #14191f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width : 85.375em) {

	body {
		font-size: 95%;
	}
}

@media only screen and (max-width : 73.75em) {

	body {
		font-size: 90%;
	}
}

@media only screen and (max-width : 50.75em) {

	body {
		font-size: 85%;
	}
}

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-p {
	display: none;
}

@media only screen and (max-width : 64em) {

	br.min-tablet-l {
		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;
	}
}

@media only screen and (max-width : 30em) {

	br.min-phone-l {
		display: none;
	}
}

h1 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 3.5em;
	color: white;
	line-height: 1.3;
	margin: 0 0 1em;
	letter-spacing: 0.01em;
}

h2 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: .75em;
}

h3 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.3;
	margin-bottom: .45em;
}

h4 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: .25em;
}

p, li {
	font-size: 1em;
	line-height: 1.3;
}

p {
	margin-bottom: 1em;
}

p.float-left {
	float: left;
}

p.float-right {
	float: right;
}

p.uppercase {
	text-transform: uppercase;
}

p.right-align {
	text-align: right;
}

p.x-small {
	font-size: 65%;
}

p.small {
	font-size: 80%;
}

p.medium {
	font-size: 125%;
}

p.large {
	font-size: 150%
}

p.x-large {
	font-size: 200%
}

.fw-semibold {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

p + h2,
p + h3,
p + h4 {
	margin-top: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width : 46em) {

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.8em;
	}

	p.small {
		font-size: 90%;
	}
}

a {
	color: #0072ED;
	text-decoration: none;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a.view {
	display: inline-block;
	font-family: "Montserrat Medium", Arial, Helvetica, sans-serif;
	font-size: 0;
	text-decoration: none;
	line-height: 1;
	padding: 0;
	color: #bc9e4d;
}

a.view:after {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 26px;
	line-height: 1;
}

a.view:after {
	content: '\f2f5';
}

ol, ul {
	list-style: none;
	margin: 0 0 0 1.5em;
}

ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

ul + h2,
ul + h3,
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;
}

ul.chevron {
	list-style: none
}

ul.chevron li {
	position: relative;
}

ul.chevron li:before {
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.5em;
	display: block;
	position: absolute;
	color: #bc9e4d;
	content: '\f2fb';
	font-weight: normal;
}

ul.chevron li:before {
	top: -5px;
	left: -16px;
	content: '\f2fb';
}

dl {
	font-size: 0;
	width: 100%;
	overflow: hidden;
}

dt {
	display: inline-block;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 13.6px;
	text-align: left;
	line-height: 1.3;
	width: 80px;
	color: white;
	padding: 0 0 8px 0;
	vertical-align: top;
}

dt:last-of-type {
	padding: 0
}

dt::after {
	content: ":";
}

dd {
	display: inline-block;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 13.6px;
	line-height: 1.3;
	width: calc(100% - 80px);
	color: white;
	margin: 0;
	padding: 0 0 8px 20px;
}

dd:last-of-type {
	padding: 0 0 0 20px
}

strong {
	font-family: "Montserrat Bold",Arial,sans-serif;
}

div.table {
	display: table;
	width: 100%;
	height: 100%;
}

div.table_cell {
	display: table-cell;
	vertical-align: middle;
}

.white {
	color: white;
}

.hide-screen {
	position: absolute;
	left: -100000px;
}

.thin {
	font-family: "Montserrat Regular", Arial, sans-serif;
}

.uppercase {
	text-transform: uppercase;
}

.nowrap {
	white-space: nowrap;
}

.centered {
	text-align: center;
}

.print-only {
	display: none;
}

/* Header ---------------------------------------------------------------------------------------------------------------------- */
.header-outer {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 7.375em;
	background-color: #023740;
	background-image: url("../images/bkg_header-outer.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home .header-outer {
	border-bottom: 10px solid #023740;
}

.header-outer::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	content: '';
}

.header-wrapper {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 1.875em 1.25em 0;
	-webkit-transition: padding 250ms ease-in-out;
	-o-transition: padding 250ms ease-in-out;
	transition: padding 250ms ease-in-out;
	z-index: 100;
}

.scrolled .header-wrapper {
	padding: .9375em 1.25em;
	background: white;
	z-index: 500;
	box-shadow: 0 3px 2px 2px rgba(0,0,0,0.2);
}

header {
	max-width: 111.25em;
	margin: 0 auto;
}

.cpu-branding {
	float: left;
	width: 180px;
	height: 34px;
	margin: .8125em 0;
}

.scrolled .cpu-branding {
	width: 139px;
	height: 26px;
	margin: .4375em 0;
}

.reach-branding {
	float: right;
	width: 101px;
	height: 60px;
}

.scrolled .reach-branding {
	width: 67px;
	height: 40px;
}

.cpu-branding img,
.reach-branding img {
	width: 100%;
}

img.is-scrolled,
.scrolled img.not-scrolled {
	display: none;
}

.scrolled img.is-scrolled {
	display: block;
}

@media only screen and (max-width : 50.75em) {

	.reach-branding {
		margin-right: 50px;
	}
}

@media only screen and (max-width : 46em) {

	.scrolled .header-wrapper {
		padding: .9375em 1.25em;
	}
}

@media only screen and (max-width : 30em) {

	.header-outer {
		padding-top:6.25em;
	}

	.header-wrapper {
		padding: 1.25em 1.25em 0;
	}

	.cpu-branding {
		width: 139px;
		height: 26px;
		margin: .5125em 0;
	}

	.scrolled .cpu-branding {
		width: 139px;
		height: 26px;
		margin: .4375em 0;
	}

	.reach-branding {
		width: 67px;
		height: 40px;
	}

	.scrolled .reach-branding {
		width: 67px;
		height: 40px;
	}
}

/* Navigation ------------------------------------------------------------------------------------------------------------------ */
#navicon span {
	position: absolute;
	left: -10000px;
}

#navicon {
	display: none;
}
.nav-wrapper {
	float: right;
	width: calc(100% - 281px);
	width: auto;
	margin-right: 14px;
}

.nav-wrapper.switcher {
	margin-right: 2em;
}

.nav-wrapper nav {
	max-width: 111.25em;
	margin: 20px auto;
}

.scrolled .nav-wrapper nav {
	margin: 10px auto;
}

.nav-wrapper ul {
	list-style: none;
	text-align: center;
	margin: 0;
	height: 20px;
}

.scrolled .nav-wrapper ul {
	height: 20px;
}

.nav-wrapper li {
	position: relative;
	display: inline-block;
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: .7em;
	letter-spacing: .1em;
	margin-right: 14px;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;

	float: left;
}

.nav-wrapper li.has-child a {
	padding-right: 20px;
}

.scrolled .nav-wrapper li {
	line-height: 20px;
}

.nav-wrapper li:last-child {
	margin-right: 0px;
}

.nav-wrapper a {
	position: relative;
	display: block;
	color: white;
}

.scrolled .nav-wrapper a {
	color: #023740;
}

.nav-wrapper a:focus,
.nav-wrapper a:hover {
	text-decoration: none;
	color: #bc9e4d;
}

.nav-wrapper ul ul {
	display: none;
	z-index: 5000;
}

.nav-wrapper ul li:hover > ul {
	display: block;
}

.nav-wrapper ul li a span.submenu-indicator:before {
	display: inline-block;
	position: absolute;
	right: 0;
	float: right;
	height: 20px;
	line-height: 20px;
	font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
	text-align: center;
    content: '\f2f9';
	color: white;
	margin-left: -7px;
}

.scrolled .nav-wrapper ul li a span.submenu-indicator:before {
	color: #023740;
}

.nav-wrapper ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	/*left: 0;
	width: 100%;*/
	height: auto;
	min-width: 140px;
	max-width: 300px;
	padding: 5px;
	background: rgba(255,255,255,0.4);
	text-align: left;
	border-radius: 3px;
}

.scrolled .nav-wrapper ul ul {
	height: auto;
	background: rgba(255,255,255,1);
}

.nav-wrapper ul ul li {
	font-size: 1em;
	display: block;
	float: none;
	position: relative;
	width: 100%;
	white-space: nowrap;
}

.nav-wrapper ul li:hover a {
	color: #bc9e4d;
}

.nav-wrapper ul li:hover a span.submenu-indicator:before {
	color: #bc9e4d;
}

.nav-wrapper ul li:hover ul a {
	color: #fff;
}

.nav-wrapper ul ul li a:hover,
.nav-wrapper ul ul li a.selected {
	color: #bc9e4d;
}

.nav-wrapper ul ul li a {
	height: auto;
	color: #fff;
	font-size: 1em;
	padding-right: 0;
}

.scrolled .nav-wrapper ul ul li a {
	color: #023740;
}

.nav-wrapper li.has-child ul li a {
	padding-right: 0;
}

.nav-wrapper ul ul li:hover a {
	color: #fff;
	text-decoration: underline;
}

.scrolled .nav-wrapper ul ul li:hover a {
	color: #023740;
}

@media only screen and (max-width : 50.75em) {

	#navicon {
		display: block;
		position: absolute;
		top: 26px;
		bottom: 0;
		margin: auto;
		right: 10px;
		text-decoration: none;
		z-index: 9;
		width: 40px;
		height: 40px;
		z-index: 3000;
	}

	#navicon.open {
		background: #04374f;
	}

	.scrolled #navicon {
		top: 0px;
	}

	#navicon:before,
	#navicon.closed:before {
		font-family: "Material-Design-Iconic-Font";
		font-size: 35px;
		display: block;
		content: '\f197';
		color: white;
		width: 40px;
		height: 40px;
		line-height: 40px;
		transition: color 0.3s;
		text-align: center;
		margin: 0;
		cursor: pointer;
	}

	#navicon:before {
		content: '\f136';
	}

	#navicon.closed:before {
		content: '\f197';
	}

	.scrolled #navicon.closed:before {
		color: #023740;
	}

	.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%;
		width: 60%;
		z-index: 5;
		top: 61px;
		top: 0;
		right: -60%;
		position: fixed;
		background: #04374f;
		text-align: left;
		overflow-y: auto;
	}

	.nav-wrapper {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.nav-wrapper.switcher {
		margin-right: 0;
	}

	.nav-wrapper nav {
		max-width: 100%;
		margin: 0;
	}

	.scrolled .nav-wrapper nav {
		margin: 0;
	}

	.nav-wrapper ul {
		text-align: left;
		height: auto;
		padding-top: 10px;
	}

	.scrolled .nav-wrapper ul {
		height: auto;
	}

	.nav-wrapper li {
		display: block;
		margin-right: 0;
		float: none;
		height: auto;
	}

	.nav-wrapper a {
		font-size: 1.4em;
		padding: 5px 10px;
	}

	.nav-wrapper a.no-link {
		display: none
	}

	.nav-wrapper a {
		font-size: 1.4em;
	}

	.scrolled .nav-wrapper a {
		color: white;
	}

	.nav-wrapper ul li a span.submenu-indicator:before {
		display: none;
	}

	.nav-wrapper ul ul {
		display: block;
		z-index: 5000;
	}

	.nav-wrapper ul ul {
		position: relative;
		top: auto;
		width: 100%;
		padding: 0px;
		background: none;
		border-radius: 0px;
	}
	.scrolled .nav-wrapper ul ul {
		background: none;
	}

	.scrolled .nav-wrapper ul ul li a {
		color:white;
	}

	.nav-wrapper ul ul li a {
		font-size: 1.4em;
	}

	.fade {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		width: 0;
		opacity: 0.7;
	}
}

@media only screen and (max-width : 30em){

	#navicon {
		top: 15px;
	}
}

@media only screen and (min-width: 812px) {
     a.no-link {
        pointer-events: none;
    }
}

/* Banner ---------------------------------------------------------------------------------------------------------------------- */
.banner {
	position: relative;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 1.25em 8em;
}

.banner h1 {
	margin-bottom: 0;
	text-shadow: 0 0 3px rgb(0 0 0 / 45%);
}

.banner h2 {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1.6em;
	color: white;
}

.banner h1 + h2 {
	margin-top: 1em;
}

@media only screen and (max-width : 40em) {

	.banner {
		padding: 0 1.25em 4em;
	}
}

@media only screen and (max-width : 30em){

	.banner {
		padding: 0 1.25em 3em;
	}
}

/* Filter Navigation ----------------------------------------------------------------------------------------------------------- */
.filter-nav-wrapper {
	width: 100%;
	padding: 1.2375em 0;
}

.header-outer .filter-nav-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(2,55,64,1);
}

.filter-nav-wrapper nav {
	max-width: 1200px;
	margin: 0 auto;
}

.filter-nav-wrapper ul {
	list-style: none;
	text-align: center;
	margin: 0;
}

.filter-nav-wrapper li {
	display: inline-block;
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: .85em;
	letter-spacing: .1em;
	margin-right: 14px;
	text-transform: uppercase;
}

.filter-nav-wrapper a {
	position: relative;
	color: #023740;
	padding-right: 16px;
}

.header-outer .filter-nav-wrapper a {
	color: white;
}

ul.filter-cards li a.selected,
ul.filter-list li a.selected {
	color: #bc9e4d;
}

.filter-nav-wrapper a:focus,
.filter-nav-wrapper a:hover {
	text-decoration: none;
	color: #bc9e4d;
}

.filter-nav-wrapper a::after {
    display: block;
    width: 1px;
    height: 20px;
    background: #023740;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header-outer  .filter-nav-wrapper a::after {
    background: white;
}

.filter-nav-wrapper li:last-child a::after {
    display: none
}

.filter-nav-wrapper + .dataTables_wrapper {
	margin-top: 1em;
}

.init-filter, .close-filter {
	display: none
}

@media only screen and (max-width : 50.75em) {

	.filter-nav-wrapper {
		text-align: center;
	}

	.filter-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%;
		width: 100%;
		z-index: 500;
		top: 0;
		left: 0;
		position: fixed;
		background: #04374f;
		text-align: center;
		overflow-y: auto;
		padding: 2em;

		display: none;
	}

	.filter-nav-wrapper ul {
		list-style: none;
		text-align: center;
		margin: 0;
	}

	.filter-nav-wrapper li {
		display: block;
		width: 100%;
		font-family: "Montserrat Medium", Arial, sans-serif;
		font-size: .85em;
		margin-right: 0;
	}

	.filter-nav-wrapper a {
		display: block;
		width: 100%;
		position: relative;
		color: white;
		padding: 10px 20px;
	}

	.content .filter-nav-wrapper a {
		color: #023740;
	}

	.filter-nav-wrapper a:focus,
	.filter-nav-wrapper a:hover {
		text-decoration: none;
		color: #bc9e4d;
	}

	.filter-nav-wrapper a::after {
		display: none;
	}

	.init-filter, .close-filter {
		display: block;
		position: relative;
	}

	.close-filter span {
		position: absolute;
		left: -10000px;
	}

	.filter-nav-wrapper a.init-filter {
		display: inline-block;
		width: auto;
		height: 26px;
		line-height: 26px;
		font-family: "Montserrat Medium", Arial, sans-serif;
		font-size: 1em;
		text-align: center;
		padding: 0 0 0 2em;
	}

	.init-filter:before,
	.close-filter:before {
		font-family: "Material-Design-Iconic-Font";
		display: block;
		color: white;
		transition: color 0.3s;
		text-align: center;
		margin: 0;
		cursor: pointer;
	}

	.init-filter:before {
		color: #023740;
	}

	.header-outer .init-filter:before {
		color: white;
	}

	.init-filter:before {
		position: absolute;
		left: 0;
		height: 26px;
		line-height: 26px;
		font-size: 1.5em;
		content: '\f160';
	}

	.close-filter:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 50px;
		content: '\f134';
		margin: 0 auto;
	}
}

@media only screen and (min-width: 50.75em) {
     a.no-link {
        pointer-events: none;
    }
}

@media only screen and (max-width : 30em){

	#navicon {
		top: 15px;
	}
}

/* Content --------------------------------------------------------------------------------------------------------------------- */
.content-wrapper {
	padding: 3.125em 1.25em;
	background: #ffffff;
}

.content-wrapper.alt {
	background: #eae8e8;
}

.content-wrapper.light-grey {
	background: #f3f3f3;
}

article.max-width {
	max-width: 1400px;
	margin: 0 auto;
}

.narrow-content {
	max-width: 1400px;
	margin: 0 auto;
}

.flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-wrap.cols-2 .col {
    width: 50%;
}

.flex-wrap.cols-3 .col {
    width: 30%;
    padding: 1em 3.125em;
	background: #ddd;
	border-radius: 10px;
}

.flex-wrap.cols-4 .col {
    width: 23%;
    padding: 1em 3.125em;
	background: #ddd;
	border-radius: 10px;
	margin: 10px;
}

.flex-wrap .col a:focus,
.flex-wrap .col:hover {
    opacity: 0.7
}

.flex-intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}

.flex-intro .col {
    width: 50%;
}

.flex-intro .col.image {
    text-align: center;
}

.flex-intro .col.image img {
    width: 80%;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%)
}

@media only screen and (max-width: 50.75em) {

	.flex-wrap.cols-4 .col {
		padding: 1em 1.5625em;
	}
}

@media only screen and (max-width: 50.75em) {

	.flex-wrap.cols-4 .col {
		padding: 1em 1.5625em;
	}

	.flex-intro {
		flex-direction: column;
	}

	.flex-intro .col {
		width: 100%;
	}

	.flex-intro .col.image {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 40em) {

	.flex-wrap.cols-4 .col {
		width: 48%;
		margin-bottom: 1em;
	}

	.flex-intro .col.image img {
		width: 100%
	}
}

/* Sliders --------------------------------------------------------------------------------------------------------------------- */
.slider {
	visibility: hidden;
}

.slider.slick-initialized {
	visibility: visible;
}

.articles-slider-inner {
	position: relative;
	padding: 30px 66px 0px 66px;
}

@media only screen and (min-width : 85.4375em) {

	.articles-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;
	}

	.articles-slider .slide {
		display: inline-block;
		float: left;
		width: 25%;
		height: inherit;
		font-size: 16px;
		margin: 20px 0;
		margin: 0;
	}

	.articles-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) {

	.articles-slider .slider {
		display: block;
		visibility: visible;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}

	.articles-slider .slide {
		display: inline-block;
		float: left;
		width: 33.3333333333%;
		height: inherit;
		font-size: 16px;
		margin: 20px 0;
		margin: 0;
	}

	.articles-slider .slide {
		width: calc(33.3333333333% - 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;
	}

	.articles-slider .slide:after {
		content: "";
		display: table;
		clear: both;
	}

	.articles-slider .slide {
		display: block;
	}

	.articles-slider .slide:nth-of-type(4) {
		clear: both;
	}
}
/* End */

@media only screen and (max-width : 85.375em) {

	.articles-slider-inner {
		padding: 60px 36px 0px 36px;
	}
}

@media only screen and (max-width : 73.75em) {

	.articles-slider-inner {
		padding: 40px 0 0;
	}
}

@media only screen and (max-width : 50.75em) {

	.articles-slider-inner {
		padding: 20px 0 0;
	}
}

/* Tables ---------------------------------------------------------------------------------------------------------------------- */
table.standard {
    width: 100%;
    border-collapse: collapse;
}

table.standard thead {
    border-bottom: 2px solid #aaa;
}

table.standard#openActions thead {
    border-bottom: 3px solid #bc9e4d;
}

table.standard th {
    font-weight: bold;
}

table.standard thead th {
    font-size: .9em;
    text-align: left;
}

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 tbody tr:focus,
table.standard tbody tr:hover {
    background: #f5f0e2;
}

table.standard th {
    padding: 10px;
    vertical-align: middle;
}

table.standard td {
    padding: 5px 10px;
    vertical-align: middle;
}

table.standard td {
    font-size: 0.85em;
	line-height: 1.3;
}

table.standard .left {
    text-align: left;
}

table.standard .right {
    text-align: right;
}

table.standard a {
    color: #bc9e4d;
    text-decoration: none;
}

table.standard a:hover {
    color: #dbbf74;
    text-decoration: none;
}

.dataTables_wrapper {
	padding: 0 76px;
}

#openActions_wrapper .top {
	margin: 30px 0 15px;
}

#openActions_filter {
	text-align: right;
}

#openActions_filter label {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 0.85em;
}

#openActions_filter input {
	width: 100%;
	max-width: 260px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
	padding: 0 12px;
	color: black;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 0.85em;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

#openActions_filter input:focus,
#openActions_filter input:active {
	outline: 0;
	border-left-width: 7px;
	border-color: #bc9e4d;
	padding: 0 11px 0 7px;
}


@media only screen and (max-width : 90em){

	.dataTables_wrapper {
		padding: 0;
	}
}

/* Cards ----------------------------------------------------------------------------------------------------------------------- */
.panel {
    position: relative;
    background-color: #bc9e4d;
	background-color: #023740;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
	background-image: url("../images/bkg_panel.png");
	background-image: url("../images/bkg_panel-green.png");
	height: 100%;
    padding-top: 170px;
    border-radius: 10px;
    overflow: hidden;
}

.panel-overlay {
    position: relative;
    left: 0;
    bottom: -60px;
	text-align: left;
    width: 100%;
    height: 100%;
    padding: 2em 1.625em 5em;
    transition: all 250ms ease-in-out;
	background: -moz-linear-gradient(top,rgba(188,158,77,0) 0,rgba(188,158,77,.8) 12%,#bc9e4d 15%,#bc9e4d 100%);
    background: -webkit-linear-gradient(top,rgba(188,158,77,0) 0,rgba(188,158,77,.8) 12%,#bc9e4d 15%,#bc9e4d 100%);
    background: linear-gradient(to bottom,rgba(188,158,77,0) 0,rgba(188,158,77,.8) 12%,#bc9e4d 15%,#bc9e4d 100%);
}

.touch .panel-overlay {
	bottom: 0px;
}

.panel-overlay.green {
    background: -moz-linear-gradient(top,rgba(0,32,96,0) 0,rgba(8,52,76,.8) 12%,#08344c 15%,#023740 100%);
    background: -webkit-linear-gradient(top,rgba(0,32,96,0) 0,rgba(8,52,76,.8) 12%,#08344c 15%,#023740 100%);
    background: linear-gradient(to bottom,rgba(0,32,96,0) 0,rgba(8,52,76,.8) 12%,#08344c 15%,#023740 100%);
}

.panel:hover > .panel-overlay {
	bottom: 0;
}

.panel-overlay h4,
.panel-overlay h5 {
    text-transform: none;
    line-height: 1.2;
	color: #fff;
    margin-bottom: .25em;
}

.panel-overlay h4 {
    font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 1em;
}

.panel-overlay h5 {
    font-size: 1.1em;
	margin-bottom: 1.2em;
}

.panel-overlay p {
    font-size: .85em;
	color: #fff;
    max-width: 90%;
}

.panel-overlay p.title {
    font-family: "Montserrat SemiBold",Arial,Helvetica,sans-serif;
    font-size: .85em;
    text-transform: uppercase;
}

.panel-overlay .button-area {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: calc(100% - 52px);
    height: 60px;
	margin-top: 0;
    margin-bottom: 0;
}

.panel-overlay:not(.green) a.button {
    color: #bc9e4d;
    border: 2px solid #fff;
    background: #fff;
}

.panel-overlay:not(.green) a.button:focus,
.panel-overlay:not(.green) a.button:hover {
    color: #fff;
}

@media only screen and (max-width : 85.375em) {

	.panel {
		padding-top: 110px;
	}

	.panel-overlay h2,
	.panel-overlay h3 {
		font-size: 1.5em;
	}

	.panel-overlay .button-area {
		left: 20px;
		width: calc(100% - 40px);
	}

	.panel-overlay {
		padding: 20px 20px 70px;
	}

	.panel-overlay p.title + h2 {
		margin-top: 30px;
	}
}

@media only screen and (max-width : 67.5em) {

	.panel {
		padding-top: 75px;
	}
}

@media only screen and (max-width : 50.75em) {

	.panel {
		background-image: url("../images/bkg_panel-green-mobile.png");

	}
}

@media only screen and (max-width : 30em) {

	.panel {
		padding-top: 120px;
	}
}
/* Toolbar --------------------------------------------------------------------------------------------------------------------- */
.toolbar {
	margin-top: 1em;
	padding: 0 76px;
}

.toolbar .form-input {
	float: left;
	max-width: 300px;
}

input.form-textbox {
	width: 100%;
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	color: black;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 0.85em;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

input.form-textbox:focus,
input.form-textbox:active {
	outline: 0;
	border-left-width: 7px;
	border-color: #bc9e4d;
	padding: 0 11px 0 7px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaa;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #aaa;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #aaa !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
}
/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity 250ms;
	transition: opacity 250ms;
}
/* FF 4-18 */
::-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity 250ms;
	transition: opacity 250ms;
}
/* FF 19-51 */
:-ms-input-placeholder {
	opacity: 1;
	-ms-transition: opacity 250ms;
	transition: opacity 250ms;
}
/* IE 10+ */
::placeholder {
	opacity: 1;
	transition: opacity 250ms;
}
/* Modern Browsers */

*:focus::-webkit-input-placeholder {
	opacity: 0;
}
/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
	opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
	opacity: 0;
}
/* FF 19-50 */
*:focus:-ms-input-placeholder {
	opacity: 0;
}
/* IE 10+ */
*:focus::placeholder {
	opacity: 0;
}
/* Modern Browsers */
/* Buttons --------------------------------------------------------------------------------------------------------------------- */
.button-area {
	margin-top: 30px;
}

.toolbar .button-area {
	float: left;
	margin-top: 0;
	margin-left: 1em;
}

a.button {
    position: relative;
    display: inline-block;
    font-family: "Montserrat SemiBold",Arial,sans-serif;
    font-size: .9em;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    height: 42px;
    line-height: 38px;
    padding: 0 25px;
    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;
}

a.button + a.button {
	margin-left: 1em;
}

.button-area a.button {
    margin-top: 0;
}

a.button.primary, a.button.secondary.active {
    color: #fff;
    border: 2px solid #bc9e4d;
    background: #bc9e4d;
}

a.button.active, a.button.primary:focus, a.button.primary:hover {
    text-decoration: none;
    color: #bc9e4d;
    background: 0 0;
    outline: 0;
}

a.button.secondary {
	color: white;
	border: 2px solid #bc9e4d;
	background: transparent;
}

a.button.secondary:focus,
a.button.secondary:hover {
	text-decoration: none;
	color: #bc9e4d;
	outline: none;
}


/* Footer ---------------------------------------------------------------------------------------------------------------------- */
section.footer_wrapper {
	width: 100%;
	height: auto;
	background: #222a35;
}

/* New Standardised AU Footer */
footer.transaction-site {
	padding: 1.25em 3.125em;
	background: #222a35;
}

footer.transaction-site p {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

footer.transaction-site div.footer-left {
	float: left;
	width: 210px
}

footer.transaction-site div.footer-left p {
	padding: 1.8em 0 0
}

footer.transaction-site div.footer-right {
	float: right;
	width: calc(100% - 210px);
	text-align: right;
}

div.footer-right div.tagline {
	float: left;
	width: calc(100% - 282px);
}

div.footer-right div.tagline p {
	padding: 1.8em 1.875em 0 0
}

div.footer-right div.logos {
	float: right;
	width: 282px;
}

div.footer-right div.logos div.cpu-logo {
	float: left;
	width: 185px;
	height: 60px;
	padding-right: 1.875em;
}

div.footer-right div.logos div.cpu-logo img {
	margin: .9375em 0;
}

div.footer-right div.logos div.reach-logo {
	float: right;
	width: 97px;
	height: 60px;
	padding-left: 1.875em;
	border-left: 1px solid white;
}

div.footer-right div.logos div.reach-logo img {
	margin: .625em 0;
}

footer.links {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: .625em 3.125em;
	background: #14191f
}

footer.links div.footer-left {
	float: left;
	width: 50%;
}

footer.links div.footer-right {
	float: right;
	width: 50%;
	text-align: right;
}

footer.links ul {
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0;
}

footer.links li {
	font-family: "Montserrat Regular", Arial, sans-serif;
	display: inline-block;
	line-height: normal;
	color: #888;
	text-transform: uppercase;
	font-size: 0.7em;
	margin-right: .625em;
}

footer.links p {
	font-family: "Montserrat Regular", Arial, sans-serif;
	color: #888;
	font-size: 0.7em;
	margin: 0;
}

footer.links a {
	color: #888;
}

footer.links a:hover,
footer.links a.active,
footer.links li.selected a {
	text-decoration: underline;
}
/* End New Standardised AU Footer */

/* Back to top */
a.scrollToTop {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 30px;
	height: 30px;
	bottom: 20px;
	right: 15px;
	color: white;
	background: #bc9e4d;
	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 {
	color: #bc9e4d;
	background: #020417;
}

a.scrollToTop span {
	display: none;
}

@media only screen and (max-width : 80em) {

	footer.transaction-site {
		padding: 1.25em;
	}

	footer.links {
		padding: .9375em 1.25em;
	}
}

@media only screen and (max-width : 68.75em) {

	div.footer-right div.tagline p {
		padding: 2.1em 1.875em 0 0
	}

	footer.transaction-site div.footer-left p {
		padding: 2.1em 0 0;
	}
}

@media only screen and (max-width : 64em) {

	footer.transaction-site div.footer-left {
		float: none;
		width: 100%;
		text-align: center;
	}

	footer.transaction-site div.footer-left p {
		padding: 1.25em 0 0
	}

	footer.transaction-site div.footer-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	div.footer-right div.tagline {
		float: none;
		width: 100%;
	}

	div.footer-right div.tagline p {
		padding: 0
	}

	div.footer-right div.logos {
		float: none;
		width: 282px;
		margin: 1.25em auto 0 auto;
	}

	footer.links ul,
	footer.links p {
		text-align: center;
	}

	footer.links div.footer-left {
		float: none;
		width: 100%;
	}

	footer.links div.footer-right {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: .625em;
	}
}

/*===============================================================================================================================*/
/*                                                           PLUGINS.CSS                                                         */
/*===============================================================================================================================*/
/* Accordion ==================================================================================================================== */
div.accordion {
    margin: 30px 0 0;
	padding: 0 76px;
}

div.accordion .dataTables_wrapper {
    padding: 0;
}

div.accordion + h2,
div.accordion + h3 {
    margin-top: 30px;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

.tabbed-content {
	padding: 20px 0 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 #aaa;
    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: #bc9e4d;
    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);
}

@media only screen and (max-width : 90em){

	div.accordion {
		padding: 0;
	}
}
/* 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;
}

.articles-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 {
	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;
}

.filter-slider .slick-initialized .slick-slide {
	display: inline-block;
	float: none;
}


.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: -20px;
}

[dir='rtl'] .slick-prev {
	right: -20px;
	left: auto;
}

.slick-prev:before {
	content: '\f2fa';
}

[dir='rtl'] .slick-prev:before {
	content: '\f2fb';
}

.slick-next {
	right: -20px;
}

[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;
	}
}

/* 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: -3px;
    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: #777;
}

.dataTable thead .sorting span:after {
    content: '\f312';
    color: #777;
    top: 8px;
}

.dataTable thead .sorting_asc span:after {
    content: '\f2f8';
    font-size: 3em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_desc span:after {
    content: '\f2f2';
    font-size: 3em;
    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: #bc9e4d;
    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 tr.child span.dtr-title {
    font-weight: bold;
}

table.dataTable tr.child span.dtr-data {
    padding: 0;
}

/* Selectboxit ----------------------------------------------------------------------------------------------------------------- */

select {
	width: 100% !important;
}

.selectboxit-container {
	position: relative;
	display: block;
	vertical-align: top;
	/*z-index: 1000;*/
}

.selectboxit-container * {
	font-size: 0.85em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.selectboxit-container .selectboxit {
	width: auto; /* Width of the dropdown button */
	cursor: pointer;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.with_help .selectboxit-container .selectboxit {
	border-radius: 5px 0 0 5px;
}

.error .selectboxit-container .selectboxit {
	border-radius: 5px 5px 0 0;
}

.selectboxit-container {
	width: 100%;
	background: white;
}

.selectboxit-container.selectboxit-container {
	width: none;
}

.selectboxit-container span {
	height: 40px; /* Height of the drop down */
	line-height: 40px; /* Vertically positions the drop down text */
	display: block;
}

.selectboxit-container .selectboxit-options li {
	display: block;
	white-space: normal;
}

.selectboxit-container .selectboxit-options a {
	height: auto; /* Height of the drop down */
	line-height: 1.3; /* Vertically positions the drop down text */
	display: block;
	white-space: normal;
	padding: 7px 5px;
}

.selectboxit-container .selectboxit:focus {
	outline: 0;
}

.selectboxit-container li {
	font-size: 1em;
	padding-left: 0px;
	float: none;
}

.selectboxit-text {
	max-width: calc(100% - 40px) !important;
	font-size: 1em;
	color: black;
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%; /* Minimum Width of the dropdown list box options */
	*width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor {
	font-size: 1em;
	padding: 0 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
	/*text-indent: 5px;*/
	margin: 0;
	list-style-type: none;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.selectboxit-arrow-container {
	width: 30px;
	position: absolute;
	right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -3px;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.selectboxit-btn {
	background-color: #fff;
	color: #333;
	border: 1px solid #D6D6D6;
}

.selectboxit-btn.error {
	border-color: #e4002b;
}

.selectboxit-btn.selectboxit-enabled:active {
	color: #333333;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	text-decoration: none;
	background-position: 0 -15px;
	border-color: #bc9e4d;
}

.error .selectboxit-btn.selectboxit-enabled:hover,
.error .selectboxit-btn.selectboxit-enabled:focus,
.error .selectboxit-btn {
	border-color: #e4002b;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.selectboxit-list {
	background-color: white;
	width: 100%;
	min-width: 0 !important;
	border: 2px solid #D6D6D6;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.selectboxit-list .selectboxit-option-anchor {
	color: #333;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	background: #ebebe4;
	border-color: #d6d6d6;
}

/* Changes colour of dropdown options bg */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background: #bc9e4d;
	color: white;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}

a.selectboxit-option-anchor {
	text-decoration: none;
}

/* Colour of placeholder text */
.selectboxit-text[data-val=""] {
	color: #aaa;
}

.hidden_button {
	display: none;
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	background: #ebebe4;
	border-color: #d6d6d6;
}

.selectboxit.selectboxit-disabled:focus,
.selectboxit-options .selectboxit-disabled:focus {
	border-color: #d6d6d6;
}