.base-header {
  position: relative;
  z-index: 110;
}

.anon-header {
  border-bottom: 1px solid #dadad8;
  background-color: #F3F3F3;
}

.auth-header {
  background-color: #4B4A3C;
}

.base-header .logo {
  position: absolute;
  left: -9999px;
}

.create-survey.fab {
  border-radius: 50%;
  background-color: #a7c23d;
}

.base-header .user-area {
  display: none;
}

.responsive-logo {
  height: 3.75em;
  text-align: center;
  padding: 0.75em 3em;
  position: relative;
  display: block;
  cursor: default;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.responsive-logo:hover {
  text-decoration: none;
}

.responsive-logo object {
  display: none;
}

.small-mobile-logo {
  display: inline;
  font-size: 3em;
  position: relative;
  top: -0.05em;
  color: #a9bd38;
}

@media (min-width: 23.75em) {
  .responsive-logo object {
    display: inline;
    height: 2.1em;
  }

  .small-mobile-logo {
    display: none;
  }
}
.short-page-title {
  display: inline-block;
  font-size: 1.5em;
  padding: 0.25em 0;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anon-header .short-page-title {
  color: #5b5a4b;
}
.auth-header .short-page-title {
  color: #fff;
}

.has-page-title .small-mobile-logo,
.has-page-title object {
  display: none;
}

.hamburger-menu {
  width: 1.6875em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -0.5em;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger-menu .hamburger-line {
  position: absolute;
  display: block;
  height: 0.1875em;
  width: 1.6875em;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-menu .top-line {
  top: 0;
}
.hamburger-menu .middle-line {
  top: 0.375em;
}
.hamburger-menu .bottom-line {
  top: 0.75em;
}

.anon-header .hamburger-line {
  background-color: #666;
}

.auth-header .hamburger-line {
  background-color: #fff;
}

.hamburger-menu.open .close-hidden {
  margin-top: auto;
  width: 0%;
  left: 50%;
}
.hamburger-menu.open .close-up {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-menu.open .close-down {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.mobile-banner-showing {
  top: 0;
}

body.mobile-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.mobile-nav-open.mobile-banner-showing {
  top: -6.0625em;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.base-header .nav {
  display: none;
}

#mobileMenuContainer {
  overflow: hidden;
  z-index: -1;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mobile-nav-open #mobileMenuContainer {
  z-index: 100;
}

#mobileMenuOverlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mobile-nav-open #mobileMenuOverlay {
  display: block;
}

#mobileMenu {
  position: absolute;
  background-color: #fff;
  min-width: 16em;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 3.75em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mobileMenu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-banner-showing #mobileMenu {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.mobile-banner-showing #mobileMenu.open {
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
#mobileMenu a {
  position: relative;
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 0.75em 1.5em 0.75em 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anon-menu #mobileMenu a {
  color: #5b5a4b;
}
.auth-menu #mobileMenu a {
  color: #333;
}
#mobileMenu .open a.hd,
#mobileMenu a.current,
#mobileMenu a:hover {
  color: #6a7623;
  text-decoration: none;
}
#mobileMenu .open a.hd::before,
#mobileMenu a.current::before,
#mobileMenu a:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a9bd38;
  width: 5px;
  height: 100%;
  display: block;
}

#mobileMenu .has-submenu ul {
  display: none;
}
#mobileMenu .has-submenu a.hd::after {
  content: '+';
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  width: 0.7em;
  text-align: center;
  cursor: pointer;
}
.anon-menu #mobileMenu .has-submenu a.hd::after {
  color: #5b5a4b;
}
.auth-menu #mobileMenu .has-submenu a.hd::after {
  color: #333;
}
#mobileMenu .has-submenu .nav-submenu a {
  padding-left: 2em;
}
#mobileMenu .has-submenu .min-width {
  display: none;
}
#mobileMenu .has-submenu.open ul {
  display: block;
}
#mobileMenu .has-submenu.open a.hd::after {
  content: '-';
}

.auth-header .create-survey.btn,
.auth-header .create-survey.fab {
  display: none;
}

.create-survey.lower-fab {
  position: fixed;
  right: 1em;
  bottom: 1em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.125), 0 2px 4px 0 rgba(0, 0, 0, 0.45);
  height: 3em;
  width: 3em;
  z-index: 900;
}
.create-survey.lower-fab:hover, .create-survey.lower-fab:active {
  text-decoration: none;
  background-color: #b0c850;
}
.create-survey.lower-fab:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.125), 0 2px 6px 0 rgba(0, 0, 0, 0.45);
}
.create-survey.lower-fab:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.create-survey.lower-fab .vertical-line,
.create-survey.lower-fab .horizontal-line {
  background-color: #fff;
  position: absolute;
  width: 1em;
  height: 0.125em;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
}
.create-survey.lower-fab .vertical-line {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.auth-header .create-survey.lower-fab {
  display: none;
}

@media (min-width: 50em) {
  .base-header {
    padding-top: 1em;
  }

  .base-header .no-nav {
    padding-bottom: 3px;
  }

  .base-header .inner-header {
    padding-right: 1em;
    padding-left: 1em;
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .base-header .inner-header-top {
    padding-bottom: 5px;
  }

  .base-header .responsive-logo {
    display: inline-block;
    margin-bottom: 3px;
    width: 300px;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .base-header .responsive-logo object {
    position: relative;
    z-index: -1;
    height: 40px;
  }

  .small-mobile-logo {
    display: none;
  }

  .short-page-title {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }

  #mobileMenuContainer {
    display: none;
  }

  .base-header .nav {
    margin: 5px 0 0;
    display: block;
    float: left;
  }

  .base-header .nav li {
    font-weight: bold;
    font-size: 0.875em;
    position: relative;
    float: left;
    display: block;
  }

  .base-header .nav a {
    color: #999;
    text-decoration: none;
  }

  .base-header .nav a:visited,
  .base-header .nav a {
    text-decoration: none;
  }

  .anon-header .nav a:hover {
    color: #799334;
  }

  .auth-header .nav a:hover {
    color: #eee;
  }

  .base-header .nav li a {
    display: inline-block;
    padding: 0 1em 0.5em;
    z-index: 2;
  }

  .anon-header .nav .current {
    color: #799334;
  }

  .auth-header .nav .current {
    color: #eee;
  }

  .base-header .nav li a.first-item {
    padding-left: 0;
  }

  .base-header .nav li ul.hidden {
    left: -999px;
  }

  .base-header .nav li.open {
    z-index: 10;
  }

  .anon-header .nav li.open {
    background-color: #F3F3F3;
    background: -webkit-linear-gradient(top, #F3F3F3, #999);
    background: linear-gradient(to bottom, #F3F3F3, #999);
  }

  .auth-header .nav li.open {
    background-color: #4B4A3C;
    background: -webkit-linear-gradient(top, #4B4A3C, #343329);
    background: linear-gradient(to bottom, #4B4A3C, #343329);
  }

  .base-header .hd:active,
  .base-header .hd:focus {
    outline: 0;
  }

  .base-header .has-submenu a.hd img {
    width: 7px;
    height: 7px;
    margin: 0 0 1px 2px;
    border: 0;
    background: url(/assets/anonweb/smlib.globaltemplates/5.7.0/assets/base_sprite.png) no-repeat scroll -32px -820px transparent;
  }

  .anon-header .has-submenu a.hd:hover img,
  .anon-header .nav li.open a.hd img,
  .anon-header .nav li.open a.hd:hover img {
    background: url(/assets/anonweb/smlib.globaltemplates/5.7.0/assets/base_sprite.png) no-repeat scroll 0 -820px transparent;
  }

  .auth-header .has-submenu a.hd:hover img,
  .auth-header .nav li.open a.hd img,
  .auth-header .nav li.open a.hd:hover img {
    background: url(/assets/anonweb/smlib.globaltemplates/5.7.0/assets/base_sprite.png) no-repeat scroll -16px -820px transparent;
  }

  .base-header .nav .has-submenu ul {
    display: block;
    position: absolute;
    top: -9999px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
    border: 1px solid transparent;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
  }

  .anon-header .nav .has-submenu ul {
    background: #F3F3F3;
    border-color: #999;
  }

  .auth-header .nav .has-submenu ul {
    background: #4B4A3C;
    border-color: #343329;
  }

  .base-header .nav .open ul {
    zoom: 1;
    display: block;
    left: 0;
    top: 22px;
    position: absolute;
    max-height: 2000px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: max-height 1.5s ease;
    transition: max-height 1.5s ease;
  }

  .base-header .nav .has-submenu ul li {
    zoom: 1;
    display: block;
    white-space: nowrap;
    font-weight: normal;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    float: none;
  }

  .anon-header .nav .has-submenu ul li {
    border-bottom-color: #E4E4E4;
  }

  .auth-header .nav .has-submenu ul li {
    border-bottom-color: #454439;
  }

  .base-header .nav .has-submenu ul li.min-width {
    line-height: 0;
  }

  .anon-header .nav .has-submenu ul li.min-width:hover {
    background-color: #F3F3F3;
  }

  .auth-header .nav .has-submenu ul li.min-width:hover {
    background-color: #4B4A3C;
  }

  .base-header .nav .has-submenu ul li.min-width .img {
    height: 3px;
  }

  .base-header .nav .has-submenu ul li a {
    padding: 8px 25px;
    display: block;
  }

  .anon-header .nav .has-submenu ul li a {
    color: #525043;
  }

  .auth-header .nav .has-submenu ul li a {
    color: #CCC;
  }

  .anon-header .nav .has-submenu ul li a:hover,
  .anon-header .nav .has-submenu ul li:hover {
    background-color: #E4E4E4;
    color: #333;
  }

  .auth-header .nav .has-submenu ul li a:hover,
  .auth-header .nav .has-submenu ul li:hover {
    background-color: #454439;
    color: #eee;
  }

  .base-header .nav .has-submenu .hd-bg a {
    display: inline-block;
    margin: 0 1px;
  }

  .anon-header .nav .open .hd-bg a {
    background-color: #F3F3F3;
    color: #799334;
  }

  .auth-header .nav .open .hd-bg a {
    background-color: #4B4A3C;
    color: #eee;
  }

  .base-header .user-area {
    display: block;
    position: relative;
    float: right;
    font-weight: bold;
    z-index: 3;
  }

  .base-header .user-area a {
    outline: none;
    padding: 4px 10px 4px 10px;
    font-size: 68.75%;
    text-decoration: none;
    border-radius: 3px;
    display: block;
  }

  .anon-header .user-area a {
    color: #333;
    border: 1px solid #CCC;
  }
  .anon-header .user-area a:hover {
    border-color: #999;
    background-color: #fff;
  }

  .auth-header .user-area a {
    color: #CCC;
    background-color: #343329;
    white-space: nowrap;
  }

  .auth-header .user-area a:hover,
  .auth-header .user-area li.has-submenu > a:hover,
  .auth-header .user-area li.has-submenu .first-item a:hover {
    color: #eee;
    background-color: #3C3B31;
  }

  .anon-header .sign-in {
    background-color: #fff;
  }

  .auth-header .user-area .yel a {
    background-color: #EBDC55;
    color: #333;
  }

  .auth-header .user-area .yel a:hover {
    background-color: #F8EC60;
    color: #333;
  }

  .base-header .user-area li {
    float: left;
    padding-left: 4px;
    list-style: none;
    font-size: 100%;
  }

  .auth-header .user-area li.has-submenu li a:hover {
    background-color: #595959;
  }

  .base-header .user-area li.last {
    padding-right: 0;
  }

  .auth-header .user-area li.has-submenu a.hd {
    text-align: right;
  }

  .auth-header .user-area li.has-submenu a.hd img {
    margin-top: 4px;
  }

  .auth-header .user-area li.open {
    position: relative;
  }

  .auth-header .user-area li.has-submenu ul {
    display: none;
  }

  .auth-header .user-area li.open ul {
    position: absolute;
    right: 0;
    display: block;
    z-index: 4;
  }

  .auth-header .user-area li.has-submenu ul li {
    float: none;
    padding: 0;
    white-space: nowrap;
  }

  .auth-header .user-area li.has-submenu ul li.first-item {
    text-align: right;
  }

  .auth-header .user-area li.has-submenu ul li.first-item a {
    text-align: right;
    vertical-align: top;
    width: auto;
    padding: 4px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }

  .auth-header .user-area li.has-submenu ul li.last a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .auth-header .user-area li.has-submenu ul li a {
    padding: 10px;
    width: 100%;
    border-radius: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .auth-header .user-area li.has-submenu ul li a.hd {
    display: inline-block;
  }

  .base-header .create-survey {
    float: right;
    position: relative;
    bottom: 1em;
  }

  .base-header .create-survey.fab {
    display: block;
    margin-bottom: -4px;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.9), 0 1px 1px 0 rgba(0, 0, 0, 0.9);
    padding: 5px 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .base-header .create-survey.fab:hover, .base-header .create-survey.fab:active {
    text-decoration: none;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }

  .create-survey.lower-fab {
    display: none;
  }
}
@media (min-width: 64em) {
  .base-header .create-survey.btn {
    display: block;
  }

  .base-header .create-survey.fab {
    display: none;
  }
}
.container {
  margin: 0 auto;
}

.bd .container {
  margin: 0 auto;
  max-width: 980px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.not-mobile-ready .bd .container {
  width: 980px;
}
.fluid-width .bd .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.contain {
  max-width: 980px;
  margin: 0 auto;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

.survey-header-container {
  margin-top: 20px;
}

.survey-header-centered {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.not-mobile-ready .survey-header-centered {
  width: 980px;
}

.survey-header {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.survey-header-title-container {
  display: block;
}

.survey-header-title {
  display: block;
  height: 40px;
  font-size: 24px;
  line-height: 0.8;
  margin-left: 21px;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  vertical-align: bottom;
}

#scrollingNav .nav-breadcrumbs {
  max-width: 50%;
}
@media only screen and (max-width: 1280px) {
  #scrollingNav .nav-breadcrumbs {
    max-width: 30%;
  }
}
#scrollingNav .nav-breadcrumbs .survey-header-title {
  margin-right: 21px;
  line-height: 1.2;
}

.survey-header-tools {
  float: right;
  margin-right: 10px;
}
.survey-header-tools .align-right {
  text-align: right;
}
.survey-header-tools .perm-value {
  float: right;
  color: #777;
  font-size: 0.9em;
}
.survey-header-tools li {
  margin: 6px 0 6px 6px;
  display: inline-block;
  position: relative;
}
.survey-header-tools .tool-btn {
  display: inline-block;
  background-color: #999;
  color: #fff;
  font-size: 24px;
  border-radius: 3px;
  height: 32px;
  width: 32px;
  margin-right: 5px;
  line-height: 100%;
}
.survey-header-tools .tool-btn.btn-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid transparent;
  border-bottom: 0;
  border-top-color: white;
  vertical-align: middle;
  margin-left: 5px;
}
.survey-header-tools .tool-btn::before {
  font-family: "SMFont";
  height: 24px;
  margin-left: 7px;
  position: relative;
  top: 3px;
}
.survey-header-tools .tool-btn.comment-btn::before {
  content: 'w';
  color: #fff;
}
.survey-header-tools .tool-btn.icon-only {
  width: 36px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.survey-header-tools .tool-btn.content {
  width: auto;
}
.survey-header-tools .tool-btn.content > span {
  background-color: #35C0C0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 4px;
  display: inline;
  border-radius: 3px;
  margin-right: 5px;
}
.survey-header-tools .has-submenu ul {
  opacity: 0;
  position: absolute;
  top: -9999px;
  right: 0;
  font-size: 14px;
  margin-top: 14px;
  transition: transform 200ms ease, opacity 200ms ease, top 0ms linear 200ms;
  transform: translate(0, -10px);
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 300px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.survey-header-tools .has-submenu ul::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 9px;
  border: 11px solid transparent;
  border-top: 0;
  border-bottom-color: #ddd;
}
.survey-header-tools .has-submenu ul::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: white;
}
.survey-header-tools .has-submenu li {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  line-height: 1.75;
  margin: 0;
}
.survey-header-tools .has-submenu li:first-child {
  border-top: 0;
}
.survey-header-tools .has-submenu.open ul {
  opacity: 1;
  transform: translate(0, 0);
  top: 100%;
  transition: top 0ms linear, transform 200ms ease, opacity 200ms ease;
}
.survey-header-tools .tool-btn:hover,
.survey-header-tools .has-submenu.open .tool-btn {
  text-decoration: none;
  background-color: #666;
}

.survey-header-tabs-container {
  background: white;
}

.survey-header-tabs {
  font-size: 16px;
  font-weight: bold;
  margin-left: 14px;
}
.survey-header-tabs li {
  display: inline-block;
}
.survey-header-tabs li::after {
  content: "]";
  font-weight: normal;
  font-family: "SMFont";
  font-size: 12px;
  display: inline-block;
  color: #DADAD8;
  vertical-align: middle;
  margin-right: 14px;
}
.survey-header-tabs li:last-child::after {
  display: none;
}
.survey-header-tabs a {
  color: #666;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 12px 4px 8px;
  margin-right: 17px;
  margin-left: 3px;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  height: 44px;
  transition: color 100ms linear;
}
.survey-header-tabs a:hover {
  color: #16BEC0;
}
.survey-header-tabs .selected a {
  color: #16BEC0;
  border-bottom: 4px solid #16BEC0;
  font-weight: 400;
}

.anon-footer {
  color: #888;
  background: #EFEFEF;
  border-top: 1px solid #dadad8;
  position: relative;
}

.auth-footer {
  color: #B2B2AC;
  background-color: #525043;
  background: -webkit-linear-gradient(top, #525043, #4B4A3C);
  background: linear-gradient(to bottom, #525043, #4B4A3C);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF525043', endColorstr='#FF4B4A3C');
  background: #4B4A3C;
}

.base-footer .inner-ft {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.base-footer ul li {
  margin: 0 5px 5px 0;
  list-style: none;
}

.anon-footer a,
.anon-footer a:visited {
  color: #999;
}

.auth-footer a,
.auth-footer a:visited {
  color: #B2B2AC;
}

.base-footer .link-list {
  display: block;
  list-style: none;
}

.base-footer li.link-list-label {
  font-weight: bold;
}

.anon-footer li.link-list-label,
.anon-footer li.link-list-label a,
.anon-footer li.link-list-label a:visited {
  color: #666;
}

.auth-footer li.link-list-label,
.auth-footer li.link-list-label a,
.auth-footer li.link-list-label a:visited {
  color: #fff;
}

.anon-footer .ft-c.lang-list a.selected {
  color: #666;
}

.auth-footer .ft-c.lang-list a.selected {
  color: #fff;
}

.base-footer .ft-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.base-footer .inner-ft {
  margin: 0;
  padding: 1em 0 0;
  width: 100%;
}

.base-footer .ft-c {
  border-bottom: 0;
}

.base-footer .link-list {
  margin: 0;
  width: 100%;
}

.base-footer .link-list li {
  border-bottom: 1px solid transparent;
  display: block;
  font-weight: bold;
  line-height: 2em;
  margin: 0;
  width: 100%;
}
.base-footer .link-list li ::after {
  content: '';
  display: none;
}

.anon-footer .link-list li {
  border-color: #dadad8;
}

.auth-footer .link-list li {
  border-color: #656556;
}

.base-footer .link-list a {
  display: block;
  padding-left: 2.8em;
}
.base-footer .link-list a:hover {
  text-decoration: none;
}

.anon-footer .link-list a {
  color: #888;
}
.anon-footer .link-list a:hover {
  color: #333;
}

.auth-footer .link-list a:hover {
  color: #DDD;
}

.base-footer .link-list-label a {
  padding-left: 1.8em;
}

.base-footer .world-icon {
  display: none;
}

.base-footer .lang-list {
  padding: 0;
}

.base-footer .lang-list .link-list {
  display: block;
  width: 100%;
  margin: 0;
}

.base-footer .lang-list .link-list-label {
  padding-left: 1.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.base-footer .ft-bottom {
  display: block;
  text-align: center;
}
.base-footer .ft-bottom ul {
  text-align: center;
}
.base-footer .ft-bottom li {
  display: inline-block;
}
.base-footer .ft-bottom .col {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.base-footer .ft-bottom .security {
  text-align: center;
}

.moreinfo-list {
  margin-bottom: 1em;
}
.moreinfo-list a {
  display: block;
  padding: 0.25em;
}

@media (min-width: 50em) {
  .sticky-footer {
    height: 100%;
  }
  .sticky-footer body {
    height: 100%;
  }
  .sticky-footer .content-wrapper {
    min-height: 100%;
  }
  .sticky-footer .footer-push {
    height: 264px;
  }
  .sticky-footer .base-footer {
    height: 264px;
    margin: -264px 0 0;
  }

  .slim-footer .footer-push {
    height: 136px;
  }
  .slim-footer .base-footer {
    height: 136px;
    margin: -136px 0 0;
  }

  .base-footer .grid {
    white-space: nowrap;
  }

  .base-footer .grid-u-2-5 {
    width: 40% !important;
  }

  .base-footer .grid-u-3-5 {
    width: 60% !important;
  }

  .base-footer .inner-ft {
    margin: 0 auto;
    width: auto;
    max-width: 1012px;
    padding: 1em 1em 0;
  }

  .base-footer ul li {
    display: inline-block;
  }

  .base-footer .col {
    white-space: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }

  .base-footer .ft-c,
  .base-footer .ft-bottom {
    font-size: 0.75em;
  }

  .base-footer .ft-c {
    padding-top: 12px;
    padding-bottom: 7px;
  }

  .anon-footer .ft-c {
    border-bottom: 1px solid #dadad8;
  }

  .auth-footer .ft-c {
    border-bottom: 1px solid #656556;
  }

  .base-footer .link-list {
    margin-bottom: 8px;
    width: auto;
  }

  .base-footer .link-list li {
    display: inline-block;
    position: relative;
    margin: 0 17px 5px 0;
    border-bottom: 0;
    width: auto;
    font-weight: normal;
    line-height: 1em;
  }
  .base-footer .link-list li:last-child {
    margin-right: 0;
  }

  .base-footer .link-list li:not(:last-child)::after {
    content: "\2022";
    position: absolute;
    top: 0;
    right: -12px;
  }

  .base-footer .link-list .link-list-label {
    margin-right: 5px;
  }

  .base-footer .link-list a {
    display: inline;
    padding: 0;
  }

  .anon-footer .link-list a {
    color: #999;
  }
  .anon-footer .link-list a:hover {
    color: #666;
  }

  .auth-footer .link-list a:hover {
    color: #fff;
  }

  .base-footer .link-list-label a {
    padding-left: 0;
  }

  .base-footer li.link-list-label a:hover {
    text-decoration: none;
  }

  .anon-footer li.link-list-label a:hover {
    color: #333;
  }

  .auth-footer li.link-list-label a:hover {
    color: #DDD;
  }

  .base-footer .link-list li.link-list-label::after {
    content: "";
    margin-left: 0;
  }

  .base-footer .world-icon {
    float: left;
    display: block;
    margin-right: 15px;
    margin-top: -3px;
    font-size: 48px;
    font-style: normal;
  }
  .anon-footer .base-footer .world-icon {
    color: #BBB;
  }
  .auth-footer .base-footer .world-icon {
    color: #898B7A;
  }

  .ft-c.lang-list .link-list {
    display: table-cell;
    height: 45px;
    width: auto;
    vertical-align: middle;
  }

  .base-footer .lang-list .link-list-label {
    padding-right: 4px;
    padding-left: 0;
  }

  .base-footer .ft-bottom {
    display: table;
    text-align: left;
  }
  .base-footer .ft-bottom ul {
    text-align: left;
  }
  .base-footer .ft-bottom .col {
    display: table-cell;
  }
  .base-footer .ft-bottom .security {
    text-align: right;
  }
  .base-footer .ft-bottom .address {
    margin-top: 5px;
  }
  .base-footer .ft-bottom .address ul li {
    display: block;
  }

  .moreinfo-list {
    margin-bottom: 0;
  }
  .moreinfo-list a {
    padding: 0;
  }
}
.hipaa-session-warning-overlay.dialog-overlay {
  z-index: 99999;
  display: none;
}
.hipaa-session-warning-overlay.dialog-overlay.open {
  display: block;
}

.hipaa-session-warning-view.dialog {
  position: fixed;
  left: 50%;
  margin-left: -250px;
  width: 400px;
  top: 25%;
  z-index: 99999;
  display: none;
}
.hipaa-session-warning-view.dialog.open {
  display: block;
}
.hipaa-session-warning-view.dialog .sm-float-l {
  float: left;
}
.hipaa-session-warning-view.dialog .sm-float-r {
  float: right;
}
.hipaa-session-warning-view.dialog .circle-lock {
  margin: 0 0 0 0;
  position: relative;
  width: 80px;
}
.hipaa-session-warning-view.dialog .circle-lock .circle-icon {
  color: red;
  font-size: 80px;
}
.hipaa-session-warning-view.dialog .circle-lock .lock-icon {
  position: absolute;
  font-size: 55px;
  color: #fff;
  top: 10px;
  left: 18px;
}
.hipaa-session-warning-view.dialog .main-message {
  padding: 10px 30px;
  text-align: left;
  overflow: hidden;
  display: block;
}
.hipaa-session-warning-view.dialog .main-message .message {
  width: 250px;
}
.hipaa-session-warning-view.dialog .main-message .message .title {
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.hipaa-session-warning-view.dialog .main-message .message .description {
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  margin: 0;
}

.security {
  overflow: hidden;
  outline: none;
  text-align: right;
}
.security img.mfes-trustmark {
  display: block;
}

.security li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 5px;
}

.security a,
.ft-security a {
  background: url(/assets/anonweb/smlib.globaltemplates/5.7.0/assets/base_sprite.png) no-repeat;
  height: 43px;
  display: block;
  text-align: center;
  text-indent: -9999px;
}

.ft-security .link-truste,
.security .link-truste {
  background: none;
  display: inline;
}
.ft-security .link-truste img,
.security .link-truste img {
  height: 40px;
}

.security .link-bbonline,
.ft-security .link-bbonline {
  background-position: 0 -103px;
  width: 92px;
}

.security .link-equalentry,
.ft-security .link-equalentry {
  background-position: 0 -156px;
  width: 96px;
}
