* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial Narrow, Arial;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  background-color: #434343;
}
p,
ul {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #434343;
}

fieldset {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

#state_mobile {
  display: none;
  z-index: 0;
}
#state_tablet {
  display: none;
  z-index: 0;
}
#state_desktop {
  display: none;
  z-index: 1;
}
.site_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.fixed_top {
  width: 100%;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
}
/* TOP BAR */
.top_bar {
  top: 0px;
  width: 100%;
  height: 25px;
  color: #ffffff;
  background-color: #000000;
  text-wrap: none;
  z-index: 5;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
}
.date_time {
  font-family: Arial Narrow, Arial;
  float: left;
  font-size: 0.85vw;
  font-size: 0.85em;
  padding: 5px;
}
.live_agent {
  font-family: Arial Narrow, Arial;
  float: right;
  text-align: right;
  font-size: 0.85vw;
  font-size: 0.85em;
  padding: 5px;
}
.live_agent_icon {
  margin-bottom: -3px;
  margin-right: 4px;
}
.top_phone {
  float: right;
  text-align: right;
  font-size: 0.85em;
  padding: 5px;
}
/* MENU */
.menu_bar {
  width: 100%;
  height: 119px;
  color: #434343;
  background-color: #ffffff;
  border-bottom: solid 1px #b2b2b2;
  z-index: 5;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  top: 25px;
  -webkit-transition: height 700ms ease;
  -moz-transition: height 700ms ease;
  -o-transition: height 700ms ease;
  transition: height 700ms ease;
}
.minimized.menu_bar {
  height: 44px;
}
.page_logo_mobile {
  display: none;
}
.mobile_nav {
  display: none;
}
#menu_line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 3px;
  background: #ed1c24;
  z-index: 5;
}
.page_logo {
  float: left;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  height: 120px;
  background-image: url("/images/logoLFC.png");
  background-size: 100% auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: height 700ms ease;
  -moz-transition: height 700ms ease;
  -o-transition: height 700ms ease;
  transition: height 700ms ease;
}
.minimized.menu_bar .page_logo {
  height: 44px;
  background-size: auto 85%;
  background-size: contain;
}
.menu_wrapper {
  width: 80%;
  float: left;
}
.menu_list {
  display: block;
  width: auto;
  margin: 0px;
  padding: 0px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  font-size: 1vw;
}
.menu_item_spacer {
  width: 100%;
  height: 76px;
  clear: right;
  overflow: clip;
  -webkit-transition: height 700ms ease;
  -moz-transition: height 700ms ease;
  -o-transition: height 700ms ease;
  transition: height 700ms ease;
}
.menu_item_spacer div {
}
.minimized.menu_bar .menu_item_spacer {
  height: 0px;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.minimized.phone_container {
  height: 0px;
  opacity: 0;
}
/*.minimized.menu_item_spacer div
{
	height:0px;
	opacity:0;
	margin:0px;
	padding:0px;
}*/
.menu_item {
  float: left;
  list-style: none;
  color: #434343;
  font-size: 1.6vw;
  line-height: 18px;
  width: 13%;
  cursor: pointer;
  z-index: 6;
  text-align: center;
}
.menu_item .menu_link {
  display: block;
  color: #434343;
  width: auto;
  height: 44px;
  padding-top: 12px;
  text-decoration: none;
  z-index: 6;
}
.menu_item .menu_link:hover {
  color: #ed1c24;
}
.sub_menu_wrapper {
  display: none;
  width: 175px;
  position: absolute;
  top: 65px;
  left: 0px;
  overflow: hidden;
}
.sub_menu {
  width: auto;
  border: solid 1px #b2b2b2;
  background-color: #e6e6e6;
  list-style: none;
  padding: 0px;
}
.sm_item {
  width: auto;
  font-size: 1vw;
  line-height: 1vw;
  font-size: 15px;
  line-height: 15px;
  color: #434343;
}
.sm_item .sm_link {
  width: 100%;
  display: block;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #434343;
  text-decoration: none;
}
.sm_item .sm_link:hover {
  color: #ed1c24;
}
.sm_active {
  z-index: 9;
}
.sm_hidden {
  z-index: 6;
}
.sm_hidding {
  z-index: 6;
}
.sub_menu_wide {
  width: 650px;
}
.sub_menu_wide_left {
  width: 50%;
  padding: 1%;
  float: left;
}
.sub_menu_wide_right {
  width: 50%;
  padding: 1%;
  float: right;
}
.sub_menu_wide .sm_category {
  font-weight: bold;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-size: 16px;
  line-height: 16px;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: left;
}
.sm_category .sm_link {
  width: 100%;
  display: block;
  color: #434343;
  text-decoration: none;
}
.sm_category .sm_link:hover {
  color: #ed1c24;
}
.sub_menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 3%;
}
.sub_menu_wide .sm_item {
}
.sub_menu_wide .sm_link {
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: left;
}
.lang_container {
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
  border: #434343 solid 2px;
  border-radius: 4px;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 119px;
  float: right;
  cursor: pointer;
  overflow-x: hidden;
  text-align: center;
}
.lang_option {
  font-size: 1.5em;
  font-weght: bold;
  color: #434343;
  position: relative;
}
.lang_link {
  color: #434343;
  text-decoration: none;
}
.lang_full {
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  opacity: 1;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.lang_short {
  left: 0px;
  width: 100%;
  display: block;
  opacity: 0;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.back_container {
  position: absolute;
  bottom: 2px;
  right: 7px;
  height: 35px;
  float: right;
  width: 34px;
  cursor: pointer;
}
.back_container_inner {
  position: relative;
  width: 34px;
  height: 35px;
}

.back_bar_left {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 50%;
  height: 3px;
  background-color: #434343;
  opacity: 0;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.back_bar_right {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 50%;
  height: 3px;
  background-color: #434343;
  opacity: 0;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.back_text {
  position: absolute;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  top: 100%;
  width: 100%;
  opacity: 0;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: center;
  color: #434343;
  font-weight: bold;
  font-size: 0.9em;
}
.minimized .lang_container {
  width: 35px;
  right: 43px;
  top: 5px;
}
.minimized .lang_full {
  opacity: 0;
}
.minimized .lang_short {
  opacity: 1;
}
.minimized .back_text {
  top: 35.36%;
  opacity: 1;
}
.minimized .back_bar_left {
  top: 17.68%;
  left: 7.4%;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.minimized .back_bar_right {
  top: 17.68%;
  right: 7.4%;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hover .back_bar_left {
  background-color: #ed1c24;
}
.hover .back_bar_right {
  background-color: #ed1c24;
}
.hover .back_text {
  color: #ed1c24;
}
/* HEADER */
.header {
  width: 100%;
  height: 305px;
  margin-top: 0px;
  background-color: #434343;
  z-index: 1;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  top: 144px;
}
.header_background {
  width: 100%;
  height: 305px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.header_gradient {
  width: 100%;
  height: 305px;
  background: url("/images/HeaderGradient.png") no-repeat left;
  background-size: 40% 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 40%
  );
}
.rotator_left_button {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  opacity: 0.8;
  background-image: url("/images/rotator_button_left.png");
  cursor: pointer;
  z-index: 2;
}
.rotator_right_button {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  opacity: 0.8;
  background-image: url("/images/rotator_button_right.png");
  cursor: pointer;
  z-index: 2;
}
.page_title {
  width: 100%;
  height: 49px;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e6e6e6;
  color: #434343;
  font-size: 1.575em;
  text-align: left;
  font-weight: bold;
}

.spacers {
  z-index: -2000;
}
.top_bar_spacer {
  width: 100%;
  height: 25px;
  z-index: -2000;

  clear: both;
}
.menu_spacer {
  width: 100%;
  height: 119px;
  z-index: -2000;

  clear: both;
}
.page_title_spacer {
  width: 100%;
  height: 49px;
  z-index: -2000;

  clear: both;
}
.header_spacer {
  width: 100%;
  height: 305px;
  z-index: -2000;
  clear: both;
}
.header_mobile {
  display: none;
}
.media_icon {
  height: 64px;
  width: 64px;
  float: right;
  margin-right: 10px;
  margin-top: -32px;
  margin-bottom: -31px;
  z-index: 4;
}
/* MAIN BODY */
.main_content {
  width: 100%;
  color: #242424;
  background-color: #ffffff;
  z-index: 3;
  position: absolute;
}
.main_content_spacer {
  margin-top: 134px;
}
.main_content_spacer_header {
  margin-top: 449px;
}
.content_title {
  width: 100%;
  padding-left: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #434343;
  background-color: #e6e6e6;
  font-size: 1.575em;
  font-weight: bold;
  text-align: left;
}
.content_bar {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #434343;
  background-color: #e6e6e6;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}
.content_container {
  width: 80%;
  padding-top: 1.5%;
  padding-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3vw;
  font-size: 1em;
  color: #434343;
  font-family: Arial;
  -webkit-transition: width 700ms ease;
  -moz-transition: width 700ms ease;
  -o-transition: width 700ms ease;
  transition: width 700ms ease;
}

.content_container a {
  color: #ed1c24;
  text-decoration: none;
}
.content_button2 {
  display: block;
  width: 30%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
  margin-top: 4%;
  margin-bottom: 4%;
  color: #000000;
  font-size: 1.5vw;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 2px #ed1c24;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  -moz-box-shadow: 1px 1px 1px #999999;
  -webkit-box-shadow: 1px 1px 1px #999999;
  box-shadow: 1px 1px 1px #999999;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
}
a.content_button2 {
  color: #000000;
}
.content_button2:visited {
  color: #000000;
}
.content_button2:hover {
  color: #000000;
  background-color: #bbbbbb;
}
.content_button {
  display: block;
  width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: #434343;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  border: solid 1px #b2b2b2;
  font-size: 1em;
  font-family: Arial;
  cursor: pointer;
}
.content_button:hover {
  background-color: #434343;
  color: #ffffff;
  border: solid 1px #434343;
}

.product_button {
  display: block;
  float: left;
  width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0%;
  margin-right: 2%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #434343;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 2px #ed1c24;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
a.product_button {
  color: #434343;
}
.product_button:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}
.document_button {
  float: left;
  width: 28%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0%;
  margin-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  color: #434343;
  text-align: center;
  padding-left: 0.5%;
  padding-right: 0.5%;
  text-decoration: none;
  border: solid 1px #b2b2b2;
  font-size: 1em;
  font-family: Arial;
  cursor: pointer;
}
a.document_button {
  color: #434343;
}
.document_button:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}
.link_button {
  display: block;
  float: left;
  width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0%;
  margin-right: 2%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #434343;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 2px #ed1c24;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
a.link_button {
  color: #434343;
}
.link_button:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}
.form_button {
  float: left;
  width: 28%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 2%;
  background-color: #ffffff;
  color: #434343;
  text-align: center;
  padding-left: 0.5%;
  padding-right: 0.5%;
  text-decoration: none;
  border: solid 1px #b2b2b2;
  font-size: 1em;
  font-family: Arial;
  cursor: pointer;
}
a.form_button {
  color: #434343;
}
.form_button:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}

select.select_button {
  float: left;
  width: 28%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 0px;
  margin-right: 2%;
  background-color: #ffffff;
  color: #434343;
  text-align: center;
  padding-left: 0.5%;
  padding-right: 0.5%;
  text-decoration: none;
  border-top: solid 2px #ed1c24;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  font-size: 1em;
  line-height: 1em;
  font-family: Arial;
  cursor: pointer;
}
select.select_button option {
  background-color: #ffffff;
  color: #ed1c24;
  cursor: pointer;
}
select.select_button:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}
select.select_button option:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}
.select_button2 {
  float: left;
  width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0%;
  margin-right: 2%;
  position: relative;
}
.select_button_label {
  display: block;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #434343;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 2px #ed1c24;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  background-image: url("/images/DropDownArrowRed.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 7.5% auto;
}
.select_button_label.hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
  background-image: url("/images/DropDownArrowWhite.png");
}
.select_button_options {
  width: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  z-index: 2;
}
.select_button2 a {
  display: block;
  width: 100%;
  margin: 0px;
  padding-left: 2%;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #434343;
}
.select_button2 a:hover {
  background-color: #434343;
  color: #ffffff;
  border-color: #434343;
}

.section_title {
  width: auto;
  color: #ed1c24;
  padding-top: 0.3%;
  padding-bottom: 0.3%;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 2.1vw;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid 2px #000000;
  border-bottom: solid 2px #434343;
}
.subsection_title {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.3em;
  font-weight: bold;
}
.section {
  margin-bottom: 20px;
}
.no_top_margin {
  margin-top: 0px;
}
.section_note {
  font-weight: bold;
}

.content_container hr {
  margin-top: 8px;
  size: 1px;
  color: #b2b2b2;
}
.content_container p {
  margin: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.content_container ol {
  margin-top: 12px;
  margin-bottom: 12px;
}
.content_container ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
.content_container li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.column {
  width: 28%;
  margin-top: 8px;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
}

.left_side {
  float: left;
  width: 48%;
  margin-right: 1%;
}
.right_side {
  float: right;
  width: 48%;
  margin-left: 1%;
}
.text_bar_container {
  position: relative;
}
.text_bar_image {
  width: 100%;
  display: block;
}
.text_bar_title {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 4%;
  font-size: 2.5vw;
  text-align: center;
  color: #ffffff;
}
.text_bar_left {
  width: 60%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.text_bar_right {
  width: 60%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.text_end_left {
  /*Requires container to set width correctly*/
  width: 100%;
  padding-left: 20%;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("/images/angle_left.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22% 100%;
}
.text_end_right {
  width: 100%;
  padding-right: 20%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("/images/angle_right.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 22% 100%;
}
.text_end_left2 {
  /*Requires container to set width correctly*/
  width: 100%;
  padding-left: 12%;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("/images/angle_left2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 14% 100%;
}
.text_end_right2 {
  width: 100%;
  padding-right: 12%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("/images/angle_right2.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 14% 100%;
}
.text_bar_text {
  background-color: #ed1c24;
  color: #ffffff;
  width: 100%;
  padding: 3%;
  font-size: 1.5vw;
  font-weight: bold;
}
.text_bar_left .text_bar_text {
  text-align: left;
}
.text_bar_right .text_bar_text {
  text-align: right;
}
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
}

.red_text {
  color: #d81010;
}
.highlight {
  font-weight: bold;
}
.bold_text {
  font-weight: bold;
}
.youtube_container {
  position: relative;
  padding-bottom: 55%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.youtube_container iframe,
.youtube_container object,
.youtube_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93%;
}
.dropshadow {
  -moz-box-shadow: 3px 3px 4px #999999;
  -webkit-box-shadow: 3px 3px 4px #999999;
  box-shadow: 3px 3px 4px #999999;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
.related_products {
  width: 100%;
  margin-right: -100%;
  clear: both;
}
.related_products_box {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.related_products_image {
  float: left;
  width: 50%;
  -moz-box-shadow: 3px 3px 4px #999999;
  -webkit-box-shadow: 3px 3px 4px #999999;
  box-shadow: 3px 3px 4px #999999;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
.related_products_right {
  float: left;
  width: 50%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.related_products_content {
  position: relative;
  width: 100%;
  padding: 1%;
  background-color: #ffffff;
  border-top: solid 2px #ed1c24;
  border-left: solid 0px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  -moz-box-shadow: 3px 3px 4px #999999;
  -webkit-box-shadow: 3px 3px 4px #999999;
  box-shadow: 3px 3px 4px #999999;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
.related_products_spacer {
  padding-top: 82%;
}
.related_products_text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 2%;
  overflow-y: auto;
}
.related_products_title {
  color: #ed1c24;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 3%;
  padding-bottom: 3%;
}
.related_products_description {
}
.related_products_description a {
  color: #ed1c24;
  font-weight: 1.1em;
  text-decoration: underline;
}
.message_box {
  border: solid 2px #ed1c24;
  padding: 1%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.message_box_title {
  font-size: 2em;
  margin-top: 1%;
  margin-bottom: 1%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.shop_button {
  display: block;
  margin-left: 0px;
  margin-right: auto;
  width: 33%;
  padding-left: 4px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  background-image: radial-gradient(#ed1c24, #8e1015);
  transition: 0.6s ease;
}
.shop_button_inner {
  width: 100%;
  padding-right: 27px;
  padding-left: 5px;
  background-image: url("/images/CartIcon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px auto;
}
.shop_button:hover {
  background-image: radial-gradient(#8e1015, #ed1c24);
}

a.mobile_shop_button {
  display: none;
}
a.desktop_shop_button {
  display: block;
  float: right;
  width: auto;
  margin-top: -6px;
}
.h1-tag-btn a.shop_button.desktop_shop_button {
  margin-top: -45px !important;
}
/* FOOTER */
/* FOOTER */

.site_map {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #cdcdcd;
  color: #434343;
  font-size: 1em;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.site_map .site_map_left {
  border-right: solid 2px #434343;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site_map .site_map_mid {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site_map .site_map_right {
  border-left: solid 2px #434343;
  padding-left: 20px;
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site_map a {
  display: block;
  color: #434343;
  text-decoration: none;
  line-height: 1.13;
  font-size: 16px;
}
.site_map a:hover {
  text-decoration: underline;
}
.site_map_list {
  margin: 0;
  padding: 0;
  gap: 3.05%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.site_map_header {
  margin-top: 0px;
  list-style: none;
  font-size: 1.2em;
  font-weight: bold;
  font-family: arial narrow, arial;
  color: #242424;
  text-align: left;
  width: 31.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.site_map_header ul {
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 12px;
  font-weight: normal;
  font-family: arial;
  font-size: 1.35em;
}
.site_map_header li {
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 100%;
  list-style: none;
  font-size: 0.6em;
}
.site_map_french .site_map_header li {
}
.subscribe_form {
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe_form_title {
  width: auto;
  text-align: left;
  font-weight: bold;
  font-family: arial narrow;
  font-size: 1.6vw;
  font-size: 1.4em;
  margin-bottom: 8px;
  color: #242424;
  line-height: 1.1;
}

.subscribe_label {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
.subscribe_email {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 15px !important;
  color: #b2b2b2 !important;
  background-color: #ffffff !important;
  border: none;
  font-size: 1.3vw;
  font-size: 1.2em;
  border-radius: 0px;
}
.subscribe_button {
  clear: both;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.3vw;
  font-size: 1.2em;
  background: #434343;
  color: #ffffff;
  border: solid 1px #434343 !important;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
  font-weight: normal !important;
  font-family: "arial" !important;
  letter-spacing: 0 !important;
  padding: 16px !important;
  border-radius: none !important;
}

.subscribe_button:hover {
  background-color: #ffffff !important;
  color: #434343;
  border: solid 1px #434343 !important;
}

.social_media {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social_media a {
  margin: 5px;
}
.social_media img {
  max-width: 78px;
}
.site_map_address {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
  display: block;
}

.address_row {
  width: 100%;
  clear: both;
}
.address_icon {
  float: left;
  width: 25%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.site-info {
  display: none;
}
.address_address {
  float: left;
  width: 75%;
  font-size: 1.25em;
  line-height: 1.1;
}
.address_map {
  float: left;
  width: 22%;
  margin-right: 2%;
}

.site_map_map {
  width: 40%;
  margin-left: 5%;
  float: left;
}
.map_border_white {
  background-color: #ffffff;
  padding: 5%;
  width: 100%;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px #999999;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
.map_border_grey {
  width: 100%;
  padding: 2%;
  background-color: #b2b2b2;
}
.map_image {
  width: 100%;
  display: block;
}

.footer_bar {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
  background-color: #434343;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  z-index: 3;
}
.footer_bar a {
  color: #ffffff;
  text-decoration: none;
  text-wrap: none;
}
.footer_bar a:hover {
  text-decoration: underline;
}

/*//////////////FOR PRINTING///////////////////*/
@media print {
  .top_bar {
    position: absolute;
  }
  .menu_bar {
    position: absolute;
  }
  .header {
    position: absolute;
  }
}

@media only screen and (max-width: 1400px) {
  .link_button {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .site_map {
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .site_map_left,
  .site_map_mid,
  .site_map_right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
  }
  .site_map_left {
    border-right: solid 0px #434343 !important;
    padding-bottom: 30px;
  }
  .site_map_right {
    border-left: solid 0px #434343 !important;
    padding-left: 0px !important;
    border-top: 0px solid #434343 !important;
    padding-top: 30px;
  }
  .site_map_mid {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: none !important;
  }
  .address_address {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media only screen and (max-device-width: 768px) {
  .site_map {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .site_map_left {
    border-right: solid 0px #434343;
  }
  .site_map_header {
    font-size: 1.3em;
  }
  .site_map_right {
    padding-left: 0;
  }
  .address_address {
    font-size: 18px;
    line-height: 1.3;
  }

  .site_map_list {
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0;
  }
  .site_map_header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    font-size: 1.2em;
    font-weight: bold;
    list-style: none;
    margin-top: 15px;
  }

  .site_map_header li {
    width: 100% !important;
    float: none !important;
    margin-right: 0px;
  }
  .site_map_header ul {
    margin-top: 0px !important;
  }
}
@media only screen and (max-device-width: 480x) {
  .site_map_header li {
    width: 100% !important;
    float: none !important;
    margin-right: 0px;
  }
}
