/* ## 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:1001;}

.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:#001689; text-decoration:underline; }
a:hover, a:active, a:focus { color:#001689; text-decoration:none; }
a:active, a:focus { outline:1px solid #78aeda; }

.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; max-width:100%;}

/* ## 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:#000000;}
body {
	background:#fff; 
    font-family: 'Red Hat Text', sans-serif !important;
	line-height:1.5;
}
.container { }
.site-body { padding:15px 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {font-size:1.750em;}
h2 {font-size:1.625em;}
h3 {font-size:1.625em;}
h4 {font-size:1.250em;}
h5 {}
h6 {}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	font-family: 'Red Hat Display', sans-serif !important;
	font-weight:normal;
	margin:0 0 0.5em;
	line-height:1.2;
}

@media only screen and (min-width:60em){
	h1 {font-size:3.125em;}
	h2 {font-size:2.125em;}
	h3 {font-size:1.875em;}
	h4 {}
	h5 {}
	h6 {}
	
}

figcaption {
	font-size:13px;
	margin:5px 0;
}

embed, iframe {
    max-width: 100%;
}

.iframe-wrapper,
.video-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-wrapper iframe,
.video-wrapper iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


/* ==========================================================================
   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; }
.title a {text-decoration:none;}
.title a:hover,
.title a:focus {text-decoration:underline;}

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {position:absolute; right:0px; top:0px;}

.mod-rail {margin:0 0 1em;}

.news-featured-list img,
.news-featured-random img {
	float:none !important;
}

/* Item Lists Content
   ========================================================================== */

.item-list,
.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	border-top: 1px dashed #dcdcdc; 
}
.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: 2em 0; 
		width: 100%;
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
	}
    .aside img {
        max-width:200px !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;
	background: #eaeaea;
    margin:0 0 2em;
}

.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;
}

.genericPager {
	margin:1rem 0 4rem 0;
}

.paging-list ul,
.genericPager ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li,
.genericPager li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

.paging-list li a,
.paging-list li span,
.genericPager li a,
.genericPager li span {
	display: block;
	min-width: 30px;
	padding: 4px 14px;
	text-align: center;
	border:1px solid #eaeaea;
	margin-left:-1px;
	font-weight: 500;
	font-size: 14px;	
}

.paging-list li a,
.genericPager li a {
	text-decoration:none;
}

.paging-list li a:hover,
.paging-list li a:focus,
.genericPager li a:hover,
.genericPager li a:focus,
.paging-list .active span,
.genericPager .active span {
	text-decoration:none;
	background:#001689;
	color:#fff;
}

 

.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 
   ============================================================== */

.alert { 		
	margin:1rem;
	overflow:hidden;
	border: 5px solid #ef4035; 
	padding: 0px 1rem;
	min-height: 50px;	
}

.alert > div {
	padding:1rem 0;
	border-bottom:1px dashed #dcdcdc;
}

.alert > div:last-child {
	border-style:none;
}

.alertSign {
	width:25px;
	margin:0 10px 0 0;
	float:left;
}

.alert .title {
	font-size:1rem;
	font-weight:500;
}

.alert .title,
.alert .newsAlertDate,
.alert .text {
	display:inline;
	margin:0 10px 0 0;
}

.bdr        { box-shadow: 0 3px 8px 0 rgba(0,0,0,0.14) }

.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; }


.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.generic-pager {margin:0 0 1em;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}


/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#eee; border-bottom:1px solid #ddd; padding:10px 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; font-size:.875em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; font-weight:bold;}
.breadcrumbs .seperator {margin:0 8px; vertical-align:middle; padding:0px; display:inline-block; width:0px; height:0px; border-left:6px solid #aaa; border-top:5px solid transparent; border-bottom:5px solid transparent;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:0.875em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a { float:right; display:inline;  }
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

/* ## Page Heading ## */

.page-heading { margin-bottom:15px; border-bottom:1px solid #dbdbdb; }
.page-heading .title { margin:0; padding:0 0 10px; font-size:1.6em; font-weight:normal; background:none; border:0; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }


/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}

/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
	background:#eaeaea;
	border-bottom:0px;
	position:relative;
	bottom:0;
	color:#000;
	border-radius:7px 7px 0 0;
	font-size:20px;
	font-family:'Red Hat Display', sans-serif;
}

/* 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:#001689;
	color:#fff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border-top:1px solid #001689;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#eaeaea;
	border-radius:7px 7px 0 0;
	color:#000;
	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:#001689;
	color:#fff;
}

.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;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0 15px 0 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


/* =================================================================
                        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 {
	font-family:'Red Hat Display', sans-serif;	
	font-size:1rem;
	display:inline-block;
	margin:0; 
	padding:0.8rem 5rem;
	font-weight:bold !important; 
	color:#fff !important; 
	background: linear-gradient(270deg, #0055A5 0%, #001689 100%);
	border:0; 
	border-radius:3px;
	text-align:center; 
	text-decoration:none; 
	cursor:pointer; 
	overflow:visible; 
}
.btn:hover,
.btn:focus {background:#474747;}

.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;
	font-family:'Red Hat Display', sans-serif;
}
.data-table th {background:#515151; padding:6px 20px; border:1px solid #515151; border-bottom:1px solid #9a9a9a; color:#fff; text-align:left;}
.data-table th a {color:#fff;}
.data-table th.vertical {background:#eaeaea; color:#000; border-style:none; border-bottom:1px solid #9a9a9a; white-space:nowrap; }
.data-table th img {margin-left:3px;}
.data-table td {vertical-align:top; padding:6px 20px; border-bottom:1px solid #9a9a9a;}
.data-table td td {border-style:none !important; padding:6px 0;}
.data-table .btn {padding:0.8rem 1.5rem}

.listing-table {
	font-size:14px;
}

.listing-table tbody th {
	background:#eaeaea; color:#000; border-style:none; border-bottom:1px solid #9a9a9a; white-space:nowrap; 
}

.listing-table td {
	vertical-align:middle;
}


/* ## 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-bottom:1px solid #9a9a9a;}
	.responsive-table tr tr {border-bottom:none;}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}
	.responsive-table td:first-child {padding-top:20px;}
	.responsive-table td:last-child {padding-bottom:20px;}    
}


/* 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;}

}

a.more,
a.back,
a.continue-link {
	position:relative;
	font-weight:bold;
	font-family:'Red Hat Display', sans-serif;
}

a.more:after,
a.continue-link:after {
	content:">";
	margin-left:5px;
	display:inline-block;
}

a.back:before {
	content:"<";
	margin-right:5px;
	display:inline-block;
}

.footer {
	margin-top:2rem;
}

.footer-contact {
	font-family: 'Red Hat Display', sans-serif;
	color:#fff;
	background:#001689;
	padding:1rem 1rem;
}

.footer-contact .grid-12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items:center;
}

.footer-contact .grid-12 > div {
	width:100%;
}

.footer-contact .container p {
	font-size:1.625rem;	
}

.footer-contact .container .btn {
	background:transparent;
	border:1px solid #fff;
	border-radius:0;
}

@media only screen and (min-width:70em){
	.footer-contact .grid-12 > div {
		width:auto;
	}
	
	.footer-contact .grid-12 > div:last-child {
		margin-left:2.5rem;
	}	
	
	.footer-contact .container p {
		margin:0;
	}
}

.footer-main {
	padding:2rem 0;
}

.footer-main .grid-12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items:center;
	text-align:center;
}

.footer-main .grid-12 > div {
	width:100%;
}

.footer-main .grid-12 .footer-main__col.logo svg {
	width:198px;
	height:56px;
}

.footer-main .grid-12 .footer-main__col.phone {
	padding:1.5rem 0;
	margin:1.5rem 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.footer-main .grid-12 .footer-main__col.phone p:last-child {
	margin:0;
}

.footer-main .grid-12 .footer-main__right svg {
	width:137px;
	height:60px;
}

@media only screen and (min-width:48em){

	.footer-main .grid-12 {
		text-align:left;
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
	}
	
	.footer-main .grid-12 > div {
		width:auto;
	}
	
	.footer-main .grid-12 .footer-main__right {
		margin-left:auto;
	}
	
	.footer-main .grid-12 .footer-main__col.phone {
		padding:0 2rem;
		margin:0 2rem;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;		
		border-top:none;
		border-bottom:none;
		width:180px;
	}
}

@media only screen and (min-width:60em){
	.footer-main .grid-12 .footer-main__col.phone {
		width:auto;
	}
}

.social-links a {
	display:inline-block;
	margin:0 10px;
}

.social-links svg {
	width:26px;
	height:26px;
}

.footer-bottom {
	background:#eaeaea;
	padding:1rem 0;
}

.footer-bottom .grid-12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items:center;
	text-align:center;
}

.footer-bottom .grid-12 > div {
	width:100%;
}

.footer-bottom .grid-12 {
	font-size:0.875rem;
}

.footer-links {
	padding:0;
	margin:0 auto 1rem auto;
	list-style-type:none;
	font-weight:bold;
}

.footer-links li {
	display:inline-block;
	padding:0 10px 0 0;
}

.footer-links li a:after {
	content:"|";
	padding-left:10px;
	color:#666666;
	font-weight:normal;
}

.footer-links li:last-child a:after {
	display:none;
}

@media only screen and (min-width:48em){
	.footer-bottom .grid-12 {
		text-align:left;
	}
	
	.footer-bottom .grid-12 > div {
		width:auto;
	}
	
	.footer-bottom .grid-12 > div:last-child {
		margin-left:auto;
	}
	
	.footer-links {
		margin:0;
	}
}

.site-header {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
	position:relative;
}

.site-header .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
    width: 100%;
	align-items:center;
	padding:7px 0 7px 0;
}

.site-header .inner > div {
	padding:0 1rem;
}

.site-header .inner > div:nth-child(2) {
	margin-left:auto;
}

.site-header .site-logo {
	width:135px;
	min-width:135px;
	display:block;
}

.site-header .site-logo svg {
	width:135px;
	height:38px;
}

@media only screen and (min-width:60em){
	.site-header .inner {
		padding:1rem 0;
	}
	
	.site-header .site-logo {
		width:auto;
	}
	
	.site-header .site-logo svg {
		width:282px;
		height:80px;
	}
}


.site-search {margin:0 -10px;}
.site-search .search-trigger {margin:-4px 0 0 0; padding:0; border:0px; width:22px; height:22px; background:#fff; color:#001689; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {}
.site-search .search-trigger > * {display:inline-block; width:19px; height:19px;}
.site-search .inner {display:none; position:absolute; background:#eaeaea; bottom:-58px; left:0px; padding:10px 0px; width:100%; z-index:1000;}
.search-active .site-search .inner {display:block;}
.site-search .formee input[type="text"] {
	margin:0px;
	min-width:240px;
}
.site-search .btn {
	background: transparent url(/cms/images/icon-search.png) no-repeat 50% 50%; 
	position:absolute; 
	right:15px; 
	top:0px;
	height:100%;
	width:50px;
	padding:0;
	font-size:0;
}

@media only screen and (min-width:80em){
	
	.site-search {margin:0px;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}
	.site-search .search-trigger {display:none;}

}

.header-links {
	margin-right:50px;
}

.header-links a {
	font-size:0.875rem;
	color:#000;
	font-weight:500;
	font-family: 'Red Hat Display', sans-serif;
	text-decoration:none;
	white-space:nowrap;
}

.header-links svg.icon {
	width:22px;
	height:22px;
	vertical-align:top;
}

.header-links .link-text {
	display:none;
}

@media only screen and (min-width:60em){
	.header-links {
		margin-right:0px;
	}

	.header-links .link-text {
		display:inline-block;
	}
}

.section-banners {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items:center;
}

.section-banners > div {
	width:100%;
	padding:2rem;
	color:#fff;
	background-size:cover;
	align-items: center;
	justify-content: center;	
	display: flex;
}

.section-banners > div .inner {
	max-width:440px;
}

.section-banners > div .inner a {
	color:#fff;
	text-decoration:none;
}

@media only screen and (min-width:60em){
	.section-banners > div {
		width:50%;
		min-height:480px;
	}
}

.section-about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items:center;	
}
 
.section-about > div {
	width:100%;
} 

.section-about > .image {
	margin-top:-3rem;
}

.section-about > .text {
	padding:2rem;
}

@media only screen and (min-width:60em){
	.section-about > div {
		width:45%;
	} 	
	.section-about > div.text {
		max-width:690px;
		padding:4rem;		
	}
}

.section-distributors .grid-12 {
	padding:3rem 0;
	border-top:1px solid #999999;
}

.section-hero {
	background: #ffffff url("/cms/images/bg-hero.jpg") no-repeat left bottom;
	background-size:auto 100%;
	padding:2rem;
	color:#fff;
}

.section-hero .image {
	margin-bottom:1rem;
}

.section-hero .text .btn {
	margin-top:2rem;
}

.section-hero .cycle-slideshow {
	padding-bottom:7rem;
}

.section-hero .cycle-pager {
	bottom:0 !important;
}

@media only screen and (min-width:60em){
	.section-hero {
		padding:5% 4% 2rem;
		background-position:left top;
		background-size:auto auto;
	}
	
	.section-hero .inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		width: 100%;
		justify-content: space-around;
	}
	
	.section-hero .inner .image {
		order: 2;
		width:50%;
	}
	
	.section-hero .inner .text {
		order: 1;
		width:50%;
		max-width:560px;
		margin:5% 2rem 0 1rem;
	}
	
	.section-hero .inner .text h1 {
		font-size: 1.750em;
		font-weight: 400 !important;
	}

}

@media only screen and (min-width:80em){
	.section-hero .inner .text {
		margin:3% 7rem 0 9rem;
	}	

	.section-hero .inner .text h1 {
		font-size:3.125em;
	}
}


.department-list {
	padding:2rem 0;
	list-style-type:none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}

.department-list li {
	width:47%;
	margin:0 8px 10px 0;
	max-width:232px;
	position:relative;
}

.department-list li a {
	display:block;
	height:100%;
	box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);	
	background: linear-gradient(180deg, #0055A5 62%, #000A41 100%);	
	font-weight: 500;
	color:#fff;
	text-decoration:none !important;
	font-family:'Red Hat Display', sans-serif;
	font-size: 20px;
}

.department-list li a:hover,
.department-list li a:focus {
	background: linear-gradient(180deg, #EF4035 62%, #260200 100%);
}

.department-list li img {
	display:block;
	background:#fff;
	height:140px !important;		
	object-fit: cover;
	object-position:center center;
}

.department-list li .text {
	padding:12px 10px 35px 10px;
	display:block;
	text-decoration:none !important;
}

.department-list li svg {
	position:absolute;
	right:10px;
	bottom:10px;
	fill:#3887f7;
}

.department-list li a:hover svg,
.department-list li a:focus svg {
	fill:#ee3f35;
}

.page-heading {
	position: relative;
	overflow:hidden;
	height: 100px;
	margin:0 0 2rem 0;
	background-color:#001f33;
	background-position:100% 50%;
	background-size: auto 100%;	
	background-repeat:no-repeat;
}

body:not(.body-admin) .page-heading .page-heading-bg-image {
	display:none;
}

.body-admin .page-heading {
	background-image:none !important;
}

.body-admin .page-heading .page-heading-bg-image {
	text-align:right;
}

.page-heading .page-heading-bg-image p {
	margin:0;
}

.page-heading .page-heading-text {
    position: relative;
	margin: 0px auto;
	max-width: 76.250em;
    z-index: 2;
    display: block;
    top: 50%;
    transform: translateY(-50%);
	color:#fff;
	padding:0 10px;
}

.page-heading .page-heading-text h1 {
	color:#fff;
	margin:0;
}

.box {
	background:#eaeaea;
	padding:2rem;
	margin:0 0 2rem 0;
}

@media only screen and (min-width:60em){
	.box.padd-l {
		padding:3rem 3.2rem;
	}
}

.content-block {
	margin:0 0 2rem 0;
}

@media only screen and (min-width:60em){
	.page-heading,
	.page-heading .page-heading-bg-image {
		height: 240px;
	}

	.grid-6:first-child.text-wrapper {
		padding-right:4rem;
	}
	
	.grid-6:last-child.text-wrapper {
		padding-left:4rem;
	}
	
	.content-block {
		margin:0 0 4rem 0;
	}
}

.page-bottom {
	background:#eaeaea;
	margin-bottom:-2rem;
}

.page-bottom h2 {
	margin-top:2rem;
}

.status {
	margin:0 0 1rem 0;
}

.in-stock:before {
	background-color:#067f10;
	content:"";
	width:13px;
	height:13px;
	border-radius:50%;
	display:inline-block;
	margin-right:3px;
	position:relative;
	top:2px;
}

.out-stock:before {
	background-color:#ca0003;
	content:"";
	width:13px;
	height:13px;
	border-radius:50%;
	display:inline-block;
	margin-right:3px;	
	position:relative;
	top:2px;
}

.drawings {
	margin:0 0 1rem 0;
}

.drawings a {
	display:inline-block;
	margin:0 0 0 1rem;
}

.drawings svg {
	width:30px;
	height:30px;
	vertical-align:top;
	margin-right:5px;
	position:relative; 
	top:-3px;
}

.special-order {
	margin: 0 0 1rem 0;
	font-style: italic;
}

.download {
	margin: 0 0 1rem 0;
}

.download a {
	color:#000;
	text-decoration:none;
}

.download a:hover,
.download a:focus {
	text-decoration:underline;
}

.download svg {
	fill:#000e85;
	width:30px;
	height:30px;
	vertical-align:top;
	margin-right:5px;
	position:relative; 
	top:-3px;
}

.bar {
	padding:1rem 0;
}

.target-show {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: toggleTargetShow;
}

.target-hide {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: toggleTargetHide;
}

[data-expander-target] {
    display: none;
}

[data-expander-target].active {
    display: block;
}

[data-expander-target].target-show {
    animation-name: toggleTargetShow;
}

[data-expander-target].target-hide {
    animation-name: toggleTargetHide;
}

@keyframes toggleTargetShow {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes toggleTargetHide {
    from {
        opacity: 1;
        transform: translateY(0%);
    }

    to {
        opacity: 0;
        transform: translateY(-10%);
    }
}

.FAQAnswerWrpr {
	margin:0 0 2rem 0;
}

.FAQAnswerWrpr [data-expander] {
	margin:0 0 10px 0;
}

.FAQAnswerWrpr [data-expander-toggle] {
	color:#404040;
	display:block;
	text-decoration:none;
	position:relative;
	font-weight:normal;
}

.FAQAnswerWrpr [data-expander-target] {
	padding:20px;
	border:1px solid #f2f2f2;
}

.news-filter {
	display:none;
}

.newsModuleWrpr .sortStatus {
	display:none;
}

.newsDetail .aside {
	margin:0 0 1rem 2rem;
	padding:0;
	max-widtH:50%;
}

.newsDetail .aside img {
	max-widtH:100% !important;
	box-shadow:0 3px 8px 0 rgba(0,0,0,0.14);
}

@media only screen and (min-width:30em){
	
	.newsDetail .aside {
		max-widtH:100%;
	}
	.newsDetail .aside img {
		max-width:350px !important;
	}
}

.hdng {
	background: #001689;
	color: #fff;
	padding:10px 24px;
	font-size:1.3rem;
}


.list-distributors {
	padding:0;
	margin:0;
	list-style-type:none;
}

.list-distributors li {
	margin-bottom:1.5rem;
	box-shadow:0 3px 8px 0 rgba(0,0,0,0.14);
	padding:1rem;
}

@media only screen and (min-width:48em){
	.unit-filter .formee {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
	
	.unit-filter .formee > div {
		padding-right:2rem;
	}
	
	.list-distributors {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	
	.list-distributors li {
		width:49%;
	}
}

.target-show {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: toggleTargetShow;
}

.target-hide {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: toggleTargetHide;
}

[data-expander-target] {
    display: none;
}

[data-expander-target].active {
    display: block;
}

[data-expander-target].target-show {
    animation-name: toggleTargetShow;
}

[data-expander-target].target-hide {
    animation-name: toggleTargetHide;
}

@keyframes toggleTargetShow {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes toggleTargetHide {
    from {
        opacity: 1;
        transform: translateY(0%);
    }

    to {
        opacity: 0;
        transform: translateY(-10%);
    }
}


[data-expander] {
	margin:0 0 10px 0;
}

[data-expander-toggle] {
	width:100%;
	display:block;
	background:#EAEAEA;
	padding:20px 40px 20px 20px;
	color: #404040;
	font-family: "Red Hat Display";
	font-size: 20px;
	text-align:left;
	border-style:none;
	text-decoration:none;
	position:relative;	
	line-height:1;
}

[data-expander-toggle].active {
	color:#fff;
	background:#001689;
}

[data-expander-toggle]:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-family: 'icomoon';
    content: "\232a";
    color: #1E3B68;
    font-size: 24px;
    font-weight: bold;
    -wekbit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-expander-toggle].active:before {
	color:#fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[data-expander-target] {
	padding:30px 0;
}

.component-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    justify-content: center;	
}

.component-wrapper .component {
	padding:20px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.14);
	max-width:280px;
	margin:0 10px 20px 10px;
}

.mod-rail-documents a {
	font-weight:bold;
}

.mod-documents .document-item {
	margin:0 0 1rem 0;
}

.mod-documents .document-item img {
	vertical-align:top;
	margin-top:4px;
}

.mod-documents .document-item a,
.document-list a {
	font-weight:bold;
}

.mod-documents .document-item .document-category,
.document-list .document-category {
	font-style:italic;
}

@media screen and (min-width: 48em)  {
	.mod-documents .filter-btn {
		padding-top:30px;
		text-align:right;
	}
}

.document-list {
	margin:1rem 0;
}

.document-list .aside img {
	width:120px;
}

.document-list .new {
	color: #fff;
	background: #ef4035;
	padding: 1px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
}

@media screen and (min-width: 48em)  {
	.document-list .item > .content  {
		vertical-align:middle;
	}
}

@media screen and (min-width: 48em)  {
	.mod-documents .filter-cols {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		width: 100%;
	}
	
	.mod-documents .filter-cols > div {
		margin-right:20px;
	}
	
	.mod-documents .filter-cols .filter-btn {
		margin-left:auto;
	}
}

.accountBlocks {
	margin:0 0 2rem 0;
}

.download-list {
	padding:0;
	margin:0 0 1rem 0;
	list-style-type:none;
}

.download-list li {
	padding:10px 0;
}

.download-list li .download-name .name {
	font-weight:500;
	display:block;
	margin-right:10px;
}

.download-list li .download-name .date {
	display:block;
}

.download-list li .action-link {
	font-weight:500;
}

.download-list li .action-link a {
	padding-left:23px;
	background: transparent url('/cms/images/icon-download.png') no-repeat left center;
}


.blockhdng {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

@media screen and (min-width: 48em)  {
	
	.download-list li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		width: 100%;
	}
	
	.download-list li .download-name .name,
	.download-list li .download-name .date {
		display:inline-block;
	}	
	
	.download-list li .action-link {
		margin-left:auto;
	}
	
	.download-list + .more-btn {
		text-align:right;
	}	
}

.item-video {
	display:inline-block;
}

.featured-description:empty {
	display:none;
}

.featured-description {
	margin:0 0 2rem 0;
}


/*Ticket SCRC-228*/


@media only screen and (min-width: 60em){
	.site-header .inner{
		padding-bottom: 8px;
	}
}

@media only screen and (min-width: 60em){
	.site-header .inner {
		padding: 1rem;
	}

	.site-header .inner .nav-bar > ul > li > a > span{
		padding: 0 20px;
	}

	.site-header .inner .cm-menu .has-sub:after, .cm-menu .expander-wrap .has-sub > span:after{
		right: 5px;
	}

	.header-search-wrapper .site-search .formee input[type="text"]{
		padding: 8px 10px;
		background: #F2F2F2;
		box-shadow: inset 0 -2px 4px 0 #D6D6D6;
		border: none;
	}
}

@media only screen and (min-width: 70em){
	.site-header .inner {
		padding: 1rem 3.5rem;
	}
}

@media only screen and (min-width: 80em){

	.site-header .inner  .header-search-wrapper{
		padding: 0;
	}
}

/*Ticket SCRC-227*/
.section-hero{
	margin-left: -1px;
}


@media only screen and (min-width:120em){
	.section-hero{
		background-size: cover;
	}
	
}

/*Ticket SCRC-289*/
@media only screen and (max-width: 48em){

	.product-main .product-details a.btn{
		display: block;
	}
	
}

/*Ticket SCRC-237*/
@media only screen and (max-width: 40em){

	.section-banners > div{
		padding: 2rem 1rem;
	}

	.product-main .product-details a.btn{
		display: block;
	}
	
}

/*Ticket SCRC-237*/
@media only screen and (max-width: 60em){
	.footer-main__col.social{
		padding: 0 0 1rem;
	}

	.section-banners .inner a.btn, .footer-contact .container .btn, .section-about a.btn{
		display: block;
		padding: 0.8rem;
	}
}

@media only screen and (max-width: 80em){

	.search-active .site-search .inner{
		padding: 0.5em 3.5em !important;
	}

	.header-search-wrapper .site-search .formee input[type="text"]{
		padding: 8px 10px;
		background: #FFF;
		box-shadow: none;
		border: 1px solid;
	}
}
/*Ticket SCRC-232*/
.footer-main__col.phone a, .footer-main__col.social svg{
	color: #001689;
	fill: #001689;
	stroke: #001689;
}
.footer-main__col.phone a:hover, .footer-main__col.phone a:focus, .footer-main__col.social svg:hover, .footer-main__col.social svg:focus{
	color: #007bff;
	fill: #007bff;
	stroke: #007bff;
}
.loginBtns .btnWrapper input{
	margin-bottom: 15px;
}
.loginBtns a.btn{
	padding: .375rem .75rem;
	margin-left: 10px;
	margin-bottom: 15px;
}

.accountRegister{

}

/*Ticket SCRC-268*/
.formee-list input[type="checkbox"] + label, .formee-list input[type="radio"] + label{
	display: initial;
}

.breadcrumbs{
	padding: 0 10px;
}

/*Ticket SCRC-311*/
.cm-menu li ul li ul li a, .cm-menu li ul li ul li a:visited{
	padding-left: 60px;
	font-weight: 300;
}

.main-nav .toggle-menu{
	top: 10px;
}

@media screen and (max-width: 60em){

	.site-header .header-links{
		margin-right: 0;
	}

	.header-links svg.icon{
		vertical-align: initial;
		width: 25px;
    	height: 25px;
	}

	.main-nav .cm-menu{
		top: 70px;
	}

	.header-links{
		position: absolute;
		top: 15px;
		right: 105px;
	}

	.site-header .inner .header-search-wrapper{
		padding: 0 25px 0 0;
	}

	.site-search{
		margin: 0 5px;
	}
}

.page-heading{background-color: transparent;}
.page-heading::after{
	content: "";
    display: block;
    background-image: url(/cms/images/bg-hero.jpg);
    width: 100%;
    height: 240px;
    z-index: -1;
    position: absolute;
    top: 0;
	left: 0;
	margin-left: -1px;
	background-repeat: no-repeat;
    background-size: cover;
}

ol.nice-list {
	list-style: none;
	padding:0;
	margin:0;
	counter-reset: my-awesome-counter;
}

ol.nice-list li {
	counter-increment: my-awesome-counter;
	padding:10px 0 10px 45px;
	position:relative;
}

ol.nice-list li::before {
	position:absolute;
	top:5px;
	left:0;
	content: counter(my-awesome-counter);
	color: #fff;
	font-weight: bold;
	background:#d41e11;
	font-size:18px;
	display:block;
	width:32px;
	height:32px;
	line-height:21px;
	text-align:center;
	padding:5px;
	border-radius:50%;
}

/*Ticket SCRC-236*/

@media only screen and (max-width: 60em) {
	.section-banners .inner a.btn, .section-hero .text .btn {
		display: block;
		padding: 0.8rem;
		font-weight: 400 !important;
	}

	.section-hero .text h1, .section-banners .banner-tracking h2{
		font-size: 1.7rem;
		font-weight: 400;
	}

	.section-hero .bannerEffects .cycle-pager{
		text-align: left;
		position: relative;
		margin-top: 20px;
	}
}

/*Ticket SCRC-227*/
@media only screen and (min-width: 60em) {
	.section-hero .cycle-slideshow{
		padding-bottom: 4rem;
	}

	.section-hero .bannerEffects .cycle-pager{
		text-align: left;
		margin: 5px 2rem 0 1rem;
	}
}

@media only screen and (min-width: 80em) {
	.section-hero .bannerEffects .cycle-pager{
		margin: 5px 7rem 0 9rem;
	}
}

/*Ticket SCRC-235*/
.site-main .video-list {
	margin-bottom: 20px;
}

@media screen and (max-width: 37.5em){
	.site-main .carousel-banners {
		margin-bottom: 20px;
	}
}


/*Ticket SCRC-335*/
.video-list {
	margin-bottom: 20px;
}

@media screen and (min-width: 78em) {
	.slick-arrows{
		margin-right: 60px;
	}
}

.slick-arrows{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.slick-arrows .slick-dots{
	position: static;
	order: 2;
	width: auto;
}

.slick-arrows .slick-prev, .slick-arrows .slick-next{
	position: static;
	margin: 0;
	width: 25px;
	height: 25px;
}

.slick-arrows .slick-dots li{
	vertical-align: middle;
}

.slick-arrows .slick-prev{
	order: 1;
}

.slick-arrows .slick-next{
	order: 3;
}
.slick-arrows .slick-prev:before, .slick-arrows .slick-next:before{
	font-size: 2.5rem;
	vertical-align: bottom;
}

/* Ticket #SCRC-285 */
.hawk-results__listing.list .hawk-results__item-innerWrapper .item-title{
	width: 100%;
}

/* Ticket #SCRC-309 */
.hawk .hawk-results .list .item-content a.more{
	white-space: nowrap;
}

/* Ticket #SCRC-276 */

.hawk-results .hawk-sorting{
	display: none;
}

.hawk .hawk-pagination__item {
	font-size: 14px;
    font-family: 'Red Hat Display';
    line-height: 18px;
	color: #000;
	border: 1px solid #979797;
	padding: .37rem .57rem;
	white-space: nowrap;
}

.hawk .hawk-pagination__item::after {
	z-index: 1;
    transform: none;
    position: static;
    width: auto;
    height: auto;
    transition-property: none;
    display: inline-block;
	opacity: 1;
	background-color: transparent;
    transform: none;
}

.hawk .hawk-pagination__item.prev-arrow::before {
    content: "<";
    margin-right: 5px;
	display: inline-block;
}

.hawk .hawk-pagination__item.next-arrow::after {
	content: ">";
    margin-left: 5px;
	display: inline-block;	
	background-color: transparent;
    transform: none;
}

.hawk .hawk-viewselector__controls{
	order: 1;
	text-align: center;
}

.hawk .hawk-pagination__input[type='number'] {
	width: 32px !important;
    height: 32px;
	border-radius: 0;
	text-align: center;
	padding: 0;
	border: 1px solid #979797;
	margin-right: 5px;
}

.hawk .hawk-pagination {
	font-size: 14px;
    font-family: 'Red Hat Display';
    line-height: 18px;
    color: #000;
}

.hawk select.select-dropdown {
	border: 1px solid #979797;
	border-radius: 0;
}

.hawk .hawk-pagination__input[type='number']::-webkit-inner-spin-button, 
.hawk .hawk-pagination__input[type='number']::-webkit-outer-spin-button { 
	opacity: 0;
	-webkit-appearance: none;
    margin: 0;
}

.hawk-results .display-icon-grid {
	width: 20px;
	height: 20px;
	background: url(/cms/images/core/hawksearch-sort-icon.png) no-repeat 0 0;
	font-size: initial;
	padding: 0 20px;
}

.hawk-results .display-icon-list {
	width: 20px;
	height: 20px;
	background: url(/cms/images/core/hawksearch-sortby-icon.png) no-repeat 0 0;
	font-size: initial;
	padding: 0 20px;
}

.hawk-results .hawk-items-per-page{
	margin-right: 20px;
	margin-bottom: 15px;
}

.hawk-pagination__item.prev-arrow {
	margin-left: 0;
}

.hawk .list .hawk-results__item-innerWrapper .item-title {
	width: 100%;	
}

@media only screen and (min-width: 36em) {
	.hawk-results .hawk-viewselector__controls, .hawk-results .hawk-pagination__controls {
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 68.750em) {
	.site-main .hawk .list .item-content {
		flex-wrap: wrap !important;
	}
}

.filter-search-title {
	display: block !important;
	pointer-events: none;
}

@media only screen and (max-width: 48em) {
	.filter-search-title.accordion-trigger {
		border-bottom: 1px solid #d9d9d6;
		border-top: 1px solid #fff;
		display: flex;
		align-items: center;
		cursor: pointer;
		background: #001689;
		color: #fff;
		font-family: "Red Hat Text";
		padding: 5px 37px 5px 15px;
		position: relative;
		flex: 1;
		margin: 0 0 20px;
		pointer-events: visible;
	}
	
	.filter-search-title.accordion-trigger::after {
		content: "+";
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -10px;
		font-size: 40px;
		line-height: 20px;
		font-weight: 300;
		color: #FFFFFF;
		text-align: center;
		width: 24px;
	}

	.filter-search-title.active.accordion-trigger::after {
		content: "-";
	}
	
	.hawk-facet-rail__facet-list.accordion-content {
		display: none;
	}
}

.hawk-results .active .display-icon-grid {
	background: url(/cms/images/core/hawksearch-sort-icon-active.png) no-repeat 0 0;
}

.hawk-results .active .display-icon-list {
	background: url(/cms/images/core/hawksearch-sortby-icon-active.png) no-repeat 0 0;
}

/* Ticket #SCRC-287 */
@media only screen and (max-width: 60em) {
	.page-heading, .page-heading .page-heading-bg-image {
		display: flex;
    	align-items: center;
		min-height: 120px;
		height: auto;
		background-image: none !important;
	}

	.page-heading .page-heading-text h1 {
		padding: 10px 0;
		font-size: 24px;
	}
	
	.page-heading .page-heading-text {
		transform: none;
		margin: 0;
		padding: 0 20px;
	}
}

.hawk-tool-row__item button:focus, .listing-display-option:focus {
	outline: 1px solid;
}

.hawk-recommendation-item.hawk-itemWrapper.slick-slide {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 14%);
	height: 100%;
	margin-bottom: 10px;
}

.hawk-recommendation-item .itemLink {
	display: block;
	text-decoration: none;
}

	.hawk-recommendation-item .itemLink img {
		display: block;
		margin: 0 auto 10px auto;
		padding: 0;
	}

.hawk-recommendation-item .itemTitle {
	display: block;
	margin: 0 0 3px 0;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	padding: 0 10px;
	font-weight: 400;
	margin-bottom: 20px;
}

	.hawk-recommendation-item .itemTitle em {
		display: none !important;
	}

	.hawk-recommendation-item .itemTitle a {
		color: #000;
	}

.hawk-recommendation-item .itemSku, .hawk-recommendation-item .itemDesc, .hawk-recommendation-item .itemPrice, .hawk-recommendation-item .hawk-listingRating {
	display: none;
}

.hawk-recommendation-inner > h4 {
	display: none;
}

em.formee-req {
	color: #b01717 !important;
}

.hawk-recommendation-item.hawk-itemWrapper.slick-slide {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 14%);
	height: 100%;
	margin-bottom: 10px;
	min-height: 400px !important;
	margin-left: 20px;
	margin-right: 20px;
}

.hawk-recommendation-item .itemLink {
	display: block;
	text-decoration: none;
}

	.hawk-recommendation-item .itemLink img {
		display: block;
		margin: 0 auto 10px auto;
		padding: 0;
	}

.hawk-recommendation-inner .hawk-recommendation-item .itemTitle {
	display: block;
	margin: 0 0 3px 0;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	padding: 0 10px;
	font-weight: 400;
	margin: 40px 10px;
}

.hawk-recommendation .item-wrapper .more {
	color: #001689;
	line-height: 21px;
	padding: 10px;
}

.hawk-recommendation .hawk-recommendation-inner .hawk-recommendation-item .itemTitle em {
	display: none !important;
}

.hawk-recommendation .hawk-recommendation-item .itemTitle a {
	color: #000;
}

.hawk-recommendation .hawk-recommendation-item .itemSku, .hawk-recommendation-item .itemDesc, .hawk-recommendation-item .itemPrice, .hawk-recommendation-item .hawk-listingRating {
	display: none;
}

.hawk-recommendation .hawk-recommendation-inner > h4 {
	display: block !important;
	text-align: center;
	margin: 20px;
	margin: 20px 0 40px;
	font-size: 30px;
	line-height: 40px;
}

.hawk-recommendation .hawk-carousel-next, .hawk-recommendation .hawk-carousel-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	margin-top: -15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.hawk-recommendation .hawk-carousel-next {
	right: -40px;
}

.hawk-recommendation .hawk-carousel-prev {
	left: -40px;
}

.hawk-recommendation .hawk-carousel-next:before {
	content: "\3e";
	font-size: 60px;
	opacity: .75;
	color: #666666;
}

.hawk-recommendation .hawk-carousel-prev:before {
	content: "\3c";
	font-size: 60px;
	opacity: .75;
	color: #666666;
}

#btn-snap-eda {
	display: inline;
	align-items: center;
	font-size: 14px;
	background: #FF761A;
	border-radius: 5px;
	padding: 6px 10px;
	color: #fff;
	font-weight: 600;
	border: none;
	margin: 10px 0;
	outline: none;
}


/* Ticket #607484 - Search Bar field in header not loading quickly */
@media only screen and (min-width: 80em) {
	.site-header .inner .header-search-wrapper {
		width: 275px;
		height: 42px;
		background: url(/cms/images/layout/search-placeholder.png) no-repeat 50% 50%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}