/*#fnxheader_site {
  overflow: hidden;
}*/

#fnxheader_header {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  line-height: 18px;
  font-family: 'ericasansfotregular';
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

#fnxheader_header a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
}

#fnxheader_headerTop {
  background: #004d81;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
}

#fnxheader_headerTop #fnxheader_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_search {
  margin: -18px 33px -18px 0;
  padding: 35px 30px 34px 4px;
  border-right: 1px solid #82a8bf;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_search img {
  vertical-align: top;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 15px 0 0 0;
  padding: 0;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_list li {
  max-height: 28px;
  margin: 0 0 0 26px;
  padding: 0 0 0 23px;
  border-left: 1px solid #82a8bf;
  list-style: none;
  line-height: 26px;
  font-size: 19px;
  color: #fff;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_list li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  font-size: 31px;
  color: #e47326;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_list li:first-child a:hover {
  color: #fff;
}

#fnxheader_headerTop #fnxheader_left #fnxheader_list li a:hover {
  color: #f68020;
}

#fnxheader_headerTop #fnxheader_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fnxheader_headerTop #fnxheader_right #fnxheader_logo img {
  margin-top: -3px;
  vertical-align: top;
}

#fnxheader_headerTop #fnxheader_right #fnxheader_menu {
  overflow: hidden;
  margin: -18px 0 -18px 37px;
  padding: 37px 1px 0 25px;
  border-left: 1px solid #82a7be;
}

#fnxheader_headerTop #fnxheader_right #fnxheader_menu img {
  cursor: pointer;
  vertical-align: top;
}

#fnxheader_headerBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
}

#fnxheader_headerBottom #fnxheader_leftBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#fnxheader_headerBottom #fnxheader_rightBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#fnxheader_headerBottom #fnxheader_rightBlock p {
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 18px;
  font-size: 16px;
  color: #282828;
  display:none;
}

#fnxheader_headerBottom #fnxheader_rightBlock p a {
  background: #e4e4e4;
  margin: 0 0 0 3px;
  padding: 0 6px;
  color: #044f7e;
}

#fnxheader_headerBottom #fnxheader_rightBlock p a:hover {
  color: #282828;
}

#fnxheader_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
}

#fnxheader_social li {
  margin: 0 12px 0 0;
  padding: 0;
  list-style: none;
}

#fnxheader_social li a:hover img {
  opacity: 0.5;
  vertical-align: top;
}

#fnxheader_social li img {
  width: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}

#fnxheader_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
}

#fnxheader_links li {
  margin: 0 0 0 11px;
  padding: 0 0 0 11px;
  border-left: 1px solid #e1e2e2;
  list-style: none;
  line-height: 25px;
  font-size: 16px;
}

#fnxheader_links li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  letter-spacing: 0.3px;
}

#fnxheader_links li:first-child a {
  background: #f68020;
  display: inline-block;
  margin: 0;
  padding: 4px 11px 4px 11px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  vertical-align: top;
  line-height: 18px;
  color: #fff;
}

#fnxheader_links li:first-child a:hover {
  color: #000;
}

#fnxheader_links li:first-child a:before {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/user.png) no-repeat 0% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 1px 0 0 7px;
  vertical-align: top;
  content: '';
}

#fnxheader_links li:nth-child(2) {
  margin-left: 0;
  border-left: none;
}

#fnxheader_links li a {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  color: #044f7e;
}

#fnxheader_links li a:hover {
  color: #f68020;
}

#fnxheader_breadcrumbs ul,
#fnxheader_mobileBreadcrumbs ul
{
    direction:ltr !important;
}

#fnxheader_breadcrumbs ul, #fnxheader_mobileBreadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  margin: 0px 0 0 100px;
  padding: 0;
}

#fnxheader_breadcrumbs ul li,
#fnxheader_mobileBreadcrumbs ul li {
  position: relative;
  margin: 3px 3px 0 8px;
  padding: 0;
  letter-spacing: 0.5px;
  line-height: 18px;
  list-style: none;
  font-size: 13px;
  color: #044f7e;
}

#fnxheader_breadcrumbs ul li:first-child {
  margin-left: 0;
}

#fnxheader_breadcrumbs ul li:first-child:before,
#fnxheader_mobileBreadcrumbs ul li:first-child:before
 {
  display: none;
}

#fnxheader_breadcrumbs ul li span.s4-breadcrumb-arrowcont:before,
#fnxheader_mobileBreadcrumbs ul li span.s4-breadcrumb-arrowcont:before
 {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/breadcrumbsFnxHeader.png) no-repeat 0% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  /*position: absolute;
  top: 4px;
  left: -15px;*/
  margin-top:4px;
  width: 4px;
  height: 8px;
  content: '';
}

#fnxheader_breadcrumbs ul li span:last-child:before{
    /*display:none;*/
}

#fnxheader_breadcrumbs ul li#fnxheader_current {
  letter-spacing: normal;
  font-family: 'ericasansfotbold';
}

#fnxheader_breadcrumbs ul li a:hover {
  color: #f68020;
}

#fnxheader_breadcrumbs ul li span.s4-breadcrumb-arrowcont img,
#fnxheader_mobileBreadcrumbs ul li span.s4-breadcrumb-arrowcont img
{
    display:none !important;
}



#fnxheader_topMobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #054f7e;
  padding: 6px 18px 6px 15px;
}

#fnxheader_topMobile #fnxheader_leftMobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#fnxheader_topMobile #fnxheader_leftMobile #fnxheader_mobilePhone {
  background: #e47326;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-top: 9px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

#fnxheader_topMobile #fnxheader_leftMobile #fnxheader_mobilePhone img {
  width: 100%;
  vertical-align: top;
}

#fnxheader_topMobile #fnxheader_leftMobile #fnxheader_mobileSearch {
  position: relative;
  margin-top: 14px;
  margin-left: 11px;
}

#fnxheader_topMobile #fnxheader_leftMobile #fnxheader_mobileSearch img {
  height: 16px;
  cursor: pointer;
  vertical-align: top;
}

#fnxheader_topMobile #fnxheader_leftMobile #fnxheader_mobileSearch #fnxheader_mobileSearch--close {
  background: #004d81;
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

#fnxheader_topMobile #fnxheader_rightMobile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10000;
}

#fnxheader_topMobile #fnxheader_rightMobile #fnxheader_menuBtn {
  margin: -6px 0 -6px 12px;
  padding: 22px 0 14px 17px;
  border-left: 1px solid #82a7be;
}

#fnxheader_topMobile #fnxheader_rightMobile #fnxheader_menuBtn img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  vertical-align: top;
}

#fnxheader_topMobile #fnxheader_rightMobile #fnxheader_menuBtn img.fnxheader_visible {
  opacity: 0;
}

#fnxheader_topMobile #fnxheader_rightMobile #fnxheader_logoMobile {
  margin-bottom: 10px;
}

#fnxheader_topMobile #fnxheader_rightMobile #fnxheader_logoMobile img {
  margin: -1px 0 0 0;
  vertical-align: top;
}

#fnxheader_topMobile #fnxheader_rightMobile #fnxheader_helpMobile {
  max-height: 22px;
  margin-top: 14px;
  margin-right: 1px;
  padding-right: 18px;
  border-right: 1px solid #82a7be;
  letter-spacing: 0.3px;
  line-height: 24px;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}

#fnxheader_menuBtn--close {
  display: none;
  position: fixed;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  color: #aee4ff;
  cursor: pointer;
  z-index: 10000;
}

#fnxheader_bottomMobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 23px 8px 20px;
  line-height: 26px;
  font-size: 20px;
}

#fnxheader_bottomMobile #fnxheader_mobileUser {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 14px;
  font-size: 10px;
  cursor: pointer;
  color: #044f7e;
}
/*
#fnxheader_bottomMobile #fnxheader_mobileUser:before {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/mobileUserFnxHeader.png) no-repeat 0% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  width: 13px;
  height: 13px;
  content: '';
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs li {
  position: relative;
  margin: 0 0 0 16px;
  padding: 0;
  list-style: none;
  line-height: 14px;
  font-size: 10px;
  color: #044f7e;
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs li#fnxheader_currentItem {
  font-family: 'ericasansfotbold';
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs li:first-child {
  margin-left: 0;
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs li:first-child:before {
  display: none;
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs li:before {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/breadcrumbsFnxHeader.png) no-repeat 0% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 4px;
  left: -10px;
  width: 3px;
  height: 6px;
  content: '';
}

#fnxheader_bottomMobile #fnxheader_mobileBreadcrumbs li a {
  color: #044f7e;
}*/

#fnxheader_globalWrapper {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#fnxheader_globalWrapper.fnxheader_globalWrapper--visible {
  display: block !important;
  z-index: 99;
}

#fnxheader_globalWrapper.fnxheader_globalWrapper--visibleAll {
  display: block !important;
  z-index: 999;
}

#fnxheader_mainNavi {
  background: #fff;
  position: fixed;
  top: 0;
  right: -306px;
  bottom: 0;
  width: 306px;
  overflow: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-box-shadow: -7px 0 9px 0 #545454;
  -moz-box-shadow: -7px 0 9px 0 #545454;
  box-shadow: -7px 0 9px 0 #545454;
  line-height: 16px;
  font-family: 'ericasansfotregular';
  font-size: 15px;
  z-index: -1;
}

#fnxheader_mainNavi.fnxheader_mainNavi-visible {
  right: 0 !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}

#fnxheader_mainNavi #fnxheader_mainNavi--top {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1762a1), color-stop(9%, #18609d), color-stop(25%, #19598f), color-stop(50%, #1b4e76), color-stop(78%, #1c496a), to(#1c496b));
  background-image: -webkit-linear-gradient(top, #1762a1 0, #18609d 9%, #19598f 25%, #1b4e76 50%, #1c496a 78%, #1c496b 100%);
  background-image: -moz-linear-gradient(top, #1762a1 0, #18609d 9%, #19598f 25%, #1b4e76 50%, #1c496a 78%, #1c496b 100%);
  background-image: -o-linear-gradient(top, #1762a1 0, #18609d 9%, #19598f 25%, #1b4e76 50%, #1c496a 78%, #1c496b 100%);
  background-image: linear-gradient(to bottom, #1762a1 0, #18609d 9%, #19598f 25%, #1b4e76 50%, #1c496a 78%, #1c496b 100%);
  background-color: #1762a1;
  position: relative;
  padding: 16px 35px 12px 35px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(123, 157, 174, 0.7);
  -moz-box-shadow: 0 8px 8px 0 rgba(123, 157, 174, 0.7);
  box-shadow: 0 8px 8px 0 rgba(123, 157, 174, 0.7);
  color: #fff;
}

#fnxheader_mainNavi #fnxheader_mainNavi--top:before {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/mainNaviFnxHeader--icon.png) no-repeat 0% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 36px;
  height: 93px;
  content: '';
}

#fnxheader_mainNavi #fnxheader_mainNavi--top #fnxheader_mainNavi--close {
  position: absolute;
  right: 12px;
  top: 19px;
  font-family: Arial, sans-serif;
  font-size: 23px;
  color: #aee4ff;
  cursor: pointer;
}

#fnxheader_mainNavi #fnxheader_mainNavi--top strong {
  display: block;
  margin: 0 0 3px 0;
  padding: 0 11px 0 0;
  line-height: 25px;
  font-size: 23px;
  font-weight: normal;
}


#fnxheader_mainNavi #fnxheader_mainNavi--top p {
  margin: 0;
  margin: 0 0 11px 0;
  padding: 0 10px 0 0;
}

#fnxheader_mainNavi #fnxheader_mainNavi--top #fnxheader_btnLink {
  margin: 9px 0 0 0;
}

#fnxheader_btnPrimary {
  background: #f68020;
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 9px 10px 5px 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: top;
  line-height: 19px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}

#fnxheader_btnPrimary:hover {
  background: #fff;
  color: #000;
}

#fnxheader_btnLink {
  display: inline-block;
  border-bottom: 1px solid #70879d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: top;
  line-height: 17px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}

#fnxheader_btnLink:hover {
  border-bottom: 1px solid transparent;
}

#fnxheader_mainNavi--list {
  margin: 0;
  padding: 0;
}

#fnxheader_mainNavi--list li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cfe1ec;
  line-height: 20px;
  font-size: 19px;
  color: #000;
}

#fnxheader_mainNavi--list li:last-child {
  border-bottom: none;
}

#fnxheader_mainNavi--list li .fnxheader_mainNavi--arrow {
  position: absolute;
  top: 14px;
  left: 6px;
  cursor: pointer;
}

#fnxheader_mainNavi--list li .fnxheader_mainNavi--arrow:before {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/arrowDownFnxHeader.png) no-repeat 50% 50%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
  font-size: 0;
  content: '';
}

#fnxheader_mainNavi--list li a {
  display: block;
  padding: 20px 24px 14px 35px;
  text-decoration: none;
  color: #000;
}

#fnxheader_mainNavi--list li ul {
  display: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfe1ec;
}

#fnxheader_mainNavi--list li ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #fff;
}

#fnxheader_mainNavi--list li ul li a {
  background: #aee4ff;
}

#fnxheader_helpContainer {
  background: #fff;
  display: none;
  position: fixed;
  top: 93px;
  right: 0;
  left: 0;
  padding: 25px 20px 25px 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  font-family: 'ericasansfotregular';
  z-index: 1000;
}

#fnxheader_helpContainer #fnxheader_helpContainer--close {
  position: absolute;
  right: 19px;
  top: 19px;
  font-family: Arial, sans-serif;
  font-size: 23px;
  color: #044f7e;
  cursor: pointer;
}

#fnxheader_helpContainer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#fnxheader_helpContainer ul li {
  margin: 0;
  padding: 0;
  padding-right: 12px;
  padding-left: 12px;
  list-style: none;
  line-height: 18px;
  font-family: 'ericasansfotregular';
  font-size: 16px;
  text-align: center;
}

#fnxheader_helpContainer ul li:first-child {
  max-width: 160px;
  margin-top: -10px;
  line-height: 34px;
  font-size: 31px;
}

#fnxheader_helpContainer ul li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #044f7e;
}

#fnxheader_helpContainer ul li img {
  height: 29px;
  vertical-align: top;
}

#fnxheader_helpContainer ul li span {
  display: block;
  margin-top: 5px;
}

#fnxheader_searchContainer {
  background: #fff;
  display: none;
  position: fixed;
  top: 93px;
  right: 0;
  left: 0;
  padding-top: 24px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  line-height: 18px;
  font-family: 'ericasansfotregular';
  font-size: 16px;
  color: #044f7e;
  z-index: 999;
}

#fnxheader_searchContainer #fnxheader_searchContainer--close {
  position: absolute;
  right: 19px;
  top: 19px;
  font-family: Arial, sans-serif;
  font-size: 23px;
  color: #044f7e;
  cursor: pointer;
}

#fnxheader_searchContainer #fnxheader_searchContainer--inner {
  width: 608px;
  margin: 0 auto;
}

#fnxheader_searchContainer--inner div {
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
  border: 1px solid #044f7e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#fnxheader_searchContainer--inner div input[type="search"] {
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 12px 10px 8px 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
  font-family: 'ericasansfotregular';
  font-size: 18px;
  color: #044f7e;
}

#fnxheader_searchContainer--inner div input[type="submit"] {
  background: url(/_layouts/images/PhoenixMarketing.FooterHeader/search-small-FnxHeader.png) no-repeat 50% 50%;
  width: 51px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}

#fnxheader_searchContainer--inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-right: 18px;
  padding-left: 18px;
}

#fnxheader_searchContainer--inner ul li {
  width: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 7px 0;
  padding: 0 0 0 15px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#fnxheader_searchContainer--inner ul li a {
  text-decoration: underline;
}

#fnxheader_searchContainer--inner ul li a:hover {
  text-decoration: none;
}

#fnxheader_searchContainer a {
  text-decoration: none;
  color: #044f7e;
}

@media (min-width: 1001px) {
  #fnxheader_disableDesktop {
    display: none !important;
  }

  .fnxheader_disable-desktop {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  #fnxheader_headerBottom #fnxheader_rightBlock p {
    line-height: 18px;
    font-size: 12px;
  }

  #fnxheader_links li {
    font-size: 12px;
  }

  #fnxheader_breadcrumbs ul li {
    line-height: 18px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  #fnxheader_headerBottom #fnxheader_rightBlock p {
    display: none;
  }
}

@media (max-width: 1000px) {
  #fnxheader_disableMobile {
    display: none !important;
  }

  .fnxheader_disable-mobile {
    display: none !important;
  }

  #fnxheader_mainNavi {
    width: 320px;
    top: 56px;
    right: -320px;
  }

  #fnxheader_mainNavi #fnxheader_mainNavi--top {
    background: #fff;
    padding: 13px 9px 14px 9px;
  }

  #fnxheader_mainNavi #fnxheader_mainNavi--top:before {
    display: none;
  }

  #fnxheader_mainNavi #fnxheader_mainNavi--top #fnxheader_mainNavi--close {
    display: none;
  }

  #fnxheader_mainNavi #fnxheader_mainNavi--top strong {
    display: none;
  }

  #fnxheader_mainNavi #fnxheader_mainNavi--top p {
    display: none;
  }

  #fnxheader_mainNavi #fnxheader_mainNavi--top #fnxheader_btnLink {
    margin: 7px 0 0 0;
  }

  #fnxheader_btnPrimary {
    margin: 0 0 0 45px;
    padding: 6px 12px 3px 12px;
    line-height: 18px;
    font-size: 16px;
  }

  #fnxheader_btnPrimary:hover {
    background: #f68020;
    color: #fff;
  }

  #fnxheader_btnLink {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #044f7e;
  }

  #fnxheader_btnLink:hover {
    border-bottom: 1px solid #70879d;
  }

  #fnxheader_mainNavi--list li {
    line-height: 19px;
    font-size: 17px;
  }

  #fnxheader_mainNavi--list li a {
    padding: 19px 18px 13px 35px;
  }

  #fnxheader_helpContainer {
    top: 56px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #fnxheader_helpContainer ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #fnxheader_helpContainer ul li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 5px;
    padding-left: 5px;
  }

  #fnxheader_helpContainer ul li:first-child {
    display: none;
  }

  #fnxheader_searchContainer {
    top: 56px;
    padding-top: 24px;
    padding-bottom: 15px;
  }

  #fnxheader_searchContainer #fnxheader_searchContainer--inner {
    width: auto;
    max-width: 608px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  #fnxheader_searchContainer #fnxheader_searchContainer--inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  #fnxheader_searchContainer ul {
    margin: 0 -5px;
    padding: 0;
    font-size: 14px;
  }

  #fnxheader_searchContainer ul li {
    width: 50%;
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  #fnxheader_helpContainer {
    padding-right: 5px;
    padding-left: 5px;
  }

  #fnxheader_helpContainer #fnxheader_helpContainer--close {
    right: 10px;
    top: 10px;
  }

  #fnxheader_helpContainer ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #fnxheader_helpContainer ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* ----- Footer start ----- */
[class^="ico"] {
  background: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons-se44ee64d6c.png');
  display: inline-block;
  vertical-align: middle;
}
.is-desktop a:active, .is-desktop a:hover {
  color: #01111b;
  outline: 0;
}

is-desktop .grid-row .pre:hover {
  background: #000;
}
.grid-row .no-side-indents {
  padding-left: 0;
  padding-right: 0;
}

is-desktop .btn:hover, .is-desktop .btn:focus, .is-desktop .btn.focus {
  text-decoration: none;
  outline: none;
}
.is-desktop .btn:active, .is-desktop .btn.active {
  outline: 0;
}
.is-desktop .btn.disabled, .is-desktop .btn[disabled], fieldset[disabled] .is-desktop .btn {
  cursor: not-allowed;
  /* Content for ie 8 omitted.
     Minimum support is 10. */
  opacity: 0.65;
  /* Capability css-boxshadow is not prefixed with -moz because 0.16452% of users are affected which is less than the threshold of 100. */
  /* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
  /* Capability css-boxshadow is not prefixed with -o because 0% of users are affected which is less than the threshold of 100. */
  /* Capability css-boxshadow is not prefixed with -webkit because 1.6785% of users are affected which is less than the threshold of 100. */
  box-shadow: none;
}

is-desktop .btn-default:focus, .is-desktop .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
}
.is-desktop .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
}
.is-desktop .btn-default:active, .is-desktop .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
}
.is-desktop .btn-default:active:hover, .is-desktop .btn-default:active:focus, .is-desktop .btn-default:active.focus, .is-desktop .btn-default.active:hover, .is-desktop .btn-default.active:focus, .is-desktop .btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
}
is-desktop .btn-primary:focus, .is-desktop .btn-primary.focus {
  color: #fff;
  background-color: #02304d;
}
.is-desktop .btn-primary:hover {
  color: #fff;
  background-color: #02304d;
}
.is-desktop .btn-primary:active, .is-desktop .btn-primary.active {
  color: #fff;
  background-color: #02304d;
}
.is-desktop .btn-primary:active:hover, .is-desktop .btn-primary:active:focus, .is-desktop .btn-primary:active.focus, .is-desktop .btn-primary.active:hover, .is-desktop .btn-primary.active:focus, .is-desktop .btn-primary.active.focus {
  color: #fff;
  background-color: #011a2a;
}
is-desktop .btn-success:focus, .is-desktop .btn-success.focus {
  color: #fff;
  background-color: #10403b;
}
.is-desktop .btn-success:hover {
  color: #fff;
  background-color: #10403b;
}
.is-desktop .btn-success:active, .is-desktop .btn-success.active {
  color: #fff;
  background-color: #10403b;
}
.is-desktop .btn-success:active:hover, .is-desktop .btn-success:active:focus, .is-desktop .btn-success:active.focus, .is-desktop .btn-success.active:hover, .is-desktop .btn-success.active:focus, .is-desktop .btn-success.active.focus {
  color: #fff;
  background-color: #092321;
}
is-desktop .btn-success:focus, .is-desktop .btn-success.focus {
  color: #fff;
  background-color: #10403b;
}
.is-desktop .btn-success:hover {
  color: #fff;
  background-color: #10403b;
}
.is-desktop .btn-success:active, .is-desktop .btn-success.active {
  color: #fff;
  background-color: #10403b;
}
.is-desktop .btn-success:active:hover, .is-desktop .btn-success:active:focus, .is-desktop .btn-success:active.focus, .is-desktop .btn-success.active:hover, .is-desktop .btn-success.active:focus, .is-desktop .btn-success.active.focus {
  color: #fff;
  background-color: #092321;
}

is-desktop .btn-info:focus, .is-desktop .btn-info.focus {
  color: #fff;
  background-color: #000102;
}
.is-desktop .btn-info:hover {
  color: #fff;
  background-color: #000102;
}
.is-desktop .btn-info:active, .is-desktop .btn-info.active {
  color: #fff;
  background-color: #000102;
}
.is-desktop .btn-info:active:hover, .is-desktop .btn-info:active:focus, .is-desktop .btn-info:active.focus, .is-desktop .btn-info.active:hover, .is-desktop .btn-info.active:focus, .is-desktop .btn-info.active.focus {
  color: #fff;
  background-color: black;
}
is-desktop .btn-warning:focus, .is-desktop .btn-warning.focus {
  color: #fff;
  background-color: #da6709;
}
.is-desktop .btn-warning:hover {
  color: #fff;
  background-color: #da6709;
}
.is-desktop .btn-warning:active, .is-desktop .btn-warning.active {
  color: #fff;
  background-color: #da6709;
}
.is-desktop .btn-warning:active:hover, .is-desktop .btn-warning:active:focus, .is-desktop .btn-warning:active.focus, .is-desktop .btn-warning.active:hover, .is-desktop .btn-warning.active:focus, .is-desktop .btn-warning.active.focus {
  color: #fff;
  background-color: #b85707;
}
is-desktop .btn-danger:focus, .is-desktop .btn-danger.focus {
  color: #fff;
  background-color: #441d1b;
}
.is-desktop .btn-danger:hover {
  color: #fff;
  background-color: #441d1b;
}
.is-desktop .btn-danger:active, .is-desktop .btn-danger.active {
  color: #fff;
  background-color: #441d1b;
}
.is-desktop .btn-danger:active:hover, .is-desktop .btn-danger:active:focus, .is-desktop .btn-danger:active.focus, .is-desktop .btn-danger.active:hover, .is-desktop .btn-danger.active:focus, .is-desktop .btn-danger.active.focus {
  color: #fff;
  background-color: #2a1211;
}
.is-desktop a.btn:hover {
  color: #fff;
}
.is-desktop .login-link:hover {
  color: #89d7ff;
}


footer{
    display:block;
}

.footer-section:after {
  clear: both;
  content: "";
  display: block;
}

[data-add-class] {
  cursor: pointer;
}

.footer {
  width: 100%;
}

.footer {
  background: #efefef;
  box-sizing: border-box;
  height: auto;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .footer {
    padding-bottom: 55px;
  }
  .footer:before {
    background-color: #dbdbdb;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}

.footer:after {
  /* Capability css-boxshadow is not prefixed with -moz because 0.16452% of users are affected which is less than the threshold of 100. */
  /* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
  /* Capability css-boxshadow is not prefixed with -o because 0% of users are affected which is less than the threshold of 100. */
  /* Capability css-boxshadow is not prefixed with -webkit because 1.6785% of users are affected which is less than the threshold of 100. */
  box-shadow: inset 0 21px 52px -21px #000 ;
 -moz-box-shadow:inset 0 21px 52px -21px #000;
 -webkit-box-shadow: inset 0 21px 52px -21px #000;  
  content: '' ;
  height: 100% ;
  left: -20px ;
  pointer-events: none ;
  position: absolute ;
  right: -20px ;
  top: 0 ; 
}

@media only screen and (max-width: 999px) {
  .footer:after  {
    /* Capability css-boxshadow is not prefixed with -moz because 0.16452% of users are affected which is less than the threshold of 100. */
    /* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability css-boxshadow is not prefixed with -o because 0% of users are affected which is less than the threshold of 100. */
    /* Capability css-boxshadow is not prefixed with -webkit because 1.6785% of users are affected which is less than the threshold of 100. */
    box-shadow: none;
  }
}

.footer-block.footer-block-with-img {
  background: url("/_layouts/images/PhoenixMarketing.FooterHeader/backgrounds/bg-blue-white.jpg") no-repeat center/cover;
  border-left: none;
  color: #fff;
  overflow: hidden;
  height: 100%;
  padding: 50px 50px 0 32px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .footer-block.footer-block-with-img {
    padding: 50px 72px 0 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-block.footer-block-with-img {
    padding: 50px 81px 0 200px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-block.footer-block-with-img {
    padding: 0 18px;
    height: 86px;
    line-height: 89px;
  }
  .footer-block.footer-block-with-img br {
    display: none;
  }
}
.footer-block.footer-block-with-img .block-title {
  z-index: 1;
  position: relative;
  font: 48px "Erica Sans Fot Light", Helvetica, Arial, sans-serif;
  line-height: .8;
}
@media only screen and (max-width: 999px) {
  .footer-block.footer-block-with-img .block-title {
    font-size: 26px;
    margin: 0;
    line-height: inherit;
  }
}
@media only screen and (min-width: 375px) and (max-width: 999px) {
  .footer-block.footer-block-with-img .block-title {
    font-size: 36px;
  }
}
.footer-block.footer-block-with-img img {
  bottom: 0;
  left: -45px;
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  .footer-block.footer-block-with-img img {
    left: -21px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-block.footer-block-with-img img {
    left: 29px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-block.footer-block-with-img img {
    bottom: -22px;
    left: 23px;
    width: 90px;
    height: auto;
  }
}

.footer-block {
  /* Capability css3-boxsizing is not prefixed with -moz because 2.61085% of users are affected which is less than the threshold of 100. */
  /* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
  /* Capability css3-boxsizing is not prefixed with -o because 0% of users are affected which is less than the threshold of 100. */
  /* Capability css3-boxsizing is not prefixed with -webkit because 1.6785% of users are affected which is less than the threshold of 100. */
  box-sizing: border-box;
  background-color: #dbdbdb;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.1));
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font: 13px "Erica Sans Fot Light", Helvetica, Arial, sans-serif;
  height: 255px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 42px 16px 0 15px;
}
@media only screen and (min-width: 1200px) {
  .footer-block {
    padding: 52px 36px 0 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-block {
    font: 17px "Erica Sans Fot Light", Helvetica, Arial, sans-serif;
    padding: 45px 36px 0 85px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-block {
    padding: 3px 18px 15px;
    height: auto;
    position: relative;
  }
  .footer-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background: #fff;
  }
  [class*='grid-col-']:first-child .footer-block:after, [class*='grid-col-']:last-child .footer-block:after {
    display: none;
  }
}
@media only screen and (min-width: 375px) and (max-width: 999px) {
  .footer-block {
    font-size: 16px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-block {
    border-bottom: 0;
    background-image: none;
  }
}
.footer-block .block-title {
  max-width: 88%;
}
@media only screen and (max-width: 999px) {
  .footer-block .block-title {
    margin-top: 10px;
  }
}
.footer-block a {
  color: #044f7e;
  font-family: "Erica Sans Fot", Helvetica, Arial, sans-serif;
  position: relative;
}
.footer-block a:before {
  background: #044f7e;
  bottom: 0;
  content: '';
  height: 1px;
  opacity: .3;
  position: absolute;
  right: 0;
  width: 100%;
}
.is-desktop .footer-block a:hover {
  color: #01111b;
}
.footer-block p {
  line-height: 1.2;
  max-height: 80px;
  overflow: hidden;
}

.fixed-height {
  height: 255px;
}

.fixed-height._big {
  height: 510px;
}

@media only screen and (max-width: 999px) {
  .footer .fixed-height {
    height: auto;
  }
}

.footer-container {
  margin: 0 auto;
  max-width: 1250px;
  overflow: hidden;
}
@media only screen and (min-width: 1450px) {
  .footer-container {
    max-width: 1272px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-container {
    max-width: 1250px;
  }
}

.footer-section {
  padding: 15px 40px 104px 40px;
}
@media only screen and (min-width: 1200px) {
  .footer-section {
    padding: 30px 57px 104px;
  }
}
@media only screen and (min-width: 1460px) {
  .footer-section {
    padding: 30px 99px 104px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-section {
    padding: 0 18px;
  }
}
.footer-section a {
  color: #242424;
}
.footer-section .list, .footer-section .menu-bar-list, .footer-section .page-slides, .footer-section .products-list {
  float: right;
}
@media only screen and (max-width: 999px) {
  .footer-section .list > li, .footer-section .menu-bar-list > li, .footer-section .page-slides > li, .footer-section .products-list > li {
    font-size: 17px;
    display: block;
    padding-right: 15px;
    line-height: 49px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-section .list-title {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 62px;
    line-height: 72px;
    margin: 0;
    position: relative;
  }
  .footer-section .list-title:before {
    content: '';
    height: 6px;
    width: 12px;
    background: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons-se44ee64d6c.png');
    background-position: 0 -871px;
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 375px) and (max-width: 999px) {
  .footer-section .list-title {
    font-size: 20px;
  }
}
.footer-section .is-desktop {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .footer-section .is-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-section .is-mobile {
    display: none;
  }
}

.footer-section-item {
  box-sizing: border-box;
  color: #242424;
  font-size: 13px;
  line-height: 1.55;
  margin-left: 25px;
  width: 110px;

  display:inline;
  float: right;
}

.footer-section-item h3{
    margin-bottom: 8.5px;
    margin-top: 17px;
}
@media only screen and (min-width: 1024px) {
  .footer-section-item {
    margin-left: 29px;
    width: 110px;
  }
}
@media only screen and (min-width: 1101px) {
  .footer-section-item {
    width: 121px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-section-item {
    margin-left: 41px;
    width: 120px;
  }
}
@media only screen and (min-width: 1310px) {
  .footer-section-item {
    width: 135px;
  }
}
@media only screen and (min-width: 1450px) {
  .footer-section-item {
    margin-left: 39px;
    width: 158px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-section-item {
    margin-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  .footer-section-item {
    width: 100%;
    margin: 0;
    max-height: 62px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
  }
  .footer-section-item:last-child {
    border: 0;
    margin-bottom: 30px;
  }
  .footer-section-item.active {
    max-height: 1000px;
  }
  .footer-section-item.active .list-title:before {
    height: 6px;
    width: 12px;
    background-position: 0 -855px;
  }
}

@media only screen and (min-width: 1600px) {
  .footer-section-col-1 {
    width: 15%;
  }

  .footer-section-col-2 {
    width: 15%;
  }

  .footer-section-col-3 {
    width: 15%;
  }

  .footer-section-col-4 {
    width: 17%;
  }

  .footer-section-col-5 {
    width: 15%;
  }

  .footer-section-col-6 {
    width: 16%;
  }
}
.footer-section-col-7 {
  margin-left: 0;
}
@media only screen and (min-width: 1400px) {
  .footer-section-col-7 {
    width: 80px;
  }
}

.footer-nav {
  background-color: #efefef;
  bottom: 0;
  height: 80px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 999px) {
  .footer-nav {
    height: 55px;
  }
}
.footer-nav .footer-container {
  border-top: 1px solid #044f7e;
  max-width: 1276px;
}
@media only screen and (max-width: 999px) {
  .footer-nav .footer-container {
    border: 0;
  }
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "Erica Sans Fot Bold", Helvetica, Arial, sans-serif;
  margin: 0 18%;
  padding: 27px 0;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) {
  .footer-list {
    margin: 0 22%;
  }
}
@media only screen and (max-width: 999px) {
  .footer-list {
    border-top: 1px solid #044f7e;
    margin: 0 18px;
    text-indent: -9999px;
    font-size: 0;
    padding: 18px 0;
  }
}
.footer-list > li {
  max-width: 20%;
  position: relative;   
  font-family: "Erica Sans Fot", Helvetica, Arial, sans-serif;
  font-size: 16px;  
}
.footer-list > li a:hover{
    color:#242424;
}
@media only screen and (max-width: 999px) {
  .footer-list > li {
    max-width: 100%;
  }
}
.footer-list > li.is-active {
  color: #000;
  font-size: 17px;
  text-indent: 0;
}
.footer-list > li.is-active a {
  color: inherit;
}
.footer-list a {
  color: #044f7e;
}
.footer-list .ico {
  /* Capability transforms2d is not prefixed with -moz because 0.77252% of users are affected which is less than the threshold of 100. */
  /* Capability transforms2d is not prefixed with -ms because 2.6001% of users are affected which is less than the threshold of 100. */
  /* Capability transforms2d is not prefixed with -o because 0.08196% of users are affected which is less than the threshold of 100. */
  /* Capability transforms2d is not prefixed with -webkit because 52.08628% of users are affected which is less than the threshold of 100. */
  transform: translate(-100%, 0);
  bottom: 0;
  color: transparent;
  font-size: 0;
  left: -10px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 999px) {
  .footer-list .ico {
    /* Capability transforms2d is not prefixed with -moz because 0.77252% of users are affected which is less than the threshold of 100. */
    /* Capability transforms2d is not prefixed with -ms because 2.6001% of users are affected which is less than the threshold of 100. */
    /* Capability transforms2d is not prefixed with -o because 0.08196% of users are affected which is less than the threshold of 100. */
    /* Capability transforms2d is not prefixed with -webkit because 52.08628% of users are affected which is less than the threshold of 100. */
    transform: translate(0, 0);
    display: block;
    position: static;
    margin: 0;
  }
}

.ico-facebook {
  height: 18px;
  width: 18px;
  background-position: 0 -1357px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-facebook {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -1013px;
    height: 18px;
    width: 18px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}
.ico-facebook-mobile {
  height: 17px;
  width: 17px;
  background-position: 0 -1330px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-facebook-mobile {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -994px;
    height: 17px;
    width: 17px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}
.ico-youtube-mobile {
  height: 14px;
  width: 19px;
  background-position: 0 -4060px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-youtube-mobile {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -3146px;
    height: 14px;
    width: 19px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}

.ico-youtube {
  height: 17px;
  width: 23px;
  background-position: 0 -4084px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-youtube {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -3162px;
    height: 17px;
    width: 23px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}
.ico-envelope-small-mobile {
  height: 14px;
  width: 20px;
  background-position: 0 -1143px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-envelope-small-mobile {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -847px;
    height: 14px;
    width: 20px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}

.ico-envelope-small {
  height: 16px;
  width: 24px;
  background-position: 0 -1167px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-envelope-small {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -863px;
    height: 16px;
    width: 24px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}

.ico-envelope {
  height: 44px;
  width: 46px;
  background-position: 0 -1193px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-envelope {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -881px;
    height: 44px;
    width: 46px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}

.ico-evaluation-desktop {
  height: 42px;
  width: 42px;
  background-position: 0 -1247px;
}
.ico-chat-small-mobile {
  height: 15px;
  width: 17px;
  background-position: 0 -747px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-chat-small-mobile {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -555px;
    height: 15px;
    width: 17px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}

.ico-chat-small {
  height: 18px;
  width: 22px;
  background-position: 0 -772px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-chat-small {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -572px;
    height: 18px;
    width: 22px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}

.ico-chat {
  height: 45px;
  width: 46px;
  background-position: 0 -800px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ico-chat {
    background-image: url('/_layouts/images/PhoenixMarketing.FooterHeader/icons2x-s36bd8688bd.png');
    background-position: 0 -592px;
    height: 45px;
    width: 46px;
    /* Capability background-img-opts is not prefixed with -moz because 0.14306% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -ms because 0% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -o because 0.01431% of users are affected which is less than the threshold of 100. */
    /* Capability background-img-opts is not prefixed with -webkit because 1.11224% of users are affected which is less than the threshold of 100. */
    background-size: 168px 3179px;
  }
}
@media only screen and (max-width: 999px) {
  .is-mobile-hidden {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-section .is-mobile {
    display: none;
  }
}

.footer-section-item h3{font-weight:bold !important;}
/* ----- Footer end ----- */