/*!
-------------------------------------------------
build-number: 24.0.0.9
build-date: 20190219 - 120143

MD5-checksum: c41ab64b6d1f22c6fcfed579935d0a0f
-------------------------------------------------
*/
/*******************************************************************************
	containers
*******************************************************************************/
/*******************************************************************************
	shadow
*******************************************************************************/
/*******************************************************************************
	Miscellaneous
*******************************************************************************/
/* triangle arrows */
/* prevent text selection */
/*******************************************************************************
	move to css3/transforms.less
*******************************************************************************/
/* ===========================================================================
   GSA Autocomplete
   ========================================================================== */
.pac-container {
  z-index: 99999 !important;
  padding: 5px;
}
.pac-container:after {
  display: none;
}
.pac-item {
  color: #0082bb;
  font-size: 12px;
  padding: 3px 5px 3px 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.pac-item:hover,
.pac-selected {
  background: #eee;
  color: #666666;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.pac-item:hover b,
.pac-selected b {
  background: #FFF;
}
/* ===========================================================================
   Buttons
   ========================================================================== */
/* button background definitions */
a.button1_lg div.left,
a.button2_lg div.left,
a.button3_lg div.left,
a.button4_lg div.left,
a.button1_md div.left,
a.button2_md div.left,
a.button3_md div.left,
a.button4_md div.left,
a.button5_md div.left,
a.button_select_md div.left,
a.button_add_md div.left,
a.button_added_md div.left,
a.button1_sm div.left,
a.button2_sm div.left,
a.button3_sm div.left,
a.button4_sm div.left,
a.button5_sm div.left,
a.button1_lg div.right,
a.button2_lg div.right,
a.button3_lg div.right,
a.button4_lg div.right,
a.button1_md div.right,
a.button2_md div.right,
a.button3_md div.right,
a.button4_md div.right,
a.button5_md div.right,
a.button_select_md div.right,
a.button_add_md div.right,
a.button_added_md div.right,
a.button1_sm div.right,
a.button2_sm div.right,
a.button3_sm div.right,
a.button4_sm div.right,
a.button5_sm div.right {
  background-image: url("/uploadedimages/ecomm/images/button_sprite_v2.png");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}
a.button1_lg div.mid,
a.button2_lg div.mid,
a.button3_lg div.mid,
a.button4_lg div.mid,
a.button1_md div.mid,
a.button2_md div.mid,
a.button3_md div.mid,
a.button4_md div.mid,
a.button5_md div.mid,
a.button_select_md div.mid,
a.button_add_md div.mid,
a.button_added_md div.mid,
a.button1_sm div.mid,
a.button2_sm div.mid,
a.button3_sm div.mid,
a.button4_sm div.mid,
a.button5_sm div.mid {
  background-image: url("/uploadedimages/ecomm/images/button_sprite_mid_v2.png");
  background-repeat: repeat-x;
  display: inline-block;
  float: left;
}
/* button text definitions */
a.button1_lg,
a.button1_md,
a.button1_sm,
a.button4_lg,
a.button4_md,
a.button4_sm,
a.button_select_md,
a.button_add_md {
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}
a.button2_lg,
a.button3_lg,
a.button2_md,
a.button3_md,
a.button5_md,
a.button2_sm,
a.button3_sm,
a.button5_sm,
a.button_added_md {
  font-weight: 700;
  color: #0082bb;
  display: inline-block;
  text-decoration: none;
}
a.button1_lg.disabled div.mid,
a.button2_lg.disabled div.mid,
a.button3_lg.disabled div.mid,
a.button4_lg.disabled div.mid,
a.button1_md.disabled div.mid,
a.button2_md.disabled div.mid,
a.button3_md.disabled div.mid,
a.button4_md.disabled div.mid,
a.button5_md.disabled div.mid,
a.button_select_md.disabled div.mid,
a.button_add_md.disabled div.mid,
a.button_added_md.disabled div.mid,
a.button1_sm.disabled div.mid,
a.button2_sm.disabled div.mid,
a.button3_sm.disabled div.mid,
a.button4_sm.disabled div.mid,
a.button5_sm.disabled div.mid {
  color: #BBB;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
a.button4_md.disabled div.mid {
  color: #959595;
}
a.button1_lg.disabled,
a.button2_lg.disabled,
a.button3_lg.disabled,
a.button4_lg.disabled,
a.button1_md.disabled,
a.button2_md.disabled,
a.button3_md.disabled,
a.button4_md.disabled,
a.button5_md.disabled,
a.button1_sm.disabled,
a.button2_sm.disabled,
a.button3_sm.disabled,
a.button4_sm.disabled,
a.button5_sm.disabled,
a.button_select_sm.disabled,
a.button_add_sm.disabled,
a.button_added_sm.disabled {
  cursor: default;
}
/* button1 large */
a.button1_lg {
  font-size: 18px;
  line-height: 26px;
}
a.button1_lg div.left {
  background-position: 0 0;
  height: 31px;
  width: 17px;
}
a.button1_lg div.mid {
  background-position: 0 0;
  height: 31px;
}
a.button1_lg div.right {
  background-position: 0 -31px;
  height: 31px;
  width: 34px;
}
a.button1_lg:hover div.left {
  background-position: -17px 0;
}
a.button1_lg:hover div.mid {
  background-position: 0 -31px;
}
a.button1_lg:hover div.right {
  background-position: -34px -31px;
}
a.button1_lg.disabled div.left {
  background-position: -34px 0;
}
a.button1_lg.disabled div.mid {
  background-position: 0 -62px;
}
a.button1_lg.disabled div.right {
  background-position: -68px -31px;
}
a.button1_lg.faded {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
a.button1_lg.faded div.left {
  background-position: 0 0;
}
a.button1_lg.faded div.mid {
  background-position: 0 0;
}
a.button1_lg.faded div.right {
  background-position: 0 -31px;
}
/* button1 medium */
a.button1_md {
  font-size: 15px;
  line-height: 26px;
}
a.button1_md div.left {
  background-position: 0 -62px;
  height: 27px;
  width: 14px;
}
a.button1_md div.mid {
  background-position: 0 -93px;
  color: #fff;
  height: 27px;
}
a.button1_md div.right {
  background-position: 0 -89px;
  height: 27px;
  width: 29px;
}
a.button1_md:hover div.left {
  background-position: -14px -62px;
}
a.button1_md:hover div.mid {
  background-position: 0 -120px;
}
a.button1_md:hover div.right {
  background-position: -29px -89px;
}
a.button1_md.disabled div.left {
  background-position: -28px -62px;
}
a.button1_md.disabled div.mid {
  background-position: 0 -147px;
}
a.button1_md.disabled div.right {
  background-position: -58px -89px;
}
/* button1 small */
a.button1_sm {
  font-size: 12px;
  line-height: 21px;
}
a.button1_sm div.left {
  background-position: 0 -116px;
  height: 22px;
  width: 12px;
}
a.button1_sm div.mid {
  background-position: 0 -174px;
  height: 22px;
}
a.button1_sm div.right {
  background-position: 0 -138px;
  height: 22px;
  width: 24px;
}
a.button1_sm:hover div.left {
  background-position: -12px -116px;
}
a.button1_sm:hover div.mid {
  background-position: 0 -196px;
}
a.button1_sm:hover div.right {
  background-position: -24px -138px;
}
a.button1_sm.disabled div.left {
  background-position: -24px -116px;
}
a.button1_sm.disabled div.mid {
  background-position: 0 -218px;
}
a.button1_sm.disabled div.right {
  background-position: -48px -138px;
}
/* button2 large */
a.button2_lg {
  font-size: 18px;
  line-height: 27px;
}
a.button2_lg div.left {
  background-position: 0 -160px;
  height: 29px;
  width: 17px;
}
a.button2_lg div.mid {
  background-position: 0 -240px;
  height: 29px;
}
a.button2_lg div.right {
  background-position: 0 -189px;
  height: 29px;
  width: 33px;
}
a.button2_lg:hover div.left {
  background-position: -17px -160px;
}
a.button2_lg:hover div.mid {
  background-position: 0 -269px;
}
a.button2_lg:hover div.right {
  background-position: -33px -189px;
}
a.button2_lg.disabled div.left {
  background-position: -34px -160px;
}
a.button2_lg.disabled div.mid {
  background-position: 0 -298px;
}
a.button2_lg.disabled div.right {
  background-position: -66px -189px;
}
/* button2 medium */
a.button2_md {
  font-size: 15px;
  line-height: 26px;
}
a.button2_md div.left {
  background-position: 0 -218px;
  height: 25px;
  width: 13px;
}
a.button2_md div.mid {
  background-position: 0 -327px;
  height: 25px;
}
a.button2_md div.right {
  background-position: 0 -243px;
  height: 25px;
  width: 29px;
}
a.button2_md:hover div.left {
  background-position: -13px -218px;
}
a.button2_md:hover div.mid {
  background-position: 0 -352px;
}
a.button2_md:hover div.right {
  background-position: -29px -243px;
}
a.button2_md.disabled div.left {
  background-position: -26px -218px;
}
a.button2_md.disabled div.mid {
  background-position: 0 -377px;
}
a.button2_md.disabled div.right {
  background-position: -58px -243px;
}
/* button2 small */
a.button2_sm {
  font-size: 12px;
  line-height: 21px;
}
a.button2_sm div.left {
  background-position: 0 -268px;
  height: 20px;
  width: 11px;
}
a.button2_sm div.mid {
  background-position: 0 -402px;
  height: 20px;
}
a.button2_sm div.right {
  background-position: 0 -288px;
  height: 20px;
  width: 24px;
}
a.button2_sm:hover div.left {
  background-position: -11px -268px;
}
a.button2_sm:hover div.mid {
  background-position: 0 -422px;
}
a.button2_sm:hover div.right {
  background-position: -24px -288px;
}
a.button2_sm.disabled div.left {
  background-position: -22px -268px;
}
a.button2_sm.disabled div.mid {
  background-position: 0 -442px;
}
a.button2_sm.disabled div.right {
  background-position: -48px -288px;
}
h4 .button2_md {
  left: 15px;
  position: relative;
  top: 5px;
}
/* button3 large */
a.button3_lg {
  font-size: 18px;
  line-height: 26px;
}
a.button3_lg div.left {
  background-position: 0 -308px;
  height: 29px;
  width: 17px;
}
a.button3_lg div.mid {
  background-position: 0 -462px;
  height: 29px;
}
a.button3_lg div.right {
  background-position: 0 -337px;
  height: 29px;
  width: 16px;
}
a.button3_lg:hover div.left {
  background-position: -17px -308px;
}
a.button3_lg:hover div.mid {
  background-position: 0 -491px;
}
a.button3_lg:hover div.right {
  background-position: -16px -337px;
}
a.button3_lg.disabled div.left {
  background-position: -34px -308px;
}
a.button3_lg.disabled div.mid {
  background-position: 0 -520px;
}
a.button3_lg.disabled div.right {
  background-position: -32px -337px;
}
/* button3 medium */
a.button3_md {
  font-size: 15px;
  line-height: 26px;
}
a.button3_md div.left {
  background-position: 0 -366px;
  height: 25px;
  width: 13px;
}
a.button3_md div.mid {
  background-position: 0 -549px;
  height: 25px;
}
a.button3_md div.right {
  background-position: 0 -391px;
  height: 25px;
  width: 14px;
}
a.button3_md:hover div.left {
  background-position: -13px -366px;
}
a.button3_md:hover div.mid {
  background-position: 0 -574px;
}
a.button3_md:hover div.right {
  background-position: -14px -391px;
}
a.button3_md.disabled div.left {
  background-position: -26px -366px;
}
a.button3_md.disabled div.mid {
  background-position: 0 -599px;
}
a.button3_md.disabled div.right {
  background-position: -28px -391px;
}
/* button3 small */
a.button3_sm {
  font-size: 12px;
  line-height: 21px;
}
a.button3_sm div.left {
  background-position: 0 -416px;
  height: 20px;
  width: 11px;
}
a.button3_sm div.mid {
  background-position: 0 -624px;
  height: 20px;
}
a.button3_sm div.right {
  background-position: 0 -436px;
  height: 20px;
  width: 12px;
}
a.button3_sm:hover div.left {
  background-position: -11px -416px;
}
a.button3_sm:hover div.mid {
  background-position: 0 -644px;
}
a.button3_sm:hover div.right {
  background-position: -12px -436px;
}
a.button3_sm.disabled div.left {
  background-position: -22px -416px;
}
a.button3_sm.disabled div.mid {
  background-position: 0 -664px;
}
a.button3_sm.disabled div.right {
  background-position: -24px -436px;
}
/* button4 large */
a.button4_lg {
  font-size: 18px;
  line-height: 27px;
}
a.button4_lg div.left {
  background-position: 0 -456px;
  height: 31px;
  width: 17px;
}
a.button4_lg div.mid {
  background-position: 0 -684px;
  height: 31px;
}
a.button4_lg div.right {
  background-position: 0 -487px;
  height: 31px;
  width: 34px;
}
a.button4_lg:hover div.left {
  background-position: -17px -456px;
}
a.button4_lg:hover div.mid {
  background-position: 0 -715px;
}
a.button4_lg:hover div.right {
  background-position: -34px -487px;
}
a.button4_lg.disabled div.left {
  background-position: -34px -456px;
}
a.button4_lg.disabled div.mid {
  background-position: 0 -746px;
}
a.button4_lg.disabled div.right {
  background-position: -68px -487px;
}
/* button4 medium */
a.button4_md {
  font-size: 15px;
  line-height: 26px;
}
a.button4_md div.left {
  background-position: 0 -518px;
  height: 27px;
  width: 14px;
}
a.button4_md div.mid {
  background-position: 0 -777px;
  height: 27px;
}
a.button4_md div.right {
  background-position: 0 -545px;
  height: 27px;
  width: 29px;
}
a.button4_md:hover div.left {
  background-position: -14px -518px;
}
a.button4_md:hover div.mid {
  background-position: 0 -804px;
}
a.button4_md:hover div.right {
  background-position: -29px -545px;
}
a.button4_md.disabled div.left {
  background-position: -28px -518px;
}
a.button4_md.disabled div.mid {
  background-position: 0 -831px;
}
a.button4_md.disabled div.right {
  background-position: -58px -545px;
}
/* button4 small */
a.button4_sm {
  font-size: 12px;
  line-height: 21px;
}
a.button4_sm div.left {
  background-position: 0 -572px;
  height: 22px;
  width: 12px;
}
a.button4_sm div.mid {
  background-position: 0 -858px;
  height: 22px;
}
a.button4_sm div.right {
  background-position: 0 -594px;
  height: 22px;
  width: 24px;
}
a.button4_sm:hover div.left {
  background-position: -12px -572px;
}
a.button4_sm:hover div.mid {
  background-position: 0 -880px;
}
a.button4_sm:hover div.right {
  background-position: -24px -594px;
}
a.button4_sm.disabled div.left {
  background-position: -24px -572px;
}
a.button4_sm.disabled div.mid {
  background-position: 0 -902px;
}
a.button4_sm.disabled div.right {
  background-position: -48px -594px;
}
/* button5 medium */
a.button5_md {
  font-size: 15px;
  line-height: 37px !important;
}
a.button5_md div.left {
  background-position: 0 -682px;
  height: 40px;
  width: 12px;
}
a.button5_md div.mid {
  background-position: 0 -1023px;
  height: 40px;
  padding: 0 6px 0 2px;
}
a.button5_md div.right {
  background-position: 0 -722px;
  height: 40px;
  width: 41px;
}
a.button5_md:hover div.left {
  background-position: -12px -682px;
}
a.button5_md:hover div.mid {
  background-position: 0 -1063px;
}
a.button5_md:hover div.right {
  background-position: -41px -722px;
}
a.button5_md.disabled div.left {
  background-position: -24px -682px;
}
a.button5_md.disabled div.mid {
  background-position: 0 -1103px;
}
a.button5_md.disabled div.right {
  background-position: -82px -722px;
}
/* button5 small */
a.button5_sm {
  font-size: 12px;
  line-height: 31px !important;
}
a.button5_sm div.left {
  background-position: 0 -616px;
  height: 33px;
  width: 9px;
}
a.button5_sm div.mid {
  background-position: 0 -924px;
  height: 33px;
  padding: 0 6px 0 2px;
}
a.button5_sm div.right {
  background-position: 0 -649px;
  height: 33px;
  width: 34px;
}
a.button5_sm:hover div.left {
  background-position: -9px -616px;
}
a.button5_sm:hover div.mid {
  background-position: 0 -957px;
}
a.button5_sm:hover div.right {
  background-position: -34px -649px;
}
a.button5_sm.disabled div.left {
  background-position: -18px -616px;
}
a.button5_sm.disabled div.mid {
  background-position: 0 -990px;
}
a.button5_sm.disabled div.right {
  background-position: -68px -649px;
}
/* button_select medium */
a.button_select_md {
  font-size: 15px;
  line-height: 26px;
}
a.button_select_md div.left {
  background-position: 0 -62px;
  height: 27px;
  width: 14px;
}
a.button_select_md div.mid {
  background-position: 0 -93px;
  color: #fff;
  height: 27px;
  padding-right: 3px;
}
a.button_select_md div.right {
  background-position: 0 -789px;
  height: 27px;
  width: 29px;
}
a.button_select_md:hover div.left {
  background-position: -14px -62px;
}
a.button_select_md:hover div.mid {
  background-position: 0 -120px;
}
a.button_select_md:hover div.right {
  background-position: -29px -789px;
}
a.button_select_md.disabled div.left {
  background-position: -28px -62px;
}
a.button_select_md.disabled div.mid {
  background-position: 0 -147px;
}
a.button_select_md.disabled div.right {
  background-position: -58px -89px;
}
/* button_add medium */
a.button_add_md {
  font-size: 15px;
  line-height: 26px;
}
a.button_add_md div.left {
  background-position: 0 -62px;
  height: 27px;
  width: 14px;
}
a.button_add_md div.mid {
  background-position: 0 -93px;
  color: #fff;
  height: 27px;
  padding-right: 3px;
}
a.button_add_md div.right {
  background-position: 0 -843px;
  height: 27px;
  width: 28px;
}
a.button_add_md:hover div.left {
  background-position: -14px -62px;
}
a.button_add_md:hover div.mid {
  background-position: 0 -120px;
}
a.button_add_md:hover div.right {
  background-position: -28px -843px;
}
a.button_add_md.disabled div.left {
  background-position: -28px -62px;
}
a.button_add_md.disabled div.mid {
  background-position: 0 -147px;
}
a.button_add_md.disabled div.right {
  background-position: -57px -843px;
}
/* button_added medium */
a.button_added_md {
  font-size: 15px;
  line-height: 26px;
}
a.button_added_md div.left {
  background-position: 0 -366px;
  height: 25px;
  width: 13px;
}
a.button_added_md div.mid {
  background-position: 0 -549px;
  height: 25px;
  padding-right: 3px;
}
a.button_added_md div.right {
  background-position: 0 -896px;
  height: 25px;
  width: 27px;
}
a.button_added_md:hover div.left {
  background-position: -13px -366px;
}
a.button_added_md:hover div.mid {
  background-position: 0 -574px;
}
a.button_added_md:hover div.right {
  background-position: -28px -896px;
}
a.button_added_md.disabled div.left {
  background-position: -26px -366px;
}
a.button_added_md.disabled div.mid {
  background-position: 0 -599px;
}
a.button_added_md.disabled div.right {
  background-position: -56px -896px;
}
/* ------------ END NEW BUTTONS ------------------------------ */
a.button1_lg.submit_summary.disabled {
  cursor: pointer!important;
  pointer-events: auto;
}
a.button1_lg.submit_summary.disabled div.left {
  background-image: url("/uploadedimages/ecomm/images/button_sprite_v2.png");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}
a.button1_lg.submit_summary.disabled div.mid {
  background-image: url("/uploadedimages/ecomm/images/button_sprite_mid_v2.png");
  background-repeat: repeat-x;
  display: inline-block;
  float: left;
}
a.button1_lg.submit_summary.disabled div.left {
  background-position: 0 0;
  height: 31px;
  width: 17px;
}
a.button1_lg.submit_summary.disabled div.mid {
  background-position: 0 0;
  height: 31px;
  color: #fff;
}
a.button1_lg.submit_summary.disabled div.right {
  background-position: 0 -31px;
  height: 31px;
  width: 34px;
}
a.button1_lg.submit_summary.disabled:hover div.left {
  background-position: -17px 0;
}
a.button1_lg.submit_summary.disabled:hover div.mid {
  background-position: 0 -31px;
}
a.button1_lg.submit_summary.disabled:hover div.right {
  background-position: -34px -31px;
}
/* Button Style 4 - Gradient grey with checkmark in blue, hover makes button turn blue gradient and the checkmark white */
a.button4 {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  line-height: 28px;
}
a.button4 div.left {
  height: 27px;
  width: 11px;
  background-image: url("/uploadedimages/sitecore/site_core_sprites.png");
  background-repeat: no-repeat;
  background-position: 0px -147px;
  display: inline-block;
  float: left;
}
a.button4 div.mid {
  background-image: url("/uploadedImages/SiteCore/site_core_gradients.png");
  background-repeat: repeat-x;
  background-position: 0 -229px;
  display: inline-block;
  float: left;
}
a.button4 div.right {
  height: 27px;
  width: 26px;
  background-image: url("/uploadedimages/sitecore/site_core_sprites.png");
  background-repeat: no-repeat;
  background-position: 0px -174px;
  display: inline-block;
  float: left;
}
/* Hover State */
a.button4:hover div.left {
  background-position: -12px -147px;
}
a.button4:hover div.mid {
  background-position: 0px -257px;
}
a.button4:hover div.right {
  background-position: -28px -174px;
}
/* Disabled State */
a.button4.disabled div.left {
  background-position: -33px -147px;
}
a.button4.disabled div.mid {
  background-position: 0px -285px;
  color: #61afd1;
}
a.button4.disabled div.right {
  background-position: -81px -174px;
}
h4 .button4 {
  left: 15px;
  position: relative;
  top: 5px;
}
a.button4.disabled {
  cursor: default;
  pointer-events: none;
}
/* Button Style 6 - Gradient grey button with big info speech bubble, highlight turns text blue */
a.button6 {
  display: inline-block;
  line-height: 28px;
}
a.button6 div.left {
  height: 15px;
  float: left;
  background: none;
  padding-right: 5px;
  line-height: 15px;
}
a.button6 div.right {
  background-image: url("/uploadedimages/sitecore/site_core_sprites.png");
  background-repeat: no-repeat;
  background-position: 0px -388px;
  height: 15px;
  width: 16px;
  float: left;
}
a.button6:hover div.left {
  text-decoration: underline;
}
a.button6:hover div.right {
  background-position: -16px -388px;
  height: 15px;
  width: 16px;
  float: left;
}
/* Button 10 */
.section_wide .footer a.button10 {
  padding: 6px 10px;
  border: 0;
}
a.button10 {
  line-height: 37px;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px #717171;
}
a.button10 div.left {
  background-position: 0 -542px;
  float: left;
  height: 27px;
  width: 13px;
}
a.button10 div.mid {
  background-position: 0 -532px;
  background-repeat: repeat-x;
  color: white;
  float: left;
  font-size: 24px;
  height: 27px;
  line-height: 26px;
  padding: 0 1px 0 0;
}
a.button10 div.right {
  background-position: 0 -570px;
  float: left;
  height: 27px;
  width: 31px;
}
a.button10:hover div.left {
  background-position: -13px -542px;
}
a.button10:hover div.mid {
  background-position: 0 -559px;
}
a.button10:hover div.right {
  background-position: -31px -570px;
}
a.button10.disabled div.left {
  background-position: -26px -542px;
}
a.button10.disabled div.mid {
  background-position: 0 -586px;
}
a.button10.disabled div.right {
  background-position: -62px -570px;
}
a.button10 div {
  background-image: url("/uploadedimages/sitecore/site_core_sprites.png");
}
a.button10 div.mid {
  background-image: url("/uploadedImages/SiteCore/site_core_gradients.png");
}
.button_confirm_modal {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px #2d9a17 solid;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
  display: inline-block;
  line-height: 1;
  margin: 20px 0 0;
  min-width: 184px;
  padding: 9px 10px;
  position: relative;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#36b91c), to(#1e8709));
  background-image: -webkit-linear-gradient(top, #36b91c 0%, #1e8709 100%);
  background-image: -moz-linear-gradient(top, #36b91c 0%, #1e8709 100%);
  background-image: linear-gradient(to bottom, #36b91c 0%, #1e8709 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff36b91c', endColorstr='#ff1e8709', GradientType=0);
  color: #ffffff;
  border-radius: 8px;
  padding: 31px 56px;
  width: 100%;
}
.button_confirm_modal:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#36b91c), to(#166106));
  background-image: -webkit-linear-gradient(top, #36b91c 0%, #166106 100%);
  background-image: -moz-linear-gradient(top, #36b91c 0%, #166106 100%);
  background-image: linear-gradient(to bottom, #36b91c 0%, #166106 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff36b91c', endColorstr='#ff166106', GradientType=0);
  color: #ffffff;
  text-decoration: none;
}
.button_confirm_modal:active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#166106), to(#36b91c));
  background-image: -webkit-linear-gradient(top, #166106 0%, #36b91c 100%);
  background-image: -moz-linear-gradient(top, #166106 0%, #36b91c 100%);
  background-image: linear-gradient(to bottom, #166106 0%, #36b91c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff166106', endColorstr='#ff36b91c', GradientType=0);
}
.button_confirm_modal.with-icon:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  font-size: 0.4em;
  line-height: 42px;
  background-color: #268414;
  border-radius: 50%;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  display: inline-block;
  height: 42px;
  padding-left: 2px;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 42px;
}
.button_confirm_modal.next-cta:after {
  padding-left: 6px;
}
a.btn_confirm,
input.btn_confirm {
  background: #0581b8;
  background-image: -webkit-linear-gradient(top, #0581b8, #0577aa);
  background-image: -moz-linear-gradient(top, #0581b8, #0577aa);
  background-image: -ms-linear-gradient(top, #0581b8, #0577aa);
  background-image: -o-linear-gradient(top, #0581b8, #0577aa);
  background-image: linear-gradient(to bottom, #0581b8, #0577aa);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 1px;
  text-decoration: none;
  font-weight: bold;
  float: left;
  margin-bottom: 20px;
}
a.btn_confirm:hover,
input.btn_confirm:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
a.btn_continue {
  background: #fefefe;
  background-image: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -o-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: linear-gradient(to bottom, #fefefe, #e5e5e5);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #0075b0;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 10px 20px 10px 20px;
  border: solid #00aed9 1px;
  text-decoration: none;
  float: left;
  margin-bottom: 20px;
  margin-right: 25px;
}
a.btn_continue:hover {
  background: #fbfbfb;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fbfbfb, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fbfbfb, #e6e6e6);
  background-image: -o-linear-gradient(top, #fbfbfb, #e6e6e6);
  background-image: linear-gradient(to bottom, #fbfbfb, #e6e6e6);
  text-decoration: none;
}
a.btn_checkout {
  background: #00a339;
  background-image: -webkit-linear-gradient(top, #00a339, #009434);
  background-image: -moz-linear-gradient(top, #00a339, #009434);
  background-image: -ms-linear-gradient(top, #00a339, #009434);
  background-image: -o-linear-gradient(top, #00a339, #009434);
  background-image: linear-gradient(to bottom, #00a339, #009434);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 10px 20px 10px 20px;
  border: solid #00a339 1px;
  text-decoration: none;
  float: left;
  margin-bottom: 20px;
}
a.btn_checkout:hover {
  background: #00a53a;
  background-image: -webkit-linear-gradient(top, #00a53a, #00a539);
  background-image: -moz-linear-gradient(top, #00a53a, #00a539);
  background-image: -ms-linear-gradient(top, #00a53a, #00a539);
  background-image: -o-linear-gradient(top, #00a53a, #00a539);
  background-image: linear-gradient(to bottom, #00a53a, #00a539);
  text-decoration: none;
}
button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0075b0;
  border: none;
  color: white;
  font-size: 16px;
  margin: 10px 0;
  padding: 15px 20px;
  text-align: center;
}
button:active,
button:hover {
  background: #00537d;
  cursor: pointer;
}
button[disabled] {
  background-color: #e0e0e0;
  border: none;
  color: #FFFFFF;
  cursor: default;
  opacity: 1;
}
button[disabled]:active,
button[disabled]:hover,
button[disabled]:visited,
button[disabled]:link {
  background: #e0e0e0;
  cursor: default;
}
a.btn {
  font-size: 16px;
  padding: 10px 20px;
  min-width: 150px;
}
a.btn:hover,
a.btn:active,
a.btn:visited,
a.btn:link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
a.btn.btn-primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0086ca), to(#006497));
  background-image: -webkit-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: -moz-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: linear-gradient(to bottom, #0086ca 0%, #006497 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0086ca', endColorstr='#ff006497', GradientType=0);
  color: #FFFFFF;
  font-size: inherit;
}
a.btn.btn-primary:active,
a.btn.btn-primary:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0086ca), to(#006497));
  background-image: -webkit-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: -moz-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: linear-gradient(to bottom, #0086ca 0%, #006497 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0086ca', endColorstr='#ff006497', GradientType=0);
  background-position: inherit;
  cursor: pointer;
}
a.btn.btn-secondary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #0075b0;
  color: #0082bb;
  font-size: inherit;
}
a.btn.btn-secondary:active,
a.btn.btn-secondary:hover {
  cursor: pointer;
}
a.btn.btn-tertiary {
  background-color: transparent;
  color: #FFFFFF;
  font-size: inherit;
}
a.btn.btn-tertiary:active,
a.btn.btn-tertiary:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
a.btn[disabled] {
  background-color: #e0e0e0;
  border: none;
  color: #FFFFFF;
  cursor: default;
  opacity: 1;
}
a.btn[disabled]:active,
a.btn[disabled]:hover,
a.btn[disabled]:visited,
a.btn[disabled]:link {
  background: #e0e0e0;
  cursor: default;
}
.button-remove {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.button-remove .added {
  border: solid 1px #ccc;
  padding: 5px;
}
.button-remove .added :hover {
  text-decoration: none;
}
.button-remove .added span:hover {
  text-decoration: none;
}
.button-remove span {
  color: #666;
  font-size: 14px;
  display: block;
}
.button-remove span span {
  display: inline;
  border: none;
}
/* legacy pages */
.alternate .btn.btn-primary,
.tvSection .offer_type .btn.btn-primary {
  font-size: 16px;
  width: 100%;
}
.alternate .list_price,
.tvSection .offer_type .list_price {
  padding-right: 15px;
}
.alternate .productPricing .addOns,
.tvSection .offer_type .productPricing .addOns {
  padding: 0 0 0 25px;
}
.main-container .internetSection .package_price .price,
.main-container .phoneSection .package_price .price,
.main-container .tvSection .package_price .price {
  display: flex;
  justify-content: center;
}
.main-container .internetSection .package_price .offer_type.bottom,
.main-container .phoneSection .package_price .offer_type.bottom,
.main-container .tvSection .package_price .offer_type.bottom {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.main-container .internetSection .package_price .offer_type.bottom .regular-rate,
.main-container .phoneSection .package_price .offer_type.bottom .regular-rate,
.main-container .tvSection .package_price .offer_type.bottom .regular-rate {
  margin-top: 15px;
  font-weight: normal;
}
.main-container .internetSection .package_price a.button1_md,
.main-container .phoneSection .package_price a.button1_md,
.main-container .tvSection .package_price a.button1_md {
  background-color: #0a6fa7;
  padding: 7px 10px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0086ca), to(#006497));
  background-image: -webkit-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: -moz-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: linear-gradient(to bottom, #0086ca 0%, #006497 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0086ca', endColorstr='#ff006497', GradientType=0);
}
.main-container .internetSection .package_price a.button1_md:active,
.main-container .phoneSection .package_price a.button1_md:active,
.main-container .tvSection .package_price a.button1_md:active,
.main-container .internetSection .package_price a.button1_md:hover,
.main-container .phoneSection .package_price a.button1_md:hover,
.main-container .tvSection .package_price a.button1_md:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0086ca), to(#006497));
  background-image: -webkit-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: -moz-linear-gradient(top, #0086ca 0%, #006497 100%);
  background-image: linear-gradient(to bottom, #0086ca 0%, #006497 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0086ca', endColorstr='#ff006497', GradientType=0);
  background-position: inherit;
  cursor: pointer;
}
.breadcrumbs {
  width: 960px;
  display: block;
  clear: both;
  padding: 13px 20px 13px 0;
}
.breadcrumbs li {
  float: left;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  text-rendering: auto !important;
}
.breadcrumbs li a {
  display: inline-block;
  margin-right: 7px;
  padding-right: 7px;
  padding: 0 7px 0 0;
  border-right: 1px solid #999;
  font-size: 11px;
  line-height: 1em;
  background: none;
}
.breadcrumbs li a:hover {
  background: none;
}
.grid .breadcrumbs,
#tvPackageLanding .breadcrumbs {
  margin-bottom: 0px;
}
.meganav.full .mainNav li.sitesearch .ic {
  right: 15px;
}
.meganav .mainNav {
  background: #0082bb;
  padding: 0;
  min-height: 75px;
  clear: both;
}
.meganav .mainNav .container,
.meganav .mainNav .container-fluid {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.meganav .mainNav .container .nav,
.meganav .mainNav .container-fluid .nav {
  margin: 0;
  padding: 0;
}
.meganav .mainNav.light {
  border-top: 1px solid #ccc;
  background: #fff;
}
.meganav .mainNav.light li.brand {
  display: block;
}
.meganav .mainNav.light li.brand a {
  color: #0082bb;
  line-height: 75px;
  height: 52px;
  padding: 0;
  text-shadow: none;
  z-index: 999;
}
.meganav .mainNav.light li.brand a:hover,
.meganav .mainNav.light li.brand a:focus {
  background-color: transparent;
}
.meganav .mainNav li {
  font-family: shaw, sans-serif;
  display: inline-block;
  line-height: 75px;
  position: relative;
  padding: 0px;
  margin: 0px;
  float: left;
  color: #333;
  text-transform: capitalize;
}
.meganav .mainNav li.back-to {
  display: none;
}
.meganav .mainNav li a {
  font-family: shaw, sans-serif;
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 0 15px 0 25px;
  position: relative;
  text-shadow: 0 1px 1px #006f9f;
  text-decoration: none;
}
@media only screen and (max-width: 990px) {
  .responsive .meganav .mainNav li a {
    font-size: 18px;
    padding: 0 10px;
  }
}
.meganav .mainNav li a:focus,
.meganav .mainNav li a:hover {
  background-color: #006f9f;
  text-decoration: none;
}
.meganav .mainNav li a:focus:after,
.meganav .mainNav li a:hover:after {
  border-top-color: #006f9f!important;
}
.meganav .mainNav li a.button3_md {
  background-color: #1a8cbf;
  border: 1px solid #339bc9;
  padding: 0 10px;
  font-weight: normal;
}
.meganav .mainNav li a.button3_md:hover {
  background-color: #006f9f;
}
.meganav .mainNav li a.ic {
  font-family: 'fonticon', sans-serif;
}
.meganav .mainNav li.brand {
  font-family: arial;
  font-size: 0px;
  float: left;
  left: 10px;
}
.meganav .mainNav li.brand a {
  background-color: none!important;
  font-size: 100px;
  font-weight: normal;
  line-height: 75px;
  max-height: 75px;
  padding: 0px;
  z-index: inherit;
}
.meganav .mainNav li.brand a:hover,
.meganav .mainNav li.brand a:focus {
  background-color: transparent;
}
.meganav .mainNav li.brand a:before {
  left: -9px;
  position: relative;
}
.meganav .mainNav li.sub {
  width: auto;
  float: left;
  margin: 0;
}
.meganav .mainNav li.sub li {
  float: none;
}
.meganav .mainNav li.title {
  color: #fff;
  text-shadow: 0 1px 1px #006f9f;
  font-size: 18px;
  white-space: nowrap;
}
.meganav .mainNav li.active {
  background-color: #006f9f;
}
.meganav .mainNav li.active a:after {
  border-top-color: #006f9f!important;
}
.meganav .mainNav li.sitesearch {
  background-color: #0082bb;
  border-left: 1px solid #339bc9;
  border-right: 1px solid #339bc9;
  padding: 0;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 73px;
  height: 73px;
  cursor: pointer;
  float: left;
  margin-top: 1px;
  position: relative;
  z-index: 99;
  min-width: 76px;
  max-width: 76px;
}
.meganav .mainNav li.sitesearch .ic {
  color: #fff;
}
.meganav .mainNav li.sitesearch .ic-shaw-search:before {
  content: '\e725';
}
.meganav .mainNav li.sitesearch.active {
  background: #fff;
  color: #0082bb;
  padding-left: 13px;
  max-width: 222px;
}
.meganav .mainNav li.sitesearch.active .ic {
  color: #0082bb;
}
.meganav .mainNav li.sitesearch.active .ic-shaw-search:before {
  content: '\e725 ';
}
.meganav .mainNav li.sitesearch.active:before {
  display: none;
}
.meganav .mainNav li.sitesearch.active .searchForm {
  float: left;
  display: block;
}
.meganav .mainNav li.sitesearch.active .searchForm input {
  border: 1px solid #ffffff;
  background-color: #fff;
  color: #999;
  padding-left: 10px;
  padding-right: 0px;
  width: 150px;
  line-height: 68px;
  margin-right: 45px;
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  transform: translate(-13px, -2px);
}
.touch .meganav .mainNav li.sitesearch.active .searchForm input {
  font-size: 20px!important;
  line-height: 40px!important;
}
.meganav .mainNav li.sitesearch.active .searchForm input::-ms-clear {
  display: none;
}
.meganav .mainNav li.sitesearch .error {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 5%;
  color: red;
  line-height: 1em;
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  width: 95%;
}
.meganav .mainNav li.sitesearch .close {
  line-height: 1em;
  position: absolute;
  left: 5%;
  top: 5px;
  color: #999!important;
  opacity: 1!important;
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
.meganav .mainNav li.sitesearch .ic {
  position: absolute;
  top: 0px;
  right: 25px;
  line-height: 72px;
  display: inline-block;
}
.meganav .mainNav li.sitesearch .searchForm {
  display: none;
  float: left;
}
.meganav .mainNav li.build {
  background-color: #0082bb;
  line-height: 75px;
}
.meganav .mainNav li.build a {
  line-height: 53px;
  font-size: 15px;
  float: right;
  margin: 10px 0px 10px 10px;
  top: 0;
  display: block;
  white-space: nowrap;
}
.meganav .mainNav li.right {
  position: absolute;
  right: 0;
  top: 0;
}
.meganav .mainNav li.right ul {
  margin: 0;
  padding: 0;
}
.meganav .mainNav li.active:before {
  position: absolute;
  content: "";
  bottom: 0px;
  z-index: 999;
  background: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 13px 11px;
  border-color: transparent transparent #ffffff transparent;
  left: 50%;
  margin-left: -11px;
}
.meganav .mainNav li.parent a,
.meganav .mainNav li.active a {
  padding-right: 30px;
}
.meganav .mainNav li.parent a:hover,
.meganav .mainNav li.active a:hover {
  background-color: #006f9f;
}
.meganav .mainNav li.parent a:hover:after,
.meganav .mainNav li.active a:hover:after,
.meganav .mainNav li.parent a:hover:before,
.meganav .mainNav li.active a:hover:before {
  content: " ";
}
.meganav .mainNav li.parent a:after,
.meganav .mainNav li.active a:after,
.meganav .mainNav li.parent a:before,
.meganav .mainNav li.active a:before {
  position: absolute;
  z-index: 99;
  display: block;
  content: "";
  border: 6px solid transparent;
  /*adjust size*/
}
.meganav .mainNav li.parent a:before,
.meganav .mainNav li.active a:before {
  top: 36px;
  right: 10px;
  border-top-color: #98cce3;
  /*Chevron Color*/
}
.meganav .mainNav li.parent a:after,
.meganav .mainNav li.active a:after {
  top: 34px;
  /*adjust thickness*/
  right: 10px;
  border-top-color: #0082bb;
  /*Match background colour*/
}
.meganav .mainNav li.parent .sub_nav,
.meganav .mainNav li.active .sub_nav {
  position: absolute;
  display: none;
  left: 0;
  top: 75px;
  z-index: 9999;
  width: 240px;
  padding: 0;
  margin: 0;
  -moz-box-shadow: 0 5px 5px -2px #555555;
  -webkit-box-shadow: 0 5px 5px -2px #555555;
  box-shadow: 0 5px 5px -2px #555555;
}
.meganav .mainNav li.parent .sub_nav a:before,
.meganav .mainNav li.active .sub_nav a:before {
  border-color: none;
  border: none;
}
.meganav .mainNav li.parent .sub_nav a:after,
.meganav .mainNav li.active .sub_nav a:after {
  border-color: red;
  display: none;
  border: none;
}
.meganav .mainNav li.parent .sub_nav li,
.meganav .mainNav li.active .sub_nav li {
  display: block;
  line-height: 45px;
}
.meganav .mainNav li.parent .sub_nav li a,
.meganav .mainNav li.active .sub_nav li a {
  font-size: 15px;
  color: #0381bc;
  padding-left: 26px;
  background: #fff;
  text-shadow: none;
}
.meganav .mainNav li.parent .sub_nav li a:hover,
.meganav .mainNav li.active .sub_nav li a:hover {
  background: #ededed;
  color: #666;
}
.meganav .mainNav li.parent .sub_nav li a.first:hover,
.meganav .mainNav li.active .sub_nav li a.first:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}
.meganav .mainNav li.selected a {
  background-color: #006f9f;
}
.meganav .mainNav li.selected a:after {
  border-top-color: #006f9f;
  /*Match background colour*/
}
.meganav .masthead .topToolbarContent .serviceabilityForm hr {
  display: none;
}
@media screen and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
  .responsive .meganav.bootstrap .topToolbarContent {
    height: auto!important;
    max-height: none!important;
    overflow: visible!important;
  }
  .responsive .meganav.bootstrap .topToolbarContent .container .col5 .columns {
    float: left!important;
    width: 50%!important;
    border: none;
    text-align: left;
  }
  .responsive .meganav.bootstrap .topToolbarContent .container .col5 .columns li p {
    text-align: left;
  }
  #pageBody_search_jsp .back-to {
    display: inline-block;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  .responsive .meganav.bootstrap .masthead .topToolbar ul.secondary {
    margin-right: 15px;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li.section a {
    font-size: 11px;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-contact {
    margin-right: -15px;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li a.ic:before {
    padding-left: 7px!important;
    padding-right: 7px!important;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-close.selected:before {
    padding: 19px 10px 17px 10px!important;
  }
  .responsive .meganav.bootstrap .masthead .topToolbarContent .content .col-md-2-5 {
    width: 100%;
    border: 0;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) and (orientation: landscape) {
  .responsive .meganav.bootstrap .masthead .topToolbar ul.secondary {
    margin-right: 15px;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-contact {
    margin-right: -15px;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li a.ic:before {
    padding-left: 7px!important;
    padding-right: 7px!important;
  }
  .responsive .meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-close.selected:before {
    padding: 19px 10px 17px 10px!important;
  }
  .responsive .meganav.bootstrap .masthead .topToolbarContent .col-xs-6 .ic:before {
    display: none!important;
  }
  .responsive .meganav.bootstrap .masthead .topToolbarContent .content .col-md-2-5 {
    width: 50%;
    border: 0;
  }
}
@media (min-width: 769px) {
  .responsive .meganav.bootstrap .masthead .topToolbarContent .col-md-2-5 {
    max-width: 25%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .responsive .meganav.bootstrap .masthead .topToolbarContent .col-md-2-5 {
    max-width: 25%;
    float: left;
  }
  .responsive .meganav.bootstrap .masthead .topToolbarContent .col-md-2-5 p {
    font-size: 14px;
  }
  .responsive .meganav.bootstrap .masthead .topToolbarContent .col-md-2-5 p a {
    font-size: 14px;
  }
}
.lt-ie9 .meganav .container {
  margin: 0 auto;
}
/* start styling for search suggestion */
#search_bar_search_jsp .ui-autocomplete,
.meganav .ui-autocomplete {
  display: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #FFFFFF;
  list-style: none;
  line-height: 18px;
  padding: 0;
  margin-left: 15px;
  position: absolute;
  cursor: default;
  z-index: 100;
}
#search_bar_search_jsp .ui-menu-item .ui-corner-all,
.meganav .ui-menu-item {
  display: block !important;
  float: none !important;
  line-height: 18px !important;
  border-bottom: none;
}
#search_bar_search_jsp .ui-menu-item .ui-corner-all,
.meganav .ui-menu-item .ui-corner-all {
  position: relative;
  border: 0px;
  margin: 0px;
  padding: 0 2px 0 0;
  cursor: pointer;
  display: list-item !important;
  list-style: none;
  border-radius: 0;
  font-family: arial, sans-serif;
  font-size: 14px;
  padding: 5px;
  text-shadow: none;
  color: #333;
}
#search_bar_search_jsp .ui-menu-item .ui-corner-all:before,
#search_bar_search_jsp .ui-menu-item .ui-corner-all:after,
.meganav .ui-menu-item .ui-corner-all:before,
.meganav .ui-menu-item .ui-corner-all:after {
  display: none !important;
}
#search_bar_search_jsp .ui-corner-all a:link,
.meganav .ui-corner-all a:link {
  text-decoration: none;
}
#search_bar_search_jsp .ui-corner-all a:active,
#search_bar_search_jsp .ui-corner-all a:hover,
#search_bar_search_jsp .ui-corner-all a:visited,
.meganav .ui-corner-all a:active,
.meganav .ui-corner-all a:hover,
.meganav .ui-corner-all a:visited {
  text-decoration: none!important;
  background-color: #cce6f1!important;
}
#search_bar_search_jsp .ui-state-focus,
.meganav .ui-state-focus {
  text-decoration: none!important;
  background-color: #cce6f1!important;
}
#search_bar_search_jsp .ui-autocomplete-term,
.meganav .ui-autocomplete-term {
  font-weight: bold;
}
/* end styling for search suggestion */
.non-responsive.meganav {
  min-width: 1170px;
}
.non-responsive.meganav .hidden-xs {
  display: inline-block !important;
}
.non-responsive.meganav .visible-xs {
  display: none!important;
}
.meganav {
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale!important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.meganav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.meganav input::-ms-clear {
  display: none;
}
.meganav.corporate {
  min-width: 100%;
}
.meganav.corporate.non-responsive {
  min-width: 1170px;
}
.meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-contact.ic-shaw-close:before {
  content: "\e701";
}
.meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-close.selected:before {
  background-color: #f0f0f0;
  font-size: 16px;
  top: 2px;
  padding: 19px 7px 16px 7px;
  max-height: 46px;
}
.meganav.bootstrap.personal .masthead .topToolbar ul li a#location-city span {
  visibility: visible;
}
.meganav .masthead {
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  width: 100%;
  padding: 0;
  background: #fff;
}
.meganav .masthead .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
}
.meganav .masthead .pull-right {
  float: right;
}
.meganav .masthead ul {
  margin: 0 -15px 0 0;
  padding: 0;
  list-style: none;
}
.meganav .masthead a {
  color: #0082bb;
  outline: 0;
  line-height: 1em;
}
.meganav .masthead a .ic {
  font-family: Arial, sans-serif !important;
}
.meganav .masthead a .ic span {
  font-family: Arial, sans-serif !important;
}
.meganav .masthead a .ic:before {
  font-family: 'fonticon', sans-serif !important;
}
.meganav .masthead .topToolbar {
  height: 40px;
  max-height: 40px;
  padding-top: 9px;
  width: 100%;
}
.meganav .masthead .topToolbar li.first {
  padding-left: 0px;
}
.meganav .masthead .topToolbar li.text-right .secondary {
  text-align: right;
}
.meganav .masthead .topToolbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.meganav .masthead .topToolbar ul li {
  list-style: none;
  display: inline-block;
  line-height: 26px;
  position: relative;
  float: left;
}
.meganav .masthead .topToolbar ul li a {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 5px;
  position: relative;
  cursor: pointer;
  line-height: 26px;
}
.meganav .masthead .topToolbar ul li a#location-city span {
  visibility: hidden;
}
@media only screen and (max-width: 977px) {
  .meganav .masthead .topToolbar ul li a#location-city {
    display: none;
  }
}
.meganav .masthead .topToolbar ul li a.ic {
  font-family: Arial, sans-serif !important;
}
.meganav .masthead .topToolbar ul li a.ic span {
  font-family: Arial, sans-serif !important;
}
.meganav .masthead .topToolbar ul li a.ic:before {
  font-family: 'fonticon', sans-serif !important;
}
.meganav .masthead .topToolbar ul li a:hover {
  text-decoration: none;
}
.meganav .masthead .topToolbar ul li a:before {
  font-size: 24px;
  position: relative;
  color: #0182bb;
  top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px 4px 10px 18px;
}
.meganav .masthead .topToolbar ul li a.ic-shaw-webmail:before {
  top: 3px;
  padding-right: 8px;
}
.meganav .masthead .topToolbar ul li a.ic-shaw-cart:before {
  top: 2px;
  margin-right: -3px;
  padding-left: 19px;
}
.meganav .masthead .topToolbar ul li a.ic-shaw-location:before {
  top: 3px;
  margin-right: 0px;
}
.meganav .masthead .topToolbar ul li a.ic-shaw-contact:before {
  top: 4px;
  padding-right: 7px;
}
.meganav .masthead .topToolbar ul li a:hover {
  text-decoration: none;
  color: #000;
}
.meganav .masthead .topToolbar ul li a .cartIcon:before {
  color: red;
  position: absolute;
  top: -10px;
  left: 31px;
  font-size: 11px;
}
.meganav .masthead .topToolbar ul li.personal {
  border: 1px solid #e0e0e0;
  float: left;
  padding: 0px 7px 0px 12px;
  position: relative;
  z-index: 1;
  line-height: 22px;
}
@media only screen and (max-width: 977px) {
  .responsive .meganav .masthead .topToolbar ul li.personal {
    display: none;
  }
}
.meganav .masthead .topToolbar ul li.personal a {
  line-height: 22px;
}
.meganav .masthead .topToolbar ul li.personal.selected {
  background: #0082bb;
  border-color: #0082bb;
  z-index: 2;
}
.meganav .masthead .topToolbar ul li.personal.selected a {
  color: #fff;
}
.meganav .masthead .topToolbar ul li.personal.selected:after {
  position: absolute;
  content: "";
  background: url(/uploadedimages/Ecomm/Images/meganav/ico-caret.png) no-repeat center top;
  width: 14px;
  height: 4px;
  bottom: -1px;
  left: 50%;
  margin-left: -7px;
  z-index: 9999;
}
.meganav .masthead .topToolbar ul li.business {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 0;
  float: left;
  padding: 0px 7px 0px 10px;
  margin-right: 24px;
  position: relative;
  z-index: 1;
  line-height: 22px;
}
@media only screen and (max-width: 977px) {
  .responsive .meganav .masthead .topToolbar ul li.business {
    display: none;
  }
}
.meganav .masthead .topToolbar ul li.business a {
  line-height: 22px;
}
.meganav .masthead .topToolbar ul li.business.selected {
  background: #0082bb;
  border-color: #0082bb;
  z-index: 2;
}
.meganav .masthead .topToolbar ul li.business.selected a {
  color: #fff;
}
.meganav .masthead .topToolbar ul li.business.selected:after {
  position: absolute;
  content: "";
  background: url(/uploadedimages/Ecomm/Images/meganav/ico-caret.png) no-repeat center top;
  width: 14px;
  height: 4px;
  bottom: -1px;
  left: 50%;
  margin-left: -7px;
  z-index: 9999;
}
.meganav .masthead .topToolbar ul li.selected {
  color: #000;
}
.meganav .masthead .topToolbar ul li.selected a {
  color: #000;
}
.meganav .masthead .topToolbar ul li.open:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #f0f0f0 transparent;
  top: 26px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
.meganav .masthead .topToolbar ul li.section {
  border: none;
  position: relative;
  margin: 0;
  max-height: 24px;
  float: left;
}
.meganav .masthead .topToolbar ul li.section a {
  display: inline-block;
  float: left;
  white-space: nowrap;
}
.meganav .masthead .topToolbar ul li.section.first a {
  padding-left: 0;
}
.meganav .masthead .topToolbar ul li.section .separator {
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 16px 0 11px;
}
.meganav .masthead .topToolbar ul.secondary li a {
  line-height: 1em;
}
.meganav .masthead .topToolbarContent {
  background: #f0f0f0;
  margin-top: 5px;
}
.meganav .masthead .topToolbarContent li {
  margin-bottom: 0px;
  color: #333;
}
.touch .meganav .masthead .topToolbarContent li .container {
  margin-left: 0px!important;
}
.meganav .masthead .topToolbarContent hr {
  border: 0;
  background: url("//www.shaw.ca/uploadedimages/ecomm/images/meganav/meganav-sprite2.png") no-repeat -55px top;
  height: 9px;
  line-height: 0;
  font-size: 0;
  width: 855px;
  display: block;
  margin: 25px auto 0 auto;
  clear: both;
}
.touch .meganav .masthead .topToolbarContent hr {
  display: none;
}
.meganav .masthead .topToolbarContent.ServiceNotAvailable {
  background: #002033;
}
.meganav .masthead .topToolbarContent .checkAvailability {
  margin-top: 20px;
}
.meganav .masthead .topToolbarContent #ServiceAvailable-content {
  padding-top: 30px;
}
.meganav .masthead .topToolbarContent #ServiceAvailable-content hr {
  margin-top: 80px;
}
.meganav .masthead .topToolbarContent #ServiceNotAvailable-content {
  background: url("//www.shaw.ca/uploadedimages/ecomm/images/meganav/sd-background.jpg") no-repeat right bottom #002033;
  min-height: 177px;
  padding-bottom: 15px;
  clear: both;
  float: none;
  font-size: 13px;
  overflow: hidden;
}
.meganav .masthead .topToolbarContent #ServiceNotAvailable-content h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 1.1em;
  margin-top: 1em;
  text-transform: none;
}
.meganav .masthead .topToolbarContent #ServiceNotAvailable-content p {
  color: #FFF;
  font-size: 13px;
  line-height: 1.6em;
  padding-bottom: 0px;
}
.meganav .masthead .topToolbarContent #ServiceNotAvailable-content .button1_md {
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
}
.meganav .masthead .topToolbarContent .content {
  display: none;
  position: relative;
  padding-top: 10px;
}
.meganav .masthead .topToolbarContent .content .buckets .bucket {
  min-height: 140px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .meganav .masthead .topToolbarContent .content .buckets .bucket {
    border-right: 1px solid #ccc;
  }
}
.meganav .masthead .topToolbarContent .content .buckets .bucket:last-child {
  border: 0;
}
.meganav .masthead .topToolbarContent .content h3,
.meganav .masthead .topToolbarContent .content .heading {
  font-family: "shaw-n7", "shaw", Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px;
}
.meganav .masthead .topToolbarContent .content h3.ic,
.meganav .masthead .topToolbarContent .content .heading.ic {
  font-size: 21px;
}
.meganav .masthead .topToolbarContent .content h3.ic:before,
.meganav .masthead .topToolbarContent .content .heading.ic:before {
  font-family: 'fonticon', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.meganav .masthead .topToolbarContent .content h3.messageNoShawServices,
.meganav .masthead .topToolbarContent .content .heading.messageNoShawServices {
  color: #fff;
}
.meganav .masthead .topToolbarContent .content .sub-heading {
  font-family: "shaw-n4", "shaw", Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 20px 0;
}
.meganav .masthead .topToolbarContent .content p {
  line-height: 1.4em;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0.5em;
}
.meganav .masthead .topToolbarContent .content p strong {
  font-size: 16px;
  color: #333333;
}
.meganav .masthead .topToolbarContent .content a {
  color: #0082bb;
  font-size: 16px;
}
.meganav .masthead .topToolbarContent .content form h3 {
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  color: #333;
}
.meganav .masthead .topToolbarContent .content form label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  color: #666;
}
.meganav .masthead .topToolbarContent .content form.region_drawer_form .secondary-wrapper label {
  font-weight: bold;
}
.meganav .masthead .topToolbarContent .content form a.btn {
  color: #fff;
  text-align: center;
}
.meganav .masthead .topToolbarContent .content form a.btn:hover {
  background-color: none;
}
.meganav .masthead .topToolbarContent .content form .address {
  width: 80% !important;
  padding: 5px 2%;
  line-height: 40px;
  height: 40px !important;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #666;
  color: #666;
}
.meganav .masthead .topToolbarContent .content form .error {
  display: block;
  color: red;
  padding-top: 10px;
  margin-bottom: -10px;
}
.meganav .masthead .topToolbarContent .content .columns.seven {
  width: 58.33333%;
}
.meganav .masthead .topToolbarContent .content .close-content {
  position: absolute;
  z-index: 9;
  right: 0px;
  color: #0082bb;
  font-size: 16px;
  cursor: pointer;
}
.ontouch {
  display: none;
}
.touch .ontouch {
  display: none;
}
.touch .notouch {
  display: block;
}
.touch .meganav.js .masthead .topToolbar ul li.open:after {
  display: none;
}
.touch .contact-header {
  margin-bottom: -30px;
}
.meganav.js .masthead .topToolbar ul li a.ic-shaw-cart:before {
  margin-right: 0px;
}
@media screen and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
  .responsive .meganav .topToolbarContent {
    height: auto!important;
    max-height: none!important;
    overflow: visible!important;
  }
  .responsive .meganav .topToolbarContent .container .col5 .columns {
    float: left!important;
    width: 50%!important;
    border: none;
    text-align: left;
  }
  .responsive .meganav .topToolbarContent .container .col5 .columns li p {
    text-align: left;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  .responsive.meganav.bootstrap .masthead .topToolbar ul.secondary {
    margin-right: 15px;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li.section a {
    font-size: 11px;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-contact {
    margin-right: -15px;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li a.ic:before {
    padding-left: 7px!important;
    padding-right: 7px!important;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-close.selected:before {
    padding: 19px 10px 17px 10px!important;
  }
  .responsive.meganav.bootstrap .masthead .topToolbarContent .content .col-md-2-5 {
    width: 100%;
    border: 0;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) and (orientation: landscape) {
  .responsive.meganav.bootstrap .masthead .topToolbar ul.secondary {
    margin-right: 15px;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-contact {
    margin-right: -15px;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li a.ic:before {
    padding-left: 7px!important;
    padding-right: 7px!important;
  }
  .responsive.meganav.bootstrap .masthead .topToolbar ul li a.ic-shaw-close.selected:before {
    padding: 19px 10px 17px 10px!important;
  }
  .responsive.meganav.bootstrap .masthead .topToolbarContent .col-xs-6 .ic:before {
    display: none!important;
  }
  .responsive.meganav.bootstrap .masthead .topToolbarContent .content .col-md-2-5 {
    width: 50%;
    border: 0;
  }
}
@media (min-width: 769px) {
  .meganav.responsive .masthead .topToolbarContent .col-md-2-5 {
    max-width: 25%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .responsive.meganav .masthead .topToolbarContent .col-md-2-5 {
    max-width: 25%;
    float: left;
  }
  .responsive.meganav .masthead .topToolbarContent .col-md-2-5 p {
    font-size: 14px;
  }
  .responsive.meganav .masthead .topToolbarContent .col-md-2-5 p a {
    font-size: 14px;
  }
}
.pac-container::after {
  display: none;
}
@media (max-width: 769px) {
  .meganav .masthead .topToolbarContent .content .columns .drawer_check {
    padding-bottom: 10px;
    margin-top: 0;
  }
}
.navbar-default.responsive-ektron {
  background-image: none;
  background-color: #0381bc;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-default.responsive-ektron.affix {
  z-index: 10000;
  width: 100%;
  top: 0;
}
.navbar-default.responsive-ektron .navbar-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.navbar-default.responsive-ektron .navbar-brand {
  color: #ffffff;
  float: none;
  width: 100%;
  margin-right: 5pc;
  text-align: center;
  margin-top: -60px;
}
.navbar-default.responsive-ektron .navbar-brand a {
  color: #ffffff;
}
.navbar-default.responsive-ektron .navbar-brand:focus,
.navbar-default.responsive-ektron .navbar-brand:hover {
  color: #ffffff;
}
.navbar-default.responsive-ektron .navbar-brand::before {
  font-family: 'fonticon';
  font-size: 80px;
}
.navbar-default.responsive-ektron .navbar-toggle {
  float: none;
  border: none;
  background-color: #0381bc;
}
.navbar-default.responsive-ektron .navbar-toggle:hover {
  background-color: #0381bc;
}
.navbar-default.responsive-ektron .navbar-toggle .icon-bar {
  width: 100%;
  background-color: #ffffff;
  display: none;
  height: 5px;
}
.navbar-default.responsive-ektron .navbar-toggle .ic-shaw-close {
  font-size: 24px;
  display: block;
}
.navbar-default.responsive-ektron .navbar-toggle.collapsed .icon-bar {
  display: block;
}
.navbar-default.responsive-ektron .navbar-toggle.collapsed .ic-shaw-close {
  display: none;
}
.navbar-default.responsive-ektron .navbar-toggle .menu-text {
  color: #ffffff;
  font-size: 12px;
}
.navbar-default.responsive-ektron .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-default.responsive-ektron .navbar-collapse.collapse[aria-expanded="true"] {
  height: 100vh;
}
.navbar-default.responsive-ektron .navbar-nav > li > a {
  color: #ffffff;
  font-family: shaw-n4, shaw, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  text-shadow: none;
}
.navbar-default.responsive-ektron .navbar-nav > .open > a,
.navbar-default.responsive-ektron .navbar-nav > .open > a:focus,
.navbar-default.responsive-ektron .navbar-nav > .open > a:hover,
.navbar-default.responsive-ektron .navbar-nav > li > a:focus,
.navbar-default.responsive-ektron .navbar-nav > li > a:hover,
.navbar-default.responsive-ektron .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
  background: transparent;
}
.navbar-default.responsive-ektron .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default.responsive-ektron .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.navbar-default.responsive-ektron .navbar-nav > .active > a,
.navbar-default.responsive-ektron .navbar-nav > .open > a {
  box-shadow: none;
}
.navbar-default.responsive-ektron .dropdown-menu {
  padding: 0;
}
.navbar-default.responsive-ektron .open .dropdown-menu {
  background-color: #0c75a6;
}
.navbar-default.responsive-ektron .dropdown-menu > li > a {
  padding: 10px 0;
  font-family: shaw-n4, shaw, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  text-shadow: none;
}
.navbar-default.responsive-ektron .navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-default.responsive-ektron .navbar-nav .open .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.navbar-default.responsive-ektron .sub-menu li {
  padding-left: 15px;
}
.navbar-default.responsive-ektron .dropdown > .dropdown-toggle:after {
  font-family: 'fonticon';
  content: "\e708";
  vertical-align: middle;
  margin-left: 5px;
}
.navbar-default.responsive-ektron .dropdown.open > .dropdown-toggle:after {
  content: "\e727";
}
.meganav .masthead .topToolbar {
  padding-left: 15px;
}
.serviceability {
  /*
    FOCUSING ELEMENTS

   */
}
.serviceability .modal-dialog *:focus,
.serviceability .region_drawer_form *:focus,
.serviceability .modal-dialog input[type="text"]:focus,
.serviceability .region_drawer_form input[type="text"]:focus,
.serviceability .modal-dialog input[type="password"]:focus,
.serviceability .region_drawer_form input[type="password"]:focus,
.serviceability .modal-dialog textarea:focus,
.serviceability .region_drawer_form textarea:focus,
.serviceability .modal-dialog input:focus,
.serviceability .region_drawer_form input:focus,
.serviceability .modal-dialog .modal-close:focus,
.serviceability .region_drawer_form .modal-close:focus,
.serviceability .modal-dialog .iradio_square-blue.focus,
.serviceability .region_drawer_form .iradio_square-blue.focus,
.serviceability .modal-dialog .icheckbox_square-blue.focus,
.serviceability .region_drawer_form .icheckbox_square-blue.focus {
  outline: 1px solid orange;
}
.serviceability .touchevents .modal-dialog *:focus,
.serviceability .touchevents .region_drawer_form *:focus,
.serviceability .touchevents .modal-dialog input[type="text"]:focus,
.serviceability .touchevents .region_drawer_form input[type="text"]:focus,
.serviceability .touchevents .modal-dialog input[type="password"]:focus,
.serviceability .touchevents .region_drawer_form input[type="password"]:focus,
.serviceability .touchevents .modal-dialog textarea:focus,
.serviceability .touchevents .region_drawer_form textarea:focus,
.serviceability .touchevents .modal-dialog input:focus,
.serviceability .touchevents .region_drawer_form input:focus,
.serviceability .touchevents .modal-dialog .modal-close:focus,
.serviceability .touchevents .region_drawer_form .modal-close:focus,
.serviceability .touchevents .modal-dialog .iradio_square-blue.focus,
.serviceability .touchevents .region_drawer_form .iradio_square-blue.focus,
.serviceability .touchevents .modal-dialog .icheckbox_square-blue.focus,
.serviceability .touchevents .region_drawer_form .icheckbox_square-blue.focus {
  border-color: transparent!important;
  outline: 1px solid transparent;
}
@media only screen and (min-width: 480px) {
  .serviceability {
    width: 100%;
  }
}
.serviceability.overlays .content {
  width: auto;
  margin: 0;
}
.serviceability.overlays .content .availability {
  width: auto;
}
.serviceability .currentCustomer {
  display: block;
  width: 620px;
}
.serviceability h3 {
  clear: both;
  line-height: 1;
  margin-bottom: 10px;
}
.serviceability hr {
  clear: both;
  max-width: 95%;
  position: relative;
}
.serviceability #modal_gsa_location {
  min-height: 39px;
  max-width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  border: solid 1px #959595;
  box-shadow: none;
  background-color: transparent;
  float: left;
}
.serviceability #region_modal_form span.error {
  display: inline-block;
  background: transparent url("/uploadedImages/SiteCore/ico-alert.png") no-repeat scroll 0 10px;
  clear: both;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 11px;
  color: #2d98c7;
  margin-left: 8px;
}
.serviceability #region_modal_form .currentServicesError {
  float: right;
  margin-bottom: 10px;
}
.serviceability label[for="modal_gsa_location"] {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}
.serviceability.shawdirect label[for="modal_gsa_location"] {
  margin-top: 0;
}
.serviceability.shawdirect .modal-body .backtoshop {
  clear: both;
}
.serviceability a.button1_sm {
  margin-bottom: 15px;
}
.serviceability .currentCustomer {
  width: 100%;
  margin-top: 33px;
  padding-bottom: 5px;
}
.serviceability h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  color: #666;
  margin: 0;
}
.serviceability hr {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
.serviceability .panel {
  padding: 15px 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.serviceability .radio-holder,
.serviceability .checkbox-holder {
  display: inline-block;
  margin-right: 10px;
}
.serviceability .radio-holder label,
.serviceability .checkbox-holder label {
  color: #989898;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  min-height: 25px;
}
.serviceability .radio-holder .iradio_square-blue,
.serviceability .checkbox-holder .iradio_square-blue,
.serviceability .radio-holder .icheckbox_square-blue,
.serviceability .checkbox-holder .icheckbox_square-blue {
  margin-right: 10px;
}
.serviceability .noSku {
  font-weight: bold;
  color: inherit;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.serviceability .currentServices {
  clear: both;
  display: none;
  box-sizing: border-box;
  margin: 0;
}
.serviceability .currentServices .panel-body {
  padding: 0;
}
.serviceability .currentServices .currentServicesError {
  color: #ff0000;
  margin: 0 0 10px 0;
  display: none;
  font-size: 11px;
  left: 0;
}
.serviceability .close_button {
  background: none;
  color: #2594c4;
  cursor: pointer;
  font-size: 2em;
  height: 33px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  text-indent: 0;
}
.serviceability .close_button span {
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  position: relative;
  left: -42px;
  top: -15px;
  font-size: 16px;
  float: left;
  display: none;
}
.serviceability .title h3 {
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  background: #f0f0f0 none repeat scroll 0 0;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 10px 10px 0 0;
  font: bold 22px Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  margin: 0;
  padding: 15px 30px;
}
@media only screen and (min-width: 480px) {
  .serviceability .title h3 {
    font-size: 36px;
  }
}
.serviceability.modal .loader-moz {
  display: none;
}
.serviceability.modal .ic-shaw-close {
  cursor: pointer;
}
.serviceability.modal.overlays .title .close_button {
  text-indent: 0;
  background: none;
}
.serviceability.modal.overlays .modal_check {
  margin-top: 0 !important;
}
.serviceability.modal .content {
  max-height: inherit;
}
.serviceability .formbuttons {
  text-align: center;
}
.serviceability .formbuttons div {
  display: inline-block;
}
.serviceability img {
  width: 100%;
}
.serviceability .panel {
  padding: 0;
  background: none;
}
.serviceability h4 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .serviceability .servCheckOverlay .currentCustomer,
  .serviceability .serviceabilityForm .currentCustomer {
    margin-top: 0;
  }
  .serviceability .servCheckOverlay .currentCustomer ul li,
  .serviceability .serviceabilityForm .currentCustomer ul li {
    width: 100%;
  }
  .serviceability .servCheckOverlay .currentCustomer ul li.checkAvailLabel,
  .serviceability .serviceabilityForm .currentCustomer ul li.checkAvailLabel {
    font-weight: bold;
  }
  .serviceability .servCheckOverlay .currentCustomer ul li h4,
  .serviceability .serviceabilityForm .currentCustomer ul li h4 {
    font-weight: bold;
  }
  .serviceability .servCheckOverlay .touch .servCheckOverlay.overlays .title h3,
  .serviceability .serviceabilityForm .touch .servCheckOverlay.overlays .title h3,
  .serviceability .servCheckOverlay .touch .serviceabilityForm.overlays .title h3,
  .serviceability .serviceabilityForm .touch .serviceabilityForm.overlays .title h3 {
    font-size: 50px;
    padding: 30px;
  }
  .serviceability .servCheckOverlay #modal_gsa_location-placeholder-section div,
  .serviceability .serviceabilityForm #modal_gsa_location-placeholder-section div {
    font-size: 13px !important;
  }
  .serviceability .servCheckOverlay .modal-dialog,
  .serviceability .serviceabilityForm .modal-dialog {
    width: 320px;
  }
  .serviceability .servCheckOverlay .modal-content,
  .serviceability .serviceabilityForm .modal-content {
    width: 320px;
    /* iPhone6 fix */
    min-width: 60%;
  }
  .serviceability .servCheckOverlay .modal-content .modal-body,
  .serviceability .serviceabilityForm .modal-content .modal-body {
    padding-top: 0;
  }
  .serviceability .servCheckOverlay .modal-content img,
  .serviceability .serviceabilityForm .modal-content img {
    width: 100%;
  }
  .serviceability .overlays .title .close_button {
    font-size: 1em;
    right: 0;
    top: 18px;
  }
  .serviceability .overlays .title .close_button span {
    display: block;
  }
}
@media (max-width: 768px) {
  .serviceability .servCheckOverlay .title h3,
  .serviceability .serviceabilityForm .title h3 {
    font-size: 16px;
  }
  .serviceability .servCheckOverlay.overlays .content,
  .serviceability .serviceabilityForm.overlays .content {
    margin: 0;
  }
  .serviceability .servCheckOverlay p,
  .serviceability .serviceabilityForm p {
    margin-bottom: 0;
  }
  .serviceability .servCheckOverlay hr,
  .serviceability .serviceabilityForm hr {
    margin-bottom: 0;
  }
  .serviceability .servCheckOverlay label[for="modal_gsa_location"],
  .serviceability .serviceabilityForm label[for="modal_gsa_location"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .serviceability .servCheckOverlay label,
  .serviceability .serviceabilityForm label {
    margin-bottom: 0;
  }
  .serviceability .servCheckOverlay .currentCustomer,
  .serviceability .serviceabilityForm .currentCustomer {
    margin-top: 0;
  }
  .serviceability .servCheckOverlay .currentCustomer ul li,
  .serviceability .serviceabilityForm .currentCustomer ul li {
    width: 100%;
  }
  .serviceability .servCheckOverlay .currentCustomer ul li.checkAvailLabel,
  .serviceability .serviceabilityForm .currentCustomer ul li.checkAvailLabel {
    font-weight: bold;
    width: 100%;
    margin-bottom: 13px;
  }
  .serviceability .servCheckOverlay .currentCustomer ul li h4,
  .serviceability .serviceabilityForm .currentCustomer ul li h4 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .serviceability .servCheckOverlay .currentCustomer .currentServices ul li.checkAvailLabel,
  .serviceability .serviceabilityForm .currentCustomer .currentServices ul li.checkAvailLabel {
    width: 100%;
  }
  .serviceability .servCheckOverlay .currentCustomer .currentServices ul li .radio-border span:not(:empty),
  .serviceability .serviceabilityForm .currentCustomer .currentServices ul li .radio-border span:not(:empty) {
    display: block;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .serviceability .touch #servCheckOverlay.overlays {
    min-height: 480px;
  }
  .serviceability .touch #servCheckOverlay.overlays .back.shawdirect {
    display: none;
  }
  .serviceability .touch #servCheckOverlay.overlays .modal-dialog {
    width: 1200px;
  }
  .serviceability .touch #servCheckOverlay.overlays .modal-content {
    width: 1200px;
    height: auto!important;
    border-radius: 30px;
  }
  .serviceability .touch #servCheckOverlay.overlays .modal-body {
    max-height: none;
    height: auto!important;
    margin-bottom: 40px;
    padding: 0 0 30px 0;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer {
    margin-top: 66px;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li {
    float: none;
    width: 100%;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border {
    float: left;
    width: 260px;
    line-height: 90px;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label span {
    margin-right: 20px;
    float: left;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border input[type="radio"] + label span,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentNo"] span,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentYes"] span,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentNoDrawer"] span,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentYesDrawer"] span {
    height: 90px;
    width: 94px;
    background-size: 500%;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label.selected span {
    height: 90px;
    width: 94px;
    background-size: 500%;
    background-position: -94px top;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border input[type="checkbox"] + label span:empty,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentTV"] span:empty,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentInternet"] span:empty,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentPhone"] span:empty {
    height: 90px;
    width: 94px;
    background-size: 500%;
    background-position: -378px top;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border input[type="checkbox"] + label span:empty.serviceError,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentTV"] span:empty.serviceError,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentInternet"] span:empty.serviceError,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label[for="currentPhone"] span:empty.serviceError {
    background-position: -188px top;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border input[type="checkbox"]:checked + label span,
  .serviceability .touch #servCheckOverlay.overlays .currentCustomer ul li .radio-border label.checked span {
    height: 90px;
    width: 94px;
    background-size: 500%;
    background-position: -282px top;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentServices ul li {
    float: none;
    width: 100%;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentServices ul li .radio-border {
    float: none;
    width: 80%;
  }
  .serviceability .touch #servCheckOverlay.overlays .title {
    position: relative;
    min-height: 200px;
    border-radius: 30px;
  }
  .serviceability .touch #servCheckOverlay.overlays .title .close_button {
    background: none;
    text-indent: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 40px;
    color: #0082bb;
    width: 190px;
  }
  .serviceability .touch #servCheckOverlay.overlays .title .close_button span {
    display: inline-block;
    font-size: 60px;
    transform: translateX(30px);
  }
  .serviceability .touch #servCheckOverlay.overlays .title h3 {
    font-size: 64px;
    border-color: #999;
    padding: 60px 30px 60px 50px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
  .serviceability .touch #servCheckOverlay.overlays .title h3 strong {
    font-size: 60px;
  }
  .serviceability .touch #servCheckOverlay.overlays p,
  .serviceability .touch #servCheckOverlay.overlays h4,
  .serviceability .touch #servCheckOverlay.overlays label {
    font-size: 60px;
    padding: 0.2em 0;
    margin: 0;
    line-height: 1.2em;
    width: 95%!important;
    color: #333;
  }
  .serviceability .touch #servCheckOverlay.overlays p br,
  .serviceability .touch #servCheckOverlay.overlays h4 br,
  .serviceability .touch #servCheckOverlay.overlays label br {
    display: none;
  }
  .serviceability .touch #servCheckOverlay.overlays h4 {
    font-weight: bold;
    margin: 50px 0;
  }
  .serviceability .touch #servCheckOverlay.overlays .currentServicesError {
    font-size: 40px;
    line-height: 1.4em;
  }
  .serviceability .touch #servCheckOverlay.overlays #modal_gsa_location {
    width: 100%;
    float: none;
    height: 120px;
    font-size: 60px;
    line-height: 120px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 14px;
  }
  .serviceability .touch #servCheckOverlay.overlays #modal_gsa_location:focus {
    font-size: 60px;
  }
  .serviceability .touch #servCheckOverlay.overlays #modal_gsa_location-placeholder-section div {
    font-style: normal!important;
    font-size: 40px;
  }
  .serviceability .touch #servCheckOverlay.overlays #region_modal_form {
    margin: 0 50px;
  }
  .serviceability .touch #servCheckOverlay.overlays #region_modal_form .currentServices {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .serviceability .touch #servCheckOverlay.overlays #region_modal_form span.error[for="modal_gsa_grouperror"] {
    font-size: 44px;
    line-height: 1.5em;
    clear: both;
    position: static;
    display: block;
    padding: 0.5em 0;
    margin-bottom: 3px;
    color: red;
    background: none;
  }
  .serviceability .touch #servCheckOverlay.overlays #region_modal_form span.error[for="modal_gsa_grouperror"]:before {
    content: "\e761";
    color: #ffcc00;
    font-family: icomoon;
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    background: none;
    margin-right: 10px;
    position: relative;
    top: 0px;
  }
  .serviceability .touch #servCheckOverlay.overlays #region_modal_form .modal_check {
    position: relative;
    top: 20px;
    background: #0082bb;
    border-radius: 14px;
    display: inline-block !important;
    font-size: 60px;
    margin: 0;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
    width: auto;
  }
  .serviceability .touch #servCheckOverlay.overlays #service_check_promo {
    display: none;
  }
  .serviceability .touch body:not(.builderPage) .pac-item {
    line-height: 100px;
    font-size: 40px;
  }
  .serviceability .touch body:not(.builderPage) .pac-item .pac-item-query {
    font-size: 40px;
  }
  .serviceability .touch.drawer-on .pac-item {
    line-height: 20px;
    font-size: 10px;
  }
  .serviceability .touch.drawer-on .pac-item .pac-item-query {
    font-size: 10px;
  }
  .serviceability .touch .pac-icon {
    display: none;
  }
}
.serviceability ::-webkit-input-placeholder {
  font-style: normal!important;
}
.serviceability :-moz-placeholder {
  font-style: normal;
}
.serviceability ::-moz-placeholder {
  font-style: normal;
}
.serviceability :-ms-input-placeholder {
  font-style: normal;
}
.serviceability .currentServices {
  float: left;
  width: 100%;
  display: none;
}
.serviceability .currentServices .currentServicesError {
  color: #ff0000;
  margin: 0 10px;
  display: none;
  font-size: 11px;
  float: left;
}
.serviceability .region_drawer_form .primary-wrapper {
  width: 45%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
  min-height: 100px;
}
.serviceability .region_drawer_form .primary-wrapper .customerType {
  margin-bottom: 15px;
}
.serviceability .region_drawer_form .secondary-wrapper {
  float: left;
  width: 45%;
  padding-left: 25px;
}
.serviceability .region_drawer_form .secondary-wrapper label {
  margin: 0;
}
.serviceability .region_drawer_form .secondary-wrapper .form-group {
  margin-top: 30px;
}
.serviceability .region_drawer_form .secondary-wrapper input {
  width: 75%;
  float: left;
  margin-top: 9px;
  margin-right: 15px;
}
.serviceability .region_drawer_form .secondary-wrapper input.drawer_check {
  width: auto;
  margin-top: 0;
  margin-right: 0;
}
.serviceability #region_modal_form .currentServices {
  margin-top: 10px;
  margin-bottom: 10px;
}
.serviceability #region_modal_form .currentServicesError {
  float: right;
  margin-bottom: 10px;
}
.serviceability form label.messageProvideYourAddress {
  font-weight: bold;
}
.serviceability form.alt_form span.error {
  border-color: #0082bb;
  color: #2d98c7;
  background: transparent url("/uploadedImages/SiteCore/ico-alert.png") no-repeat scroll 0 10px;
  clear: both;
  padding-left: 20px;
  font-size: 11px;
}
.serviceability .btn_confirm {
  float: right;
}
.serviceability .btn_confirm.modal_check {
  float: left;
  clear: left;
}
.serviceability .btn_confirm.disabled {
  cursor: default;
  background-color: #E0E0E0;
  background-image: none;
  border: none;
}
@media (max-width: 990px) {
  .serviceability .currentCustomer {
    min-width: 625px;
  }
}
#skiptocontent a {
  -webkit-transition: top 1s ease-out, background 1s linear;
  background: transparent;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  color: white;
  left: 0px;
  padding: 6px;
  position: absolute;
  top: -40px;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
#skiptocontent a:focus {
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  background: #0082bb;
  left: 0px;
  outline: 0;
  position: absolute;
  top: 0px;
  transition: top 0.1s ease-in, background 0.5s linear;
}
#proactive_chat {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
