@charset "UTF-8";

/* ASRT Styles 
   Revised 2022.02.05 DHW  

   Framework Zurb Foundation 6.3.0 Licensed under MIT Open Source
   normalize-scss MIT/GPLv2 License bit.ly/normalize-scss 
   --------------------------------------------------------------------------

	Table of Contents 

	01. General 
	02. Sections & Layout 
	03. Typography & Lists 
	04. Colours 
	05. Links 
	06. Images & Icons 
	07. Multimedia (Video) 
	08. CSS Buttons 
	09. Forms 
	10. Navigation 
	11. Containers 
	12. Tables 
	13. Interface Components 
	14. Custom Sections 
	15. Advertising  
	16. Display Content Control (Show/Hide) 
	17. Grid 
	18. Transformations
	19. Print 
	
*/

/* Google Fonts */
@import url('https://media.asrt.org/global/css/fonts.css');

/* FontAwesome 4.7.0 Icons */
@import url('https://media.asrt.org/global/css/font-awesome-4-7.min.css');


/* Normalize Custom     
   ========================================================================== */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-size: 100%; /*16px*/
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	/* do not scale page smaller than 320px */
	@media screen and (max-width: 320px) {
		body {
			width: 320px;
		}
	}

/* restrict mobile browsers (iOS Safari, et al.) from zooming on form elements when a <select> drop-down is tapped */
input[type="text"],
input[type="number"],
select,
textarea {
  font-size: 16px;
}

/* IE10 viewport hack for Surface/desktop Windows 8 bug */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


	
/* GENERAL 
********************************************/

body {
	background: #fefefe;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 400;
	font-size: 1rem; /* paragraph match */
	line-height: 1.4;
	color: #222;
	min-width: inherit;	/* SF fix for medium view */
}
#PublicWrapper { /* SF fix */
    width: 100%;
    margin: 0;
    padding: 0;
}
body.sfreContentArea, iframe html { 
    background-color: #fefefe;
    min-height: 170px;
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
.sfexpandedListWrp .sflistList {
	margin-bottom: 0; /* SF fix */
}


/* HTML TAGS   
********************************************/

article, aside, footer, header, nav, section {
	display: block; /* IE 9- fix */
}
figcaption, figure {
	display: block; /* IE 9- fix */
}
figure {
	margin: 1em 40px; /* IE 8 fix */
}
figure {
	margin: 0;
}
main {
	display: block; /* IE fix */
}
hr {
	box-sizing: content-box; /* Firefox fix */
	height: 0; /* Firefox fix */
	overflow: visible; /* Edge, IE fix */
	clear: both;
	max-width: 87.5rem;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}
details {
	display: block; /* Edge, IE, Firefox fix */
}
summary {
	display: list-item;
}
menu {
	display: block; /* IE 9- fix */
}
canvas {
	display: inline-block; /* IE 9- fix */
}
template {
	display: none; /* IE fix */
}

.sfContentBlock ul {
    list-style: none; /* SF fix */
    padding-left: 0;
    margin: 0;
}

/* Floats */
.float-left, .float_left {
	float: left !important;
}
.float-right, .float_right {
	float: right !important;
}
.float-center, .float_center, .center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/* Clear */
.clearfix::before, .clearfix::after {
	display: table;
	content: ' ';
}
.clear, .clearfix::after, .clear_both {
	clear: both;
}
/* END Secions & Layout */


/* TYPOGRAPHY 
********************************************/

/* Optimize font scaling for future 
:root {
  font-size: calc(1vw + 1vh + .5vmin);
}
body {
  font: 1rem/1.6 sans-serif;
}
*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem!important;
	font-size: 1.0rem;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-style: normal!important;
	font-weight: 600!important;
	color: inherit;
	text-rendering: optimizeLegibility;
	line-height: 1.3!important;
	margin: 0.5rem 0!important;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	line-height: inherit;
	color: #999;
}
h1, .h1 {
	font-size: 2.4em!important;
	font-family: "Crimson Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #003876;
	color: rgba(0,56,118,1.0);
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	color: rgba(34,34,34,1.00);
}
h2, .h2 {
	font-size: 1.8em!important;
}
	/* HP Showcase */
	.showcase .card h2 {
		font-size: 1.40rem!important;
	}

h3, .h3 {
	font-size: 1.6rem!important;
}
	.sfContentBlock h3 {
		border-bottom: none;
	}
h4, .h4 {
	font-size: 1.4em!important;
}
h5, .h5 {
	font-size: 1.2em!important;

}
h6, .h6 {
	font-size: 1em!important;
}
.lead, .intro {
	font-family: "Crimson Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150%;
	line-height: 1.6;
}
em, i {
	font-style: italic;
	line-height: inherit;
}
em .fa {
	font-style: normal;
}
b, strong {
	font-weight: inherit; /* Prevent duplicate application of `bolder` by the next rule in Safari 6 */
	font-weight: bold;
	font-weight: bolder; /* Chrome, Edge, Safari fix */
	line-height: inherit;
}
small, .small {
	font-size: 80%;
	line-height: inherit;
}
sub, sup {
	font-size: 75%; /* Prevent elements from affecting the line height */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
abbr[title] {
	border-bottom: none; /* Remove from Firefox 39- */
	text-decoration: underline; /* Chrome, Edge, IE, Opera, Safari */
	text-decoration: underline dotted; /* Chrome, Edge, IE, Opera, Safari */
}
abbr {
	border-bottom: 1px dotted #222;
	color: #222;
	cursor: help;
}
pre, code, kbd, samp {
	font-family: monospace, monospace; /* Fix inheritance & scaling of font size */
	font-size: 1em; /* Fix odd EM font sizing */
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0; /* IE 9- fix */
	color: #000; /* IE 9- fix */
}
dl {
	margin-bottom: 1rem;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}
cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}
cite:before {
	content: "— ";
}
code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #222;
}
kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #222;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	border-radius: 4px 4px 4px 4px;
}
.strike {
	text-decoration: line-through;
}
.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}
.stat {
	font-size: 2.5rem;
	line-height: 1;
}
p+.stat {
	margin-top: -1rem;
}

/* Log In Widget */
.login li {
    font-size: 0.8rem;
}


/* BULLETED LISTS  
********************************************/
.no-bullet {
	margin-left: 0;
	list-style: none;
}

ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

ul.disc,
ul.list-disc {
    list-style: disc!important;
    margin-left: 2.0em!important;
	margin-bottom: 1.0em; 
}

ul.disc li {
    border-bottom: none!important;
    line-height: 1.4!important;
}


/* Lists Simple Ruled - Adds divider between rows */
.li_ruled,
.list_ruled {
  width: 100%;
}
.li_ruled ul, 
.list_ruled ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.li_ruled ul.disc li, 
.list_ruled ul.disc li {
    border-bottom: none!important;
    line-height: 1.4!important;
    padding: 0.35rem 0.5rem;
}
.list_ruled ul.disc li li { 		/* nested lists */
    margin-left: 2rem;
}
.li_ruled li, 
.list_ruled li {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 1em;
}
.li_ruled li:last-child,
.list_ruled li:last-child {
  border: none;
}
.li_ruled li a,
.list_ruled li a {
  text-decoration: none;
  color: #333;
  font-weight: normal; 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
}
.li_ruled li p,
.list_ruled li p {
    margin-bottom: 0!important;
}
.li_ruled li:hover ,
.list_ruled li:hover {
  background: #f6f6f6;
}
.li_ruled li.sflistListItem:hover,
.li_ruled li.sflistListItem .sflistItemContent:hover, 
.list_ruled li.sflistListItem:hover,
.list_ruled li.sflistListItem .sflistItemContent:hover {
  background: transparent;
}
/* SF Fix - resolve font size enlargement */
.li_ruled h2.sflistItemTitle,
.list_ruled h2.sflistItemTitle {
    font-size: 1.0rem!important; 
}
/* allow text hyperlinks to stay in same line and not break to new line + display as clickable link */
.faq.li_ruled li div a,
.faq.list_ruled li div a {
    color: rgb(0, 138, 176); 
    font-weight: 600;
    display: inline-block;
}
.li_ruled .sfexpandableListWrp .sflistItemToggleLnk ,
.list_ruled .sfexpandableListWrp .sflistItemToggleLnk {
  padding-left: 1.4em;
}

.sfexpandableListWrp .sflistExpandAllLnkWrp {
    margin-bottom: 1.0em;
}
.sfexpandableListWrp .sflistExpandAllLnkWrp a {
    color: inherit; 
}


/* Quotations & Testimonials */
.box_quote {
    text-align: center;
    background-color: rgba(255,255,255,0.35);
    padding: 1.0em 2.0em 1.0em 1.0em;
    border-radius: 10px;
}

.box_quote .quote_text {
    padding: 1em 3em; 
}

.box_quote .quote_credit {
    font-size: smaller;
    
    color: #666;
}

.box_quote .quote_img {
    border-radius: 50%;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	width: 100px;
    height: auto;
}

.box_quote:before {
    content: "\201C ";
    font-family: Georgia, 'Times New Roman', Serif;
    font-size: 6em;
    color: rgba(50,50,50,0.15);
    float: left;
    margin: 0.09em 0 0 0.005em; 
}

.box_quote .quote_text:before {
    content: "\201D ";
    font-family: Georgia, 'Times New Roman', Serif;
    font-size: 6em;
    color: rgba(50,50,50,0.15);
    float: right;
    margin: -0.15em -0.65em 0 0;
}



/* COLOURS 
********************************************/

/* White */
.white {
    color: #fefefe;
	color: rgba(254,254,254,1.00);
}
.bg_white {
    background-color: #fefefe;
	background-color: rgba(254,254,254,1.00);
}

/* Grey */
.grey_eb, 
.ltgrey, .ltgray, .lightGrey { 
	color: #ebebeb;
    color: rgba(235,235,235,1.00);
}
.bg_grey_eb, 
.bg_ltgrey, .lightGreyBG, 
.sitelinks, .famsites, .copyright { 
	background-color: #EBEBEB;
    background-color: rgba(235,235,235,1.00);
}
.grey, .gray, .logoGrey {
    color: #999999;
    color: rgba(153,153,153,1.00); 
}
.bg_grey, .bg_gray, .logoGreyBG {
    background-color: #999999;
    background-color: rgba(153,153,153,1.00);
}
.grey_22, .darkgrey, .darkgray, .darkGrey {
    color: #222222;
    color: rgba(34,34,34,1.00);
}
.bg_grey_22, .bg_drkgrey, .bg_drkgray, .darkGreyBG {
    background-color: #222222;
    background-color: rgba(34,34,34,1.00);
}
.bg_grey_fa, .bg_greyfa  {
    background-color: #fafafa;
	background-color: rgba(250,250,250,1.00);
}
.bg_grey_f5, .bg_greyf5, .bg_xltgrey {		/* Homepage News row */
    background-color: #f5f5f5;
	background-color: rgba(245,245,245,1.00);
}
.bg_grey_f6, .bg_greyf6 {		
    background-color: #f6f6f6;
	background-color: rgba(246,246,246,1.00);
}
.bg_grey_55, .bg_grey555 {
    background-color: #555;
	background-color: rgba(85,85,85,1.00);
}
.bg_grey_dd, .bg_mdgrey, 
.resourcesfor {				/* Homepage Resources For/QuickLinks row */ 
    background-color: #dddddd;
	background-color: rgba(221,221,221,1.00);
}

/* Blue & Teal */
.blue, .logoBlue, .darkBlue {
    color: #003876;
    color: rgba(0,56,118,1.00);
}
.bg_blue, .bg_blue_003876, .bg_drkblue, .logoBlueBG, .darkBlueBG .abc_hp  {
    background-color: #003876;
    background-color: rgba(0,56,118,1.00);
}
.teal, .darkTeal {
    color: #008AB0; 
    color: rgba(0,138,176,1.00); 
}
.bg_teal, .darkTealBG {
    background-color: #008AB0; 
    background-color: rgba(0,138,176,1.00); 
}
.teal_lite, .ltteal {
    color: rgba(0,138,176,0.50); 
}
.bg_teal_lite, .bg_ltteal {
    background-color: rgba(0,138,176,0.50); 
}
.teal_xlite {
	color: rgba(0,138,176,0.25); 
}
.bg_teal_xlite, .bg_xltteal, .lightTealBG {
	background-color: rgba(0,138,176,0.25); 
}

/* More Colours */
.orange {
    color: #f49600;
    color: rgba(244,150,0,1.00);
}
.bg_orange {
    background-color: #f49600;
    background-color: rgba(244,150,0,1.00);
}

.gold {
	color: #d4af37;
	color: rgba(212,175,55,1.00);
}

.green {
    color: #acb827;
    color: rgba(172,184,39,1.00);
}
.bg_green {
    background-color: #acb827;
    background-color: rgba(172,184,39,1.00);
}

.red {
    color: #c8362e;
    color: rgba(200,54,46,1.00);
}
.bg_red {
    background-color: #c8362e;
    background-color: rgba(200,54,46,1.00);
}

/* Gradient teal to blue diagonal */
.bg_gradient_tealblue {
    background: rgb(0,138,176);
    background: -moz-linear-gradient(-45deg,  rgb(0,138,176) 1%, rgb(0,56,118) 100%);
    background: -webkit-linear-gradient(-45deg,  rgb(0,138,176) 1%,rgb(0,56,118) 100%);
    background: linear-gradient(135deg,  rgb(0,138,176) 1%,rgb(0,56,118) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ab0', endColorstr='#003876',GradientType=1 );
}

/* Social Media Colours */
.facebook, .fa.facebook {
	color: #3b5998;
}
.facebook .button {
	background-color: #3b5998;
}
.instagram, .fa.instagram {
	color: #517fa4;
}
.instagram .button {
	background-color: #517fa4;
}
.linkedin, .fa.linkedin {
	color: #007bb6;
}
.linkedin .button {
	background-color: #007bb6;
}
.twitter, .fa.twitter {
	color: #00aced;
}
.twitter .button {
	background-color: #00aced;
}
.googleplus, .fa.googleplus {
	color: #dd4b39;
}
.googleplus .button {
	background-color: #dd4b39;
}
.youtube, .fa.youtube {
	color: #bb0000;
}
.youtube .button {
	background-color: #bb0000;
}


/* For dark backgrounds to reverse copy */
.darkbase,
.darkbase h2, .darkbase .h2,		/* headings */
.darkbase h3, .darkbase .h3,
.darkbase h4, .darkbase .h4,
.darkbase h5, .darkbase .h5,
.darkbase h6, .darkbase .h6 {
	color: #fefefe; 
}
.darkbase a,						/* links */ 			
.darkbase a:before,
.darkbase .fa {						/* icon */	
    color: #fefefe!important;
    border-bottom: none;
}


/* For light backgrounds */
.lightbase,
.lightbase .nav-grid,
.lightbase .card,
.lightbase .card .card-section {
  color: #333;
}
.lightbase h1, .lightbase .h1,
.lightbase h2, .lightbase .h2,
.lightbase h3, .lightbase .h3,
.lightbase h4, .lightbase .h4,
.lightbase h5, .lightbase .h5,
.lightbase h6, .lightbase .h6 {
    color: #333;
}
.lightbase h2, .lightbase .h2 {
    color: #333!important;
}
.lightbase a {
    color: #333;
    border-bottom: none;
}


/* BORDERS & LINES  
********************************************/
.bdr_t {
	border-top-width: 1px;
	border-top-style: solid;
}
.bdr_r {
	border-right-width: 1px;
	border-right-style: solid;
}
.bdr_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.bdr_l {
	border-left-width: 1px;
	border-left-style: solid;
}
.bdr_x {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.bdr_y {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.bdr_dash {
	border-style: dashed!important;
}
.bdr_dot {
	border-style: dotted!important;
}
.bdr_none {
	border-style: none!important;
}
.bdr_grey_lite {
	border-color: #CCCCCC;
	border-color: rgba(204,204,204,1.00);
}
.bdr_grey {
	border-color: #999;
	border-color: rgba(153,153,153,1.00);
}
.bdr_grey_dark {
	border-color: #222;
	border-color: rgba(34,34,34,1.00);
}
.bdr_tpbtm_ccc {
    border-top: thin solid #CCC;
    border-bottom: thin solid #CCC;
}
.bdr_tpbtm_999 {
    border-top: thin solid #999;
    border-bottom: thin solid #999;
}
.bdr_tpbtm_fff {
    border-top: thin solid white;
    border-bottom: thin solid white;
}
.divider {
    border-bottom: 1px solid #AAA;
    margin-top: 1rem!important;
	margin-bottom: 1rem!important;
}


/* HYPERLINKS 
********************************************/
a {
	background-color: transparent; /* Remove gray bg on active links IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
	line-height: inherit;
	color: #008AB0;
	color: rgba(0,138,176,1.00);
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
a:active, a:hover {
	outline-width: 0; /* Remove outline on focused links when active or hovered */
}
a:hover, a:focus {
	opacity: 0.5;
/*	color: #008ab0;
	color: rgba(0,138,176,1.0); */
}
[onclick]:hover {
	cursor: pointer;
	opacity: 0.75;
}
a img {
	border: 0;
}

/* Links same colour as text */
.footer a {
	color: #222222;
}




/* END Links */ 



/* Images & Icons      
   ========================================================================== */

img {
	border-style: none; /* Remove border inside links IE 10- */
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden; /* Hide  overflow in IE */
}

/* Image border */
img.border, 
img.keyline, 
img.imageContent {
    border: 1px solid #CCC;
}

/* Hide page heading icon on smallest screens */
@media screen and (max-width: 550px) {
	img.pghd_img {
		display: none; 
	}
}

/* Video icon */ 
a.vidIcon:before, 
a[href*="vimeo.com"]:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f01d'; 
    color: #666;    
}

/* PDF icon */ 
a[href*=".pdf"]:before  {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f1c1';
    color: #666;
    text-decoration: none;
}
    /* PDF icon hover colour */ 
    a:hover[href*=".pdf"]:before {
        color: #E21D28;
        background-color: transparent; 
        text-decoration: none;
    }

/* Insert [PDF] for inline paragraph text links */
a.pdf_inline[href*=".pdf"]:after {
    padding: 0.5em 0.5em 0 0.5em;
    content: '[PDF]';
    color: #999;
    text-decoration: none;
    font-size: 90%;
}
    a.pdf_inline:hover[href*=".pdf"]:after {
        color: inherit;
    }
    a.pdf_inline[href*=".pdf"]:before {
        content: none;
    }

/* MS Excel icon */ 
a[href*='.xls']:before, 
a[href*='.csv']:before, 
a[href*='.xlw']:before, 
a[href*='.xlt']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f1c3';
    color: #666;    
}

/* MS Word icon */ 
a[href*='.doc']:before, 
a[href*='.docx']:before, 
a[href*='.dot']:before, 
a[href*='.dotx']:before, 
a[href*='.rtf']:before, 
a[href*='.wps']:before, 
a[href*='.txt']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f1c2';
    color: #666;        
}

/* MS PowerPoint icon */
a[href*='.ppt']:before, 
a[href*='.pptx']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f1c4';
    color: #666;        
}

/* Email icon */ 
a[href^="mailto:"]:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f003';
    color: #666;        
}

/* Twitter icon */ 
a[href*='twitter.com']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f081 ';
    color: #666;    
    font-size: 150%;
}
.footer a[href*='twitter.com']:before {
    content: none;
}

/* Facebook icon */ 
a[href*='facebook.com']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f082 ';
    color: #666;    
    font-size: 150%;
}
.footer a[href*='facebook.com']:before {
    content: none;
}

/* LinkedIn icon */ 
a[href*='linkedin.com']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f08c ';
    color: #666;    
    font-size: 150%;
}
.footer a[href*='linkedin.com']:before {
    content: none;
}

/* Instagram icon */ 
a[href*='instagram.com']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f16d ';
    color: #666;    
    font-size: 150%;
}
.footer a[href*='instagram.com']:before {
    content: none;
}

/* GooglePlus icon */ 
a[href*='plus.google.com']:before {
    padding: 0.5em 0.5em 0 0;
    font-family: 'FontAwesome';
    content: '\f16d ';
    color: #666;    
    font-size: 150%;
}
.footer a[href*='plus.google.com']:before {
    content: none;
}

/* HIDE ANY ICON CLASS BY USING CLASS "noIcon" */ 
a.noIcon[href*=".pdf"]:before,
a.noIcon[href*='.xls']:before, 
a.noIcon[href*='.csv']:before, 
a.noIcon[href*='.xlw']:before, 
a.noIcon[href*='.xlt']:before, 
a.noIcon[href*='.doc']:before, 
a.noIcon[href*='.docx']:before, 
a.noIcon[href*='.dot']:before, 
a.noIcon[href*='.dotx']:before, 
a.noIcon[href*='.rtf']:before, 
a.noIcon[href*='.wps']:before, 
a.noIcon[href*='.txt']:before,
a.noIcon[href*='.ppt']:before, 
a.noIcon[href*='.pptx']:before, 
a.noIcon[href^="mailto:"]:before,
a.noIcon[href*="vimeo.com"]:before,
a.noIcon[href*='twitter.com']:before,
a.noIcon[href*='facebook.com']:before,
a.noIcon[href*='linkedin.com']:before,
a.noIcon[href*='instagram.com']:before,
a.noIcon[href*='plus.google.com']:before
{
        content: none;
    }

/* Click to Call for Phone Numbrs */
a[href^="tel"], a[href^="sms"] { 
    text-decoration: none; pointer-events: none; cursor: default; 
}


/* News Room page */
.socialmedia .fa {
	font-size: 2.5em;
	margin-bottom: 0.25em;
}
.socialmedia {
	text-align: center;
}




/* END Images & Icons */ 


/* Multimedia 
   ========================================================================== */

/* Responsive Media */
img, object, embed, video {
  max-width: 100%;
  height: auto;
}

audio, video {
	display: inline-block; /* Fix display in IE 9- */
}

audio:not([controls]) {
	display: none; /* iOS 4-7 fix */
	height: 0;
}

/* Responsive Embed; Wrap embedded content like videos, maps, and calendars in a responsive embed container to maintain the correct aspect ratio regardless of screen size */
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-embed.widescreen, .flex-video.widescreen {
	padding-bottom: 56.25%;
}

/* HP Showcase Double Panel Video */
.showcase_video .card {
    height: 350px;
}
.showcase_video .responsive-embed.panorama {
    padding-bottom: 350px;
}

	@media screen and (max-width: 1023px) {
	    .showcase_video .card {
            height: 400px;
	    }
	    .showcase_video .responsive-embed.panorama {
            padding-bottom: 400px;
        }
	} /* END @media */



/* CSS Buttons   
********************************************/
.button, a.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	border-radius: 4px 4px 4px 4px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: inherit;
	text-align: center;
	cursor: pointer;
	background-color: #003876;
	color: #fefefe;
}
[data-whatinput='mouse'] .button {
	outline: 0;
}
.button:hover {
    opacity: 0.5;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.button.tiny {
	font-size: 0.6rem;
}
.button.small {
	font-size: 0.75rem;
}
.button.large {
	font-size: 1.25rem;
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.button.blue, .button.primary, .button.header {
	background-color: #003876;
}
.button.teal {
	background-color: #008AB0;
}
.button.grey, .button.secondary {
	background-color: #999999;
}
.button.red, .button.alert {
	background-color: #c8362e;
}
.button.green, .button.success {
	background-color: #acb827;
}
.button.orange {
	background-color: #de951f;
}
.button.yellow, .button.warning {
	background-color: #ffae00;
	color: #222;
}
.button.body-font, .button.grey {
	background-color: #222222;
	color: #fefefe;
}
.button.white {
	background-color: #fefefe;
	color: #003876;
}
.button.hollow, .button.hollow.blue, .button.hollow.primary, .button.hollow.header {
	border: 1px solid #003876;
	color: #003876;
}
.button.hollow.teal {
	border: 1px solid #008AB0;
	color: #008AB0;
}
.button.hollow.grey, .button.hollow.secondary {
	border: 1px solid #999999;
	color: #999999;
}
.button.hollow.white {
	border: 1px solid #FEFEFE;
	color: #FEFEFE
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}
.button.hollow.red, .button.hollow.alert {
	border: 1px solid #c8362e;
	color: #c8362e;
}
.button.hollow.green, .button.hollow.success {
	border: 1px solid #acb827;
	color: #acb827;
}
.button.hollow.orange {
	border: 1px solid #de951f;
	color: #de951f;
}
.button.hollow.yellow, .button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.body-font, .button.hollow.grey {
	border: 1px solid #222222;
	color: #222222;
}
/* Button without border */
.button.hollow.noborder, .button.transparent {
    border: none!important;
	background-color: transparent!important;
}
/* Non functional
.button.clear {
	border: none;!important 
	color: inherit; 
} 
*/
.button.disabled, .button[disabled] {
	opacity: 0.35;
	cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	opacity: 0.25;
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
/*	display: inline-block; */
	float: right;
	margin-left: 1em;
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
	outline: 0;
}

.close-button:hover, .close-button:focus {
	color: #222;
}

.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1;
}

.close-button, .close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
}

.button-group {
	margin-bottom: 1rem;
	font-size: 0;
}

.button-group::before, .button-group::after {
	display: table;
	content: ' ';
}

.button-group::after {
	clear: both;
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
}

.button-group .button:first-child {
	border-radius: 4px 0 0 4px;
}
.button-group .button:last-child {
	border-radius: 0 4px 4px 0;
}
.button-group .button:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.button-group .button:last-child {
	margin-right: 0;
}

.button-group.tiny .button {
	font-size: 0.6rem;
}

.button-group.small .button {
	font-size: 0.75rem;
}

.button-group.large .button {
	font-size: 1.25rem;
}

.button-group.expanded {
	margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
	display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
	display: inline-block;
	width: calc(33.33333% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
	display: inline-block;
	width: calc(16.66667% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child {
	margin-right: -6px;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}
}


/* END CSS Buttons */ 


/* Forms     
   ========================================================================== */

input {
	overflow: visible; /* Show overflow Edge */
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box; /* IE 10- fix */
	padding: 0; /* Remove padding IE 10- */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto; /* Fix cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
	-webkit-appearance: textfield; /* odd appearance in Chrome+Safari */
	outline-offset: -2px; /* Safari fix */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS+Safari */
	font: inherit; /* Safari fix */
}

progress {
	display: inline-block; /* IE 9- fix */
	vertical-align: baseline; /* Chrome, Firefox, and Opera fix */
}

textarea {
	overflow: auto; /* Remove default vertical scrollbar in IE */
	height: auto;
	min-height: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	border-radius: 4px 4px 4px 4px;
	max-width: 100%;
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%; /* Change font styles (opinionated) */
	line-height: 1.15;
	margin: 0; /* Firefox, Safari fix */
}

button {
	overflow: visible; /* Show overflow in IE */
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	border-radius: 4px 4px 4px 4px;
	background: transparent;
	line-height: 1;
}

button, select {
	text-transform: none; /* Remove the inheritance of text transform in Edge, Firefox, and IE */
}

/* Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4
   Correct the inability to style clickable types in iOS and Safari */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button, [type="button"], [type="reset"], [type="submit"] {
	/* Remove the inner border and padding in Firefox */
	/* Restore the focus styles unset by the previous rule */
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	color: #222;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #cacaca;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #cacaca;
}

input::placeholder, textarea::placeholder {
	color: #cacaca;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
}

input[type='search'] {
	box-sizing: border-box;
}

[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem;
}

[type='checkbox']+label, [type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

[type='checkbox']+label[for], [type='radio']+label[for] {
	cursor: pointer;
}

label>[type='checkbox'], label>[type='radio'] {
	margin-right: 0.5rem;
}

[type='file'] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #222;
}

label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}

.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #222;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}

.input-group> :first-child {
	border-radius: 4px 0 0 4px;
}

.input-group> :last-child>* {
	border-radius: 0 4px 4px 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #222;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	height: 2.5rem;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box; /* Edge+IE fix */
	display: table; /* Edge+IE fix */
	max-width: 100%; /* Edge padding so developers are not caught out when they zero out `fieldset` elements in all browsers */
	color: inherit;
	white-space: normal; /* Edge+IE fix */
	margin-bottom: 0.5rem;
}

.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
	background: #fefefe;
}

select {
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	line-height: normal;
	color: #222;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #c8362e;
	background-color: #f9eae9;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #c8362e;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #c8362e;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #c8362e;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #c8362e;
}

.is-invalid-label {
	color: #c8362e;
}

.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #c8362e;
}

.form-error.is-visible {
	display: block;
}


/* END Forms */ 


/* Navigation 
   ========================================================================== */

/* Menu */
.menu {
	margin: 0;
	list-style-type: none;
}

.menu>li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput='mouse'] .menu>li {
	outline: 0;
}

.menu>li>a {
	display: block;
	padding: 0.7rem 0.5rem;
	line-height: inherit;
}

.menu input, .menu select, .menu a, .menu button {
	margin-bottom: 0;
}

.menu>li>a img, .menu>li>a i, .menu>li>a svg {
	vertical-align: middle;
}

.menu>li>a img+span, .menu>li>a i+span, .menu>li>a svg+span {
	vertical-align: middle;
}

.menu>li>a img, .menu>li>a i, .menu>li>a svg {
	margin-right: 0.25rem;
	display: inline-block;
}

.menu>li, .menu.horizontal>li {
	display: table-cell;
}

.menu.expanded {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.menu.expanded>li:first-child:last-child {
	width: 100%;
}

.menu.vertical>li {
	display: block;
}

@media print, screen and (min-width: 40em) {
	.menu.medium-horizontal>li {
		display: table-cell;
	}
	.menu.medium-expanded {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.menu.medium-expanded>li:first-child:last-child {
		width: 100%;
	}
	.menu.medium-vertical>li {
		display: block;
	}
}

@media print, screen and (min-width: 64em) {
	.menu.large-horizontal>li {
		display: table-cell;
	}
	.menu.large-expanded {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.menu.large-expanded>li:first-child:last-child {
		width: 100%;
	}
	.menu.large-vertical>li {
		display: block;
	}
}

.menu.simple li {
	display: inline-block;
	margin-right: 1rem;
	line-height: 1;
}

.menu.simple a {
	padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
	display: table;
	content: ' ';
}

.menu.align-right::after {
	clear: both;
}

.menu.align-right>li {
	float: right;
}

.menu.icon-top>li>a {
	text-align: center;
}

.menu.icon-top>li>a img, .menu.icon-top>li>a i, .menu.icon-top>li>a svg {
	display: block;
	margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a>span {
	margin: auto;
}

.menu.nested {
	margin-left: 1rem;
}

.menu .active>a {
	background: #008AB0;
	color: #fefefe;
}

.menu.menu-bordered li {
	border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
	border-top: 0;
}

.menu.menu-hover li:hover {
	background-color: #e6e6e6;
}

.menu-text {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered {
	text-align: center;
}

.menu-centered>.menu {
	display: inline-block;
}

.no-js [data-responsive-menu] ul {
	display: none;
}


/* Accordion Menu */
.is-accordion-submenu-parent>a {
	position: relative;
}

.is-accordion-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #008AB0 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true']>a::after {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* CSS Popover (Tooltip/Dropdown) */
.popover {
	position: relative;
	display: inline-block;
}
.popover_trig {
	border: none;
	cursor: pointer;
}
.popover_content {
	display: none;
	position: absolute;
	background-color: #fefefe;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: left;
    font-size: 0.8rem;
	border: 1px solid #eee;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
    /*top: 1.9rem;*/
}
.popover_content li {
    padding: 0;
}
.popover_content a {
	color: #222;
	text-decoration: none;
	display: block;
}
.popover_content a:hover {
	background-color: #efefef;
	opacity:1.0;
}
.popover:hover .popover_content {
	display: block;
}

/* Dropdown Menu */
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	/*padding-right: 1.5rem;*/
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #008AB0 transparent transparent;
	right: 5px;
	margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.dropdown.menu.vertical>li>a::after {
	right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #008AB0 transparent transparent;
}

.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #008AB0;
}

@media print, screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #008AB0 transparent transparent;
		right: 5px;
		margin-top: -3px;
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
	}
	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.medium-vertical>li>a::after {
		right: 14px;
	}
	.dropdown.menu.medium-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #008AB0 transparent transparent;
	}
	.dropdown.menu.medium-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #008AB0;
	}
}

@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #008AB0 transparent transparent;
		right: 5px;
		margin-top: -3px;
	}
	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
	}
	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.large-vertical>li>a::after {
		right: 14px;
	}
	.dropdown.menu.large-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #008AB0 transparent transparent;
	}
	.dropdown.menu.large-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #008AB0;
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}

.is-dropdown-menu.vertical {
	width: 100px;
}

.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 225px;
	border: 1px solid #cacaca;
	background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
	right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #008AB0 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #008AB0;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}

.is-dropdown-submenu>li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.title-bar {
	padding: 0.5rem;
	background: #222;
	color: #fefefe;
}

.title-bar::before, .title-bar::after {
	display: table;
	content: ' ';
}

.title-bar::after {
	clear: both;
}

.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.title-bar-left {
	float: left;
}

.title-bar-right {
	float: right;
	text-align: right;
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}


/* Top Bar Menu; simpler wrapper around flexible menu components */
.top-bar {
	padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
	display: table;
	content: ' ';
}

.top-bar::after {
	clear: both;
}

.top-bar, .top-bar ul {
	background-color: #e6e6e6;
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}

.top-bar input.button {
	width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.top-bar .top-bar-left, .top-bar .top-bar-right {
		width: auto;
	}
}

@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
		width: 100%;
	}
}

@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
		width: 100%;
	}
}

.top-bar-title {
	display: inline-block;
	float: left;
	padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
	bottom: 2px;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

/* Breadcrumbs */
.bcrumb {
    padding: 1.0rem 2.0rem;
}
.sfBreadcrumbWrp {
    margin: 0;
    font-size: 0.71rem;
}
.sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmItem {
    font-size: inherit;
}
.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink,
.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover,
.sfBreadcrumbNodeSeparator {
    color: #999999;
    text-decoration: none;
}
.RadSiteMap_Default .rsmOneLevel .rsmLink:hover,
.RadSiteMap_Default .rsmOneLevel .rsmLink a:hover {
	background-color: transparent;
	background-image: none;
}
	@media screen and (max-width: 1023px) {
		.sfBreadcrumbWrp {
			display: none;
		}
	}


/* Navigation Box Grid */
.nav-grid .column.column-block {
    padding: 1.0em;
}
.nav-grid .column-block {
    margin-bottom: 0;
}
.nav-grid .card {
    overflow: hidden; 
	color: #FFF; 
     -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
     filter: grayscale(0%); 
}
.nav-grid .card h2,
.nav-grid .card h3,
.nav-grid .card h4 {
	color: #FFF; 
}
.nav-grid .card .card-divider {
    background-color: rgba(0,56,118,0.85);
}
.nav-grid.bg_white {
    padding: 1.0em;
    overflow: hidden;
}
.nav-grid.bg_white h2,
.nav-grid.bg_white p {
    color: #333; 
    text-align: center; 
    padding: 1.0em; 
}
.nav-grid .card .card-section {
	text-align: center; 
}

	@media screen and (max-width: 640px) {
		.nav-grid .card {
			min-height: auto;
		}
	}

.nav-grid .card:hover,
.nav-grid .card[onclick]:hover {
	border: 1px solid #003876; 
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%); 
    -webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.45);
	opacity: 1.0;
}

.nav-grid .card-section[onclick]:hover {
    background-color: rgba(100,100,100,0.13);
    border-radius: 4px; 
    color: #000;
}

.card-section[onclick]:hover {
    background-color: rgba(100,100,100,0.13);
    border-radius: 4px; 
    color: #000;
}

[onclick]:hover {
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/* Pagination Sitefinity */
.sf_pagerNumeric {
    padding: 2.0rem 0;
	overflow: hidden;
}
.sf_pagerNumeric a:link, 
.sf_pagerNumeric a:visited, 
.sf_pagerNumeric a:hover, 
.sf_pagerNumeric a:active {
    padding:  0.75em 1.25em; 
    margin: 0.5em; 
    border: 1px solid #DDD; 
    border-radius: 4px; 
    color: #333; 
}
.sf_pagerNumeric a.sf_PagerCurrent:link, 
.sf_pagerNumeric a.sf_PagerCurrent:visited, 
.sf_pagerNumeric a.sf_PagerCurrent:hover, 
.sf_pagerNumeric a.sf_PagerCurrent:activek {
	background-color: rgba(0,138,176,1.00); 
	font-weight: bold; 
}


/* Pagination; click through pages of search results, products, or other related items*/ 
.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
	display: table;
	content: ' ';
}

.pagination::after {
	clear: both;
}

.pagination li {
	margin-right: 0.0625rem;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	font-size: 0.875rem;
	display: none;
}

.pagination li:last-child, .pagination li:first-child {
	display: inline-block;
}

@media print, screen and (min-width: 40em) {
	.pagination li {
		display: inline-block;
	}
}

.pagination a, .pagination button {
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	color: #222;
}

.pagination a:hover, .pagination button:hover {
	background: #e6e6e6;
}

.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #008AB0;
	color: #fefefe;
	cursor: default;
}

.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: not-allowed;
}

.pagination .disabled:hover {
	background: transparent;
}

.pagination .ellipsis::after {
	padding: 0.1875rem 0.625rem;
	content: '\2026';
	color: #222;
}

.pagination-previous a::before, .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab';
}

.pagination-next a::after, .pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb';
}


/* ASRT Main Navigation */
.mainnav {
    background-color: #003876;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.mainnav .sfContentBlock ul {
    padding-left: 0;
}
.mainnav .sfexpandedListWrp .sflistListItem {
    padding-bottom: 0;
}
.mainnav .sflistItemContent ul {
    padding-left: 0;
}
.mainnav .top-bar {
    background-color: transparent;
    padding: 0;
}
.mainnav a {
    color: #fefefe;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.4!important;
    text-align: center;
}
.mainnav .top-bar ul {
    background-color: transparent;
    margin-bottom: 0;
}
.mainnav ul {
    margin-left: 0;
}
.mainnav .top-bar li {
    width: 10%;
}
.mainnav ul ul li li {
    text-align: left;
}

/*.menu > li:not(.menu-text) > a {
    padding: 1rem 1rem;
}*/
.mainnav li.is-submenu-item.is-dropdown-submenu-item a {
    color: #003876!important;
}.mainnav .submenu a {
    text-align: left;
}
.mainnav .top-bar li.is-submenu-item a:hover {
	background-color: #efefef;
	opacity:1.0;
}
ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
	-webkit-box-shadow: -2px 12px 34px -2px rgba(0,0,0,0.44);
	-moz-box-shadow: -2px 12px 34px -2px rgba(0,0,0,0.44);
	box-shadow: -2px 12px 34px -2px rgba(0,0,0,0.44);
}
/* submenu */
.mainnav li.is-submenu-item.is-dropdown-submenu-item,
.mainnav .top-bar ul ul {
    background-color: #fefefe!important;
}

.mainnav li.is-submenu-item.is-dropdown-submenu-item,
.mainnav .top-bar ul ul li li {
    border-top: 1px solid #eee;
}

/* remove arrow */
.mainnav .top-bar .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border: 0;
    border-top-style: none;
    border-color: transparent;
}
.mainnav .top-bar ul ul {
    background-color: #003876;
    border-top: transparent;
}
.mainnav .top-bar ul ul li {
    width: 100%;
}
.mainnav .top-bar ul li:nth-child(1),
.mainnav .top-bar ul li:nth-child(2),
.mainnav .top-bar ul li:nth-child(3),
.mainnav .top-bar ul li:nth-child(4),
.mainnav .top-bar ul li:nth-child(5) {
    border-left: 1px solid rgba(235,235,235,0.4);
}

.mainnav .top-bar ul li.mnu_fdn,
.mainnav .top-bar ul li.mnu_store,
.mainnav .top-bar ul li.mnu_events {
    /* background-color: #008AB0; */
    border-left: 1px solid rgba(235,235,235,0.4);
}
.mainnav .top-bar ul li.mnu_fdn:before,
.mainnav .top-bar ul li.mnu_store:before,
.mainnav .top-bar ul li.mnu_events:before {
	float: left;
	font-family: 'FontAwesome';
	color: white;
	position: absolute;
}
.mainnav .top-bar ul li.mnu_fdn:before {
	content:'\f184';
	font-size: 1.3em;
	padding: 0.7rem 1rem;
}
/* Store nav icon */
.mainnav .top-bar ul li.mnu_store:before {
	content:'\f07a';
	font-size: 1.15em;
	padding: 0.6em 0 0 1.2em;
	line-height: 1;
}
.mainnav .top-bar ul li.mnu_events:before {
	content:'\f073';
	font-size: 1.2em;
	padding: 0.7rem 1.6rem;
	line-height: 1;
}

.mainnav .top-bar ul li.mnu_fdn a,
.mainnav .top-bar ul li.mnu_store a,
.mainnav .top-bar ul li.mnu_events a {
    margin-left: 1.5rem;
}
/* Membership btn */
.mainnav .top-bar ul li:nth-child(9) {
    background-color: #f49600;
    border-left: 1px solid rgba(235,235,235,0.4);
    border-right: 1px solid rgba(235,235,235,0.4);
}

/* In This Section SubNav 2018 */
.nav-section-wrapper {
    padding-left: 2rem;
}
.section-nav-dropdown {
    display: none;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.section-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0rem !important;
}
.section-nav .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-nav .nav-item {
    font-size: 0.9rem; 
}
.section-nav .nav-item a {
    color: #222; 
font-weight: 600; 
}
.section-nav .nav-item:first-child {
    font-weight: 600;
    color: #999;
    padding-left: 0.5rem;
}
.section-nav .nav-item:last-child {
    padding-right: 0.5rem;
}
@media (max-width: 1024px) {
  .section-nav {
    display: none;
  }
  .section-nav-dropdown {
    display: block;
  }
}


/* Cheeseburger Menu */
.header .login .off-canvas-menu {
    text-align: left;
}
.burger_menu, 
.burger_submenu {
	font-size: 0.85rem;
	font-weight: 600;
}

.burger_menu {
    float: left;
    width: 80%;
	height: 40px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0;
    position: relative;
    display: inline-block;
	color: #FEFEFE; 
    background-color: #003876;
    background-color: rgba(0,56,118,1.00);
    border-top: 1px solid #666;
}

.burger_menu:hover {
    background-color: #2B6BB1;
    background-color: rgba(0,56,118,0.5);
}

.burger_menu.expanded {
    width: 100%;
}

.burger_menu em.fa {
    padding-right: 1em;
}

.burger_menu.teal {
    background-color: #008AB0; 
    background-color: rgba(0,138,176,1.00); 
}

.burger_menu.orange {
    background-color: #f49600;
    background-color: rgba(244,150,0,1.00);
}

.burger_submenu {
    padding: 0;
    margin: 0;
    background-color: #fefefe;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    }

.burger_submenu ul {
    list-style-type:none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    }

.burger_submenu ul li {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    background-color: #fefefe;
    border-bottom: 1px solid #eee;
    }

.burger_submenu ul li:hover {
    background-color: white;
    }
.burger_submenu li.submenu_orange {
	background-color: #f49600;
}
	@media screen and (min-width: 900px) {
		li.burger {
			display: none; 
		}
	}

.burger_symbol.orange {
    background-color: rgba(244,150,0,0.85);
}

.burger_symbol {
    float:left;
    width: 49px;
	height: 40px;
    padding: 0;
    background-color: inherit;
    border-top: 1px solid #666;
    color: #444;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    outline: none;
    transition: 0.4s;
    display: inline-block;
    clear: right;
}

.burger_symbol:active, 
.burger_symbol:hover {
    opacit: 0.5;
    }

.burger_symbol:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    font-size: 1.4rem;
    float: none;
    margin: 0 auto;
    padding: 0;
    }

.burger_symbol.active:after {
    content: "\2212";
    }

/* END Navigation */


/* Containers 
   ========================================================================== */

/* Accordions are elements that help to organize and navigate multiple documents in a single container. 
   They can be used for switching between items in the container */
.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
}

.accordion-item:first-child> :first-child {
	border-radius: 4px 4px 0 0;
}

.accordion-item:last-child> :last-child {
	border-radius: 0 0 4px 4px;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #008AB0;
}

 :last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 4px 4px;
}

.accordion-title:hover, .accordion-title:focus {
	background-color: #e6e6e6;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '+';
}

.is-active>.accordion-title::before {
	content: '–';
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #222;
}

 :last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}


/* Dropdown panes are little happy sprites which can be revealed on click or hover 
   (similar to tooltips) */
.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: block;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #fefefe;
	font-size: 1rem;
}

.dropdown-pane.is-open {
	visibility: visible;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}


/* Off-Canvas Content (such as menu) */

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.75);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}

/* insert close icon on overlay */
.is-closable:before {
    font-family:'FontAwesome';
    font-weight: normal;
    font-size: 2em;
    content: '\f05c'; 
    padding: 1em;
    color: #888;
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

.off-canvas {
	position: fixed;
	z-index: 1;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #003876;
	border-left: 1px solid white;
}

[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}

.off-canvas.is-transition-overlap {
	z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-absolute {
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.position-left.is-transition-push::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
	-ms-transform: none;
	transform: none;
}

.position-right {
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	-ms-transform: translateX(250px);
	transform: translateX(250px);
	overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.position-right.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
	-ms-transform: none;
	transform: none;
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
	overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}

.position-top.is-transition-push::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
	-ms-transform: none;
	transform: none;
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(250px);
	transform: translateY(250px);
	overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
	-ms-transform: none;
	transform: none;
}

.off-canvas-content {
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-medium {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-medium {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-top.reveal-for-medium~.off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-medium {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-bottom.reveal-for-medium~.off-canvas-content {
		margin-bottom: 250px;
	}
}

@media print, screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-large {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-large {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-top.reveal-for-large~.off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-large {
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	.position-bottom.reveal-for-large~.off-canvas-content {
		margin-bottom: 250px;
	}
}


/* Callout (Announcement, Status) 
********************************************/
.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1em 1em 0 1em;
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #fefefe;
	color: #222;
	border-left-width: 0.5rem;
}

.callout> :first-child {
	margin-top: 0;
}
.callout> :last-child {
	margin-bottom: 0;
}
.callout a {
	color: rgba(0,138,176,1.00);
	font-weight: 600;
}
.callout .fa {
    margin-right: 0.5em;
	font-size: 1.2rem;
}

.callout.primary, .callout.blue {
    border-color: rgba(0,56,118,1.00);
	background-color: rgba(0,56,118,0.05);
}
	.callout.primary .fa, .callout.blue .fa {
		color: rgba(0,56,118,1.00);
	}
.callout.secondary, .callout.teal {
	border-color: rgba(0,138,176,1.00);
	background-color: rgba(0,138,176,0.05);
}
	.callout.secondary .fa, .callout.teal .fa {
		color: rgba(0,138,176,1.00);
	}
.callout.alert, .callout.red {
	border-color: rgba(200,54,46,1.00); 
	background-color: rgba(200,54,46,0.05);
}
	.callout.alert .fa, .callout.red .fa {
		color: rgba(200,54,46,1.00); 
	}
.callout.success, .callout.green {
	border-color: rgba(172,184,39,1.00);
	background-color: rgba(172,184,39,0.05);
}
	.callout.success .fa, .callout.green .fa {
		color: rgba(172,184,39,1.00);
	}
.callout.warning, .callout.yellow {
	border-color: rgba(246,168,0,1.0);
	background-color: rgba(246,168,0,0.05);
}
	.callout.warning .fa, .callout.yellow .fa {
		color: rgba(246,168,0,1.0);
	}
.callout.body-font, .callout.grey {
	border-color: rgba(119,119,119,1.00);
	background-color: rgba(119,119,119,0.05);
}
	.callout.body-font .fa, .callout.grey .fa {
		color: rgba(119,119,119,1.00);
	}

.callout.header {
	background-color: #c4e0ff;
	color: #222;
}

.callout.small {
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}

/* Sitewide callout */
.site_callout .sflistList.sflist,
.site_callout .sfexpandedListWrp .sflistListItem {
    margin: 0;
    padding: 0;
}
.site_callout .callout {
    margin: 1em 1em 0 1em;
	text-align: center;
}

/* Card */
.card {
	border: 1px solid #cccccc;
		border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	

	background: #fefefe;
	box-shadow: none;
	overflow: hidden;
	color: #222;
}

.card> :last-child {
	margin-bottom: 0;
}

.card-divider {
	padding: 1rem;
	background: #e6e6e6;
}

.card-divider> :last-child {
	margin-bottom: 0;
}

.card-section {
	padding: 1rem;
}

.card-section> :last-child {
	margin-bottom: 0;
}

	a:hover .card img {
		opacity: 0.5;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}

	a:hover .card .button,
	a:hover .card {
		opacity: 0.7;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		border: 1px solid #eee;
	}


.card.contactcard {
    border: none; 
}
.card.contactcard .card-divider {
    border-radius: 100%;
    border: 0.5em solid white;
    height: 7.0em;
    width: 7.0em;
    text-align: center;
    margin: auto; 
    margin-bottom: -3.5em;
    position: relative;
    background-color: #EFEFEF;
}
.card.contactcard .card-divider .fa {
   color: #999;
   font-size: 2.5em; 
   padding-top: 0.3em; 
}
.card.contactcard .card-section {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 4px;
    padding-top:  4.0em;
}
.card.contactcard .card-section .fa {
   color: rgba(0,138,176,1.00);
   font-size: 2.0em; 
   padding-top: 0.5em; 
}
.card.contactcard .card-section a {
    color: rgba(0,138,176,1.00);
}



/* Box Cards for Navigation page */
.navbox .card {
    border-color: #DDD;
    color: #333;
    padding: 1.0em;
}
.navbox .card a {
    color: #333;
}
.navbox .card img {
    padding: 1.5em 1.5em 2.0em 1.5em;
}


/* Content Combos (Text & Image) aka Media Object */
.media-object {
	display: block;
	margin-bottom: 1rem;
}

.media-object img {
	max-width: none;
}

@media screen and (max-width: 39.9375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block;
	}
	.media-object.stack-for-small .media-object-section img {
		width: 100%;
	}
}

.media-object-section {
	display: table-cell;
	vertical-align: top;
}

.media-object-section:first-child {
	padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}

.media-object-section> :last-child {
	margin-bottom: 0;
}

.media-object-section.middle {
	vertical-align: middle;
}

.media-object-section.bottom {
	vertical-align: bottom;
}


/* Tabs; elements to help organize and navigate multiple documents in a single container */
.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none;
}

.tabs::before, .tabs::after {
	display: table;
	content: ' ';
}

.tabs::after {
	clear: both;
}

.tabs.vertical>li {
	display: block;
	float: none;
	width: auto;
}

.tabs.simple>li>a {
	padding: 0;
}

.tabs.simple>li>a:hover {
	background: transparent;
}

.tabs.primary {
	background: #008AB0;
}

.tabs.primary>li>a {
	color: #222;
}

.tabs.primary>li>a:hover, .tabs.primary>li>a:focus {
	background: #0097c1;
}

.tabs-title {
	float: left;
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #008AB0;
}

.tabs-title>a:hover {
	background: #fefefe;
	color: #007797;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
	background: #e6e6e6;
	color: #008AB0;
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #222;
	transition: all 0.5s ease;
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
	display: block;
}


/* Reveal aka Overlay; modal dialogs, or in-screen pop-up windows */
body.is-reveal-open {
	overflow: hidden;
}

html.is-reveal-open, html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column, .reveal .columns, .reveal .columns {
	min-width: 0;
}

.reveal> :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 87.5rem;
	}
}

@media print, screen and (min-width: 40em) {
	.reveal .reveal {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 87.5rem;
	}
}

@media print, screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 87.5rem;
	}
}

@media print, screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 87.5rem;
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}


/* Sticky Icky Icky; Stick nearly anything on page, such as navigation */
.sticky-container {
	position: relative;
}

.sticky {
	position: relative;
	z-index: 0;
	transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
}

.sticky.is-stuck.is-at-top {
	top: 0;
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}

.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto;
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}


/* END Containers */


/* Tables 
   ========================================================================== */

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
}

/* Changes Sitefinity edit mode 
table thead, table tbody, table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
} */

table caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}

table thead {
	background: #f8f8f8;
	color: #222;
}

table tfoot {
	background: #f1f1f1;
	color: #222;
}

table thead tr, table tfoot tr {
	background: transparent;
}

table thead th, table thead td, table tfoot th, table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}

table tbody th, table tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}

table.unstriped tbody {
	background-color: #fefefe;
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none;
	}
	table.stack tfoot {
		display: none;
	}
	table.stack tr, table.stack th, table.stack td {
		display: block;
	}
	table.stack td {
		border-top: 0;
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
	background-color: #ececec;
}

table.hover tbody tr:hover {
	background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: auto;
}

/* Table with standard banded rows */
.table_banded,
.StandardResponsive {
    color: #333;
}

.table_banded th,
.StandardResponsive th {
    background-color: #de951f; 
	font-weight: bold;
    padding: 1em;
}

.table_banded tbody tr td,
.table_banded tbody th,
.StandardResponsive tbody tr td,
.StandardResponsive tbody th {
    padding: 0.5em 1.0em;
}

.table_banded tbody tr:nth-child(odd),
.StandardResponsive tbody tr:nth-child(odd) {
    background-color: #c9e2ea;
}

/* overwrite darkbase link colour */
.table_banded a {
    color: #333!important;
}

h2.sflistTitle {
    display: none;
}

.sflistItemTitle a {
	color: #333; 
    background: none;
}

.sfexpandableListWrp .sflistListItemExpanded.sflistItemToggleLnk {
    font-weight: 600;
    background-position: 0;
}
.sfexpandableListWrp .sflistListItemExpanded.sflistItemToggleLnk:before {
	font-family: 'FontAwesome';
    content: "\f0d7 ";
	color: rgba(1,1,1,0.5);
	padding-right: 0.5em; 
}
.sfexpandableListWrp .sflistItemToggleLnk {
    padding-left: 0.5em;
    background: none;
}
.sfexpandableListWrp .sflistItemToggleLnk:before {
	 font-family: 'FontAwesome';
    content: "\f0da ";
	color: rgba(1,1,1,0.5);
	padding-right: 0.5em; 
}

.sflistExpandAllLnk,
.sflistCollapseAllLnk  {
    text-transform: uppercase;
}

.sflistExpandAllLnkWrp {
    margin: 1em 1em 4em 0;
}


/* sfList expandable rows transparent  */
.li_hollow {
    padding-top: 1em;
}

.li_hollow ul {
    margin-left: 0;
}

.li_hollow ul li {
    padding: 1.0em 1.0em 0 0;
    border-top: dotted thin rgba(250,250,250,0.3);
}

.li_hollow .sflistItemTitle  {
    font-size: 1em!important;
}

.li_hollow .sflistExpandAllLnk,
.li_hollow .sflistCollapseAllLnk   {
    background-color: transparent;
    border: none;
    padding: 0;
	margin: 0.5em;
    display: block;
}

.li_hollow ul li:nth-last-child(1) {
    border-bottom: dotted thin rgba(250,250,250,0.3);
}

.li_hollow ul li li:nth-last-child(1),
.li_hollow ul li li li:nth-last-child(1) {
    border-bottom: none;
}

.darkbase .li_hollow .sflistItemContentExp {
    background-color: rgba(0,0,0,0.05);
    border-radius: 4px;
    margin: 0 0 2em 0;
	padding: 2.0em!important; 
	border: 1px solid rgba(50,50,50,0.1);
}

.darkbase .li_hollow a {
    color: #fefefe;
}


/* END Tables */


/* Interface Components  
   ========================================================================== */

/* Badge; displays a number, letter, or icon */
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: 0.3em;
	border-radius: 50%;
	font-size: 0.6rem;
	text-align: center;
	background: #008AB0;
	color: #fefefe;
}
.badge.primary {
	background: #008AB0;
}
.badge.secondary {
	background: #999999;
	color: #222;
}
.badge.alert {
	background: #c8362e;
	color: #fefefe;
}
.badge.success {
	background: #acb827;
	color: #222;
}
.badge.warning {
	background: #ffae00;
	color: #222;
}
.badge.body-font {
	background: #222222;
	color: #fefefe;
}
.badge.blue,
.badge.header {
	background: #003876;
	color: #fefefe;
}
.badge.sz-2x {
    font-size: 100%;
  	color: inherit;
}


/* Label */
.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	font-size: 0.8rem;
	line-height: 125%;
	white-space: pre-line;
	cursor: default;
	background: #008AB0;
	color: #fefefe;
}
.label.primary {
	background: #008AB0;
	color: #222;
}
.label.secondary {
	background: #999999;
	color: #222;
}
.label.alert {
	background: #c8362e;
	color: #fefefe;
}
.label.success {
	background: #acb827;
	color: #222;
}
.label.warning {
	background: #ffae00;
	color: #222;
}
.label.body-font {
	background: #222222;
	color: #fefefe;
}
.label.header {
	background: #003876;
	color: #fefefe;
}
.label.sale {
    background-color: orangered;
}
.label.sale:before {
    font-family: 'FontAwesome';
    content:'\f02b'; /* tag icon*/
    padding-right: 0.5em;
}
.label.new {
    background-color: #FFCC00;
    color: #333; 
}
.label.new:before {
    font-family: 'FontAwesome';
    content:'\f0e7';
    padding-right: 0.5em;
}
.label.promo {
	border: 1px dotted #008AB0; 
}



/* Tooltips; nifty for displaying plain text information for a term on hover */
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: bold;
	cursor: help;
}

.tooltip {
	position: absolute;
	top: calc(100% + 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: 0.75rem;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-color: #222;
	font-size: 80%;
	color: #fefefe;
}

.tooltip::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #222;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #222 transparent transparent;
	top: 100%;
	bottom: auto;
}

.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #222;
	top: 50%;
	bottom: auto;
	left: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #222 transparent transparent;
	top: 50%;
	right: 100%;
	bottom: auto;
	left: auto;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* The New Carousel aka Orbit */
.orbit {
	position: relative;
}

.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.orbit-slide {
	width: 100%;
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}

.orbit-figure {
	margin: 0;
}

.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fefefe;
}

.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	left: auto;
	right: 0;
}

.orbit-bullets {
	position: relative;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
	outline: 0;
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;
	border-radius: 50%;
	background-color: #cacaca;
}

.orbit-bullets button:hover {
	background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
	background-color: #8a8a8a;
}


/* END Interface Components */


/* Custom Sections 
   ========================================================================== */

/* Sitefinity fix */
.footer .sfexpandedListWrp .sflistList, 
.footer .sfexpandedListWrp .sflistListItem {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Login Widget */

/* Sitefinity fix */
.login_widget {
	float: right;
}
.login_widget ul {
    margin-left: 0;
    margin-bottom: 0;
}
.login_widget li {
	display: inline-block;
	line-height: 1.0; 
	padding: 0 1.0rem;
}
.login_widget em.fa {
	color: #999;
}
.login_widget li.menu_search {
	font-size: 1.6rem;
}
/* User Information */
.login_widget em.fa-user-o, 
.login_widget em.fa-user {
	font-size: 1.8rem;
	padding: 0 0 0.5em 0;
}
/* User icon colour change for logged in mode */
.login_widget em.fa-user {
	color: #003876; 
}
/* Log In Button */
.login_widget .btn_myasrt a.button {
	/*background-color: #999;*/
}
/* Cheeseburger Trigger icon */
.login_widget .cb_trig,
.login_widget .burgertrigger {
	font-size: 2.1rem;
	cursor: pointer;
}
.login_widget .cb_trig .fa,
.login_widget .burgertrigger .fa {
	color: #003876;
}
	@media screen and (min-width: 1024px) {
		.login_widget .cb_trig,
		.login_widget .burgertrigger {
			display: none;
		}		
	}
	@media screen and (min-width: 641px) {
		/* Hide search icon & text link */
		.login_widget .link_myasrt {
			display: none!important;
		}
	}
	@media screen and (max-width: 640px) {
		/* Hide search icon & button */
		.login_widget li.menu_search,
		.login_widget .btn_myasrt {
			display: none;
		}
	}

/* Login Widget Popover (Submenu) DEPRECATE? */
.login_widget .popover_content {
	right: -1.0rem;
}
.login_widget .popover_content li {
    padding: 0;
}
.login_widget .popover .popover_content ul.mnuser li {
    display: block;
    line-height: 1.5;
}
.login_widget .popover .popover_content ul.mnuser li.mnuser_name {
    font-size: 1.0rem;
}
.login_widget .popover .popover_content ul.mnuser li.mnuser_name:before {
    content: "\f2be";
    font-family: "FontAwesome";
    font-size: 2.1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: #ccc;
    float: left; 
}
.login_widget .popover .popover_content li.mnuser_acctid {
    padding-top: 0!important;
	padding-bottom: 1.0rem;
    border-bottom: 1px solid #ddd;
    color: #666;
}
.login_widget .popover .popover_content li.mnuser_name {
	padding-top: 0.5rem;
    padding-left: 0.8rem;
}
.mnuser>li>a {
    display: block;
    background: #fcfcfc;
    padding: 0.5rem;
}

/* Login Widget Progress Bar aka Pizza Tracker */ 
.popover_content .progressBar {
	background-color: #ccc;
	height: 22px;
	padding: 2px;
	width: 120px;
	float: right;
}
.popover_content .progressFill {
	background-color: #008AB0;
	color: #fff;
	height: 100%;
	text-align: center;
	-ms-text-shadow: 1px 2px #333;
	text-shadow: 1px 2px #333;
	vertical-align: middle;
}

/* Header Logo */
.header .logo .sfexpandedListWrp .sflistList {
    margin-bottom: 0;
}
.header .logo .sfexpandedListWrp .sflistList {
    margin-left: 0;
}
.header .logo {
    margin-top: 0.5rem;
}

/* APPS Login (Pill) Widget 2022 */
.header .login .login {
	width: inherit!important;
}
.header .login .innerLeft {
    padding: 2.0rem 2.0rem 2.0rem 0;
}
.header .login .innerLeft .pill {
	background-color: rgba(0,0,0,0.05);
    border-radius: 50px;
}
.header .login .innerLeft .pill .user-icon {
   background-color: transparent;
   width: auto;
   height: auto;
   margin: 1rem 0.5rem 1rem 0.9rem;
}
.header .login .innerLeft .pill .DownArrow {
    padding: 0.75rem;
}
.header .login .innerLeft .pill .DownArrow:hover {
    background-color: transparent;
    border-radius:50%/50%;
}
.header .login .innerLeft .pill .usermenupopover ul.mnuser li {
    margin-bottom: 0.5rem;
}
.header .login .innerLeft .pill .usermenupopover ul.mnuser li #memberId {
    font-weight: 800;
}
.header .login .innerLeft .pill .usermenupopover_content {
    /*padding-left: 1rem;*/
}
.header .login .innerLeft .pill .usermenupopover_content ul.mnuser li {
    margin-bottom: 0.5rem;
}
.header .login .innerRight .column {
    padding: 0;
}
	@media screen and (max-width: 1023px) {
		.header .logo img {
			max-width: 80px;
		}
	}
	@media screen and (max-width: 767px) {
		.header .logo img {
			max-width: 80px;
		}
		.header .login .innerLeft .pill .user-icon {
			display: none;
		}
		.header .logo {
			width: 40%!important;
		}
		.header .login {
			width: 60%!important;
		}
	}

	@media screen and (max-width: 499px) {

	}
	@media screen and (max-width: 320px) {
		.header .logo img {
			max-width: 80px;
			margin-top: 0.5rem;
		}
	}

/* Social Icons */
.copyright .fa {
    margin-right: 0.5em;
    color: #555;
}

.copyright .legal {
    text-align: right;
}
	@media screen and (max-width: 961px) { 
		.copyright .legal {
			text-align: left;
	}
	}

/* List Widget Content Spacing adjustments */
.showcase ul.sflistList.sflist,
.toppanel ul,
.resourcesfor ul,
.famsites ul, 
.abc_hp ul,
.footer ul {
    margin-left: 0;
}

.famsites .sfexpandedListWrp .sflistList {
    margin-bottom: 0;
} 

.famsites .sfexpandedListWrp .sflistListItem {
    padding-bottom: 0;
}

/* HP List Item Title */
.famsites .sfexpandedListWrp .sflistItemTitle, 
.resourcesfor .sfexpandedListWrp .sflistItemTitle {
    margin-top: 1.00rem;
    color: #999999;
    font-weight: normal!important;
}

/* HP ASRT Panel */
.toppanel {
	background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border-bottom: 1px solid #eee;
    /*background-attachment: fixed;*/
}

.toppanel .row {
	padding: 2em 2em 7em 2em; 
}

.toppanel_content {
    background-color: rgba(255,255,255,0.5);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
}

.toppanel_content .column {
    padding: 0;
}
.toppanel_content.column {
    padding-bottom: 0;
}
.toppanel_content .promo_btn .button .fa {
    font-size: 1.5em;
}


	@media screen and (max-width: 639px) {
		.toppanel_content .button {
			margin-top: 2em;
		}
	}

/* HP Showcase */
.showcase .sfexpandedListWrp .sflistListItem {
	padding-bottom: 0; /* Sitefinity wrap fix */
}

/* HP Showcase control content overflow */
.showcase .card-content {
    height: 110px;
    overflow-y: hidden;
}

	@media screen and (max-width: 1320px) and (min-width: 1023px) {
	.showcase .card-content {
			height: 140px;
		}
	}
	
	@media screen and (max-width: 639px) {
	.showcase .card-content {
			height: auto;
		}

	.showcase .card-content h2 {
			padding-bottom: 1rem;
		}
	}

/* HP ASRT Family Sites */
.famsites .card {
	height: 300px;
	overflow-y: hidden; 
}

.famsites .column {
    padding: 0.25em;
	margin-bottom: 0;
}

.famsites ul.sflistList.sflist h3 {
    margin-left: 2.0rem;
}

	@media screen and (max-width: 30em) {
	.famsites .card {
		height: 350px;
	}

} /* END FamSites Breakpoint */

/* HP Resources/Quick Links */
.resourcesfor .columns {
    padding: 0;
}

.resourcesfor .card {
	border: 1px solid #bbb;
	background: #ccc;
}

	.resourcesfor a:hover .card {
		border: 1px solid #ddd;
	}

.resourcesfor h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.resourcesfor img {
    width: 100%;
}

/* Site SEO Links */
.sitelinks li,
.sitelinks .sflistItemContent ul {
    list-style-type: none;
    padding-left: 0;
	margin-bottom: 0;
}

.sitelinks ul {
    line-height: 1.4;
}

.sitelinks li {
    padding-bottom: 1em; 
}

    @media screen and (max-width: 1023px) {
        .sitelinks .medium-4:nth-child(4) {
            clear: both;
        }    
    }

/* Landing Page styles */

/* SF Fix - resolve bullet issue in Document widget */
.sfdownloadList .sfdownloadFile {
    padding-bottom: 0;
    list-style-type: none;
    margin-left: 0;
}
/* SF Fix - resolve font issue in Document widget  */
.sfdownloadList .sfdownloadTitle {
    font-weight: 600; 
    font-size: inherit;
}
/* SF Fix - remove extra bottom space in Document widget */
ul.sfdownloadList.sfListMode {
    margin-bottom: 0; 
}

/* END Custom Sections  */ 



/* Advertising
********************************************/

/* Vertical Ads */
.rightsidebar.column {
    padding-right: 0;
}
    /* Fix sidebar right-side spacing on small to medium screens */
    @media (max-width: 1024px) {
        .rightsidebar.column {
            padding-right: 2.0rem !important;
        }
    }
.verticalAdWidget {
    text-align: center;
    font-size: 0.8em;
    color: #777;
}
.verticalAdWidget img {
    border: 1px solid #DDD;
    margin: 0 0 2.0em 0;
	width: 100%; 
	max-width: 180px;
    height: auto;
    max-height: 750px;
}
	@media screen and (max-width: 768px) {
		.verticalAdWidget {
			display: none;
		}
	}
	@media screen and (max-width: 959px) {
		.verticalAdWidget img {
			height: 127px; 
			width: auto; 
			margin: 0 0.5rem;
		}
	}

/* Horizontal Ads */
.horizontalAdWidget {
    margin: 4rem;
    text-align: center;
    font-size: 0.8em;
    color: #777;
}
.horizontalAdWidget img {
    border: 1px solid #DDD;
    width: auto;
    max-width: 1184px; 
    height: auto;
    max-height: 144px; 
}
	@media screen and (max-width: 1312px) {
		.horizontalAdWidget img {
			width:100%;
			max-width: 1000px; 
		}
	}
/* END Advertising */


/* Display Content Control      
   ========================================================================== */

[hidden] {
	display: none; /* IE 10- fix */
}

/* will not be available in the page and does not occupy any space */
.hide,
.hidden {
	display: none !important;
}

/* element will be hidden, but still affect the layout */
.invisible {
	visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
}

.show-for-landscape, .hide-for-portrait {
	display: block !important;
}

@media screen and (orientation: landscape) {
	.show-for-landscape, .hide-for-portrait {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape, .hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape, .show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {
	.hide-for-landscape, .show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape, .show-for-portrait {
		display: block !important;
	}
}


/* END Display Content Control */ 


/* Foundation v6.3.0 Grid  
   ========================================================================== */

.row {
	max-width: 82rem; /* Base 16px; Max-Width 1312px */
	margin-right: auto;
	margin-left: auto;
}

.row::before, .row::after {
	display: table;
	content: ' ';
}

.row::after {
	clear: both;
}

.row.collapse>.column, .row.collapse>.columns {
	padding-right: 0;
	padding-left: 0;
}

.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}

.column, .columns {
	width: 100%;
	float: left;
	padding-top: 2.00rem;
	padding-right: 2.00rem;
	padding-bottom: 2.00rem;
	padding-left: 2.00rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}

.column.row.row, .row.row.columns {
	float: none;
}

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.section {
    padding: 2.0rem 0 2.0rem 0;
}
.section.divider {
    border-bottom: 1px solid #DDD;
}
.section.divider:last-child {
	border-bottom: none;
}

.small-1 {
	width: 8.33333%;
}

.small-push-1 {
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	width: 16.66667%;
}

.small-push-2 {
	position: relative;
	left: 16.66667%;
}

.small-pull-2 {
	position: relative;
	left: -16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	width: 33.33333%;
}

.small-push-4 {
	position: relative;
	left: 33.33333%;
}

.small-pull-4 {
	position: relative;
	left: -33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.66667%;
}

.small-push-5 {
	position: relative;
	left: 41.66667%;
}

.small-pull-5 {
	position: relative;
	left: -41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	width: 58.33333%;
}

.small-push-7 {
	position: relative;
	left: 58.33333%;
}

.small-pull-7 {
	position: relative;
	left: -58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.66667%;
}

.small-push-8 {
	position: relative;
	left: 66.66667%;
}

.small-pull-8 {
	position: relative;
	left: -66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	width: 83.33333%;
}

.small-push-10 {
	position: relative;
	left: 83.33333%;
}

.small-pull-10 {
	position: relative;
	left: -83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.66667%;
}

.small-push-11 {
	position: relative;
	left: 91.66667%;
}

.small-pull-11 {
	position: relative;
	left: -91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1>.column, .small-up-1>.columns {
	float: left;
	width: 100%;
}

.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1) {
	clear: both;
}

.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
	float: left;
}

.small-up-2>.column, .small-up-2>.columns {
	float: left;
	width: 50%;
}

.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1) {
	clear: both;
}

.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
	float: left;
}

.small-up-3>.column, .small-up-3>.columns {
	float: left;
	width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
	clear: both;
}

.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
	float: left;
}

.small-up-4>.column, .small-up-4>.columns {
	float: left;
	width: 25%;
}

.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
	clear: both;
}

.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
	float: left;
}

.small-up-5>.column, .small-up-5>.columns {
	float: left;
	width: 20%;
}

.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
	clear: both;
}

.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
	float: left;
}

.small-up-6>.column, .small-up-6>.columns {
	float: left;
	width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
	clear: both;
}

.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
	float: left;
}

.small-up-7>.column, .small-up-7>.columns {
	float: left;
	width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
	clear: both;
}

.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
	float: left;
}

.small-up-8>.column, .small-up-8>.columns {
	float: left;
	width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
	clear: both;
}

.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
	float: left;
}

.small-collapse>.column, .small-collapse>.columns {
	padding-right: 0;
	padding-left: 0;
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0;
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0;
}

.small-uncollapse>.column, .small-uncollapse>.columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.small-centered {
	margin-right: auto;
	margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

@media print, screen and (min-width: 40em) {
	.medium-1 {
		width: 8.33333%;
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.medium-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		width: 16.66667%;
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.medium-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
	}
	.medium-pull-3 {
		position: relative;
		left: -25%;
	}
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	.medium-4 {
		width: 33.33333%;
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.medium-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.medium-5 {
		width: 41.66667%;
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.medium-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
	}
	.medium-pull-6 {
		position: relative;
		left: -50%;
	}
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	.medium-7 {
		width: 58.33333%;
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.medium-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.medium-8 {
		width: 66.66667%;
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.medium-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
	}
	.medium-pull-9 {
		position: relative;
		left: -75%;
	}
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	.medium-10 {
		width: 83.33333%;
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.medium-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.medium-11 {
		width: 91.66667%;
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.medium-pull-11 {
		position: relative;
		left: -91.66667%;
	}
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	.medium-up-1>.column, .medium-up-1>.columns {
		float: left;
		width: 100%;
	}
	.medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
		float: left;
	}
	.medium-up-2>.column, .medium-up-2>.columns {
		float: left;
		width: 50%;
	}
	.medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
		float: left;
	}
	.medium-up-3>.column, .medium-up-3>.columns {
		float: left;
		width: 33.33333%;
	}
	.medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
		float: left;
	}
	.medium-up-4>.column, .medium-up-4>.columns {
		float: left;
		width: 25%;
	}
	.medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
		float: left;
	}
	.medium-up-5>.column, .medium-up-5>.columns {
		float: left;
		width: 20%;
	}
	.medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
		float: left;
	}
	.medium-up-6>.column, .medium-up-6>.columns {
		float: left;
		width: 16.66667%;
	}
	.medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
		float: left;
	}
	.medium-up-7>.column, .medium-up-7>.columns {
		float: left;
		width: 14.28571%;
	}
	.medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
		float: left;
	}
	.medium-up-8>.column, .medium-up-8>.columns {
		float: left;
		width: 12.5%;
	}
	.medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
		float: left;
	}
	.medium-collapse>.column, .medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0;
	}
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-uncollapse>.column, .medium-uncollapse>.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	.medium-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.medium-centered, .medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.medium-uncentered, .medium-push-0, .medium-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%;
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.large-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		width: 16.66667%;
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.large-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	.large-3 {
		width: 25%;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
	}
	.large-pull-3 {
		position: relative;
		left: -25%;
	}
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	.large-4 {
		width: 33.33333%;
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.large-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.large-5 {
		width: 41.66667%;
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.large-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	.large-6 {
		width: 50%;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
	}
	.large-pull-6 {
		position: relative;
		left: -50%;
	}
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	.large-7 {
		width: 58.33333%;
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.large-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.large-8 {
		width: 66.66667%;
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.large-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	.large-9 {
		width: 75%;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
	}
	.large-pull-9 {
		position: relative;
		left: -75%;
	}
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	.large-10 {
		width: 83.33333%;
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.large-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.large-11 {
		width: 91.66667%;
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.large-pull-11 {
		position: relative;
		left: -91.66667%;
	}
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	.large-up-1>.column, .large-up-1>.columns {
		float: left;
		width: 100%;
	}
	.large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1) {
		clear: both;
	}
	.large-up-1>.column:last-child, .large-up-1>.columns:last-child {
		float: left;
	}
	.large-up-2>.column, .large-up-2>.columns {
		float: left;
		width: 50%;
	}
	.large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1) {
		clear: both;
	}
	.large-up-2>.column:last-child, .large-up-2>.columns:last-child {
		float: left;
	}
	.large-up-3>.column, .large-up-3>.columns {
		float: left;
		width: 33.33333%;
	}
	.large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
		clear: both;
	}
	.large-up-3>.column:last-child, .large-up-3>.columns:last-child {
		float: left;
	}
	.large-up-4>.column, .large-up-4>.columns {
		float: left;
		width: 25%;
	}
	.large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
		clear: both;
	}
	.large-up-4>.column:last-child, .large-up-4>.columns:last-child {
		float: left;
	}
	.large-up-5>.column, .large-up-5>.columns {
		float: left;
		width: 20%;
	}
	.large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
		clear: both;
	}
	.large-up-5>.column:last-child, .large-up-5>.columns:last-child {
		float: left;
	}
	.large-up-6>.column, .large-up-6>.columns {
		float: left;
		width: 16.66667%;
	}
	.large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
		clear: both;
	}
	.large-up-6>.column:last-child, .large-up-6>.columns:last-child {
		float: left;
	}
	.large-up-7>.column, .large-up-7>.columns {
		float: left;
		width: 14.28571%;
	}
	.large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
		clear: both;
	}
	.large-up-7>.column:last-child, .large-up-7>.columns:last-child {
		float: left;
	}
	.large-up-8>.column, .large-up-8>.columns {
		float: left;
		width: 12.5%;
	}
	.large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
		clear: both;
	}
	.large-up-8>.column:last-child, .large-up-8>.columns:last-child {
		float: left;
	}
	.large-collapse>.column, .large-collapse>.columns {
		padding-right: 0;
		padding-left: 0;
	}
	.large-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.large-uncollapse>.column, .large-uncollapse>.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	.large-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.large-centered, .large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.large-uncentered, .large-push-0, .large-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

.column-block {
	margin-bottom: 1.875rem;
}

.column-block> :last-child {
	margin-bottom: 0;
}

/* END Grid */


/* Transformations     
   ========================================================================== */

.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	transition-duration: 750ms !important;
}

.fast {
	transition-duration: 250ms !important;
}

.linear {
	transition-timing-function: linear !important;
}

.ease {
	transition-timing-function: ease !important;
}

.ease-in {
	transition-timing-function: ease-in !important;
}

.ease-out {
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	transition-delay: 300ms !important;
}

.long-delay {
	transition-delay: 700ms !important;
}

.shake {
	animation-name: shake-7;
}

@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		transform: translateX(-7%);
	}
}

.spin-cw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn);
	}
	100% {
		transform: rotate(0);
	}
}

.spin-ccw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(1turn);
	}
}

.wiggle {
	animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
	40%, 50%, 60% {
		transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		transform: rotate(0);
	}
}

.shake, .spin-cw, .spin-ccw, .wiggle {
	animation-duration: 500ms;
}

.infinite {
	animation-iteration-count: infinite;
}

.slow {
	animation-duration: 750ms !important;
}

.fast {
	animation-duration: 250ms !important;
}

.linear {
	animation-timing-function: linear !important;
}

.ease {
	animation-timing-function: ease !important;
}

.ease-in {
	animation-timing-function: ease-in !important;
}

.ease-out {
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	animation-delay: 300ms !important;
}

.long-delay {
	animation-delay: 700ms !important;
}

/* END Transformations */


/* Print 
   ========================================================================== */

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
		line-height: 1.3;
	}
	body {
		width: 1024px;
	}
	.show-for-print {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
	a {
		color: #222;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		/*content: " (" attr(href) ")";*/
		display: none;
	}
	.ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
		content: '';
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre, blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5in;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	p a {
		word-wrap: break-word;
	}
	.column {
		padding: 0.5em!important;
	}
	.header .mainnav,
	.header .login,
	.main .ads_btm,
	.footer .sitelinks {
		display: none;
	}
}

/* END Print */