/* ## 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: 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  =============== */

body { }

::-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;}

.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; }
.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.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:#4e4e4e;}
body {
	background:#ececec; 
    font-family: 'Ubuntu', sans-serif;
	font-weight:300;
}

.site-body { padding:30px 0 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'Raleway', sans-serif; font-weight:600; color:#231f20;}

.hdng {margin:0 0 1em;}

 
/* ==========================================================================
   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;} 

/* 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;
}




/* ==============================================================
   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 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; }
}


/* ## Button Styles ## */

.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, a.btn {
	display:inline-block;
	/* margin:0;  */
	/* padding:13px 35px; */
	font-weight:normal;
	/* color:#fff; */
	/* background:#ed7422;  */
	/* border:0;  */
	text-align:center;
	text-decoration:none;
	cursor:pointer; 
	overflow:visible; 
	/* border-radius:23px;
	-moz-border-radius:23px;
	-webkit-border-radius:23px; */
	min-width:126px !important;
	-wekbit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}

/* .btn:hover,
.btn:focus {background:#666666;} */

.btn-alt {}
.btn-alt .btn{color:#666666; background-color:#cccccc ; 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 {}





/* ## 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;}



/* ## 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;
}





/* ## 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:table-cell; 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; }


/* =================================================================
                        Media Queries
===================================================================*/


/* 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; font-family: 'Raleway', sans-serif;}



.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-family: 'Raleway', sans-serif; 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-family: 'Raleway', sans-serif; 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;
}


/* TICKET #205069 */
/* TICKET #205069 */
/* TICKET #205069 */

/* .siteHeader{
	min-width: 55%;
} */

.navbar__logo-container{
	display: flex;
	align-items : center;
}

.navbar__logo-text-container{
	padding-left: 10px;
}

.siteBody .full.flex{
	display : flex; 
	flex-wrap: wrap;
	/* flex-direction: column; */
}

.siteBody .full.flex .container{
	/* min-height: 500px; */
	width: 100%;
	display : flex;
	/* align-items : center; */
	padding: 70px 10px;
}
	
.cm-menu{
	border: 1px solid transparent;
}
.cm-menu:focus-visible{
	border: 1px solid transparent;
}

.cm-menu li a {
	border-radius: 5px;
}
.cm-menu li a.btn {
	background: #003B4D;
	color: #fff;
	border: 1px solid #FFF;
	max-width: 235px;
}
.cm-menu li a.btn-alt {
	background: #FFF;
	color: #003B4D;
	border: 1px solid #003B4D;
	max-width: 235px;
}

.btn, .btn-alt, .btn-blue {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
	max-width: 100%;
	padding: 10px 35px;
	font-family: inherit;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none!important;
	border: none;
	cursor: pointer;
	overflow: visible;
	border-radius: 5px;
	transition: all 100ms ease;
	will-change: background-color;
	min-width: 170px !important;
}

.btn {
	background: #003B4D;
	color: #fff;
	border: 1px solid #FFF;
}

.btn:hover {
	background: #FFF;
	color: #003B4D;
	border: 1px solid #003B4D;
}

.btn-alt {
	background: #FFF;
	color: #003B4D;
	border: 1px solid #003B4D;
}

.btn-alt:hover {
	background: #003B4D !important;
	color: #FFF !important;
	border: 1px solid #FFF !important;
}

.global__btn-container{
	display: flex;
	flex-wrap: wrap;
}

.global__reg-btn-container, .global__login-btn-container{
	padding: 10px 0;
}

.global__reg-btn-container .btn, .global__login-btn-container .btn-alt{
	min-width: 182px !important;
}

.global__reg-btn-container .btn{
	margin-right: 40px;
}

.full{
	width:100%; 
	background-color: #003B4D;
}

.siteBody .full{
	width:100%; 
	background-color: #FFF;
}

.siteBody .full .container.grey{ 
	background-color: #f5f5f5;
	/* height: 50vh; */
}


.siteBody .full .container.white{ 
	background-color: #FFF;
	/* height: 50vh; */
}

.siteBody .full.flex{
	min-height: calc(100vh - 149px);
}

.siteBody .full .container.grey-alt, .siteBody .full .container.white-alt{ 
	align-items: initial;
}

.grid_12.flex{ 
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 5px 10px;
}

.global__container{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.home__text-container, .global__title-text{
  color: #003B4D !important;
}

.global__title-text {
	font-size: 2.875rem;
	text-transform: capitalize;
}



.global__text{
	font-size: 1.25rem;
	text-transform: capitalize;
}

.global{ 
	display: flex;
	flex-direction: column;
	align-items: center;
}

.global .global__input-container{
	padding: 10px 0;
}

.global .global__input-container label {
	padding-bottom: 10px;
}

.global .global__input-container input, .global .global__input-container select {
	border: 2px solid #E6E6E6;
	min-height: 46px;
	/* min-width: 300px; */
	width: 100% !important;
	border-radius: 10px !important;
	padding: 0 10px !important;
}

	.global .global__input-container-flex input[type="text"],
	.global .global__input-container-flex input[type="email"],
	.global .global__input-container-flex input[type="password"],
	.global .global__input-container-flex input[type="date"],
	.global .global__input-container-flex select,
	.global .global__input-container-flex span input {
		border: 2px solid #E6E6E6;
		min-height: 46px;
		Xmin-width: 300px;
		border-radius: 10px;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

.global .global__input-container-flex select {
	flex-direction: initial;
}

.section-container{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.section-container .global__input-container-flex, .section-container .global__input-container-dob{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 10px;
}

.section-container .global__input-container-dob{
	justify-content: start;
	min-width: 165px;
}

.section-container .global__input-container-dob .datepicker-control{
		min-width: 100% !important;
}

.global .global__input-container-flex input[type="checkbox"] {
	min-width: 20px;
	margin: 0 5px;
}

.section-container .global_checkbox-container {
	flex-direction: initial;
	justify-content: space-between;
	padding: 10px 0;
}

.checkbox-container{
	flex-direction: column;
	padding: 0 20px;
}


.global .btn{
	min-height: 46px;
	min-width: 300px !important;
	padding: 15px 35px;
}

/* Homepage styles */

.home__carousel .slick-list{
	height: 100% !important;
}

.home__carousel-container{
	position: relative;
}

.home__carousel-img-div{
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	color: #000000;
	padding: 20px;
}

.hero__slide-controls{
	position: absolute;
	width: 100%;
	top: 50%;
	display: flex;
	justify-content: space-between;
}

.home__carousel-container .hero__slide-controls button{
	border: none;
	background-color: transparent;
	padding: 5px;
}


.footer{
	padding: 2rem 1rem;
	background-color: #001E27;
	color: #fff;
}

.footer__copyright-text{
	margin: 0;
	line-height: 1.5;
}

.home__carousel-img{
	margin: 0 auto;
}

/* Create Account Page */

.create{ 
	display: flex;
	flex-direction: column;
	align-items: center;
}

.create .global__input-container{
	padding: 10px 0;
}

.create .global__input-container label {
	padding-bottom: 10px;
}

.create .global__input-container input {
	border: 2px solid #E6E6E6;
	min-height: 46px;
	min-width: 300px;
	border-radius: 10px;
	padding: 0 10px;
}


.create .btn{
	min-height: 46px;
	min-width: 300px !important;
	padding: 15px 35px;
}

.step__dot-container{
	padding-top: 70px;
	display: flex;
}

.step__dot{
	width: 50px;
	height: 10px;
	border-radius: 10px;
	background: rgba(153, 177, 184, 0.29);
	margin: 0 3px;
}

.step__dot-active{
	background: rgba(0, 59, 77, 1);
}

.signin-text-container{
	padding-top: 50px;
}

.signin-text{
	color: #B3B3B3;
}

.signin-link{
	color:#003B4D;
}

.create__input{
	padding-top: 10px;
}

.create__valid{
	border: 2px solid #8BC34A !important;
}

.full.flex > .container > .grid_6{
	width: 100%;
}

.account__kit-img-container{
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Register Kit page */

.register__profile-info-container{
	padding: 20px;
	border-left: 2px solid rgba(187, 189, 191, 1);
}

.register__profile-info{
	padding: 5px 0;
	line-height: 25px;
}

.register__profile-info-alt{
	display: flex;
}

.register__flex{
	flex-direction: column;
	justify-content: center;
}

.register__label{
	font-weight: 700;
}

.container .register__inputs .global__input-container{
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}
 
.container .register__inputs .global__input-container input{
	border: 2px solid #E6E6E6;
	min-height: 46px;
	width: 300px;
	border-radius: 10px;
	padding: 0 10px;
}


.ui-datepicker-trigger{
	display: none;
	opacity: 0;
	visibility: hidden; 
}

.global__input-container > #registerKit-collect-date, #registerKit-dob {
	display: flex;
	flex-direction: column;
}


/* kit success page */

.kit__success-CTA-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kit__success-card{
    background-color: rgba(139, 195, 74, 1);
    border-radius: 20px;
    min-height: 600px;
    min-width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kit__success-card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
		padding: 0 10px;
}

.kit__success-title, .kit__success-text{
	color: #fff;
}

.kit__success-link{
	color: #FFF;
	margin-bottom: 20px;
}

.kit__success-link a:hover{
	color: blue;
	cursor: pointer;
}

.kit__btn{
  background: #FFF;
  color: #000;
  font-weight: 600 !important;
}


/* Account Home */

.myaccount__card-container{
	padding-top: 50px;
}

.myaccount__card{
	background: rgba(0, 59, 77, 1);
	color: #fff;
	padding: 40px 20px;
	border-radius: 18px;
}

.myaccount__title-container{
	color: rgba(0, 59, 77, 0.35);
	font-weight: 700;
	font-size: 1.375rem;
	min-width: 100%;
}

.myaccount__title{
	color: rgba(0, 59, 77, 1);
	font-size: 1.75rem;
	margin-bottom: 10px;
}

.myaccount__info{
	padding: 10px 0;
}

.myaccount__info-label{
	font-weight: 700;
}

.myaccount__info-link{
	padding-top: 50px;
}

.myaccount__nav-links-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}

.myaccount__info-link a{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
} 

.myaccount__info-link a:hover, .myaccount__info-link a:focus{
	text-decoration: underline;
} 

.myaccount__nav-links-card{
	margin: 30px;
	flex: 1;
	max-width: 265px;
}

.myaccount__nav-links-card a{
	color: rgba(122, 151, 171, 1);
	font-weight: 700;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* min-width: 265px;
	min-height: 265px; */
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	padding: 50px;
	height: 100%;
}

.myaccount__nav-links-card a:hover, .myaccount__nav-links-card a:focus{
	text-decoration: underline;
	border: 1px solid rgba(122, 151, 171, 1);
	outline: none;
}

.myaccount__nav-svg-container{
	padding: 25px;
}

.myaccount__nav-svg-container.order-history-svg-container{
	padding-bottom: 10px;
}

.myaccount__test{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.myaccount__nav-links-text{
	white-space: nowrap;
}


/* My Account Kits */

.myaccount__kit-card-container{
	display: flex;
	padding-bottom: 20px;
}

.myaccount__kit-card{
	width: 100%;
	min-height: 100px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.myaccount__kit-card .myaccount__kit-text{
	padding: 10px;
	text-align: center;
}

.myaccount__kit-season{
	padding-bottom: 10px;
	margin: 0;
	color:  rgba(139, 195, 74, 1);
	font-weight: 800;
}

.myaccount__season-btn{
	border: none;
	background-color: transparent;
	color:rgba(139, 195, 74, 1);
}

.myaccount__kit-date-container{
	color: rgba(179, 179, 179, 1);
	font-weight: 500;
}

.kit-btn{
	background-color: rgba(139, 195, 74, 1) !important;
	color: #FFFFFF;
}

.myaccount__kit-card .myaccount__kit-btn-container{
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.kit-btn-svg-container .test-div{
	color: red;
	font-weight: 900;
	border: 5px solid green;
}

.kit-DL-btn svg.icon{
	width: 30px;
	height: 30px;
}

.mykits a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.mykits a.kit-DL-btn{
	padding: 10px 25px;
	min-width: 70px !important;
}

.kit-btn-disabled {
	background-color: rgba(230, 230, 230, 1) !important;
	color: rgba(147, 147, 147, 1) !important;
	cursor: not-allowed !important;
}

.mykits .kit-btn.kit-btn-disabled:hover{
	border: 1px solid #FFF !important;
}

.mykits .dl-container, .mykits .pending-container{
	position: relative;
}

.mykits .dl-container .dltiptext, .mykits .pending-container .pending-tiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 59, 77, 1);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 105%;
	right: -20px;
}

.mykits .pending-container .pending-tiptext {
  bottom: 120%;
	right: -39px;
	padding: 5px;
}

.mykits .dl-container .dltiptext::after, .mykits .pending-container .pending-tiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 59, 77, 1) transparent transparent transparent;
}

.mykits .dl-container:hover .dltiptext, .mykits .pending-container:hover .pending-tiptext {
  visibility: visible;
}

.mykits-btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pending-container{
	background-color: rgba(230, 230, 230, 1);
	display: flex;
	border-radius: 5px;
	cursor: not-allowed;
}

@keyframes results-loading {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.results-loading div {
	left: 47px;
	top: 24px;
	position: absolute;
	animation: results-loading linear 1s infinite;
	background: #8f8f8f;
	width: 6px;
	height: 12px;
	border-radius: 3px / 6px;
	transform-origin: 3px 26px;
}

.results-loading div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -0.9166666666666666s;
	background: #8f8f8f;
}

.results-loading div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -0.8333333333333334s;
	background: #8f8f8f;
}

.results-loading div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.75s;
	background: #8f8f8f;
}

.results-loading div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.6666666666666666s;
	background: #8f8f8f;
}

.results-loading div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.5833333333333334s;
	background: #8f8f8f;
}

.results-loading div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.5s;
	background: #8f8f8f;
}

.results-loading div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.4166666666666667s;
	background: #8f8f8f;
}

.results-loading div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.3333333333333333s;
	background: #8f8f8f;
}

.results-loading div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.25s;
	background: #8f8f8f;
}

.results-loading div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.16666666666666666s;
	background: #8f8f8f;
}

.results-loading div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.08333333333333333s;
	background: #8f8f8f;
}

.results-loading div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
	background: #8f8f8f;
}

.loading-spinner-results {
	min-width: 40px;
	min-height: 40px;
	padding: 2px 2px 2px 1px;
	margin: 1px;
	display: inline-block;
	overflow: hidden;
}

.results-loading {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.38);
	backface-visibility: hidden;
	transform-origin: 0 0;
}

.results-loading div {
	box-sizing: content-box;
}



/* Sample Collection Page */



.accordion {
  font-size: 1rem;
  width: 30vw;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 1.5em 1.5em;
  color: #000;
  cursor: pointer;
	font-weight: 600;
  letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
	min-height: 67px;
	border-radius: 10px;
}

.accordion__item {
		margin-bottom: 20px;
		box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
}

.accordion-header:hover {
  z-index: 5;
}

.accordion-body {
	background: rgba(255, 255, 255, 1);
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 0 1.5em 3.5em 1.5em;
  font-size: .875rem;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: ".";
	color: transparent;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
	width: 20px;
	height: 20px;
	border: 2px solid rgba(179, 179, 179, 1);
	border-radius: 50%;
}

.js-accordion-item.active  .accordion-header:after {
  content: "\2714";
	color: #fff;
	background-color: rgba(139, 195, 74, 1);
	padding-left: 3px;
	font-size: .8125rem;
  transform: rotate(0deg);
	border: 2px solid rgba(139, 195, 74, 1);
}

.accordion__item.active .accordion-header {
  background: #FFF;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

.accordion-list{
	margin: 20px 0;
}

.accordion-list-item{
	padding: 2px 0;
}

.accordion__warning-container{
	background-color: rgba(122, 151, 171, 0.3);
	min-height: 60px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}

.accordion__warning-container-col{
	flex-direction: column;
}

.accordion__warning{
	display: flex;
	align-items: center;
}

.accordion__warning-svg-container{
	padding-right: 10px;
}

.accordion__warning-container p{
	margin: 0;
}

.home__text-container-alt{
	min-width: 100% !important;
}

.double-svg-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.accordion-svg-container {
	text-align: center;
	margin-top: 20px;
}

.accordion-svg-container svg {
	width: 12.5rem;
	height: 12.5rem;
}

.header-test{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-video-container{
	margin: 10px 30px;
}

.header-video-container-hide{
	display: none;
}

.js-accordion-item.active .header-video-container{
	display: block;
}

.header-video-link{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #FFF;
	background-color: #7A97AB;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: capitalize;
}

.header-video-svg-container{
	padding: 0 3px
}

.header-video-link-text{
	margin: 0;
}

.accordion-header{
	z-index: 9999;
}

.header-test{
	z-index: 1;
}

.title-company {
	padding: 0 5px;
}

.list-bold { 
	font-weight: bold;
}

.accordion__text.step-13{
	padding-inline-start: 40px;
}


/* BILLING SHIPPING EDIT PAGE */

.billing__country-container{
	padding: 10px 0;
}

.global .accountBlocks{
	width: 100%;
}

.btn__edit-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.btn__edit{
	min-width: 200px !important;
}

/* Order History page */

.global .order__history{
	width: 100%;
}

.global .order__history .itemList{
	display: flex;
	flex-wrap: wrap;
}

.global .order__history .item{
	display: flex;
	justify-content: center;
	margin: 20px 0;
	padding: 0;
	border: none;
	flex: 1;
}

.global .order__history .content{
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
	width: initial;

}

.global .order__history .contentExtra { 
	width: 100%;
	font-size: 1rem;
	padding: 10px 0;
	text-align: center;
}

/* Order details page */

.details{
	align-items: initial;
}

.details .hdng2{
	color: rgb(0 59 77 / 56%);
}

.orderdetails__link{
	padding-bottom: 40px;
}

.orderdetails__container{
	display: flex;
	margin: 10px 0;
}

.orderdetails__container dt{
	flex: 1;
	min-width: 25%;
}

.orderdetails__container dd{
	flex: 1;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.dl-container h4{
	text-align: left;
}

.dl-container .multipleShips .grid_6{
	margin: 20px 0;
	width: 100%;
}

.dl-container .grid_6 .forms dt{
	font-weight: 700;
	padding: 10px 0;
}

.costSummary .costRow{
	display: flex !important;
}

.costSummary .costRow .title{
	font-weight: 900;
	flex: 1;
	display: block;
	margin: 0;
	text-align: start;
}

.costSummary .costRow .price{
	flex: 1;
	text-align: center;
}

.orderdetails__billing{
	font-weight: 700;
	padding-top: 20px;
}

.orderdetails__shipping, .cart-container .grid_6 .forms dd {
	text-transform: capitalize;
	line-height: 1.5;
}

/* Account Details Page */

.global .global__input-container.account__details{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.global .global__input-container.account__details input[type="button"]{
	min-width: 150px !important;
}

.global .global__input-container.account__details .grid_6{
	width: 100%;
}

.global .global__input-container.account__details .formee{
	display: flex;
	flex-direction: column;
}

.global .global__input-container.account__details .clearfix{
	display: flex;
	flex-wrap: wrap;
}

/* Login Page Styles */

.login{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 50px 0;
}

.login__container-flex{
	display: flex;
	flex-direction: column;
}

.login__verify-container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login__resend-link{
	margin: 1em 0;
}

.login .inner p{
	margin: 1em 0;
}

/* Report Samples Page */

.report-title{
	color: #003B4D;
}

.reports__list{
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.reports__list-item{
	color: rgba(122, 151, 171, 1);
	font-weight: 700;
	font-size: .875rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 265px;
	min-height: 265px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	margin: 10px;
	padding: 10px;
}

.reports__link-container a{
	padding: 0 5px;
	text-decoration: none;
	color:  #003B4D;
}

.reports__link-container a:hover{
	color: #1C4E87;
	text-decoration: underline;
}

.reports__svg-container svg{
	width: 4rem;
	height: 5rem;
}

/* Buy Kit Page */

.section-container .shipping-checkbox{
	flex: none;
	width: 100%;
	flex-direction: row;
	justify-content: start;
}

.section-container .shipping-checkbox input{
	margin: 0 20px !important;
}

.discount-container{
	justify-content: space-between;
	align-items: center;
}

.discount-container P{
	min-width: 50%;
	display: flex;
	justify-content: space-between;
}

.discount-container label {
	text-decoration: underline;
	width: 80px;
	text-align: right;
}

.discount-container span{
	font-weight: 700;
}

.shipping-first-name:invalid{
	border: 1px solid red;
}

.shipping-first-name:valid{
	border: 1px solid green;
}

.billing-dob-label span{
	position: relative;
}

.billing-dob-label input{
	min-width: 165px;
}

.billing-dob-label img{
	display: block;
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 10px;
	top: 32px;
}

.buy__btn-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}



/* No Kit Page */

.nokit__message{
	background-color: #ffd166;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nokit__message p{
	margin: 0;
	padding: 20px 10px;
}


.global__input-container-full input{
	width: 100%;
}

/* Contact Us Page */

.formee.global > .clearfix.global__input-container-flex, .formee.global > .clearfix.global__input-container-flex > .grid_4 {
	width: 100%;
}

.formee.global > .clearfix.global__input-container-flex input[type="text"], .formee.global > .clearfix.global__input-container-flex input[type="email"], .formee.global > .clearfix.global__input-container-flex select   {
	min-width: 10px;
}

.contact__btn-container > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Forgot Password Page */
.forgot__container{
	margin: 0;
}

.forgot__link{
	text-align: center;
	padding-top: 20px;
}

/* test results page (PRINT PAGE) */

@media print {

	html{
		zoom: 33%;
	}

	.customer-header, .customer-header-data, .page-container .customer-header-data .header-container{
		width: 100% !important;
	}

	.page-container .customer-header-data .header-container h1, .page-container .customer-header-data .header-container .logo-container{
		flex: 1 !important;
	}
	
	.page-container .customer-header-data-text .customer-header-text-col1{
		width: auto;
		text-align: left;
	}

	.page-container .customer-header-data-text .customer-header-text-col2{
		flex: 2;
		text-align: left;
	}

	.page-container .customer-header-data-text{
		display: flex;
		flex-direction: row;
		justify-content: start;
	}

	.page-container .content-sections .antibody-test-results-section {
		width: 100% !important;
	}

	.page-container .content-sections .about-container,
	.page-container .content-sections .results-text-container{
		display: flex;
		flex-wrap: wrap;
	}

	.page-container .content-sections .section-header span{
		background-color: #F0F0F0 ;
	}
}


/* MEDIA QUERIES */

@media (min-width: 31.25rem) {
	.global .global__input-container.account__details .formee{
		max-width: 65%;
	}
}

@media (min-width:48rem) {
	.login{
		max-width: 55%;
	}
}

@media screen and (max-width: 62.5rem) {
  .accordion {
    width: 100%;
  }
}

@media (min-width: 64rem) {
	.full .main-nav{
		max-height: none;	
	}

	.toggle-menu + .cm-menu{ 
		position: static;
		background-color: transparent;
		padding: 0;
	}

	.siteBody .full.flex .container{
		flex: 1;
	}

	.home__text-container{
		max-width: 85%;
		margin: 0 auto;
		padding-bottom: 250px;
	}

	.global__title-text {
		font-size: 4rem;
		line-height: 77.5px;
	}
}

@media (min-width: 75rem) {
	.myaccount__test{
		display: flex;
	}
}

@media (min-width: 85rem) {
	.siteBody .full.flex .container{
		align-items : flex-start; 
	}
}
@media (max-width: 85rem) {
	.global__title-text{
		margin: 0;
	}
}

@media (min-width: 90rem) {
	.home__carousel-container .hero__slide-controls button{
		position: relative;
	}

	.hero__prev-arrow{
		left: 10%;
	}

	.hero__next-arrow{
		right: 10%;
	}

	.kit__success-card{
    min-height: 630px;
    min-width: 560px;
	}

	.myaccount__card{
		padding: 40px;
		max-width: 574px;
	}

	.full.flex > .container > .grid_6{
		width: 85%;
		margin: 0 auto;
	}

	.myaccount__kit-card .myaccount__kit-text{
		flex: 1;
	}

	.myaccount__kit-card .myaccount__kit-btn-container{
		flex: 2;
	}

	.reports__list-item{
		font-size: 1rem;
		min-width: 265px;
	}
}

@media (min-width: 120rem) {
	.home__text-container{
		max-width: 75%;
	}

	.global .global__input-container.account__details .formee{
		max-width: 55%;
	}

	.myaccount__nav-links-card{
		min-height: 265px;
	}

	.reports__list-item{
		margin: 20px;
		padding: 20px;
	}

  .global .global__input-container input, .global .global__input-container select {
	min-width: 300px;
	}
}

/* Needed to show footer on devices where length is > than width */


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .footer {
		min-height: 120px;
	} 
}

@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
	.footer {
		min-height: 280px;
	} 
}