@font-face {
	font-family: "Sharp Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/cms/fonts/SharpSans-Book.otf") format("opentype");
}
@font-face {
	font-family: "Sharp Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/cms/fonts/SharpSans-Bold.otf") format("opentype");
}

/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: "Sharp Sans", sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden,
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:focus, .visually-hidden:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.skip { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.skip:focus, .skip:active { clip: auto; color:#fff; height: auto; margin: 0; overflow: visible; padding:10px; text-align:center; background:#1f3b62; width:100%; border: 1px dashed #fff; z-index:2001;}
.hidden-info, a.hidden-info {color:#fff !important; background:#47aa42; text-decoration:none !important; -webkit-transition: all 0s; transition: all 0s; }
.hidden-info:focus { display:block; padding:10px; width:100%; text-align:center;  }
.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#1f3b62; color:#fff; padding:10px; border:1px dashed #fff; text-align:Center; z-index:1001;}
.a11y-instructions p:last-child {margin:0px;}

.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.block { display:block; }
.inline-block { display:inline-block; vertical-align:top; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.important { color:red; font-weight:bold; text-transform:uppercase; }

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note {font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#2c1b5d; text-decoration:underline; }
a:hover, a:active, a:focus { color:#2c1b5d; text-decoration:none; }
a:active, a:focus { outline:1px solid #2c1b5d; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

.svg-legend {
	height: 0;
	position: absolute;
	top: -999em;
	width: 0;
}
svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor;}

/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
    display: none;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 3px 2px #78aeda;
    transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
    transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
    display: block;
}

#focus-overlay.focus-overlay-animating::after {
    opacity: 1;
}

.focus-overlay-target {
    outline: none;
}

.skip a { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; text-align:center;}
.skip a:focus {position:static; width:auto; height:auto; background:#444444; color:#ffffff; font-weight:bold; display:block; padding:10px;}


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {overflow-x:hidden; color: #58585A;}
body {
	display: block;
	padding: 0 20px; 
	background:#ffffff;
	color: #58585A;
	font-size: 16px;
	font-family: "Sharp Sans", sans-serif;
}

.site-body { padding:30px 0 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {font-weight:700;}

h1 {text-align: center;}

.hdng {margin:0 0 1em;}

 .site-header {
	background:#47aa42 url("/cms/images/header-bg-green.png") no-repeat;
	background-position:right center;
}

.site-header-mobile, .site-footer-mobile {
	background: #47aa42;
}

.main-body .site-header .logo {
	max-width:148px;
	display:block;
	margin:14px auto 14px 72px;
}

@media only screen and (min-width:48em) {

	.site-header {
		height:100px;
	}

	.site-header .grid_2 {
		width: 18%;
	}

	.site-header .grid_10 {
		width: 82%;
	}

	.main-body .site-header .logo {
		margin:25px 0 0 0;
		max-width:200px;
	}
}

.login .site-header {
	text-align:center;
	padding:35px 0;
}

.login .formee-msg-error {
	max-width:400px;
	margin:0 auto 15px auto;
}

.member-icon {
	position:absolute;
	top:-53px;
	right:20px;
}

.member-icon .svg-icon {
	fill:#fff;
	width:40px;
	height:40px;
}

.site-header .member-links {
	display:none;
	text-align:right;
	font-size:0.875rem;
	padding:0 0 6px 0;
}

.member-links a {
	font-size:1em;
	color:#ffffff;
	display:inline-block;
}

.member-links a ~ a {
	margin-left:15px;
}

.member-links span {
	display:inline-block;
	vertical-align:middle;
}

.member-links a:hover span,
.member-links a:hover span {
	text-decoration:underline;
}

.member-links .svg-icon {
	position:relative;
	display:block;
	float:left;
	fill:#ffffff;
	margin-right:0px;
	top:0;
	width:24px;
	height:24px;
}

@media only screen and (max-width:47.9em){
	.mi {
		position:fixed;
	}
	
	.site-header .member-links {
		position:fixed;
		width:100%;
		height:100%;
		background:#292929;
		top:74px;
		left:0;
		z-index:10000;
		text-align:center;
		padding:20px;
	}
	.site-header .member-links a:last-child {
		display:block;
		color:#fff;
		width:100%;
		background-color: #58595b;
		border-radius: 5px;
		border-style: none;
		display:block;
		font-size: 1.063rem;
		font-weight: bold;
		margin: 12px 0;
		overflow: visible;
		padding: 6px 22px;
		text-align: center;
		text-decoration: none;
		text-transform:uppercase;
	}	
	
	.site-header .member-links a:last-child .svg-icon {
		display:none;
	}
	
	.site-header .member-links a:first-child {
		display:none;
	}
	
}

@media only screen and (min-width:48em){

	.member-icon {
		display:none;
	}

	.site-header .member-links {
		display:block;
		margin:15px 0 10px 0;
		height:25px;
	}

	.carrier-portal .site-header .member-links {
		height:auto;
		margin:25px 0 0 0;
	}

}

.mobilenav-wrap .member-links .svg-icon {
	display:none;
}

.mobilenav-wrap .member-links a {
	color:#fff;
	display:block;
	text-transform:uppercase;
	font-weight:600;
	border-top: 1px solid #ccc;
	padding:10px;
	margin:0;
}

.mobilenav-wrap .member-links a:hover,
.mobilenav-wrap .member-links a:focus {
	text-decoration:none;
	background:#47aa42;
}

.main-content {outline: 0;}

.main-content {
	padding:20px 0;
}

@media only screen and (min-width:48em){
	.main-content {
		padding:40px 0;
	}
}

.login .main-content {
	background:transparent url(/assets/1/6/loginbg.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
}

@media only screen and (min-width:70em){
	.login .main-content {
		min-height:71.2vh;
	}	
}

.login-box {
	max-width:400px;
	margin:30px auto 162px auto;
	
}

.login-box h1 {
	text-align:center;
	color:#fff;
	margin:0;
}

.login-box .formee label {
	color:#fff;
	padding-left:20px;
	font-weight:normal;
}

.login-box a {
	color:#fff;
}

.login-box input[type="text"],
.login-box input[type="password"] {
	padding:12px;
}

.login-box .formee .btn {
	width:100%;
	margin-top:20px;
	padding:12px;
}


.login-box .formee-extra {
	margin-top:20px;
}

.login-box .forgot {
	float:left;
}

.login-box .remember {
	float:right;
}

.login-box .remember label {
	padding-left:0;
	vertical-align:bottom;
	margin:0;
}

.site-footer {
	background:#000000;
	text-align:center;
	padding:20px 0;
	color:#fff;
}

.site-footer a {
	color:#fff;
}

.social-links ul {
	list-style-type: none;
}

.social-links ul li {
	display:inline;
}

.social-links ul li a {
	display:inline-block;
	background:transparent;
	padding:10px;
	font-size:1.7rem;
	color:#d1d3d4;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
	margin:0 10px;
}

.social-links ul li a:hover,
.social-links ul li a:focus {
	color:#ffffff;
	text-decoration:none;
	background:transparent;
}

.footer-text {
	font-size:1em;
}

.footer-text a  {
	display:inline-block;
	margin:0 5px;
}

.footer-text a::before  {
	content:"|";
	color: #fff;
	padding-left: 2px;
    padding-right: 12px;
    text-decoration:none !important;
}


/* ## Disabled Form Fields ## */

.siteSearch {
    color: #FFFFFF;
    margin: 0;
}
.siteSearch label {
    display: none;
}
/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {}
.table-layout .table-cell {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.table-layout .table-cell .inner {padding:10px; }
.table-layout.with-overlay .table-cell {padding:10px;}
.table-layout.with-overlay .table-cell .inner {background:rgba(255,255,255,.7); padding:20px; }
.table-layout .table-cell img.set-as-background {display:none;}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod { position: relative; margin:0 0 1em;}

.title { position: relative; margin: 0 0 1em; }
.title a {text-decoration:none;}
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {position:absolute; right:0px; top:0px;}

.mod-content {}

.mod-rail {border:1px solid #dddddd; }
.mod-rail .mod-head {background:#eeeeee; border-bottom:1px solid #dddddd;}
.mod-rail .mod-head .title {padding:10px; margin:0;}
.mod-rail .mod-content { padding:10px;  font-size:.875em;}
.mod-rail .more {border-top:1px solid #dddddd;}
.mod-rail .more a {display:block; background:#eeeeee; padding:10px; text-decoration:none; text-align:center;}
.mod-rail .more a:hover,
.mod-rail .more a:focus {background:#dddddd;} 

a.more-link {
	text-transform: uppercase;
	font-size:0.813rem;
	font-weight:bold;
	color:#4a4a4a;
}
/* Item Lists Content
   ========================================================================== */

.item-list { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {display:table-cell;}

.content .title { margin:0; }
.item-list .content p { margin: 0; }
.content .date { font-size:0.85em; margin:0 0 5px; display:block;}


/* Item Media
   ========================================================================== */

.aside {
	text-align:center;
	padding:0 0 10px;
}

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
}

.date-icon .date {
	border:1px solid #888;
	background:#888;
	font-weight:bold;
	text-align:center;
	width:50px;
}
.date-icon .date .month {
	font-size:.875em;
	padding:5px;
	color:#fff;
}
.date-icon .date .day {
	padding:10px 5px;
	background:#fff;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1em 0; 
		width: 100%;
		border-top: 1px solid #ccc; 
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
	}
    .aside img {
        max-width:80px !important;
    }

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #aaa;
	background: #cccccc;
    margin:0 0 1em;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter .btn {margin-bottom:10px;}


/* Pagination
   ========================================================================== */

.paging {
	
}

.sort-status {
    font-size:.875em;
    margin:0 0 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8rem; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 2px dashed #ed7422; 
	margin: 0 0 1em;
	padding: 15px 40px 15px 12px;
	min-height: 50px;	
	color: #000;
	background-color: #fceee5;
	display:none;
	position:relative;
	font-size:14px;
}
.alert-active .alert {display:block;}
.alert a { color:#2c1b5d;}
.alert p:last-of-type {margin:0;}
.alert-close {display:block; width:12px; height:12px; position:absolute; top:12px; right:12px; text-decoration:none;
	background:transparent url(/cms/images/layout/icon-close.png) no-repeat center center /cover;
}
@media only screen and (min-width:48em){
	.alert {padding: 18px 60px 18px 25px; font-size:18px;}
	.alert-close {width:20px; height:20px; top:20px; right:20px; }
}


.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.generic-pager {margin:0 0 1em;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}


/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#eee; border-bottom:1px solid #ddd; padding:10px 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; font-size:.875em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; font-weight:bold;}
.breadcrumbs .seperator {margin:0 8px; vertical-align:middle; padding:0px; display:inline-block; width:0px; height:0px; border-left:6px solid #aaa; border-top:5px solid transparent; border-bottom:5px solid transparent;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:0.875em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a { float:right; display:inline;  }
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

/* ## Page Heading ## */

.page-heading { margin-bottom:15px; border-bottom:1px solid #dbdbdb; }
.page-heading .title { margin:0; padding:0 0 10px; font-size:1.6em; font-weight:normal; background:none; border:0; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }


/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}

/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

/* ## Button Styles ## */

.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, a.btn {
	display:inline-block;
	margin:0; 
	padding:12px 30px;
	font-weight:600;
	color:#fff;
	background:#48aa48;
	border:0; 
	text-align:center;
	text-decoration:none;
	cursor:pointer; 
	overflow:visible; 
	border-radius:8px;
	min-width:120px;
	-wekbit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus {background:#58585a;}

.btn-alt {}
.btn-alt .btn{color:#fff; background-color:#48aa48 ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}


.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width {display:block;}
.btn-full-width .btn {display:block; padding-left:0; padding-right:0; }
.btn-full-width input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer {position:relative; margin-bottom:10px; padding:20px 0 0;}
.footerBar {margin-bottom:10px; min-height:1px; padding:10px; background-color:#ecf1f8;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

.advFooter {position: relative; margin-bottom:15px; padding:0 0 5px 0;}
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:1.1em; color:#58595b;}

ul.advList {margin:0 0 10px; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline;}
ul.advList .listhdng {display:block; margin-bottom:8px; font-size:1.1em;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; color:#58595b;}

.footerHeading {display:block; margin:0 0 2px; font-weight:bold; font-size:1.1em;}

.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size:12px; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}

.subFooter { padding:10px 0; }
.footerLinks {}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#666666;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}

.copyright { text-align:right; color:#787878;}


/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {overflow:auto; }
.data-table {
	width:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
}
.data-table tbody {border:1px solid #cdcdcd;}
.data-table tr:nth-child(even) {background:#f8fbff;}
.data-table th {padding:6px 5px 6px 15px; font-size:1em; text-align:left; font-weight:normal; background:#fff;}
.data-table th a {text-decoration:underline;}
.data-table td {vertical-align:top; padding:12px 5px 12px 15px; border-bottom:1px solid #cdcdcd;}
.data-table td td {border-style:none;}


/* ## Footer Social Follow ## */

.social-icons a {font-size:2em; text-decoration:none; display:inline-block; margin:0 3px;}
.social-icons a:hover,
.social-icons a:focus {color:#000; text-decoration:none; }

/* ## Table Fixed Header ## */
.data-table.fixed-tbl-hdr {
    table-layout: fixed;
	margin:0;
}
.data-table.fixed-tbl-hdr thead {
    width: 100%;
}
.data-table.fixed-tbl-hdr  tr {
    display: table;
    position: relative;
    width: 100%;
	table-layout:fixed;
}
/* .data-table.fixed-tbl-hdr thead tr {
	border-right: 25px solid #fff;
} */	
.data-table.fixed-tbl-hdr tbody {
    overflow-y: auto;
    width: 100%;
    /* height: 300px; */
    display: block;
}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }
table.dataTbl {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;}
table.dataTbl tr:nth-child(odd) {background:#e6e6e6;}
table.dataTbl th {background:#478c26; padding:6px 15px; font-size:1em; border:1px solid #478c26; border-bottom:2px solid #fdd539; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
table.dataTbl td td {border-style:none;}



/* ## NEW Limit Text Box ## */

.limitTextBox {width:100% !important; margin:0 0 1em;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:block; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { vertical-align:top; margin:0px !important;}
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

.vd {padding:0 5px;}
.topOfPage {text-align:right;}
.topOfPage a {background:transparent url(/cms/images/arrow.gif) no-repeat 100% 50%; padding-right:13px;}

.figure-right {display:table; max-width:100%; float:right; margin:0 0 15px 20px;  border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0;}
.figure-left  {display:table; max-width:100%; float:left; margin:0 20px 15px 0; border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0;}
.figure-right figcaption,
.figure-left figcaption {margin-top:5px; display:table-caption; caption-side:bottom; font-size:0.9em;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;}

/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited {float:none; display:block; width:100%; text-align:center;}

	.pageTools {display:none;}
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}

.actions a {
	display:block;
	background:#e6e6e6;
	height:220px;
	text-align:center;
	margin:0 0 20px 0;
}

.actions a:hover,
.actions a:focus {text-decoration:none;}

.actions h3 {
	background:#696969;
	color:#fff;
	padding:10px;
	font-size:1.063em;
	text-align:left;
}

.actions .svg-icon {
    fill: #696969;
    height:85px;
    width: 85px;
    margin:30px;
}

.fiscal-calendar {
	display:block;
	background:#47aa42;
	height:150px;
	text-align:center;
	margin:0 0 20px 0;
	color:#fff;
	padding:20px;
}

.fiscal-calendar.theme1 {
	background:#47aa42;
}

.fiscal-calendar .svg-icon {
    fill: #fff;
    height:55px;
    width: 55px;
    margin:10px auto;
    display:block;
}

.fiscal-calendar .text {
	background:transparent url(/cms/images/icon-pdf.png) no-repeat;
	padding:4px 0 4px 30px;
	color:#fff;
	text-decoration:none;
	font-size:1.063rem;
	display:inline-block;
}

.customer-service {
	display:block;
	background:#b2c7d7;
	height:320px;
	text-align:center;
	margin:0 0 20px 0;
}

.customer-service h3 {
	background:#47aa42;
	color:#fff;
	padding:10px;
	font-size:1.063em;
	text-align:left;
}

.customer-service .svg-icon {
    fill: #47aa42;
    height:140px;
    width:140px;
    margin:30px;
}

.row-add-to-order {
	padding:0 0 2rem 0;
}

.toggle-btn {
	color:#58595b !important;
	font-weight:bold;
	font-size:13px;
}

@media only screen and (min-width:48em){
	.toggle-btn {
		float:right; 
		margin-top:-44px;
	}	
}

.toggle-btn::after {
	content:"";
	width: 0; 
	height: 0;
	position:relative;
	margin-left:4px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
	top:-10px;	
}

.toggle-btn.active::after {
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-top: 5px solid #000;
	top:12px;
}

.info-btn {
	border:2px solid #000;
	font-weight:bold;
	width:17px;
	display:inline-block;
	text-align:center;
	text-transform:none;
	font-size:13px;
	line-height:13px;
	color:#000;
	font-family:Times New Roman;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
	position:relative;
	top:-7px;
}
.info-btn:hover,
.info-btn:focus {
	text-decoration:none;
}

.faux-select,
.multiselect-native-select {
	margin-bottom: 15px;
	position:relative;
	width:100%;
	display:block;
}

 
.multiselect-native-select .btn-group {
	width:100%;
}

.faux-select button,
.multiselect-native-select button {
	background: #fafafa;
	border-style: solid;
    border-width: 1px;
	border-color: #c6c6c6 #dadada #eaeaea;
    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
    color: #58595b;
    padding: 7px;
	width:100%;
	text-align:left;
	position:relative;
	font-size:14px;
	font-weight:normal;
}

.faux-select button:focus,
.multiselect-native-select button:focus {
	color:#333;
	background: #fff none;
	border-color:#659ec9 #70aedd #a8cfec;
	outline: 0;
}

.multiselect-native-select .caret {
	float:right; 
	margin-top:7px;
}

.faux-select button::after  {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-top: 5px solid #000;
	top:12px;
    top: 12px;
    content: "";
    height: 0;
    margin-left: 4px;
    position: absolute;
    top: 13px;
	right:10px;
    width: 0;
}

.faux-select.open button::after {
    border-top:none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-bottom: 5px solid #000;    
}

.faux-select input[type="checkbox"] {
	vertical-align:middle;
	margin:1px 4px 0 0;
}

@media only screen and (min-width:48em){
	.margin2 {
		margin-bottom:26px;
	}
}

@media only screen and (min-width:60em){
	.mod-notifications .item-list {
		height:260px;
		overflow-y:scroll;
	}
}

.info {
	border:3px solid #b0b2b5;
	padding:20px;
	margin:0 0 2rem 0;
}

.info ul {
	margin:0;
	padding:0;
	list-style-type: none; 
	width:100%;
}

.info ul li {
	padding:3px 0;
}

.info-label {
	font-size:15px;
	font-weight: 600;
}

@media only screen and (min-width:30em){
	.info ul {
		-webkit-columns:  2; 
		-moz-columns:  2;
		columns: 2;
	}
}
	
@media only screen and (min-width:48em){
	.info ul {
		-webkit-columns:   4; 
		-moz-columns:   4;
		columns:   4;
	}

	.info.theme1 ul {
		-webkit-columns:3; 
		-moz-columns:3;
		columns:3;
	}
	
}

.or {
	display:inline-block;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
	background:#292929 ;
	color:#fff;
	padding:10px 13px;
	text-align:center;
	font-size: 1rem;
}

@media only screen and (min-width:30em){
	.or {
		margin-top:67px;
		font-size: 1rem;
	}
}

@media only screen and (min-width:60em){
	.or {
		font-size: 1.5rem;
	}
}

/* ## Data Tables Overwrites ## */

.main-body table.dataTable thead {
	background-color:#000000;
}
.main-body .dataTables_wrapper .row:first-child {
	background-color:#eeeeee;
}
.main-body table.dataTable thead th {
	color:#ffffff;
}
.main-body table.dataTable thead .sorting_asc {
	background-image:url("/cms/images/sort_asc_white.png");
}
.main-body table.dataTable thead .sorting_desc {
	background-image:url("/cms/images/sort_desc_white.png");
}
.main-body table.dataTable thead .sorting {
	background-image:url("/cms/images/sort_both_white.png");
}
.main-body table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color:#eeeeee;
}
.main-body table.dataTable tbody tr:last-child td {
	border-bottom:1px solid #b0b2b5;
}
.dataTable > thead > tr > th,
.dataTable > tfoot > tr > td {
	vertical-align:middle !important;
}

.dataTable > tfoot > tr > td {
	display:table-cell !important;
}

.dataTable input,
.dataTable select {
	padding-top:2px;
	padding-bottom:2px;
	position:relative;
	margin-top:-4px;
	margin-bottom:-4px;
}

.footer-total {
	color:#ffffff;
	background:#000000;
	display:table-cell !important;
	text-align:center;
	font-size:15px !important;
}

.footer-total input[type=text] {
	color:#4a4a4a;
}

.footer-label {
	font-weight:bold;
}
.footer-right {
	margin-top:10px;
}

@media only screen and (min-width:48em){
	.footer-total {
		text-align:left;
	}
	.footer-right {
		float:right;
		margin:0;
	}
}

@media only screen and (max-width:59.9em){

	.complex-footer,
	.complex-footer tfoot,
	.complex-footer tfoot tr,
	.complex-footer tfoot tr td {	
		display:block !important;
		width:100% !important;
		overflow:hidden;
		white-space:normal !important;
	}
	
	.dataTables_wrapper {
		overflow:hidden;
	}
	 
}

@media only screen and (max-width:47.9em){
	.complex-footer,
	.complex-footer tfoot,
	.complex-footer tfoot tr,
	.complex-footer tfoot tr td {	
		width:99.5% !important;	 
	}	
}
 
.complex-footer tfoot tr {
	font-weight:bold;
}
 
.table-consignment .footer-total input {
	margin-left:10px;
	width:160px;
}
.table-consignment td:last-child {
	width:14%;
}
@media only screen and (min-width:48em){
	.table-consignment .formee-msg-error {display:inline-block; max-width:50%;}
}
.table-saved-orders img {max-width:34px !important;}
.table-saved-orders td {vertical-align:middle !important;}

.order {
	max-width:900px;
	color:#cacaca;
	text-transform: uppercase;
	margin-bottom:30px;
	margin-left:10px;
}

.order .step {width:24%; display:inline; float:left; position:relative;  font-size:15px;}
.order .step::after {
	content:"";
	height:3px;
	width:100%;
	top:30px;
	left:0;
	background:#cacaca;
	position:absolute;
	display:block;
	z-index:1;
} 

.order .step:last-child::after {
	display:none;
}

.step-numer {
	z-index:2;
	position: relative;
	width: 21px; 
	height:37px;
	background-color: #cacaca;
	margin: 11.55px 0;
	text-align:center;
	color:#fff;

	font-size:20px;
	line-height:37px;
}

.step-numer::before,
.step-numer::after {
	content: "";
	position: absolute;
	width: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}

.step-numer::before {
	left:100%;
	border-left: 11px solid #cacaca;
}

.step-numer::after {
	left:-11px;
	border-right: 11px solid #cacaca;
}

.active .step-numer {background-color: #47aa42;}
.active .step-numer::before {border-left: 11px solid #47aa42;}
.active .step-numer::after  {border-right: 11px solid #47aa42;}

.step-text {font-size:}

.active .step-text {color:#000;}

.table-select-customer td:last-child {width:10%;}

@media only screen and (min-width:48em){ 
	.flex {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.flex > div + div {margin-left:30px;}
}

.bill {
	margin-bottom:20px;
}

@media only screen and (min-width:48em){
	.bill {
		margin-bottom:0px;
	}	
}

.section-customer-info .bill h3 {
	color:#398838;
	border-bottom:3px solid #b0b2b5;
	padding:0 20px 10px;
}

.section-customer-info .bill-content {
	font-size:1.125rem;
	line-height:2;
	padding:0 20px;
}

.section-customer-info .ship h3 {
	color:#47aa42;
	border-bottom:3px solid #b0b2b5;
	padding:0 20px 10px;
}

.section-customer-info .ship-content {
	padding:0 10px;
}

@media only screen and (min-width:48em){
	.section-order-information .required {
		right:40px;
		margin-top:-25px;
	}
}

@media only screen and (max-width:47.9em){
	.section-order-information [class*="grid_"] {padding-left:0;}
}
.confirmation .formee-lbl {
	display:inline-block;
}

.section-customer-info.confirmation .bill-content,
.section-customer-info.confirmation .ship-content,
.section-order-information.confirmation,
.section-accept-reject-tender {
	font-size:16px;
	line-height:2;
}
.section-customer-info input {
	max-width:100%; 
	line-height:1;
}

.table-products input {width:80px;}
.table-products .remove {margin-right:6px;}

.table-products input + .formee-msg-error-small {
	display:inline-block;
	margin:0;
}

.add,
.remove {
	font-weight:bold;
	border-style:none;
	padding:0;
	background:transparent;
	font-size:16px;
	white-space:nowrap;
	cursor:pointer;
}

.add::before,
.remove::before  {
	margin:0 5px 0 0;
	line-height:18px;
	font-size:18px;
	text-align:center;
	display:inline-block; 
	width:24px;
	height:24px;
	color:#47aa42;
	font-weight:bold;
	border:3px solid #47aa42;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
}

.add::before {content:"+"}
.remove::before  {content:"-"}
	
.add:hover,
.add:focus,
.remove:hover,
.remove:focus{color:#58595b;}

.table-products input + .formee-msg-error {
	margin-top:10px;
}

.products-total {
	width:100%;
	font-size:13px;
	margin:30px 0;
}

.products-total > div {
	border-top:1px solid #d8d8d8;
	padding:10px 20px;
}


.products-total > div:last-child {
	border-bottom:1px solid #d8d8d8;
}

.products-total .grid_8 {
    width: 66.666%;
}

.products-total .grid_4 {
    width: 33.333%;
}

.button-right {text-align:right; margin:10px 0;}

@media only screen and (min-width:48em){
	.products-total {
		float:right;
		max-width:500px;
	}	
	
	.button-right {text-align:right;}
}

h1.theme1 {
	border-bottom:1px solid #b0b2b5;
	padding-bottom:10px;
}

h2.theme1 {
	border-bottom:1px solid #b0b2b5;
	padding-bottom:20px;
}

h2.theme2 {
	border-bottom:1px solid #b0b2b5;
	padding-bottom:20px;
	margin-bottom:0;
}


.section-customer-info,
.section-order-information,
.section-products {
	margin:40px 0;
}

.section-customer-info.header-entry {
	margin-top:0;
}

.table-order-inquiry img {max-width:34px;}

.section-order-info hr {margin:10px 0;}
.section-order-info ul {
	-webkit-columns:  1; 
	-moz-columns:  1;
	columns: 1;
}
.section-order-info .info-label {width:150px; display:inline-block;}
.dataTables_wrapper + .dataTables_wrapper {margin-top:30px;}

.btn + .info-btn {margin-left:20px; top:-4px;}

.faq-list {
	margin-bottom:30px;
}

.cs-contact {
	margin:40px 0;
}

.cs-contact .grid_6{
	margin-bottom:20px;
}

.cs-icon {
	float:left;
	width:85px;
	margin-right:20px;
}
.cs-text {
	display:block;
	padding-left:105px;
}

.cs-text a.title {
	display:block;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 1.4rem;
	margin:20px 0 10px 0;
}

.resources {
	margin:40px 0;
}

.resources a {
	display:table;
	margin-bottom:20px;
}

.resources a:hover,
.resources a:focus {
	text-decoration:none;
}

.resources img {
	display:table-cell;
	width:85px;
	max-width:85px;
}

.resources .title  {
	display:table-cell;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 1.4rem;
	padding:0 0 0 20px;
	vertical-align:middle;
}

.accordition .accordion-toggle  {
	display:block;
	position:relative;
	padding:5px 10px;
	font-size:18px;

}

.accordition.panel-group * {
	border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
	border-style:none !important;
}

.accordition .panel-default > .panel-heading {
    background-color: #fff;
    border-style: none;
}

.accordition .panel-heading .accordion-toggle::after {
    content:'\3e';
	font-family: 'Basic-Icons';
    float: right; 
    color: #58595b;
	font-weight:bold;
	font-size:20px;
	    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordition .panel-heading .accordion-toggle:not(.collapsed),
.accordition .panel-heading .accordion-toggle:hover::after,
.accordition .panel-heading .accordion-toggle:focus::after {
	color: #47aa42;
}

.accordition .panel-heading .accordion-toggle.collapsed::after {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordition .panel {
	margin-top:0 !important;
	border-bottom:1px solid #dddddd  !important;
}

.accordition .panel-body {
	padding:15px 25px;
}

.quicklinks-list,
.documents-list {
	list-style-type: none; 
	padding-left:0;
	margin-bottom:20px;
}

.quicklinks-list a,
.documents-list a {
	display:block;
	padding:4px 0 4px 25px;	
}

.quicklinks-list a {
	background:transparent url(/cms/images/icon-quicklinks.jpg) no-repeat 0 50%;

}

.documents-list a {
	background:transparent url(/cms/images/icon-pdf1.jpg) no-repeat 0 50%;
}

 
#bol-form-detail_wrapper th,
#bol-form-detail_wrapper td {
	border-style:none;
}

.bol-form-detail {
	width:auto !important;
}

.bol-form-detail {
	width:auto !important;
}

.bol-form-detail input[type="text"] {
	max-width:60px;
	width:100%;
	margin:0;
	padding:7px;
}

@media only screen and (min-width:30em){
	.bol-form-detail input[type="text"] {
		max-width:70px;
	}	
}

@media only screen and (min-width:48em){
	.bol-form-detail td:nth-child(2) input[type="text"] {
		max-width:180px;
		width:100%;
	}
	
	.bol-form-detail  input[type="text"] {
		margin-right:100px;
	}	
}
.bol-form-detail td {
	vertical-align:middle !important;
}
.bol-form-detail .remove {
	margin-right:6px;
}

#bol-form-detail_wrapper .row:first-child {
	display:none;
}

.table-header-entry {margin-bottom:1rem;}
.filter .table-header-entry {margin-bottom:0rem;}

.table-header-entry {
	border-collapse: collapse;
    display: table;
    width: 100%;
}

.dataTable.table-header-entry {
	border-collapse: collapse !important;
}

.table-header-entry th {
	background:#eaf1f9;
}

.table-header-entry td, 
.table-header-entry th {
	padding:10px;
	border:1px solid #d7d7d7;
}

.table-header-entry tfoot td {
	border-top:1px solid #d7d7d7 !important;
}

.table-header-entry input[type="text"] {
	width:158px;
}

@media only screen and (min-width:48em){
	.table-header-entry td, 
	.table-header-entry th {
		padding:20px;
		border:1px solid #d7d7d7;
	}
	
} 

.table-header-entry.tarif {
	border-bottom:1px solid #d7d7d7;
}

.table-header-entry.tarif td {
	border-top:none;
	border-bottom:none;
	padding:7px 12px;
}

.table-header-entry.tarif input {
	max-width:181px;
	padding:5px 7px;
}

.table-header-entry.notes {
	border-bottom:1px solid #d7d7d7;
	background:#f8f9fd;
}

.table-header-entry.notes td {
	border-top:none;
	border-bottom:none;
	padding:7px 12px;
}

.table-header-entry.notes input {
	width:100%;
	padding:5px 7px;
}

.tableWrapper + .tableWrapper {
	margin-top:35px;
}

.open > .dropdown-menu {
	max-height:300px;
	overflow-y:scroll;
}

.table-notes input[type="text"], 
.table-notes select {
	width:100%;
}

.table-notes tr td:last-child {
	width:95px;
}

.table-notes tr td:first-child,
.table-products tr td:first-child {
	cursor: move;
}

.table-notes tfoot tr td:first-child,
.table-products tfoot tr td:first-child {
	cursor: auto;
}

.print-body {
	padding:0;
	margin:0;
	width:100%;
	max-width:800px;
	font-size:12px;
	color:#000;
	font-family:Arial;
	line-height:1.2;
}

@page { 
    size: auto;
    margin: 5mm 5mm 5mm 5mm;
} 

@media only screen {
	.print-body {	
		max-width:670px;
	}
}

.print-body .small {
	font-size:11px;
}

.print-body .large {
	font-size:14px;
}

.print-body .color {
	color:#4265af
}

.print-body .stop {
	border-top:1px solid #000;
	padding:0;
	page-break-after:always; 
}

.print-header {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:10px 0;
}

.print-header .table-col {
	border-right:1px solid #000;
	padding:5px 10px;
}

.print-header .table-col:last-child {
	border-right:none;
}

.print-body .table-row { display:table; width:100%; margin:10px 0;}
.print-body .table-col { display:table-cell; vertical-align:middle; }
 
.print-body .table-order {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin:10px 0;
}
.print-body .table-order td {vertical-align:middle; padding:4px 5px; border:1px solid #000;}

.table-order.theme1 td {width:7%;}
.table-order.theme2 td:first-child {width:53%;}


.drag {
	margin-top:-3px;
	margin-right:3px;
}

.nowrap {white-space:nowrap;}

.table-overflow {overflow:auto;}
.table-overflow .dataTables_wrapper {overflow:auto;}
.table-overflow .row {margin-left:0; margin-right:0;}
.table-overflow .row .col-sm-12 {padding:0;}


input[type="image"] {
	border-style:none;
    box-sizing: border-box;
	background: transparent;
	padding:0px;
}

.modulePanel a, .modulePanel a:link, .modulePanel a:visited {
	box-sizing: content-box;
}

.overlayModulesWrprBrdr div.modulePanel {
	margin-right:7px;
}

@media only screen and (max-width:47.9em){
 
	.dataTables_wrapper .col-sm-6 .dataTables_length label {
		padding-left:31px;
	}
}

@media only screen and (max-width:330px){
 
	.dataTables_wrapper .col-sm-6 .dataTables_length label {
		padding-left:54px;
	}
}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.page-tools-wrapper {display:none;}
	
    .responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display:block;
		width:100%;
	}

	.responsive-table tr {border:1px solid #E1E1E1;}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}
    
}

/* Responsive Table Ver 2. */
/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {
    table.responsive-tbl {
		border: 0;
    }

    table.responsive-tbl thead {
		display: none;
    }

    table.responsive-tbl tr {
		display: block;
		border-bottom: 1px solid #cdcdcd;
    }

    table.responsive-tbl td {
		display: block;
		/* text-align: right; */
		font-size: 14px;
		border-bottom: none;
		width:100% !important;
		padding:10px 10px 10px 43%;
		position:relative;
    }

    table.responsive-tbl td:last-child {
		border-bottom: 0;
    }

    table.responsive-tbl td:before {
		content: attr(data-label);
		position:absolute;
		left:10px;
		top:10px;
    }
    table.responsive-tbl td:after {
		position:absolute;
		content:"";
		width:1px;
		height:100%;
		top:0;
		left:40%;
		background:#cdcdcd;
	}
	
}

/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    /* ==========================================================================
       Layouts
   ========================================================================== */

    .table-layout {display:table; width:100%; table-layout:fixed;}
    .table-layout .table-cell {display:table-cell; vertical-align:middle;}
    .table-layout .table-cell .inner {display:inline-block; width:100%; max-width:40em; /* half of container width */}
    .table-layout .table-cell:first-child {text-align:right;}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}

}


.main-content-inner {}

.main-bottom {margin:0 0 35px}

.banner {padding:1rem; margin:0 0 10px; text-align:center; position:relative; padding-top:290px; background-size:cover;}
.banner  img {display:none;}
.banner .inner {position:absolute; left:0; top:50%; width:100%; padding:1rem;
-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
		transform: translateY(-50%);	
}

.banner.orange  {color:#231f20;}
.banner.grey     {color:#fff;}
.banner.purple  {color:#fff;}
.banner h2 {font-size:22px; margin:0 0 .5em;}
.banner.grey h2,
.banner.purple h2 {color:#fff;}
.banner p {margin:0 0 1.4em;}
.banner.orange .btn {background:#2c1b5d;}
.banner.orange .btn:focus,
.banner.orange .btn:hover {background:#666666;}

.banner .overlay {position:absolute; left:0; top:0; width:100%; height:100%;}
.banner.purple .overlay {
	background: -moz-linear-gradient(top,  rgba(44,27,93,0.8) 0%, rgba(44,27,93,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(44,27,93,0.8) 0%,rgba(44,27,93,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(44,27,93,0.8) 0%,rgba(44,27,93,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c1b5d', endColorstr='#cc2c1b5d',GradientType=0 );
}
.banner.orange .overlay {
	background: -moz-linear-gradient(left,  rgba(237,139,43,1) 0%, rgba(237,139,43,0.8) 100%);
	background: -webkit-linear-gradient(left,  rgba(237,139,43,1) 0%,rgba(237,139,43,0.8) 100%);
	background: linear-gradient(to right,  rgba(237,139,43,1) 0%,rgba(237,139,43,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8b2b', endColorstr='#cced8b2b',GradientType=1 );
}
.banner.grey .overlay {
	background: -moz-linear-gradient(top,  rgba(67,63,75,0.63) 0%, rgba(67,63,75,0.97) 100%);
	background: -webkit-linear-gradient(top,  rgba(67,63,75,0.63) 0%,rgba(67,63,75,0.97) 100%);
	background: linear-gradient(to bottom,  rgba(67,63,75,0.63) 0%,rgba(67,63,75,0.97) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1433f4b', endColorstr='#f7433f4b',GradientType=0 ); 
}


@media only screen and (min-width:48em){
	.main-content-inner {padding:0 3.3% 0;}
	.main-bottom {padding:0 3.3% 0;  margin:0 -10px 0;}

	.banner {padding-top:300px;}
	.banner h2 {font-size:26px;}
	.banner p, .banner span {font-size:18px;}	
}
@media only screen and (min-width:60em){
	.main-bottom {margin:0 -15px 0;}	

	.banner {margin:0 5px 40px; position:relative; padding-top: calc((100%) - (10px));}
	.banner h2 {font-size:24px;}
	.banner p, .banner span {font-size:17px;}	
}
@media only screen and (min-width:75em){
	.banner h2 {font-size:30px;}	
	.banner p, .banner span {font-size:18px;}	
}	

@media only screen and (max-width:59.938em){
	.banners-wrpr .grid_4 {width:100%;}
}

/* ## Site Header ## */
/* .site-header {position:relative; z-index:1000; margin:0;}
.site-header > .inner {padding:60px 0 15px; background:#fff;} */
/* static containers to account for header buttons on mobile - allows absolute positioning to the header */
/* .site-header .container, .site-header [class*="grid-"] {position:static;}

.site-header  a.site-logo {display:block; text-align:center;}

.header-links {text-align: right;}
.header-links a {  margin: 0 3px; text-decoration: none; display:none;}
.header-links .sep {display:none;}
.header-links a:hover, .header-links a:focus, .header-links a:active {}

.site-search {margin:0 -10px;}
.site-search .search-trigger {position:absolute; top:2px; left:54px; font-size:1.6em; padding:0; border:0px; width:50px; height:46px; background:#333; color:#fff; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {background:#111;}
.site-search .search-trigger > * {padding-top:9px; display:inline-block; width:36px; height:36px;}
.site-search .inner {display:none; position:absolute; background:#aaa; bottom:-44px; left:0px; padding:5px; width:100%; }
.search-active .site-search .inner {display:block;}
.site-search .formee input[type="text"] {margin:0px;}
.site-search .btn {position:absolute; right:0px; top:0px; height:100%;}

 
@media only screen and (min-width:48em){

	.site-header .container, .site-header [class*="grid-"] {position:relative;}
	.site-header > .inner {padding:10px 0;}
	.site-header a.site-logo {text-align:left;}
	
	.header-links {margin:0 0 10px;}
	.header-links a {display:inline-block;}
	.header-links .sep {display:inline-block;}
	
	.site-search {margin:0px;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}
	.site-search .search-trigger {display:none;}

} */

/*.site-header {background:#fff;}*/
.hdr-left {background:#ececec; padding:8px 10px;}
.hdr-right {border:1px solid #d1d3d5; border-bottom:3px solid #d1d3d5;}
.site-logo {text-decoration:none; margin-right:15px; display:inline-block;}
.site-logo .vert {display:inline-block; width:138px;}
.site-logo .horiz {display:none;}
.hdr-left .university {color:#2c1b5d; vertical-align:top; padding:10px 0 10px 20px; display:inline-block; width:115px; border-left:5px dotted #fcba90;}



.site-search {margin:0 -10px;}
.site-search .search-trigger {/* position:absolute; top:2px; left:54px; */ font-size:1.6em; padding:0; border:0px; width:100%; height:60px; background:#fff; color:#fff; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {background:#f9f9f9;}
.site-search .search-trigger svg {fill:#2c1b5d;}
.site-search .search-trigger > * {padding-top:9px; display:inline-block; width:36px; height:36px;}
.site-search .inner {display:none; position:absolute; background:#aaa; bottom:-113px; left:0px; padding:5px; width:100%; z-index:9; }
.search-active .site-search .inner {display:block;}
.site-search .formee input[type="text"] {margin:0px; padding:40px 66px 40px 20px; border:none; font-size:18px; background:#fff;}
.site-search .formee input[type="text"]:hover,
.site-search .formee input[type="text"]:focus {background:#f9f9f9;}
.site-search .btn {position:absolute; right:0px; top:0px; height:100%; padding:0; min-width:66px;
	background:none;
	background-image: url(/cms/images/svg/icon-search.svg);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}


.hdr-right {display:table; table-layout:fixed; width:100%; /* border-collapse: collapse; */}
.hdr-right .tbl-cell {display:table-cell; text-align:center; vertical-align:middle; border-left:1px solid #d1d3d5; text-decoration:none; height:60px;}
.hdr-right .tbl-cell:first-child {border:none;}
.hdr-right .tbl-cell:last-child {border-right:1px solid #d1d3d5;}
.hdr-right .tbl-cell .inner-cell {position:relative;}

.hdr-right .account-img {width:36px; height:36px; border:2px solid #ed7422; overflow:hidden; display: inline-block;
	background: #f3f3f3 url("/cms/images/layout/icon-user.png") no-repeat scroll 50% 50% / 70% 70%;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; position:relative; z-index:2000;
}
.hdr-right .account-toggle:after {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	bottom:10px;
	left:50%;
	margin-left:15px;
	background:url("/cms/images/layout/arrow-down.png") no-repeat scroll;
}		

.hdr-right a.tbl-cell {position:relative; cursor:pointer;}
.hdr-right a.tbl-cell:hover,
.hdr-right a.tbl-cell:focus {background:#f9f9f9; outline:0;}

.hdr-right a.tbl-cell.notification-toggle img,
.hdr-right a.tbl-cell.alert-toggle img {margin-top:10px;}
.hdr-right a.tbl-cell .digit {font-size:14px; color:#000; background:#e9741f; position:absolute; left:50%; top:50%; padding:2px 6px; margin-left:-2px; margin-top:-20px;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
} 
.hdr-right .account-toggle .name {display:none;}
.hdr-right .account-toggle .my-account {}
.hdr-right .account-toggle .my-account span {display:none;}

.site-header .account {display:none; background:#fff; padding:0; border:1px solid #d1d3d5;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);		
}
.account-active .site-header .account {display:block;}
.account-active .site-header .account-toggle {background:#f9f9f9;}

.site-header .account ul {list-style:none; margin:0; padding:0;}
.site-header .account ul li {border-bottom:1px solid #d1d3d5;}
.site-header .account ul li:last-child {border-bottom:none;}
.site-header .account ul li a {font-size:14px; font-weight:500; color:#2c1b5d; padding:10px 15px; text-decoration:none; display:block;}
.site-header .account ul li a:hover,
.site-header .account ul li a:focus {background:#f8fbff;}

.hdr-right .hdr-help {display:none; width:63px; font-size:13px; font-weight:500; color:#434343;}		
		
@media only screen and (min-width:48em){
	.site-header {}
	.site-header > .inner{border:1px solid #d1d3d5; border-bottom:3px solid #d1d3d5;}	
	
	.hdr-left {float:left; width:calc(100% - 485px); background:#fff; padding:15px 10px 15px 20px;}
	.hdr-right {float:right; width:485px; border:none;}

	/* .site-logo {margin-right:25px;}
	.site-logo .vert {display:none;}
	.site-logo .horiz {display:inline-block;}	
	.hdr-left .university {font-size:20px; padding:20px 0 20px 20px; width:auto;} */
	.hdr-left .university {padding:10px 0 10px 15px;}
	
	/* .site-search {margin:0px;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}
	.site-search .search-trigger {display:none;} */


	.hdr-right {table-layout:auto;}
	.hdr-right .tbl-cell {height:103px;}
	.hdr-right .tbl-cell:first-child {display:none;}
	.hdr-right .account-toggle  {width:230px; position:relative; /* padding-left:80px; */ text-align:left;}
	.hdr-right .account-toggle:after {display:none;}
	.hdr-right .alert-toggle,
	.hdr-right .notification-toggle {width:63px;}
	.hdr-right .account-toggle .inner-cell {padding-left:80px; display: block;}
	
	.hdr-right .account-img {width:52px; height:52px; position:absolute; left:14px; top:50%; margin-top:-26px;}
	.hdr-right .account-img:after {display:none;}
	.hdr-right .account-toggle .name {font-size:18px; color:#352f30; font-weight:300; display:inline-block;}
	.hdr-right .account-toggle .my-account {padding-right:20px; position:relative;}
	.hdr-right .account-toggle .my-account:after {
		position:absolute;
		content:"";
		width:10px;
		height:10px;
		top:8px;
		right:0;
		background:url("/cms/images/layout/arrow-down.png") no-repeat scroll;				
	}			
	.hdr-right .account-toggle .my-account span{color:#2c1b5d; font-weight:500; display:inline-block;}
	
	.site-header .account {position:absolute; top:106px; right:255px; z-index:1010; min-width:230px;}
	
	.site-search .inner {bottom:-116px;}
	.site-search .search-trigger {height:103px;}
	
	.hdr-right .hdr-help {display:table-cell;}
}
@media only screen and (min-width:48em) and (max-width:49.938em){
	.site-logo {margin-right:10px;}
	.site-logo .vert {width:120px; margin-top:2px;}
	.hdr-left .university {padding: 10px 0 10px 10px;}
}	

@media only screen and (min-width:64em){
	.hdr-left {width:calc(100% - 680px);}
	.hdr-right {width:680px;}
	
	.site-search {margin:0px;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}
	.site-search .search-trigger {display:none;}
	
	.site-header .account {right:450px;}
	
}
@media only screen and (min-width:82.5em){
	/* .site-logo {margin-right:25px;}
	.site-logo .vert {display:none;}
	.site-logo .horiz {display:inline-block;}	
	.hdr-left .university {font-size:20px; padding:20px 0 20px 20px; width:auto;}
	
	.hdr-right .hdr-help {width:85px;} */
}
@media only screen and (min-width:87.5em){
	.hdr-left {width:calc(100% - 720px);}
	.hdr-right {width:720px;}	
	.site-header .account {right: 490px;}

	
	.site-logo {margin-right:25px;}
	.site-logo .vert {display:none;}
	.site-logo .horiz {display:inline-block;}	
	.hdr-left .university {font-size:20px; padding:20px 0 20px 20px; width:auto;}
	
	.hdr-right .hdr-help {width:85px;}
}

/* ## Extra Nav ## */
.extra-nav-wrpr {display:none;}

@media only screen and (min-width:48em){
	.extra-nav-wrpr {display:block; position:relative; background:#fff;}
	.extra-nav ul {list-style:none; margin:0; padding:0;}
	.extra-nav ul li {display:inline-block; margin:0 10px;}
	.extra-nav ul li a {color:#2c1b5d; text-decoration:none; padding:10px; display:inline-block;}
	.extra-nav ul li a:hover,
	.extra-nav ul li a:focus {text-decoration:underline;}
	
	.cm-menu li.extra-link {display: none;}
	
}	
@media only screen and (min-width:87.5em) {
	.main-nav {width:50%;}
	.extra-nav {position:absolute; top:5px; left:50%; margin-left:20px;}
	.extra-nav ul li a {color:#fff;}
}

/* ## footer ## */

.footer {background:#333039; color:#fff; padding:1rem; border-top:5px solid #bcbec0;}
.main-footer {border-bottom:1px solid #78718b;}
.footer a, .footer a:visited {color:#fff; text-decoration:none;}
.footer a:hover, .footer a:focus {text-decoration:underline;}

.ftr-left img {margin-bottom:5px;}
.ftr-left img.vert {display:none;}
.ftr-left p {padding-left:45px;}

.ftr-accordion {text-align:left; margin-bottom: 10px;}
.ftr-accordion-inn {position:relative; padding-right: 10px;}
.ftr-heading {display:inline-block; font-size:18px; padding:12px 0 10px; font-weight:600;}
.ftr-accordion-toggle {display:inline-block;}
.ftr-accordion-content {display: none;}
.ftr-accordion-content ul {list-style:none; padding:0; margin:0;}
.ftr-accordion-content ul li {margin-bottom:5px;}
.ftr-accordion-content ul li  a {font-size:15px; font-weight:300;}

.ftr-accordion-toggle {cursor: pointer;  margin:0; position: relative; left: 0; top: 5px; width:22px; height:22px;}
/* .ftr-accordion-content.default {display: block;} */


.ftr-accordion-toggle:after {
	position:absolute;	
	content: "";
	height:2px;
	width:8px;
	top:50%;
	margin-top:-1px;
	left:50%;
	margin-left:-4px;
	background:#fff;
}
.ftr-accordion-toggle:before {
	position:absolute;	
	content: "";
	height:8px;
	width:2px;
	top:50%;
	margin-top:-4px;
	left:50%;
	margin-left:-1px;
	background:#fff;
	transition: 0.2s;
	-wekbit-transition: 0.2s;	
}
.ftr-accordion-toggle.active:before {
	height:2px;
	top:50%;
	margin-top:-1px;
}

.ftr-help {display:inline-block; text-align:center; font-size:13px; font-weight:500; margin-bottom:25px; width:60px;}
.ftr-help  img {margin-bottom:1px;}

@media only screen and (min-width:48em){
	.ftr-left {float:left; width:220px;}
	.ftr-left img.vert {display:block;}
	.ftr-left img.horiz {display:none;}
	.ftr-right {float:right; width:calc(100% - 220px); max-width:700px; padding-left:30px;}
	
	.ftr-accordion {margin-top:15px; margin-bottom:20px; float:left; width: calc(100% - 60px);}
	.ftr-accordion-toggle {display:none;}
	.ftr-accordion-inn {float:left; width:20%;}
	.ftr-heading {font-size:16px;}
	.ftr-accordion-content {display: block !important;}
	
	.ftr-help {width:60px; float:left; margin-top:30px;}
}
@media only screen and (min-width:60em){
	.ftr-right {padding-left:40px;}
	.ftr-accordion {width: calc(100% - 100px);}
	.ftr-heading {font-size:18px;}
	.ftr-help {width:100px;}
}	
@media only screen and (min-width:75em){
	.ftr-left {float:left; width:360px;}	
	.ftr-left img.vert {display:none;}
	.ftr-left img.horiz {display:block;}
	.ftr-right {float:right; width:calc(100% - 360px); max-width:800px; padding-left:40px;}
	
}
@media only screen and (min-width:48em) and (max-width:75em) {
	.ftr-heading span {display:block;}
}	
@media only screen and (max-width:47.938em){
	.footer {padding:1rem 14px;}
	.ftr-left p {padding-left:45px;}
	.ftr-right {padding-left:45px;}
}





.sub-footer {font-size:0.875rem; color:#fff; padding:20px 0 10px;}
.copyright {color:#fff; margin-bottom:10px;}
.sub-footer-links a,
.sub-footer-links a:visited {color:#fff;}

/* ## Footer Email Signup ## */

.email-signup {margin:0 0 20px;}
.email-signup .inner {position:relative;}
.email-signup p { margin:0 0 10px 0; }
.email-signup .formee input[type="text"] {margin:0px;}
.email-signup .btn {position:absolute; right:0px; top:0px; height:100%;}

.follow-us {}
.follow-us a {text-decoration:none; color:#555; display:inline-block; font-size:1.8em; }
.follow-us a:hover,
.follow-us a:focus {color:#333;}

.login-page .copyright {color:#000;}
.login-page .sub-footer-links a,
.login-page .sub-footer-links a:visited {color:#000;}

@media only screen and (min-width:30em){
	.copyright {float:left; margin-bottom:0;}
	.sub-footer-links {float:right;}
}

/* ## LOGIN ## */

.login-page {
	/* background:transparent url(/cms/images/bg-login.jpg) no-repeat 50% 50%; */
	/* background-size:cover; */	
	background: #eeebf5;
	color:#383838;
}

.login-page header {
	text-align:center;
	padding:1rem 1rem;
	background:none;
}

.login-page header img {
	max-width:200px !important;
}

.login-page .container {
	max-width:60rem;
}

.login-footer {
	padding:1rem 10px;
	margin-top:2rem;
}

.login-page .main-content {
	background:#fff;
	-webkit-box-shadow: 0px -5px 25px -10px rgba(14,14,14,0.5);
	-moz-box-shadow: 0px -5px 25px -10px rgba(14,14,14,0.5);
	box-shadow: 0px -5px 25px -10px rgba(14,14,14,0.5);	
}

.login-page .main-content .login-column {
	background:#f9f9f9;
	padding:2rem 2rem 4rem 2rem;
}
.login-page .main-content .login-column hr {margin:1rem -2rem 2rem -2rem;}

.login-page .main-content .content-column {
	padding:0rem 0rem 4rem 0rem;
	background:#ececec;
}

@media only screen and (min-width:48em){
	.login-page header {
		margin-top:3%;
		padding:2rem 1rem;
	}
	
	.login-page header img {
		max-width:280px !important;
	}
	
	.login-page .main-content {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
 	}
	
	.login-page .main-content .login-column {
		width:65%;
		order: 2;
	}
	
	.login-page .main-content .content-column {
		width:35%;
		order: 1;
 	}	

}

	

.login-set {
	max-width:330px;
	margin:0 auto 2.5rem auto;
	/* background:transparent url(/cms/images/leaf.png) no-repeat 50% 0%; */	
	padding:4rem 0 1rem 0;
	font-size:1.125rem;
}

.login-set a {
	color:#2c1b5d;
	font-size:14px;
	position: relative;
	top: -18px;
}

.login-set .btn {
	float:right;
	padding: 13px 50px;
	margin-left:10px;
	color:#fff;
	background:#7c7099;
	font-weight:500;
}
.login-set .btn:hover,
.login-set .btn:focus {background:#2c1b5d;}

.login-set input[type="text"],
.login-set input[type="password"] {
	padding:.9rem 1.5rem !important;
	margin-bottom: 20px !important;
}

.login-column .text {
	font-size:0.875rem;
}

.content-column .text {
	color:#fff;
	padding:28px 28px 5rem 28px;
	background:#2c1b5d url(/cms/images/bg-content-column.jpg) no-repeat 50% 100%;	
	background-size:100% auto;
	font-size:1.125rem;
}
.content-column .text h1 {font-size:30px; color:#fff;}
.content-column .text h2 {font-size:24px; color:#fff;}
.content-column .text h3 {font-size:18px; color:#fff;}

@media only screen and (min-width:22.5em) and (max-width:47.9388em){
	.content-column .text {
		padding:28px 28px 11rem 28px;
	}	
}

.login-page .site-overlay {overflow:visible; max-width:475px;}
.login-page .mfp-close {display:none;}

.select-account {text-align:center; padding:15px 60px 20px;}
.select-account .account-img {width:100px; height:100px; border:4px solid #ed7422; overflow:hidden; margin:-75px auto 12px;
	background: #f3f3f3 url("/cms/images/layout/icon-user.png") no-repeat scroll 50% 50%;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; position:relative; z-index:2000;
}

.select-account .formee select {
	padding:.9rem 2.5rem .9rem 1.5rem !important;
	font-size:18px;
	border-color:#958dae;
}
.select-account .formee select{
	background-image:url("/cms/images/layout/select-arrow.png");
	background-repeat:no-repeat;
	background-position:right 20px top 50%;
	 appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select-account .formee select:hover,
.select-account .formee select:focus {
	background-image:url("/cms/images/layout/select-arrow.png");
	background-repeat:no-repeat;
	background-position:right 20px top 50%;	
}
.select-account .formee select::-ms-expand {
	display: none;
}




.select-account-inner {position:relative; text-align:left;}

.select-account .account-toggle {
	padding: .9rem 2.5rem .9rem 1.5rem;
	font-size: 18px;
	border:1px solid #958dae;
	/* background-image:url("/cms/images/layout/select-arrow.png");
	background-repeat:no-repeat;
	background-position:right 20px top 50%; */
	margin-bottom:15px;
	position:relative;
}
.select-account .account-toggle:after {
	position:absolute;
	content:"";
	top:22px;
	right:22px;
	width:14px;
	height:9px;
	background:url("/cms/images/layout/select-arrow.png");
    -wekbit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;	
}

.select-account .account-toggle:hover,
.select-account .account-toggle:focus {
	background-color:#f9f9f9;
}
.account-active .select-account .account-toggle {
	background-color:#f9f9f9;
}
.account-active .select-account .account-toggle:after {
	-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);
}


.select-account .account {display:none; background:#fff; padding:0; border:1px solid #d1d3d5;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.25);
}
.account-active .select-account .account {display:block;}

.select-account .account ul {list-style:none; margin:0; padding:0;}
.select-account .account ul li {border-bottom:1px solid #d1d3d5;}
.select-account .account ul li:last-child {border-bottom:none;}
.select-account .account ul li a {font-size:14px; font-weight:500; color:#2c1b5d; padding:10px 15px; text-decoration:none; display:block;}
.select-account .account ul li a:hover,
.select-account .account ul li a:focus {background:#f8fbff;}

.account-active .select-account .account {
	position:absolute;
	top:100%;
	width:100%;
}


.select-account .btn {background:#fff; color:#7c7099; border:2px solid #7c7099; padding: 12px 75px 12px 30px;
	background: url("/cms/images/layout/icon-arrow-left.png") no-repeat scroll 130px 17px;
}
.select-account .btn:hover,
.select-account .btn:focus {background-color:#fafafa;}

@media only screen and (max-width:29.9388em){
	.select-account {padding:15px 0 20px;}
}	



/* ## DASBOARD ## */

.announcement-wrpr {margin-bottom:10px;}
.announcement {background:#fff; padding:1.25rem; border:1px solid #cdcdcd; }

.announcement {}
.announcement.leading {position:relative;}
.announcement.leading:after{
	position:absolute;
	content:"";
	width:4px;
	height:100%;
	left:0;
	top:0;
	background:#e9741f;
}
.announcement h2 {font-size:22px; margin:0 0 .5em;}

.annoncementSlider .slick-dots {margin:13px 0 0; padding:0px; list-style-type:none; text-align:center;}
.annoncementSlider .slick-dots li {display:inline-block; margin:0 7px;}
.annoncementSlider .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#b4aec2; border:none;/* border:1px solid #2c1b5d; */ -webkit-border-radius: 20px; border-radius: 20px;}
.annoncementSlider .slick-dots li.slick-active button {background:#2c1b5d;}


@media only screen and (min-width:48em){
	.announcement-wrpr {margin-bottom:50px; margin-right:-2.5%;}	
	.announcement {padding:1.5rem; float:left; width:47.5%; margin-right:2.5%;}	
	.announcement.leading {width:97.5%; margin-right:2.5%; margin-bottom:25px; padding-left:195px;
		background-image:url("/cms/images/leaf.png");
		background-repeat:no-repeat;
		background-position: left -7px bottom -47px;
		background-size:150px auto;
		/* border-left:7px solid #e9741f; */
	}
	.announcement.leading:after{
		width:7px;		
	}
}
@media only screen and (min-width:75em){
	.announcement {float:left; width:22.5%; margin-right:2.5%;}	
	.announcement.leading {width:47.5%; padding-left:195px; margin-bottom:0;	}
}



/* .timeline {padding:1rem; text-align:center; margin-bottom:50px;}

.timeline-blocks-wrpr {margin:0 -15px 40px;}
.timeline-block {margin:0 5px;}
.timeline-block.done {background:#fff; border:1px solid #d1d3d5;}
.timeline-block.current {background:#2c1b5d; border:1px solid #958dae; color:#fff;}
.timeline-block.future {background:#fccfb3; border:1px solid #ed9356;}

.timeline-block-header {padding:20px;}
.timeline-block.done .timeline-block-header{border-bottom:1px solid #d1d3d5;}
.timeline-block.current .timeline-block-header{border-bottom:1px solid #958dae;}
.timeline-block.future .timeline-block-header{border-bottom:1px solid #ed9356;}


.timeline-block h2 { margin:0; text-transform:uppercase;}
.timeline-block h3 { margin:0 0 .5rem;}
.timeline-block-content {padding:20px 20px 50px 80px;}
.timeline-block-content p {margin:0;}
.timeline-block.current h2 {color:#fff;}
.timeline-block.current h3 {color:#fff;}
.timeline-block.current a  {color:#fff;} */


.unit {background:#fff; border:1px solid #cdcdcd; margin:0 0 30px;}
.unit-hdr {border-bottom:1px solid #cdcdcd; padding:15px;}
.unit-content {padding:15px;}
.unit-ftr {border-top:1px solid #cdcdcd; padding:15px;}

.unit-hdr .title {font-size:18px; text-transform:uppercase; margin:0; color:#525556;}

@media only screen and (min-width:48em){
	.units-wrpr {margin:0 -10px;}
	.unit {margin:0 0 40px;}
}
@media only screen and (min-width:60em){
	.units-wrpr {margin:0 -15px;}
	.unit {margin:0 5px 40px;}
}

.my-groups .data-table tbody {
	height:300px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);	
}
.academy-documents .data-table tbody {
	height:300px;	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);	
}

.my-groups .data-table span.post {padding-left:21px;
	background: url("/cms/images/layout/icon-post.png") no-repeat scroll 0 0;
}
.my-groups .data-table span.file {padding-left:21px;
	background: url("/cms/images/layout/icon-file.png") no-repeat scroll 0 0;
}

@media only screen and (min-width:48em){	
	.my-groups .data-table td {font-size:14px; padding:  16px 5px 8px 15px;}
	.my-groups .data-table td:first-child {font-size:16px; padding: 12px 5px 12px 15px;}

	.my-groups .fixed-tbl-hdr tbody {height: 226px;}
	.my-groups .fixed-tbl-hdr th:nth-child(1), 
	.my-groups .fixed-tbl-hdr td:nth-child(1) { width: 60%;}
	.my-groups .fixed-tbl-hdr th:nth-child(2), 
	.my-groups .fixed-tbl-hdr td:nth-child(2) { width: 15%;}
	.my-groups .fixed-tbl-hdr th:nth-child(3), 
	.my-groups .fixed-tbl-hdr td:nth-child(3) { width: 25%;}

	.academy-documents .data-table td {font-size:14px; padding: 16px 5px 8px 15px;}
	.academy-documents .data-table td:first-child {font-size:16px; padding: 12px 5px 12px 15px;}

	.academy-documents .fixed-tbl-hdr tbody {height: 174px;}
	.academy-documents .fixed-tbl-hdr th:nth-child(1), 
	.academy-documents .fixed-tbl-hdr td:nth-child(1) { width: 40%;}
}

@media only screen and (min-width:75em) and (max-width:87.438em){
	.my-groups .data-table th,
	.academy-documents .data-table th {font-size:14px;}
	.my-groups .data-table td {font-size:13px;}
	.academy-documents .data-table td {font-size:13px;}
	.my-groups .data-table td:first-child {font-size:14px;}
	.academy-documents .data-table td:first-child {font-size:14px;}
}

@media only screen and (min-width:11.250em) and (max-width:24.938em) {
	.my-groups table.responsive-tbl td:first-child {padding-bottom:25px;}
	.my-groups table.responsive-tbl td:first-child:before {
		content: "Recent \A Activity";
		position:absolute;
		left:10px;
		top:10px;
		white-space: pre;
    }
}	

@media only screen and (min-width:48em) and (max-width:74.938em){
	.units-wrpr .grid_6 {width:100%;}
}



a.download-selected {display:inline-block; padding-left:30px; padding-top:8px; margin-top: -8px; margin-left:15px;
	background: url("/cms/images/layout/icon-download-selected.png") no-repeat scroll 0 0;
}


/* Dashboard Projects */
.dashboard-projects {background:#fff; border:1px solid #cdcdcd; padding:0; margin-bottom:30px;}
.dashboard-projects-header {padding:5px; border-bottom:1px solid #cdcdcd; margin:0 0;}

.dashboard-projects .data-table {}
.dashboard-projects .data-table th {text-transform:uppercase; font-weight:600;}
.dashboard-projects .data-table tbody {
	height:954px;
	border:none;
}
.dashboard-projects .data-table tr:nth-child(2n){background:none;}

.dashboard-projects .data-table .inst-link {padding-right:15px;}
.dashboard-projects .data-table .inst-link:after {
	position:absolute;
	content: "\232a";
	font-family: 'icomoon';
	margin-left:3px;
	margin-top:2px;
	font-size:.9em;
}

.dashboard-projects .data-table .status {position:relative; padding-left:20px; display:inline-block;}
.dashboard-projects .data-table .status:after {
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	left:0;
	top:50%;
	margin-top:-7px;
	background:#c1c1c1;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
}
.dashboard-projects .data-table .status.active:after {
	background:#1cd829;
}

.dashboard-projects .data-table .dates {position:relative; padding-left:30px; display:inline-block;}
.dashboard-projects .data-table .dates:after {
	position:absolute;
	content:"";
	width:15px; 
	height:15px;
	left:0;
	top:50%;
	margin-top:-8px;
	background: url("/cms/images/layout/icon-date.png") no-repeat scroll 0 0/cover;	
}
	
	
@media only screen and (min-width:48em) {
	.dashboard-projects-header {padding:12px 20px; border-bottom:none;  margin:0; border:1px solid #cdcdcd; border-bottom:none;}
	.dashboard-projects {padding:0; margin-bottom:40px; border:none;}
	
	.dashboard-projects .data-table {}
	.dashboard-projects .data-table tbody {
		height:auto;
		max-height:620px;
	}
	.dashboard-projects .fixed-tbl-hdr th:nth-child(2), 
	.dashboard-projects .fixed-tbl-hdr td:nth-child(2) { width: 20%;}
	.dashboard-projects .fixed-tbl-hdr th:nth-child(6), 
	.dashboard-projects .fixed-tbl-hdr td:nth-child(6) { width: 20%;}
	
	
	.dashboard-projects .data-table th {border:1px solid #cdcdcd; padding: 20px 10px 20px 10px; font-size:14px;}
	.dashboard-projects .data-table td {border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd; padding: 20px 10px 20px 10px; font-size:14px}
	
	.dashboard-projects .data-table .status {padding-left:23px;}
	
	.dashboard-projects .data-table .dates {padding-left:40px;}
	.dashboard-projects .data-table .dates:after {
		width:23px; 
		height:23px;
		margin-top:-12px;
	}
}

@media only screen and (min-width:60em) {
	.dashboard-projects .data-table th {font-size:16px; padding: 20px 15px 20px 15px;}
	.dashboard-projects .data-table td {font-size:15px; padding: 20px 15px 20px 15px;}	
}
@media only screen and (min-width:75em) {
	.dashboard-projects .data-table th {font-size:18px; padding: 20px 20px 20px 20px;}
	.dashboard-projects .data-table td {font-size:16px; padding: 20px 20px 20px 20px;}	
}	
@media only screen and (min-width:11.250em) and (max-width:24.938em) {
	.dashboard-projects table.responsive-tbl td:first-child {padding-bottom:25px;}
	.dashboard-projects table.responsive-tbl td:first-child:before {
		content: "Institution \A Name";
		position:absolute;
		left:10px;
		top:10px;
		white-space: pre;		
    }
	.dashboard-projects table.responsive-tbl td:nth-child(2) {padding-bottom:25px;}
	.dashboard-projects table.responsive-tbl td:nth-child(2):before {
		content: "Project \A Name";
		position:absolute;
		left:10px;
		top:10px;
		white-space: pre;
    }
	/* .dashboard-projects table.responsive-tbl td:nth-child(3) {padding-bottom:25px;}
	.dashboard-projects table.responsive-tbl td:nth-child(3):before {
		content: "Project \A Status";
		position:absolute;
		left:10px;
		top:10px;
		white-space: pre;
    } */	
	.dashboard-projects table.responsive-tbl td:last-child {padding-bottom:25px;}
	.dashboard-projects table.responsive-tbl td:last-child:before {
		content: "Start - End \A Dates";
		position:absolute;
		left:10px;
		top:10px;
		white-space: pre;
    }	
	
}
@media only screen and (max-width:47.938em){
	.dashboard-projects .fixed-tbl-wrpr {border:1px solid #cdcdcd; margin:5px;}
	.dashboard-projects table.responsive-tbl tr:last-child {border-bottom: none;}
}

.dashboard-projects-header .site-search {border:1px solid #cdcdcd; margin:0 0 7px;}
.dashboard-projects-header .site-search .search-trigger {display:none;}
.dashboard-projects-header .site-search .inner {position:relative; display:block; bottom:auto; padding:0;}
.dashboard-projects-header .site-search .formee input[type="text"] {
	background:#f9f9f9;
	padding: 15px 66px 15px 20px;
	font-size:16px;
}

.dashboard-projects-header .sort-by	 {float:right;}
.dashboard-projects-header .sort-by label {color:#000; font-weight:normal; display:inline-block; margin:13px 10px 0 0;}

@media only screen and (min-width:48em) {
	.dashboard-projects-header .site-search {width:50%; max-width:490px; float: left;  margin:0;}
	.dashboard-projects-header .site-search .formee input[type="text"] {font-size:18px;}
	

	.dashboard-projects-header .sort-by label {font-size:18px; margin:15px 15px 0 0;}
}	

.nice-checkbox {
	position:relative;
	padding-left:30px;
}

.nice-checkbox input[type=checkbox]:not(old) {
	width     : 1.5em;
	margin    : 0;
	padding   : 0;
	font-size : 1em;
	opacity   : 0;
	position:absolute;
	left:0;
	top:.125em;
	height:1.25em;
	z-index:9;
}
.nice-checkbox input[type=checkbox]:not(old) + label{
  /* display      : inline-block; */
  /* margin-left  : -2em; */
  line-height  : 1.5em;
}
.nice-checkbox input[type=checkbox]:not(old) + label > span{
	display          : inline-block;
	width            : 1.25em;
	height           : 1.25em;
	margin           : 0.125em 0.5em 0.25em 0;
	border           : 1px solid #cdcdcd;
	border-radius    : 3px;
	background       : #fff;
	vertical-align   : bottom;
	position:absolute;
	left:0;
	top:0;
}
.nice-checkbox input[type=checkbox]:not(old):checked + label > span{

}
.nice-checkbox input[type=checkbox]:not(old):checked + label > span:before{
  /* content     : '✓'; */
  content: "\2713";
  display     : block;
  width       : 1.25em;
  color       : #ed7422;
  font-size   : .875em;
  line-height : 1.25em;
  text-align  : center;
  font-weight : bold;
}

/* Contact Form */

.contact-form {
	display: block;
}

.contact-form > div:nth-of-type(2) {
	text-align: center;
}

.contact-form .formee label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
.contact-form .formee input[type="text"],
.contact-form .formee input[type="email"],
.contact-form .formee textarea {
	background-color: transparent;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #d1d3d4;
}

.contact-form .formee textarea {
	padding: 10px;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #d1d3d4;
}

/* FAQ */

.FAQWrpr .faq-category {
    margin: 20px;
}
.FAQAnswerWrpr {
    line-height: 1.25em;
}
.faq-grid {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.faq-grid tr {
    vertical-align: top;
}
.faq-grid tr:nth-child(1) {
    border-top: 2px solid #d1d3d4;
}
.faq-grid tr:nth-child(2n) {
    border-bottom: 2px solid #d1d3d4;
}
.faq-grid tr td:nth-child(1) {
    padding-left: 20px;
    padding-right: 5px;
}
.faq-grid tr td:nth-child(2) {
    padding-left: 5px;
    padding-right: 20px;
}
.faq-grid tr:nth-child(2n) td {
    padding-bottom: 20px;
}
.faq-grid tr:nth-child(2n+1) td {
    padding-top: 20px;
    padding-bottom: 15px;
}
.faq-grid h4 {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1em;
}
.faq-ask-question {
    display: block;
    margin: 20px 0;
    text-align: center;
}
.faq-ask-question h3 {
    margin: 0 0 10px;
}

/* slideshow module (Bottom Text Area and Navigation) */
	.slideshowWrpr h2.slideshowTitle {
		display: none;
	}

	.slideshowWrpr .slideshowDesc {
		display: none;
	}

.slideshowWidget {
	width: 940px;
	position: relative;
	height: 270px;
	overflow: hidden;
	no-repeat 0 0;
	border: 1px solid #ffffff;
	margin-top: 10px;
}

	.slideshowWidget .slideItem {
		width: 940px;
		height: 270px;
	}

	.slideshowWidget .sswControls {
		position: absolute;
		bottom: 15px;
		right: 10px;
		padding: 5px;
		z-index: 5;
		background: transparent !important;
	}

	.slideshowWidget .slideshowHome {
		height: 258px;
		overflow: hidden;
		z-index: 0;
		background: #000000;
	}

	.slideshowWidget .slideshowPause {
		width: 6px;
		height: 8px;
		float: left;
		background: url(/cms/images/slideshow/pause.png) no-repeat;
		cursor: pointer;
		font-size: .1em;
	}

	.slideshowWidget .slideshowPrev {
		width: 4px;
		height: 8px;
		float: left;
		background: url(/cms/images/slideshow/leftarrow.gif) no-repeat;
		margin-left: 10px;
		display: inline;
		cursor: pointer;
	}

	.slideshowWidget .slideshowNext {
		width: 4px;
		height: 8px;
		float: left;
		background: url(/cms/images/slideshow/rightarrow.gif) no-repeat;
		margin-left: 8px;
		display: inline;
		cursor: pointer;
	}

	.slideshowWidget .slideshowNav {
		float: left;
		margin-right: 10px;
		display: inline;
	}

		.slideshowWidget .slideshowNav a,
		.slideshowWidget .slideshowNav a:link,
		.slideshowWidget .slideshowNav a:visited {
			float: left;
			display: inline;
			width: 8px;
			height: 8px;
			margin: 0;
			margin-left: 3px;
			padding: 0px 0 0 0;
			font-size: 1px;
			text-align: center;
			background: transparent url(/cms/images/slideshow/dot.gif) no-repeat 0 0;
			color: #000;
			text-decoration: none;
			text-indent: -9999em;
		}

			.slideshowWidget .slideshowNav a.activeSlide,
			.slideshowWidget .slideshowNav a.activeSlide:link,
			.slideshowWidget .slideshowNav a.activeSlide:visited {
				background-position: 0 -8px;
			}

			.slideshowWidget .slideshowNav a:focus {
				outline: none;
			}

	.slideshowWidget .sswControls .pauseActive {
		background-position: 0 -8px;
	}

	.slideshowWidget .slideshowBottomText {
		padding: 17px 238px 5px 25px;
		color: #ffffff;
		font-family: trebuchet MS;
		font-size: 12px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 3;
		width: 690px;
	}

		.slideshowWidget .slideshowBottomText h2 {
			color: #ffffff;
			font-family: trebuchet MS;
			font-size: 18px;
			margin: 0px;
			padding: 0px;
		}

	.slideshowWidget .slideshowBottomUnderlay {
		background: #17325c;
		padding: 17px 238px 5px 25px;
		width: 695px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 2;
		opacity: 0.7;
		-moz-opacity: 0.7;
		filter: alpha(opacity=70);
	}

/* Slick Slider - Begin */
.slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
}
ul.slick-dots li {
    display: block;
    margin: 0 4px;
}
ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #ABABAB;
    border-radius: 50%;
}
ul.slick-dots .slick-active button {
    background-color: #fff;
}

.SlideshowWrpr {
    display: block;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
    text-align: center;
    min-width: 100%;
}
.slideshowWidget-slick {
    display: block;
}
.slideshowWidget-slick a:active,
.slideshowWidget-slick a:focus {
    outline: 0;
}
.slideshowWidget-slick .slideItem {
	position: relative;
    flex-grow: 1;
    width: 100% !important;
}
.slideshowWidget-slick .slideItem p {
	margin-bottom: 0;
}
.slideshowWidget-slick .slideItem h2 {
    margin: 0;
}
.slideshowWidget-slick .slide-item-image {
    display: block;
}
.slideshowWidget-slick .slide-item-image-overlay {
    display: block;
	position: relative;
}
.slideshowWidget-slick .slide-item-image-overlay::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.slideshowWidget-slick img {
    width: 100% !important;
}
.slideshowWidget-slick .slideshowBottomText {
    display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}
.slideshowWidget-slick .slideshowBottomText h2 {
	color: #ffffff;
	font-weight: 400;
	font-size: 26px;
}
/* Slick Slider - End */

/* Co-Calculator - Begin */
.co-calc {
	display: block;
	line-height: 20px;
}
.co-calc-title {
	display: block;
	position: relative;
	color: #48aa48;
}
.co-calc-title::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	height: 1px;
	margin-top: -0.75em;
	background-color: #707070;
}
.co-calc-title span {
	display: inline;
	position: relative;
	background-color: #fff;
	padding-right: 10px;
}
.co-calc .grid-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.co-calc .grid-item {
	display: flex;
	flex-flow: row nowrap;
	min-width: 0;
	min-height: 0;
	align-items: flex-start;
}
.co-calc .grid-item input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;	
}
.co-calc .grid-item label {
	display: block;
	position: relative;
	min-width: 25px;
	max-width: 25px;
	min-height: 25px;
	max-height: 25px;
	margin-right: 5px;
	border: 1px solid #707070;
}
.co-calc .grid-item input[type="checkbox"]:focus ~ label,
.co-calc .grid-item input[type="checkbox"]:focus-visible ~ label,
.co-calc .grid-item input[type="checkbox"]:focus-within ~ label {
	outline: auto;
}
.co-calc .grid-item input[type="checkbox"]:checked ~ label::after {
	content: "\2713";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 25px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 700;
	overflow: hidden;
}
.co-calc .grid-block input[type="number"] {
	display: block;
	min-width: 40px;
	max-width: 25%;
	margin-right: 5px;
	height: 25px;
	border: 1px solid #d1d3d4;	
}
.co-calc .grid-block input[type="number"][disabled] {
	background-color: #f1f2f2;
}
.co-calc .grid-item span {
	display: block;
	margin-top: 4px;
	margin-left: 10px;
}

.co-labor-rates {
	display: block;
	margin-bottom: 20px;
}
.co-labor-rates .co-labor-block {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.co-labor-rates .co-labor-block.border-dashed {
	border-bottom: 1px dashed #707070;
}
.co-labor-rates .co-labor-block > div {
	display: block;
	margin-bottom: 10px;
}
.co-labor-rates .co-labor-block label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
.co-labor-rates .co-labor-input {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	line-height: 26px;
	margin: 5px 0;
	border: 1px solid #707070;
	border-radius: 15px;
}
.co-labor-rates .co-labor-input span {
	display: block;
	padding: 1px 10px 0 10px;
	color: #ffffff;
	background-color: #48aa48;
	border-radius: 15px;
	overflow: hidden;
}
.co-labor-rates .co-labor-block input {
	display: block;
	height: 26px;
	margin: 0 5px;
	padding: 0;
	border: 0;
	width: 64px;
	max-width: 100%;
}
.co-labor-cost {
	display: block;
	margin-bottom: 40px;
}
.co-labor-cost .grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 30px;
	row-gap: 20px;
}
.co-labor-cost .co-title {
	display: block;
	margin: 0;
	color: #48aa48;
}
.co-labor-cost .potential-savings {
	color: #48aa48;
}
.co-labor-cost .border {
	grid-column: 1 / span 2;
	height: 1px;
	background-color: #707070;
}
/* Co-Calculator - End */

/* Shipping Table - CSS */

.shipping-table-container {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	font-size: 1.625vw;
	overflow-x: auto;
	max-width: 100%;
}

.shipping-table {
	table-layout: auto;
	width: 100%;
	text-align: center;
	font-stretch: condensed;
	border-collapse: collapse;
}

	.shipping-table .arrow-right {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		width: 2vw;
		height: 1rem;
		font-family: sans-serif;
		font-weight: 700;
		background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cgo8c3ZnIHZpZXdCb3g9IjAgMCAzLjkzNzA0MTUgMS44MDA1ODQ2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjkyMjkxLC0xNDcuNjM3NDkpIj4KPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4yNjQ1ODMzMywwLDAsMC4yNjQ1ODMzMywtNTUuNzAyODczLDU3LjExNzQ3NSkiPgo8cGF0aCBkPSJNIDAsMCBIIDUuMTk4IiBzdHlsZT0ic3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjE7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMzMywwLDAsLTEuMzMzMzMzMyw2MDAuMTk3MiwzNDUuNTI1NikiIC8+CjxwYXRoIGQ9Ik0gMCwwIC03LjAxMiwyLjU1MiAtNS40NjIsMCAtNy4wMTIsLTIuNTUyIFoiIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMzMywwLDAsLTEuMzMzMzMzMyw2MTQuNDEwNjcsMzQ1LjUyNTYpIiAvPgo8L2c+CjwvZz4KPC9zdmc+");
		background-size: 100% 100%;
	}

	.shipping-table .inline-block {
		display: inline-block;
	}

	.shipping-table a {
		color: #ffffff;
		text-decoration: none;
	}

		.shipping-table a:hover {
			text-decoration: underline;
		}

	.shipping-table .dark-gray-bg {
		background-color: #a8a9ac;
	}

	.shipping-table tbody {
		white-space: nowrap;
	}

		.shipping-table tbody tr:nth-child(2n) td ~ td {
			background-color: #ebecec;
		}

	.shipping-table th {
		text-align: center;
	}

	.shipping-table th,
	.shipping-table td {
		padding: 4px 0.5vw;
	}

	.shipping-table .order-by {
		font-weight: 700;
		color: #ffffff;
		background-color: #48aa48;
	}

	.shipping-table .heading-days th {
		font-weight: 500;
		color: #ffffff;
		white-space: nowrap;
		background-color: #58585a;
	}

		.shipping-table .heading-days th:nth-child(n+2) {
			border-left: 1px solid #ffffff;
		}

	.shipping-table tbody td:nth-child(1) {
		font-weight: 700;
		color: #ffffff;
		background-color: #48aa48;
		border-bottom: 1px solid #ffffff;
	}

	.shipping-table tbody td:nth-child(n+3) {
		border-left: 1px solid #ababab;
	}

td.active {
	position: relative;
}

	td.active::after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		right: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 0;
		height: 0;
		border-left: max(0.75vw, 4px) solid transparent;
		border-right: max(0.75vw, 4px) solid transparent;
		border-bottom: max(1vw, 6px) solid #58585a;
	}

.shipping-table .self-schedule {
	font-size: 1.125em;
	text-transform: uppercase;
}

.shipping-table tbody tr th.footnote,
.shipping-table tbody tr td.footnote {
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #ffffff;
}

.shipping-table-footer-note {
	display: block;
	margin: 10px 0;
	text-align: center;
	line-height: 1.25em;
	padding: 6px 8px;
	color: #ffffff;
	background-color: #48aa48;
}
