/* #### Updated 4-9-2020 smh #### */
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro&amp;display=swap');
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gn-menu-wrapper {
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
box-shadow: none;
/* trying to control mobile margins */
width: 100%;
max-width: 100%;
overflow: hidden;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
 -moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-smoothing: auto;
font-smooth: auto;
}
/* TOP BAR STYLES - DO NOT EDIT */ 
.gn-menu-main,
.gn-menu-main ul {
margin: 0;
padding: 0;
background: #fff;
color: #070707;
list-style: none;
text-transform: none;
font-weight: 600;
text-decoration: none;
line-height: 46px;
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-smoothing: auto;
font-smooth: auto;
}
.gn-menu-main {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 46px;
font-size: 15px;
font-weight: 600;
/* border-bottom: 1px solid #070707; */
border-bottom: none; 
}
.gn-menu-main a {
display: block;
height: 100%;
color: #070707;
text-decoration: none;
}
.no-touch .gn-menu-main a:hover {
background-color: #fafafa;
color: #b22222;
text-decoration: underline;
}

.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
background-color: #fafafa;
color: #b22222;
border-right: 1px solid #ccc;
}
.gn-menu-main > li {
display: block;
float: left;
height: 100%;
border-right: 1px solid #fafafa;
text-align: center;
}
/* icon-only trigger (menu item) */
.gn-menu-main li.gn-trigger {
position: relative;
width: 60px !important;
min-width: 60px;
outline: none !important; 
vertical-align: middle;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gn-menu-main > li:last-child {
float: right;
border: none;
}
.gn-menu-main > li > a {
padding: 0 30px;
text-transform: none;
letter-spacing: 1px;
font-weight: 600;
border: none;
}

.gn-menu-main:after {
display: table;
clear: both;
content: "";
border: none;
}
.gn-menu-main::after {
display: table;
clear: both;
content: "";
border: none !important;
}



#gn-menu > li > a > img,
#gn-menu > li > a {
border: none;
margin: 0;
padding: 0;
max-height: 46px;
}


/* Dropdown styles */

.gn-menu-wrapper {
position: fixed;
top: 52px;
bottom: 0;
left: 0;
overflow: hidden;
width: 60px;
/* changed 1-16 border-top: 1px solid #ccc; */
border-top: none;
border-right: 1px solid #ccc;
background: #fafafa;
-webkit-transform: translateX(-60px);
-moz-transform: translateX(-60px);
transform: translateX(-60px);
-webkit-transition: -webkit-transform 0.2s, width 0.2s;
-moz-transition: -moz-transform 0.2s, width 0.2s;
transition: transform 0.2s, width 0.2s;
cursor: pointer;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
}
.gn-scroller {
position: absolute;
overflow-y: scroll;
width: 350px;
height: 100%;
cursor: pointer;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
font-size: 15px;
font-weight: 600;
}
.gn-menu {
/* changed 1-16-20 border-bottom: 1px solid #ccc; */
border-bottom: none;
text-align: left;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
font-size: 15px;
font-weight: 600;
cursor: pointer;
}
ul.gn-menu, ul.gn-menu li,  ul.gn-menu li a { 
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
font-size: 15px;
font-weight: 600;
} 

.gn-menu li:not(:first-child),
.gn-menu li li {
box-shadow: inset 0 1px #eee;
}

.gn-submenu, .gn-submenu >* { 
border-color: #fff;
}
.gn-submenu li {
overflow: hidden;
min-height: 0;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
margin-left: 70px;
font-size: 15px;
line-height: 14px;
border-color: #fff;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
}

.gn-submenu li a {
color: #b22222;
border-color: #fff;
margin: 1px;
max-height: 24px;
	 font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
font-size: 15px;
}

input.gn-search {
position: relative;
z-index: 10;
padding-left: 60px;
outline: none;
border: none;
background: transparent;
color: #999;
font-weight: normal;
font-family: inherit;
}

/* placeholder */

.gn-search:-webkit-input-placeholder {
	color: #999;
}

.gn-search:-moz-placeholder {
	color: #999;
}

.gn-search:-moz-placeholder {
	color: #999;
}

.gn-search:-ms-input-placeholder {
	color: #999;
}

/* hide placeholder when active in Chrome */

.gn-search:focus:-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus:-webkit-input-placeholder {
color: #b22222;
}

input.gn-search:focus {
cursor: text;
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
color: #b22222;
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-webkit-input-placeholder {
color: #b22222;
background-color: #fafafa;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
color: #b22222;
background-color: #fafafa;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
color: #b22222;
background-color: #fafafa;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
color: #b22222;
background-color: #fafafa;
}

.gn-menu-main a.gn-icon-search {
position: absolute;
top: 0;
left: 0;
height: 46px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: light;
  line-height: 1;
}

.gn-icon:before {
display: inline-block;
text-align: center;
/* removed 60px width */  
text-transform: none;
font-weight: light;
font-style: lighter;
font-size: 12px;
color: #999;
background-color: transparent;
font-family: "Glyphicons Halflings";
line-height: 1;
}
.gn-icon:before:hover, .gn-icon:before:focus {
color: #999;
}
.gn-icon:before:active {
color: #b22222;
}
.gn-icon:hover, .gn-icon:focus {
color: #999;
}
.gn-icon:active {
color: #b22222;
}
.gn-icon-plus:before {
  content: "\2b";
}
.gn-icon-minus:before {
  content: "\2212";
}
.gn-icon-star-empty:before {
  content: "\e007";
}
.gn-icon-user:before {
  content: "\e008";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-ok:before {
  content: "\e013";
}
.gn-icon-remove:before {
  content: "\e014";
}
.gn-icon-zoom-in:before {
  content: "\e015";
}
.gn-icon-zoom-out:before {
  content: "\e016";
}
.gn-icon-off:before {
  content: "\e017";
}
.gn-icon-cog:before {
  content: "\e019";
}
.gn-icon-home:before {
  content: "\e021";
}
.gn-icon-file:before {
  content: "\e022";
}
.gn-icon-time:before {
  content: "\e023";
}
.gn-icon-download:before {
  content: "\e026";
}
.gn-icon-upload:before {
  content: "\e027";
}
.gn-icon-inbox:before {
  content: "\e028";
}
.gn-icon-play-circle:before {
  content: "\e029";
}
.gn-icon-list-alt:before {
  content: "\e032";
}
.gn-icon-picture:before {
  content: "\e060";
}
.gn-icon-map-marker:before {
  content: "\e062";
}
.gn-icon-share:before {
  content: "\e066";
}
.gn-icon-check:before {
  content: "\e067";
}
.gn-icon-play:before {
  content: "\e072";
}
.gn-icon-chevron-left:before {
  content: "\e079";
}
.gn-icon-chevron-right:before {
  content: "\e080";
  padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-plus-sign:before {
  content: "\e081";
}
.gn-icon-minus-sign:before {
  content: "\e082";
}
.gn-icon-question-sign:before {
  content: "\e085";
}
.gn-icon-info-sign:before {
  content: "\e086";
}
.gn-icon-arrow-left:before {
  content: "\e091";
}
.gn-icon-arrow-right:before {
  content: "\e092";
}
.gn-icon-arrow-up:before {
  content: "\e093";
}
.gn-icon-arrow-down:before {
  content: "\e094";
}
.gn-icon-share-alt:before {
  content: "\e095";
}
.gn-icon-exclamation-sign:before {
  content: "\e101";
}
.gn-icon-gift:before {
  content: "\e102";
}
.gn-icon-warning-sign:before {
  content: "\e107";
}
.gn-icon-calendar:before {
  content: "\e109";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-chevron-up:before {
  content: "\e113";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-chevron-down:before {
  content: "\e114";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-shopping-cart:before {
  content: "\e116";
 padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-bell:before {
  content: "\e123";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-thumbs-up:before {
  content: "\e125";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-thumbs-down:before {
  content: "\e126";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-circle-arrow-right:before {
  content: "\e131";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-circle-arrow-left:before {
  content: "\e132";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-circle-arrow-up:before {
  content: "\e133";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-circle-arrow-down:before {
  content: "\e134";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-globe:before {
  content: "\e135";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-wrench:before {
  content: "\e136";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-link:before {
  content: "\e144";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-phone:before {
  content: "\e145";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-unchecked:before {
  content: "\e157";
}
.gn-icon-expand:before {
  content: "\e158";
}
.gn-icon-collapse-down:before {
  content: "\e159";
}
.gn-icon-collapse-up:before {
  content: "\e160";
}
.gn-icon-log-in:before {
  content: "\e161";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-log-out:before {
  content: "\e163";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-new-window:before {
  content: "\e164";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-open:before {
  content: "\e167";
   padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-credit-card:before {
  content: "\e177";
}
.gn-icon-expand:before {
  content: "\e158";
}
.gn-icon-log-in:before {
  content: "\e161";
}
.gn-icon-drop:before {
	content: "\e001";
}
.gn-icon-new-window:before {
  content: "\e164";
 padding-left: 15px;
   padding-right: 32px;
}
.gn-icon-cog:before {
	content: "\e019";
}
.gn-icon-prev:before {
	content: "\e004";
}
.gn-icon-next:before {
	content: "\e002";
}
.gn-icon-help:before {
content: "\e000"
}

.gn-icon-earth:before {
content: "\e004"
}

.gn-icon-cog:before {
content: "\e006"
}

.gn-icon-search:before {
content: "\e005"
}

.gn-icon-download:before {
content: "\e007"
}

.gn-icon-photoshop:before {
content: "\e001"
}

.gn-icon-illustrator:before {
content: "\e002"
}

.gn-icon-archive:before {
content: "\e00d"
}

.gn-icon-article:before {
content: "\e003"
}

.gn-icon-pictures:before {
content: "\e008"
}

.gn-icon-videos:before {
content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
width: 0;
height: 0;
display: block;
overflow: hidden;
}

.gn-icon-menu:before {
/* margin-left: -15px; */ 
vertical-align: -2px;
width: 30px;
height: 3px;
background: #070707;
box-shadow: 0 3px #fff, 0 -6px #070707, 0 -9px #fff, 0 -12px #070707;
content: '';
}

.no-touch .gn-icon-menu:hover:before,
.no-touch .gn-icon-menu.gn-selected:hover:before {
background: #b22222; 
box-shadow: 0 3px #fafafa, 0 -6px #b22222, 0 -9px #fafafa, 0 -12px #b22222;
}

.gn-icon-menu.gn-selected:before {
background: #070707; 
box-shadow: 0 3px #fff, 0 -6px #070707, 0 -9px #fff, 0 -12px #070707;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
	/* RISKY 	transform: translate3d(0px, 0px, 0px); - added 9-29 */
}

.gn-menu-wrapper.gn-open-all {
width: 333px;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
height: 16px;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	transform: translate3d(0px, 0px, 0px); /* RISKY - added 9-29 */
	width: 100%;
	font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
	}

.gn-menu-wrapper.gn-open-all .gn-scroller {
	width: 100%;
	font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
	}
}

li.gn-trigger, li.gn-trigger > nav > div > ul > li, li.gn-trigger > nav > div > ul > li > a { 
outline: none;
}

li.gn-trigger > nav > div > ul > li > a:before, 
li.gn-trigger > nav > div > ul > li:before { 
color: #999;
outline: none;
}

li.gn-trigger > nav > div > ul > li > a:hover:before, 
li.gn-trigger > nav > div > ul > li:hover:before { 
color: #b22222;
outline: none;
}
 
/* from main tnew styles */ 
 /* mobile nav font weight */
.gn-menu, ul.gn-menu, .gn-menu > ul > li { 
font-weight: 600;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
}
.gn-menu > ul > li { 
border: none;
font-weight: 600;
font-family: 'Source Sans Pro', Source Sans Pro, Source Sans, Arial, sans-serif;
}