/* ----------------------
 *  Navigation Base Styles (.navigation)
 *
 *  Includes styles for the "Mega Menus" (.mega-menus)
 *
 *
 -- */
.navigation {
  background: url("clientlibs/images/gradient-background-nav.png") 0 0 repeat-x;
  height: 45px;
  zoom: 1;
}
.navigation:before, .navigation:after {
  display: table;
  content: "";
  zoom: 1;
}
.navigation:after {
  clear: both;
}
.navigation .wrap {
  width: 972px;
}
.navigation .wrap .main-nav {
  float: left;
  position: relative;
}
.navigation .wrap .main-nav > li {
  float: left;
}
.navigation .wrap .main-nav > li.first {
  background: url("clientlibs/images/border-navigation-item.gif") no-repeat scroll 0 0 transparent;
}
.navigation .wrap .main-nav > li:first-child {
  background: url("clientlibs/images/border-navigation-item.gif") no-repeat scroll 0 0 transparent;
}
.navigation .wrap .main-nav > li.last {
  background: url("clientlibs/images/border-navigation-item.gif") no-repeat scroll 100% 0 transparent;
}
.navigation .wrap .main-nav > li:last-child {
  background: url("clientlibs/images/border-navigation-item.gif") no-repeat scroll 100% 0 transparent;
}
.navigation .wrap .main-nav > li > a {
  background: url("clientlibs/images/border-navigation-item.gif") no-repeat scroll 100% 0 transparent;
  color: #fff;
  font-family: "TWC Round Medium", Arial, Sans-Serif;
  font-size: 14px;
  display: block;
  padding: 15px 27px 13px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .navigation .wrap .main-nav > li > a {
    padding: 15px 26px 13px;
  }
}
.navigation .wrap .main-nav > li > a.active {
  background: url("clientlibs/images/gradient-background-nav-active.png") repeat scroll 0 0 transparent;
}
.navigation .wrap .main-nav > li > a:hover {
  background: url("clientlibs/images/gradient-background-nav-active.png") repeat scroll 0 100% transparent;
}
.navigation .wrap .main-nav > li > a em {
  font-size: 16px;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .navigation .wrap .main-nav > li > a em {
    letter-spacing: -1px;
  }
}
.navigation .wrap .main-nav li.hover > a {
  background: #fff;
  color: #3e4951;
}
.navigation .wrap .main-nav li.hover .mega-menu {
  display: block;
  z-index: 1000;
}
.navigation .mega-menu {
  display: none;
  left: 0;
  position: absolute;
  top: 44px;
  width: 971px;
  z-index: 999;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-box-shadow: 0px 6px 4px -4px #a4a6a7;
  -webkit-box-shadow: 0px 6px 4px -4px #a4a6a7;
  box-shadow: 0px 6px 4px -4px #a4a6a7;
}
.navigation .mega-menu.hover {
  display: block;
}
.navigation .mega-menu.three-col.support .col {
  padding: 0 15px;
}
.navigation .mega-menu.three-col.support .col.left,
.navigation .mega-menu.three-col.support .col.right {
  background: url("clientlibs/images/tall-divider-gray.png") 100% center no-repeat;
  width: 19%;
}
.navigation .mega-menu.three-col.support .col.right {
  background-position: 0 center;
}
.navigation .mega-menu.three-col.support .col.wide {
  width: 50%;
}
.navigation .mega-menu.three-col.support .col.wide a {
  font-size: 13px;
}
.navigation .mega-menu.three-col.intelligenthome .wrap {
  padding: 2px 40px;
}
.navigation .mega-menu.three-col.intelligenthome .wrap .col.left,
.navigation .mega-menu.three-col.intelligenthome .wrap .col.right {
  padding-top: 18px;
}
.navigation .mega-menu.three-col.intelligenthome .wrap .col.left {
  width: 22%;
  background: url("clientlibs/images/tall-divider-gray.png") 100% center no-repeat;
}
.navigation .mega-menu.three-col.intelligenthome .wrap .col.wide {
  width: 54%;
}
.navigation .mega-menu.three-col.intelligenthome .wrap .col.wide .img-wrap {
  float: left;
  padding: 0 3px 0 2px;
  background: url("clientlibs/images/tall-divider-gray.png") 100% center no-repeat;
}
.navigation .mega-menu.three-col .col {
  width: 20%;
}
.navigation .mega-menu.three-col .col.wide {
  width: 60%;
}
.navigation .mega-menu.three-col .slider {
  background: url("clientlibs/images/tall-divider-gray.png") 0 center no-repeat;
  float: left;
  position: relative;
  height: auto;
  height: 200px;
  width: 475px;
}
.navigation .mega-menu.three-col .slider ul.slides {
  background: url("clientlibs/images/tall-divider-gray.png") no-repeat scroll 100% center transparent;
  overflow: hidden;
  height: 215px;
  margin: 0;
  width: 100%;
}
.navigation .mega-menu.three-col .slider ul.slides li {
  padding: 0 15px;
  width: auto;
}
.navigation .mega-menu.three-col .slider .slide-items {
  border: 1px solid #ccc;
  float: left;
  height: 170px;
  padding: 20px 30px 10px;
  text-align: center;
  width: 152px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.navigation .mega-menu.three-col .slider .slide-items.first {
  margin-right: 17px;
}
.navigation .mega-menu.three-col .slider .slide-items h3 {
  color: #000;
  font-size: 24px;
  margin: 0 0 5px;
}
.navigation .mega-menu.three-col .slider .slide-items img {
  margin: 0 0 5px;
  width: auto;
}
.navigation .mega-menu.three-col .slider .slide-items h4 {
  color: #3e90d2;
  font-size: 28px;
  font-family: "TWC Round Medium", Arial, Sans-Serif;
  margin: 0 0 2px;
}
.navigation .mega-menu.three-col .slider .slide-items h4 sup {
  font-size: 14px;
}
.navigation .mega-menu.three-col .slider .pagination {
  display: none;
}
.navigation .mega-menu.two-col .col {
  width: 23%;
}
.navigation .mega-menu.two-col .col.wide {
  width: 73%;
}
.navigation .mega-menu.two-col .col.wide.right {
  background: url("clientlibs/images/tall-divider-gray.png") no-repeat scroll 0% center transparent;
}
.navigation .mega-menu.two-col .col.wide .slider {
  background: url("clientlibs/images/tall-divider-gray.png") no-repeat scroll 100% center transparent;
  margin: 0 0 0 6px;
  padding: 20px 0 0;
}
.navigation .mega-menu.two-col .col.wide .slider .prev,
.navigation .mega-menu.two-col .col.wide .slider .next {
  top: 35%;
}
.navigation .mega-menu.two-col .col.wide .slider .prev {
  left: -5px;
}
.navigation .mega-menu .wrap {
  background: url("clientlibs/images/gradient-mega-menu.png") 0 100% repeat-x white;
  padding: 20px 40px;
  width: auto;
}
.navigation .mega-menu .wrap.image-emph {
  padding-left: 25px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 2px 50px;
  border-bottom: 2px solid #fff;
  padding-bottom: 0;
}
.navigation .mega-menu .wrap h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 14px;
}
.navigation .mega-menu .wrap p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 20px;
}
.navigation .mega-menu .wrap .col {
  float: left;
  position: relative;
  z-index: 2;
}
.navigation .mega-menu .wrap .col .left-col {
  float: left;
  margin: 0 0 0 25px;
  width: 45%;
}
.navigation .mega-menu .wrap .col .right-col {
  float: right;
  margin: 0 25px 0 0;
  width: 45%;
}
.navigation .mega-menu .wrap .col.right {
  float: right;
}
.navigation .mega-menu .wrap .col .blue-arrow {
  font-weight: bold;
}
.navigation .mega-menu .wrap .col .links li {
  background: url("clientlibs/images/border-fade.png") 0 100% no-repeat;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 7px;
  padding: 0 0 7px 3px;
}
.navigation .mega-menu .wrap .col .links li.last {
  background: none;
}
.navigation .mega-menu .wrap .col .links li:last-child {
  background: none;
}
.navigation .mega-menu .wrap .col .links li a {
  color: #3376b2;
  font-weight: bold;
}
.navigation .mega-menu .wrap .col .links li a:hover {
  color: #1b405d;
  text-decoration: underline;
}
.navigation .mega-menu .wrap .section-list {
  background: url("clientlibs/images/tall-divider-gray.png") no-repeat scroll 0% center transparent;
}
.navigation .mega-menu .wrap .section-list h3 {
  margin-left: 20px;
}
.navigation .mega-menu .wrap .section-list ul {
  margin: 5px;
}
.navigation .mega-menu .wrap .section-list ul li {
  color: #3376b2;
  padding: 6px 20px;
}
.navigation .mega-menu .wrap .section-list ul li.alt {
  background: #edf2f5;
}
.navigation .mega-menu .wrap .login-module {
  background: url("clientlibs/images/tall-divider-gray.png") no-repeat scroll 0% center transparent;
}
.navigation .mega-menu .wrap .login-module .login {
  margin: 0 10px 10px;
}
.navigation .mega-menu .wrap .login-module .login .rounded-input-wrap {
  background: url("clientlibs/images/input-rounded.gif") 0 0 no-repeat;
  padding-left: 8px;
  width: 178px;
  margin-bottom: 5px;
}
.navigation .mega-menu .wrap .login-module .login .rounded-input-wrap .rounded {
  background: transparent;
  border: 0;
  padding: 3px 8px 8px 0;
  height: 23px;
  width: 170px;
  margin: 0 0 0;
}
.navigation .mega-menu .wrap .login-module .login label {
  color: inherit;
}
.navigation .mega-menu .wrap .login-module .login input.blue-button {
  border: 0 none;
  float: right;
  padding: 7px;
  clear: none;
  margin-right: -10px;
  text-transform: uppercase;
}
.navigation .mega-menu .wrap .login-module .login p {
  clear: both;
  font-size: 11px;
}
.navigation .mega-menu .wrap .login-module .login p.checkbox {
  margin-top: 7px;
  clear: none;
  float: left;
}
.navigation .mega-menu .wrap .login-module .login p.checkbox input {
  color: inherit;
}
.navigation .mega-menu .wrap .login-module .login p.checkbox label {
  padding-left: 3px;
}
.navigation .mega-menu .slider a.prev,
.navigation .mega-menu .slider a.next {
  background: url("clientlibs/images/button-slider-controls-blue.png") no-repeat scroll 0 0 transparent;
  border: 0;
  display: block;
  height: 60px;
  text-indent: -9999em;
  top: 33%;
  width: 26px;
}
.navigation .mega-menu .slider a.prev:hover,
.navigation .mega-menu .slider a.next:hover {
  background-image: url("clientlibs/images/button-slider-controls-hover-fullshadow.png");
}
.navigation .mega-menu .slider a.prev {
  left: 0;
}
.navigation .mega-menu .slider a.next {
  background-position: 100% 100%;
  right: 0;
}

.sub-navigation {
  background: url("clientlibs/images/gradient-background-subnav.png") 0 0 repeat-x;
  border-bottom: 2px solid #fff;
  clear: both;
  height: 92px;
  overflow: hidden;
}
.sub-navigation .wrap {
  overflow: hidden;
  width: 972px;
}
.sub-navigation ul {
  float: right;
  margin-top: 27px;
  padding-left: 0;
  margin-right: -8px;
}
.sub-navigation ul li {
  float: left;
  margin-left: -9px;
  min-height: 65px;
  padding: 0 16px 0 21px;
}
.sub-navigation ul li a {
  background: url("clientlibs/images/arrow-sub-nav-black-right.png") no-repeat scroll 100% 50% transparent;
  color: #333;
  display: block;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 15px;
  margin-right: 4px;
  padding: 24px 16px 26px 4px;
  text-align: center;
  text-decoration: none;
}
.sub-navigation ul li a:hover {
  background: url("clientlibs/images/arrow-sub-nav-blue-right.png") no-repeat scroll 100% 50% transparent;
  color: #183e5d;
}
.sub-navigation ul li a em {
  font-size: 16px;
  font-style: normal;
}
.sub-navigation ul li.active, .sub-navigation ul li.active:hover {
  background: transparent url("clientlibs/images/background-sub-nav-tab-right.png") no-repeat 100% 0;
  padding: 0 16px 0 0;
}
.sub-navigation ul li.active span, .sub-navigation ul li.active:hover span {
  background: transparent url("clientlibs/images/background-sub-nav-tab-left.png") no-repeat 0 0;
  display: block;
  min-height: 65px;
  padding: 0 0 0 16px;
}
.sub-navigation ul li.active a, .sub-navigation ul li.active:hover a {
  background: url("clientlibs/images/arrow-sub-nav-blue-down.png") no-repeat scroll 100% 50% transparent;
  color: #3376b2;
}
.sub-navigation ul li.active a:hover, .sub-navigation ul li.active:hover a:hover {
  background: url("clientlibs/images/arrow-sub-nav-blue-down.png") no-repeat scroll 100% 50% transparent;
  color: #3376b2;
}
.sub-navigation ul li:hover {
  background: transparent url("clientlibs/images/tab-background-hover.png") repeat-x 0 100%;
}
.sub-navigation ul li.special a {
  background: url("clientlibs/images/arrow-sub-nav-blue-right.png") no-repeat scroll 100% 50% transparent;
  color: #3070a3;
}
.sub-navigation ul li.special.active a:hover {
  background: url("clientlibs/images/arrow-sub-nav-blue-down.png") no-repeat scroll 100% 50% transparent;
  color: #3070a3;
}
.sub-navigation h1 {
  float: left;
  max-width: 196px;
  padding: 30px 20px 0;
  color: #333;
  font-family: "TWC Round Light", Arial, Sans-Serif;
  font-size: 35px;
}

.twc-top-nav li.twc-active .smartLink {
    z-index: 8009;
}

.twc-top-nav li {
    display: inline-block;
}

/* ==========================
	Repeatable Helper Classes
   ========================== */
.twc-left { float: left; }

.twc-right { float: right; }

.twc-gradient { filter: none; }

.twc-last { border-bottom: 0; }

.twc-backgroundGradient-1 {
	background: #3779b3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NzliMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjQ0N2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3779b3 0%, #02447e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3779b3), color-stop(100%,#02447e));
	background: -webkit-linear-gradient(top,  #3779b3 0%,#02447e 100%);
	background: -o-linear-gradient(top,  #3779b3 0%,#02447e 100%);
	background: -ms-linear-gradient(top,  #3779b3 0%,#02447e 100%);
	background: linear-gradient(to bottom,  #3779b3 0%,#02447e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3779b3', endColorstr='#02447e',GradientType=0 );
} 

.twc-backgroundGradient-2 {
	background: #333534;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFiMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #333534 0%, #1a1b1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333534), color-stop(100%,#1a1b1f));
	background: -webkit-linear-gradient(top,  #333534 0%,#1a1b1f 100%);
	background: -o-linear-gradient(top,  #333534 0%,#1a1b1f 100%);
	background: -ms-linear-gradient(top,  #333534 0%,#1a1b1f 100%);
	background: linear-gradient(to bottom,  #333534 0%,#1a1b1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333534', endColorstr='#1a1b1f',GradientType=0 );
}

.twc-backgroundGradient-3 {
	background: #4c4d51;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGQ1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4d51 0%, #2f2f33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4d51), color-stop(100%,#2f2f33));
	background: -webkit-linear-gradient(top,  #4c4d51 0%,#2f2f33 100%);
	background: -o-linear-gradient(top,  #4c4d51 0%,#2f2f33 100%);
	background: -ms-linear-gradient(top,  #4c4d51 0%,#2f2f33 100%);
	background: linear-gradient(to bottom,  #4c4d51 0%,#2f2f33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4d51', endColorstr='#2f2f33',GradientType=0 );
}

.twc-backgroundGradient-4 {
	background: #eeeeef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRmZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeef 0%, #dddfe2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeef), color-stop(100%,#dddfe2));
	background: -webkit-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
	background: -o-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
	background: -ms-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
	background: linear-gradient(to bottom,  #eeeeef 0%,#dddfe2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeef', endColorstr='#dddfe2',GradientType=0 );
}  

.twc-backgroundGradient-5 {
	background: #e9eaee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2YyZjRmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2YyZjRmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9eaee 0%, #f2f4f6 20%, #f2f4f6 80%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9eaee), color-stop(20%,#f2f4f6), color-stop(80%,#f2f4f6), color-stop(100%,#fdfdfd));
	background: -webkit-linear-gradient(top,  #e9eaee 0%,#f2f4f6 20%,#f2f4f6 80%,#fdfdfd 100%);
	background: -o-linear-gradient(top,  #e9eaee 0%,#f2f4f6 20%,#f2f4f6 80%,#fdfdfd 100%);
	background: -ms-linear-gradient(top,  #e9eaee 0%,#f2f4f6 20%,#f2f4f6 80%,#fdfdfd 100%);
	background: linear-gradient(to bottom,  #e9eaee 0%,#f2f4f6 20%,#f2f4f6 80%,#fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaee', endColorstr='#fdfdfd',GradientType=0 );
}  

.twc-backgroundGradient-6 {
	background: rgb(211,211,212);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTdlN2U4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(211,211,212,1) 0%, rgba(231,231,232,1) 3%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,212,1)), color-stop(3%,rgba(231,231,232,1)), color-stop(16%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(211,211,212,1) 0%,rgba(231,231,232,1) 3%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(211,211,212,1) 0%,rgba(231,231,232,1) 3%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(211,211,212,1) 0%,rgba(231,231,232,1) 3%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(211,211,212,1) 0%,rgba(231,231,232,1) 3%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d4', endColorstr='#ffffff',GradientType=0 );
} 

.twc-backgroundGradient-7 {
    background-color: #f8fafc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#e0ebf5));
    background-image: -webkit-linear-gradient(top, #f8fafc, #e0ebf5);
    background-image: -moz-linear-gradient(top, #f8fafc, #e0ebf5);
    background-image: -o-linear-gradient(top, #f8fafc, #e0ebf5);
    background-image: -ms-linear-gradient(top, #f8fafc, #e0ebf5);
    background-image: linear-gradient(top, #f8fafc, #e0ebf5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f8fafc', EndColorStr='#e0ebf5');
}

.twc-mainBackground-EBF {
	background-color: #2b2d32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2d32), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #2b2d32, #f7f7f7);
	background-image: -moz-linear-gradient(top, #2b2d32, #f7f7f7);
	background-image: -o-linear-gradient(top, #2b2d32, #f7f7f7);
	background-image: -ms-linear-gradient(top, #2b2d32, #f7f7f7);
	background-image: linear-gradient(top, #2b2d32, #f7f7f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2b2d32', EndColorStr='#f7f7f7');
}

.twc-mainStageBackground-EBF {
	background-color: #f1f6f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f6f9), to(#f2f8fa));
	background-image: -webkit-linear-gradient(top, #f1f6f9, #f2f8fa);
	background-image: -moz-linear-gradient(top, #f1f6f9, #f2f8fa);
	background-image: -o-linear-gradient(top, #f1f6f9, #f2f8fa);
	background-image: -ms-linear-gradient(top, #f1f6f9, #f2f8fa);
	background-image: linear-gradient(top, #f1f6f9, #f2f8fa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f6f9', EndColorStr='#f2f8fa');
}

.twc-mainNavBackground-EBF {
	background-color: #404040;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#000));
	background-image: -webkit-linear-gradient(top, #404040, #000);
	background-image: -moz-linear-gradient(top, #404040, #000);
	background-image: -o-linear-gradient(top, #404040, #000);
	background-image: -ms-linear-gradient(top, #404040, #000);
	background-image: linear-gradient(top, #404040, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#404040', EndColorStr='#000');
}

.twc-cartHeader-EBF {
	background-color: #f8fafc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#e0ebf5));
	background-image: -webkit-linear-gradient(top, #f8fafc, #e0ebf5);
	background-image: -moz-linear-gradient(top, #f8fafc, #e0ebf5);
	background-image: -o-linear-gradient(top, #f8fafc, #e0ebf5);
	background-image: -ms-linear-gradient(top, #f8fafc, #e0ebf5);
	background-image: linear-gradient(top, #f8fafc, #e0ebf5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f8fafc', EndColorStr='#e0ebf5');
}

.twc-progressionBarArrow-EBF {
	background-color: #5d92c0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5d92c0), to(#2c608f));
	background-image: -webkit-linear-gradient(top, #5d92c0, #2c608f);
	background-image: -moz-linear-gradient(top, #5d92c0, #2c608f);
	background-image: -o-linear-gradient(top, #5d92c0, #2c608f);
	background-image: -ms-linear-gradient(top, #5d92c0, #2c608f);
	background-image: linear-gradient(top, #5d92c0, #2c608f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5d92c0', EndColorStr='#2c608f');
}

.twc-selectProductBar-EBF {
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e6));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #e5e5e6);
	background-image: -moz-linear-gradient(top, #f6f6f6, #e5e5e6);
	background-image: -o-linear-gradient(top, #f6f6f6, #e5e5e6);
	background-image: -ms-linear-gradient(top, #f6f6f6, #e5e5e6);
	background-image: linear-gradient(top, #f6f6f6, #e5e5e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#e5e5e6');
}

.twc-productBox-EBF {
	background-color: #2b2d32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2d32), to(#f7f8f7));
	background-image: -webkit-linear-gradient(top, #2b2d32, #f7f8f7);
	background-image: -moz-linear-gradient(top, #2b2d32, #f7f8f7);
	background-image: -o-linear-gradient(top, #2b2d32, #f7f8f7);
	background-image: -ms-linear-gradient(top, #2b2d32, #f7f8f7);
	background-image: linear-gradient(top, #2b2d32, #f7f8f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2b2d32', EndColorStr='#f7f8f7');
}
 
 /* ==========================
	Change Location Drop Down
   ========================== */

.twc-location { 
	padding-left: 5px;
	text-align: right; 
}

.twc-customerLocation { 
	position: relative;
	color: #fff;
	text-align: center;
}

.twc-customerLocation li {
	display: inline;
	padding: 0 7px;
}

.twc-customerLocation li ul {
	display: none;
}

.twc-customerLocation ul li.twc-drop-nav:hover {
	padding: 7px;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
  	background: #677986;
}

	li.twc-drop-nav:hover a {
		color: #fff;
	}

.twc-customerLocation ul li ul {
	display: none;
	position: absolute;
	width: 225px;
	top: 25px;
	right: 0;
	background: #677986; 
	-webkit-border-radius: 3px 0 3px 3px;
	   -moz-border-radius: 3px 0 3px 3px;
			border-radius: 3px 0 3px 3px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

.twc-customerLocation ul li ul li:hover { padding: 0; }

.twc-customerLocation ul li ul li { 
	display: block; 
	color: #fff;
}
	
.twc-customerLocation ul li:hover ul {
	display: block;
	top: 29px;
	opacity: 1;
	visibility: visible;
}

.twc-customerLocation input[type="text"] { 
	float: left;
    padding: 8px;
    margin-right: 5px;
    width: 165px;
    background: #fff;
    border: 0 none;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
    overflow: hidden; 
}

.twc-customerLocation .twc-search-btn {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	background-color: #2f3032;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2f3032),to(#191a1c));
	background-image: -webkit-linear-gradient(top,#2f3032,#191a1c);
	background-image: -moz-linear-gradient(top,#2f3032,#191a1c);
	background-image: -o-linear-gradient(top,#2f3032,#191a1c);
	background-image: -ms-linear-gradient(top,#2f3032,#191a1c);
	background-image: linear-gradient(top,#2f3032,#191a1c);
	color: #fff;
}

.twc-customerLocation .twc-search-btn:hover {
	background: #4d4f53;
}

.twc-customerLocation ul li li {
	padding: 0;
}

a.twc-change {
	font-weight: 100;
	color: #9d9d9e;
}

a.twc-change:after { 
	content: "\f107"; 
	padding-left: 5px;
}


/* ==========================
        Change Location Drop Down
       ========================== */

.twc-location {
    padding-right: 0;
    text-align: right;
}

.twc-customerLocation {
    position: relative;
    color: #fff;
    text-align: center;
}

.twc-customerLocation li {
    display: inline-block;
    padding: .55em;
}

.twc-customerLocation li ul { display: none; }

.twc-customerLocation ul li.twc-drop-nav.persist {
    border-radius: 3px 3px 0 0;
    background: #677986;
}

.twc-top-nav ul li.persist ul {
    display: block;
    position: absolute;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.twc-customerLocation ul li ul {
    display: none;
    position: absolute;
    width: 225px;
    top: 25px;
    background: #677986;
    border-radius: 3px 0 3px 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.twc-customerLocation ul li ul li {
    display: block;
    color: #fff;
}

.twc-customerLocation button.btn{
    background: #444545;
}

.twc-customerLocation button.btn:hover { background: #333; }

.twc-customerLocation ul li li { padding: 0; }

a.twc-change {
    font-weight: 100;
    color: #9d9d9e;
}

a.twc-change:after {
    content: '\f078';
    margin-left: 4px;
}

li.twc-drop-nav.persist a.twc-change:after {
    content: '\f00d';
    padding: 0 1px;
}


.message {
    top: 4px;
    margin-top: 5px;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    background: #c6c9cf;
    z-index: 9999;
}

.message p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.twc-customerLocation .message p a {
    padding: 0;
    color: #3376b2;
}

.oof-error-text {
    display: inline-block;
}

/* ==========================
        Top Search
   ========================== */

.twc-user-input { padding-right: 20px; }

.twc-header-search {
    float: left;
    margin-top: 20px;
    width: 590px;
}
.twc-header-search {
    float: left;
    margin-top: 20px;
    width: 590px;
}
.twc-header-search {
    margin-right: -25px;
}

.twc-search-input-wrap {
    margin: 0 auto;
}

.twc-header-search .twc-search-input-wrap input {
    float: left;
    height: 30px;
    width: 80%;
    background: #fff;
    border: 0 none;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}

.twc-header-search .twc-search-input-wrap button.btn {
    height: 30px;
    padding-left: 10%;
    border-radius: 0 3px 3px 0;
    background: #fff;
    color: #3376B2;
}

/* ==========================
	Input Fields
   ========================== */

.twc-search input {
    width: 78%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* All input fields */
input.twc-text:focus { color: #666; }

/* in main.css line 2365 */
/*.twc-search-input-wrap input#search-support { width: 76%; }*/


.twc-logo {
    float: left;
    width: 20%;
}

.twc-logo img { height: auto; }

.twc-social {
    float: right;
    padding-left: 15px;
}

.twc-icon-twitter:before {
    content: "\f099";
    color: #f7f7f7;
}

.twc-icon-facebook:before {
    content: "\f09a";
    color: #f7f7f7;
}

.twc-header-icons {
    background-color: #000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2f3032),to(#191a1c));
    background-image: -webkit-linear-gradient(top,#2f3032,#191a1c);
    background-image: -moz-linear-gradient(top,#2f3032,#191a1c);
    background-image: -o-linear-gradient(top,#2f3032,#191a1c);
    background-image: -ms-linear-gradient(top,#2f3032,#191a1c);
    background-image: linear-gradient(top,#2f3032,#191a1c);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2f3032',EndColorStr='#191a1c');
    margin-top: 7px;
    padding: 8px 20px;
    border-radius: 3px;
    border: 2px solid #3a3b3d;
    font-size: 9px;
    font-size: .9rem;
    text-align: center;
}

.header-icons div.twc-image-link {
    display: inline;
}

.header-icons.list > ul {
    height: 24px;
}

.twc-header-search button:before {
    content: '\f002';
    font-family: 'FontAwesome', sans-serif;
    line-height: 1;
}

.btn.icon-search {
    font-family: 'FontAwesome', sans-serif;
}

.twc-contact { float: right; }

.twc-contact li {
    display: inline;
    padding: 0 1px;
}

.twc-contact a {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'TWC Round Light',Arial,Sans-Serif;
}

#logoHeader .twc-contact { margin-bottom: 20px; }

#logoHeader .twc-contact li {
    display: inline;
    padding: 0 5px 0 8px;
    border-left: 1px solid #fff;
}

#logoHeader .twc-contact li:first-child { border-left: 0; }

#logoHeader .twc-contact a {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'TWC Round Light',Arial,Sans-Serif;
    color: #fff;
}

#logoHeader.twc-header span {
    color: #fff;
    margin-top: 5px;
}

#logoHeader.twc-header button { float: right; }

.twc-email {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #9d9d9e;
}

.twc-follow {
    margin-top: 3px;
    color: #9d9d9e;
}

.twc-container.twc-mega-menu {
    display: table;
    width: 980px;
    padding: 0;
}

li a em {
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
}

li figure { float: none; }

.navigation:before, .navigation:after {
    content: "";
    display: table;
}
.navigation:after {
    clear: both;
}
.navigation:before, .navigation:after {
    content: "";
    display: table;
}
.navigation {
    max-height: 40px;
}
.navigation {
    background: url("../images/gradient-background-nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 45px;
}


.navigation .megamenu-wrapper {
    width: 972px;
    display: table;
    margin: 0 auto;
}

.navigation .megamenu-wrapper ul.main-nav {
    display: table-row;
    position: relative;
    width: 100%;
}

.navigation ul.main-nav > li.first,
.navigation ul.main-nav > li:first-child,
.navigation ul.main-nav > li.last,
.navigation ul.main-nav > li:last-child,
.navigation ul.main-nav > li > a {
    background: none;
}
.navigation .megamenu-wrapper ul.main-nav > li {
    display: table-cell;
    border-left: 1px solid #545457;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navigation .megamenu-wrapper ul.main-nav > li .megamenu-hover {
    text-align: left;
}

.navigation ul.main-nav > li > a {
    padding: 0 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 15px;
    /*font-size: 1.5rem;*/
    font-family: 'TWC Round Medium',Arial,Sans-Serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 0 10px;
}

.navigation ul.main-nav > li > a.active {
    background: #eeeeef;
    border-right: 1px solid #eeeeef;
}

.navigation ul.main-nav > li > a.active { color: #333; }

.navigation ul.main-nav > li:last-child { border-right: 1px solid #545457; }

.navigation .main-nav li.hover,
.navigation ul.main-nav > li.hover:first-child,
.navigation ul.main-nav > li.hover:last-child {
    background: #fff;
}

.navigation .main-nav li.hover .mega-menu {
    display: block;
    z-index: 1000;
}

.navigation .megamenu-wrapper {
    position: relative;
}
.navigation ul.main-nav .mega-menu {
    top: 40px;
    left: 1px;
}

header, header .div, header li, header a {
    line-height: normal;
}


.navigation .megamenu-wrapper ul.main-nav {
    display: table-row;
    position: relative;
    width: 100%;
}
ul.main-nav {
    display: table-row;
    position: relative;
    width: 100%;
}

/* ==========================
    Main Navigation
   ========================== */

ul.main-nav {
    display: table-row;
    position: relative;
    width: 100%;
}

ul.main-nav > li.menu-item {
    display: table-cell;
}

ul.main-nav > li.menu-item.twc-last { border-right: 1px solid #545457; }

ul.main-nav > li.menu-item.active {
    background: #eeeeef;
    border-right: 1px solid #eeeeef;
}

ul.main-nav > li.menu-item.active > a { color: #333; }

ul.main-nav > li.menu-item > a {
    color: #fff;
    display: inline-block;
    line-height: 40px;
}

.navigation .main-nav > li > a, ul.main-nav > li.menu-item > a {
    padding: 0px 26px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'TWC Round Medium',Arial,Sans-Serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
}

.navigation .main-nav > li > a em {
    letter-spacing: 0;
    font-size: 15px;
    font-style: normal;
}

ul.main-nav > li.menu-item > a {
    padding: 0;
    text-align: center;
}

.navigation {
    max-height: 40px;
}

ul.main-nav > li.menu-item:hover,
ul.main-nav > li.menu-item:hover.twc-active {
    background: #fff;
}

ul.main-nav > li.menu-item:hover > a,
ul.main-nav > li.menu-item:hover.twc-active > a {
    color: #333;
}

ul.main-nav > li.menu-item > a.twc-active {
    background: #eeeeef;
    color: #333;
}

ul.main-nav > li.menu-item > a.twc-active:hover {
    background: #fff;
    color: #333;
}