﻿
/* Button*/
    .button {
  outline: none;
  position: relative;
  padding: 10px 10px;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.button:active {
  outline: none;
}
.button {
  border-color: #ffd764;
  background-color: #ffd764;
  color: #000;
}
.button:hover {
  color: #000;
}
@media only screen and (min-width: 600px) {
  .button:hover {
    background-color: #d59e00;
    border-color: #d59e00;
  }
}
.button:active {
  background-color: #008edd;
  border-color: #008edd;
  color: #fff;
}
.button:visited,
.button:focus {
  color: #000;
}
.button.secondary,
.button.icon-display-filters,
.button.icon-watch-link.wishListRemove {
  border-color: #414042;
  background-color: #414042;
  color: #fff;
}
.button.secondary:hover,
.button.icon-display-filters:hover,
.button.icon-watch-link.wishListRemove:hover {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .button.secondary:hover,
  .button.icon-display-filters:hover,
  .button.icon-watch-link.wishListRemove:hover {
    background-color: #676669;
    border-color: #676669;
  }
}
.button.secondary:active,
.button.icon-display-filters:active,
.button.icon-watch-link.wishListRemove:active {
  background-color: #272728;
  border-color: #272728;
  color: #fff;
}
.button.secondary:visited,
.button.icon-display-filters:visited,
.button.icon-watch-link.wishListRemove:visited,
.button.secondary:focus,
.button.icon-display-filters:focus,
.button.icon-watch-link.wishListRemove:focus {
  color: #fff;
}


.button.transparent,
.button.link-style {
    border-color: transparent;
    background-color: transparent;
    color: #3369e8;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

.button.icon-back:before {
    font-family: "spa-icons" !important;
    content: "l";
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
}

.button.icon-close:before {
    font-family: "spa-icons" !important;
    content: "t";
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
}

.button.icon-display-filters:before {
    font-family: "spa-icons" !important;
    content: "F";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    color: #1af;
}

.button.icon-watch-link {
    padding-left: 45px;
}

    .button.icon-watch-link:before {
        font-family: "spa-icons" !important;
        content: "H";
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        line-height: 39px;
    }

.button.link-style {
    padding: 0;
    border: 0;
}

    .button.link-style:focus,
    .button.link-style:active,
    .button.link-style:hover {
        color: #b12;
    }

.buttons {
    text-align: right;
    margin-top: 15px;
}

caption,
th {
    text-align: left;
}

 /* HEADER */
@media only screen and (max-width: 900px) {
  .primary-header h1 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
    .primary-header h2 {
        margin-top: 0 !important;
    }
}
.primary-header {
    background-color: #414042;
    color: #fff;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.primary-header .page-outer {
    *zoom: 1;
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    height: 110px;
}
.primary-header .page-outer:before,
.primary-header .page-outer:after {
    content: '';
    display: table;
}
.primary-header .page-outer:after {
    clear: both;
}
@media only screen and (min-width: 900px) {
    .primary-header .page-outer {
        height: 80px;
    }
}
.primary-header .inner {
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    -ms-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    position: relative;
    *zoom: 1;
}
.primary-header .inner:before,
.primary-header .inner:after {
    content: '';
    display: table;
}
.primary-header .inner:after {
    clear: both;
}
.primary-header h1 {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    padding: 17px 0 0 15px;
    margin-bottom: 15px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.primary-header h1 span {
    color: #fff;
    font-weight: 300;
}
@media only screen and (min-width: 600px) {
    .primary-header h1 {
        font-size: 25px;
        padding: 10px 0 0 30px;
        letter-spacing: -0.4px;
        margin-top:0;
        margin-bottom: 8px;
    }
}
@media only screen and (min-width: 900px) {
    .primary-header h1 {
        font-size: 30px;
        margin-top: 6px;
    }
}
.primary-header h1 a {
    color: #fff;
}

.primary-header h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    padding: 17px 0 0 15px;
    margin-bottom: 15px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.primary-header h2 span {
    color: #fff;
    font-weight: 300;
}

@media only screen and (min-width: 600px) {
    .primary-header h2 {
        font-size: 25px;
        padding: 10px 0 0 30px;
        letter-spacing: -0.4px;
        margin-top: 0;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 900px) {
    .primary-header h2 {
        font-size: 30px;
        margin-top: 6px;
    }
}

.primary-header h2 a {
    color: #fff;
}
.primary-header p {
    display: none;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 600px) {
    .primary-header p {
        display: block;
        font-size: 8px;
        font-weight: 300;
        letter-spacing: 0.4px;
        margin: -18px 0 9px 30px;
        height: 22px;
    }
}
@media only screen and (min-width: 700px) {
    .primary-header p {
        margin-left: 30px;
        font-size: 8px;
    }
}
@media only screen and (min-width: 900px) {
    .primary-header p {
        font-size: 10px;
        letter-spacing: 0.4px;
        margin-top: -20px;
        margin-bottom: 22px;
    }
}
.primary-header .header-links {
    position: absolute;
    top: 0px;
    right: 5px;
    margin-top: 100px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 899px) {
    .primary-header .header-links {
        margin-top: 0;
        right: 25px;
        top: 10px;
    }
}
@media only screen and (min-width: 900px) {
    .primary-header .header-links {
        right: 25px;
        margin-top: 15px;
        top: 10px;
    }
}
.primary-header .header-links .button {
    margin-right: 5px;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .button {
        padding: 3px 21px;
    }
}
.primary-header .header-links .button,
.primary-header .header-links a span {
    display: none;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .button,
    .primary-header .header-links a span {
        display: inline-block;
        vertical-align: middle;
    }
}
.primary-header .header-links .button.secondary {
    border: 1px solid #fff;
}
.primary-header .header-links .icon {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 25px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 40px;
    height: 45px;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .icon {
        width: auto;
        height: auto;
    }
}
.primary-header .header-links .icon-menu:before,
.primary-header .header-links .icon-search:before {
    position: relative;
    top: 9px;
    left: 10px;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .icon-menu,
    .primary-header .header-links .icon-search {
        display: none;
    }
}
.primary-header .header-links .salutation {
    display: none;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .salutation {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-right: 10px;
        color: #fff;
        width: 95px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
.searchbox-open .primary-header .header-links .icon-search {
    background-color: #fff;
    color: #1af;
    font-size: 14px;
}
.searchbox-open .primary-header .header-links .icon-search:before {
    content: 't';
    top: 17px;
    left: 14px;
}
.menu-open .primary-header .header-links .icon-menu {
    background-color: #1af;
    font-size: 14px;
    color: #fff;
}
.menu-open .primary-header .header-links .icon-menu:before {
    content: 't';
    top: 17px;
    left: 14px;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .my-saleroom {
        vertical-align: middle;
        border-right: 1px solid #fff;
        padding-right: 15px;
        padding-bottom: 4px;
        margin-right: 15px;
        border-radius: 0;
    }
}
.primary-header .header-links .my-saleroom:after {
    font-family: "spa-icons" !important;
    content: 'N';
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 8px;
    left: 7px;
}
@media only screen and (min-width: 600px) {
    .primary-header .header-links .my-saleroom:after {
        display: none;
    }
}
.primary-header .header-links .my-saleroom span {
    font-size: 14px;
    vertical-align: middle;
}

/* END PRIMARY HEADER*/

/*TOP NAVIGATION STARTS*/

.top-navigation {
    background: #353435;
    -webkit-transition: padding 0.3s ease-out;
    -moz-transition: padding 0.3s ease-out;
    -o-transition: padding 0.3s ease-out;
    -ms-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (min-width: 600px) {
    .top-navigation {
        display: block;
        border-top: 0;
        background: #353435;
    }
}
@media only screen and (min-width: 1200px) {
  .top-navigation ul {
    font-size: 14px;
    color: #fff;
  }
}
.top-navigation ul li {
  line-height: 21px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1030px) {
  .top-navigation ul {
    *zoom: 1;
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .top-navigation ul:before,
  .top-navigation ul:after {
    content: '';
    display: table;
  }
  .top-navigation ul:after {
    clear: both;
  }
}
.top-navigation .first-link {
  margin-left: 10px;
}
.top-navigation a {
  color: #fff;
  display: block;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 10px 6px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 600px) {
  .top-navigation a {
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 2px;
    padding: 6px 18px 6px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-navigation a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) {
    .top-navigation a:active,
    .top-navigation a:hover,
    .top-navigation a:visited {
        background: #3369e8;
        color: #fff;
    }
}
.top-navigation a:after {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 12px;
  content: '|';
  padding-left: 10px;
  top: 6px;
  left: inherit;
  right: inherit;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .top-navigation a:after {
    font-size: 14px;
    padding-left: 19px;
  }
}
.top-navigation .chat-icon:before {
    font-family: "spa-icons" !important;
    content: 'd';
    padding-left: 0;
    padding-right: 5px;
    top: 8px;
    font-size: 9px;
    left: inherit;
    right: inherit;
    color: #fff;
}
@media only screen and (min-width: 600px) {
    .top-navigation .chat-icon:before {
        font-size: 11px;
    }
}

/*TOP NAVGIGATION ENDS*/

/* PRIMARY NAV*/

.primary-navigation {
  display: none;
  background: #1af;
  -webkit-transition: padding 0.3s ease-out;
  -moz-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  -ms-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.primary-navigation ul {
       margin-top: 0;
       margin-bottom: 0;
}

.menu-open .primary-navigation {
  display: block;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 600px) {
  .menu-open .primary-navigation {
    border-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  .primary-navigation {
    display: block;
    border-top: 0;
    background: #c9cacb;
  }
}
.primary-navigation.active ul .top-menu {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .primary-navigation ul .top-menu {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .primary-navigation ul .top-menu {
    display: none;
  }
}
.primary-navigation ul li {
  display: block;
  line-height: 21px;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .primary-navigation ul li {
    display: inline-block;
    position: relative;
  }
}
.primary-navigation ul li.active .top-menu {
  background: #1af;
  color: #fff;
}
.primary-navigation ul li.active .sub-menu {
  display: block;
}
@media only screen and (min-width: 600px) {
  .primary-navigation ul li.active .sub-menu {
    border-top: 1px solid rgba(255,255,255,0.4);
  }
}
@media only screen and (min-width: 1030px) {
  .primary-navigation ul {
    *zoom: 1;
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .primary-navigation ul:before,
  .primary-navigation ul:after {
    content: '';
    display: table;
  }
  .primary-navigation ul:after {
    clear: both;
  }
}
.primary-navigation a,
.primary-navigation span {
  color: #fff;
  display: block;
  font-size: 16px;
  cursor: pointer;
  padding: 12px 18px 13px 18px;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 600px) {
  .primary-navigation a,
  .primary-navigation span {
    border: 0;
    color: #414042;
    margin-left: 8px;
    padding: 15px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .primary-navigation a,
  .primary-navigation span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 600px) {
  .primary-navigation a:active,
  .primary-navigation span:active,
  .primary-navigation a:hover,
  .primary-navigation span:hover {
    background: #3369e8;
    color: #fff;
  }
}
.primary-navigation a:after,
.primary-navigation span:after {
  font-family: "spa-icons" !important;
  content: 'm';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 13px;
}
@media only screen and (min-width: 600px) {
  .primary-navigation a:after,
  .primary-navigation span:after {
    content: '|';
    padding-left: 19px;
    top: 14px;
    left: inherit;
    right: inherit;
    color: #414042;
  }
}
@media only screen and (min-width: 1200px) {
  .primary-navigation a:after,
  .primary-navigation span:after {
    font-size: 18px;
    padding-left: 19px;
  }
}
.primary-navigation menu-item:nth-last-of-type(3) a:after,
.primary-navigation menu-item:nth-last-of-type(3) span:after {
  content: '';
}
.primary-navigation .account-link > span,
.primary-navigation .account-link > a {
  padding-top: 21px;
  padding-bottom: 21px;
}
.primary-navigation .account-link > span:after,
.primary-navigation .account-link > a:after {
  content: 'N';
  vertical-align: middle;
  position: absolute;
  right: 15px;
  font-size: 31px;
  top: 17px;
}
@media only screen and (min-width: 600px) {
  .primary-navigation .account-link {
    display: none;
  }
}
.primary-navigation .sub-menu {
  display: none;
  background: #1af;
}
@media only screen and (min-width: 600px) {
  .primary-navigation .sub-menu {
    position: absolute;
    z-index: 150;
    left: 8px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    width: auto;
  }
}
@media only screen and (min-width: 600px) {
  .primary-navigation .sub-menu li {
    display: block;
  }
}
.primary-navigation .sub-menu li:last-of-type a {
  border-bottom: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.primary-navigation .sub-menu a,
.primary-navigation .sub-menu span {
  color: #fff;
  white-space: nowrap;
}
@media only screen and (min-width: 600px) {
  .primary-navigation .sub-menu a,
  .primary-navigation .sub-menu span {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 10px 18px;
  }
}
.primary-navigation .sub-menu a:after,
.primary-navigation .sub-menu span:after {
  content: '';
}
.primary-navigation .sub-menu .menu-back {
  margin-bottom: 0;
}
.primary-navigation .sub-menu .menu-back span {
  padding-left: 40px;
}
.primary-navigation .sub-menu .menu-back span:after {
  content: 'l';
  left: 15px;
  right: initial;
  line-height: 14px;
}
@media only screen and (min-width: 600px) {
  .primary-navigation .sub-menu .menu-back {
    display: none;
  }
}
a.top-menu {
  color: #fff;
}
a.top-menu:visited {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  a.top-menu {
    color: #414042;
  }
  a.top-menu:visited {
    color: #414042;
  }
}
@media only screen and (min-width: 600px) {
  a.top-menu:active,
  a.top-menu:hover {
    color: #fff;
  }
}

/* END PRIMARY NAV*/

.main-search {
  position: absolute;
  right: 420px;
  left: 0;
  width: 100%;
  padding: 0;
  height: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .main-search {
    position: absolute;
    right: 0;
    left: 30px;
    width: 92%;
    margin-top: 0;
    padding: 0;
    height: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media only screen and (min-width: 900px) {
  .main-search {
    top: 20px;
    right: 365px;
    left: auto;
    margin-top: 2px;
    width: 35%;
    background: transparent;
    height: auto;
  }
}
@media only screen and (min-width: 1050px) {
  .main-search {
    top: 20px;
    right: 365px;
    left: auto;
    margin-top: 2px;
    width: 45%;
    background: transparent;
    height: auto;
  }
}
@media only screen and (min-width: 1150px) {
  .main-search {
    top: 20px;
    right: 365px;
    left: auto;
    margin-top: 2px;
    width: 50%;
    background: transparent;
    height: auto;
  }
}
.main-search .lot-search {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 600px) {
  .main-search .lot-search {
    margin: 0;
    width: 100%;
  }
}
.main-search .main-search-form {
  position: static;
}
.main-search input[type="text"] {
  display: inline-block;
  padding: 10px 8px;
  font-size: 14px;
  border: 0px solid transparent;
  outline: none;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
}
.searchbox-open .main-search input[type="text"] {
  display: inline-block;
}
@media only screen and (min-width: 600px) {
  .main-search input[type="text"] {
    display: inline-block;
    background: #fff;
    padding: 11px 54px 11px 15px;
    height: 40px;
  }
}
.main-search .search-button {
    display: inline-block;
    background: #1af;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 0px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 100;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 40px;
}

.main-search input.top-nav-search {
  border: 1px solid #dedede;
}

.searchbox-open .main-search .search-button {
  display: inline-block;
}

/* Mobile only */
.searchbox-open .main-search .search-button {
  top: 23px;
}

@media only screen and (min-width: 600px) {
  .main-search .search-button {
    display: inline-block;
    background-color: #1af;
    border: 1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 21px;
    position: absolute;
    padding: 7px 15px 3px 15px;
    top: 0;
    right: 0;
    color: #fff;
    height: 40px;
  }
}
.search-auto-complete {
  color: #414042;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(65,64,66,0.3);
  box-shadow: 0 0 6px 0 rgba(65,64,66,0.3);
  border: 1px solid rgba(65,64,66,0.2);
  border-top: 0;
  display: none;
  font-size: 14px;
  z-index: 10;
  width: 100%;
}
form:not(.main-search-form) .search-auto-complete {
  position: absolute;
}
@media only screen and (min-width: 600px) {
  .search-auto-complete {
    margin-top: -3px;
  }
}
.search-auto-complete ul {
  padding: 10px;
  position: relative;
}
.search-auto-complete ul li {
  padding: 5px;
  cursor: pointer;
  margin-bottom: 0;
}
.search-auto-complete ul li.selected {
  background-color: #1af;
  color: #fff;
}
.search-auto-complete.recent-search .container,
.search-auto-complete.suggested-search .container {
  position: relative;
}
.search-auto-complete.recent-search .container h2,
.search-auto-complete.suggested-search .container h2 {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid rgba(65,64,66,0.3);
  cursor: default;
  font-weight: normal;
  font-size: 100%;
  letter-spacing: normal;
  display: block;
}
.search-auto-complete.recent-search .container .clear-all,
.search-auto-complete.suggested-search .container .clear-all {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Cookie banner */

.cookie-banner {
  background-color: #1af;
  font-size: 14px;
}
.cookie-banner.hide {
  display: none;
}
.cookie-banner div {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
}
.cookie-banner div:before,
.cookie-banner div:after {
  content: '';
  display: table;
}
.cookie-banner div:after {
  clear: both;
}
@media only screen and (min-width: 900px) {
  .cookie-banner div {
    padding: 10px 0 5px 30px;
    text-align: left;
  }
}
.cookie-banner p {
  display: block;
  padding-bottom: 10px;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .cookie-banner p {
    display: inline-block;
    padding: 0;
  }
}
.cookie-banner .button {
  vertical-align: middle;
  margin-right: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .cookie-banner .button {
    margin: 0 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

/* End Cookie banner */

/* Email reminder banner */
.sitewide-banner {
  background-color: #414042;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.sitewide-banner:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sitewide-banner.hide {
  display: none;
}
.sitewide-banner div {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
}
.sitewide-banner div:before,
.sitewide-banner div:after {
  content: '';
  display: table;
}
.sitewide-banner div:after {
  clear: both;
}
@media only screen and (min-width: 900px) {
  .sitewide-banner div {
    padding: 10px 0 5px 30px;
    text-align: left;
  }
}
.sitewide-banner p {
  display: block;
  padding-bottom: 10px;
  line-height: 21px;
}
@media only screen and (min-width: 900px) {
  .sitewide-banner p {
    display: inline-block;
    padding: 0;
  }
}
.sitewide-banner .button {
  vertical-align: middle;
  margin-right: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .sitewide-banner .button {
    margin: 0 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.sitewide-banner a:not(.button) {
  color: #fff;
  text-decoration: underline;
}


/* END email reminder banner */

.hide {
    display: none;
}

.legacy-grey-background {
    background: #ededed; 
}

.main-search .lot-search {
    padding: inherit;
}

@media only screen and (min-width: 800px) {
    .primary-footer h2 {
        font-size: 18px;
    }

    .primary-footer h3 {
        font-size: 18px;
    }
}

.primary-footer .contact-and-social,
.primary-footer .navigation > div {
    padding: 0 20px 0 20px;
}

    .primary-footer .contact-and-social:before,
    .primary-footer .contact-and-social:after {
        content: '';
        display: table;
    }

    .primary-footer .contact-and-social:after {
        clear: both;
    }

    .primary-footer .contact-and-social:before,
    .primary-footer .contact-and-social:after {
        content: '';
        display: table;
    }

    .primary-footer .contact-and-social:after {
        clear: both;
    }

    .primary-footer .navigation > div:before,
    .primary-footer .navigation > div:after {
        content: '';
        display: table;
    }

    .primary-footer .navigation > div:after {
        clear: both;
    }

.primary-footer .navigation ul {
    *zoom: 1;
}

    .primary-footer .navigation ul:before,
    .primary-footer .navigation ul:after {
        content: '';
        display: table;
    }

    .primary-footer .navigation ul:after {
        clear: both;
    }

@media only screen and (min-width: 600px) {
    .primary-footer .navigation ul {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .primary-footer .navigation li {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

        .primary-footer .navigation li:before,
        .primary-footer .navigation li:after {
            content: '';
            display: table;
        }

        .primary-footer .navigation li:after {
            clear: both;
        }

        .primary-footer .navigation li:nth-child(2n) {
            margin-right: 0%;
            float: right;
        }

        .primary-footer .navigation li:nth-child(2n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 600px) {
    .primary-footer .navigation li {
        display: inline-block;
        margin-right: 4%;
    }
}

@media only screen and (min-width: 1200px) {
    .primary-footer .navigation li {
        margin-right: 5%;
    }
}

.primary-footer .navigation li a {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    line-height: 1.5;
}

@media only screen and (min-width: 600px) {
    .primary-footer .navigation li a {
        font-size: 12px;
        margin-bottom: 0;
    }
}

.primary-footer .navigation .change-culture {
    *zoom: 1;
    margin: 30px 0;
}

    .primary-footer .navigation .change-culture:before,
    .primary-footer .navigation .change-culture:after {
        content: '';
        display: table;
    }

    .primary-footer .navigation .change-culture:after {
        clear: both;
    }

@media only screen and (min-width: 600px) {
    .primary-footer .navigation .change-culture {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        margin-top: 0;
        margin-bottom: 0;
    }

        .primary-footer .navigation .change-culture:before,
        .primary-footer .navigation .change-culture:after {
            content: '';
            display: table;
        }

        .primary-footer .navigation .change-culture:after {
            clear: both;
        }

        .primary-footer .navigation .change-culture:last-child {
            margin-right: 0%;
        }
}

.primary-footer .navigation .change-culture .flag {
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.flag {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
}

    .flag.flag-en-gb {
        background-image: url("/content/sr/images/flags/en-gb.png");
    }

    .flag.flag-en-us {
        background-image: url("/content/sr/images/flags/en-us.png");
    }

    .flag.flag-de-de {
        background-image: url("/content/sr/images/flags/de-de.png");
    }

    .flag.flag-da-dk {
        background-image: url("/content/sr/images/flags/da-dk.png");
    }

    .flag.flag-es-es {
        background-image: url("/content/sr/images/flags/es-es.png");
    }

    .flag.flag-fr-fr {
        background-image: url("/content/sr/images/flags/fr-fr.png");
    }

    .flag.flag-it-it {
        background-image: url("/content/sr/images/flags/it-it.png");
    }

    .flag.flag-zh-cn {
        background-image: url("/content/sr/images/flags/zh-cn.png");
    }

.primary-footer .navigation .change-culture .flag {
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.primary-footer .navigation .change-culture label {
    font-size: 14px;
}

@media only screen and (min-width: 600px) {
    .primary-footer .navigation .change-culture label {
        font-size: 12px;
    }
}

.primary-footer .navigation .change-culture select {
    width: 115px;
    margin-left: 10px;
    color: #222;
    padding: 10px;
}

@media only screen and (min-width: 600px) {
    .primary-footer .navigation .change-culture select {
        font-size: 12px;
        padding: 5px;
    }
}

@media only screen and (min-width: 600px) {
    .primary-footer .navigation .copy {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: right;
        margin-top: 5px;
    }

        .primary-footer .navigation .copy:before,
        .primary-footer .navigation .copy:after {
            content: '';
            display: table;
        }

        .primary-footer .navigation .copy:after {
            clear: both;
        }

        .primary-footer .navigation .copy:last-child {
            margin-right: 0%;
        }
}

.primary-footer section {
    margin-bottom: 20px;
}

    .primary-footer section:last-child {
        margin-bottom: 0;
    }

    .primary-footer section a {
        font-size: 14px;
        line-height: 1.5;
    }

        .primary-footer section a:not(.tel) {
            color: #1af;
        }

        .primary-footer section a.tel {
            color: #414042;
        }

    .primary-footer section .glyphs li {
        display: inline-block;
        margin-right: 24px;
    }

@media only screen and (min-width: 800px) {
    .primary-footer section .glyphs li {
        margin-right: 14px;
    }
}

.primary-footer section .glyphs li:last-child {
    margin-right: 0;
}

.primary-footer section .glyphs li a {
    font-size: 30px;
}

.primary-footer section:last-child {
    margin-top: 20px;
}

.primary-footer section .site-links {
    display: none;
}

@media only screen and (min-width: 600px) {
    .primary-footer section .site-links {
        display: block;
    }
}

@media only screen and (min-width: 600px) and (max-width: 799px) {
    .primary-footer section {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0%;
        margin-right: 3%;
    }

        .primary-footer section:before,
        .primary-footer section:after {
            content: '';
            display: table;
        }

        .primary-footer section:after {
            clear: both;
        }

        .primary-footer section:last-child {
            margin-right: 0%;
        }

        .primary-footer section:nth-child(2) {
            float: right;
        }

        .primary-footer section:last-child {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .primary-footer section:last-child:first-child {
                margin-left: auto;
            }

            .primary-footer section:last-child:last-child {
                margin-right: auto;
            }
}

@media only screen and (min-width: 800px) {
    .primary-footer section {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0%;
        margin-right: 3%;
        margin-top: 0;
    }

        .primary-footer section:before,
        .primary-footer section:after {
            content: '';
            display: table;
        }

        .primary-footer section:after {
            clear: both;
        }

        .primary-footer section:last-child {
            margin-right: 0%;
        }
}

@media only screen and (min-width: 1050px) {
    .primary-footer section {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%;
    }

        .primary-footer section:before,
        .primary-footer section:after {
            content: '';
            display: table;
        }

        .primary-footer section:after {
            clear: both;
        }

        .primary-footer section:last-child {
            margin-right: 0%;
        }

        .primary-footer section:last-child {
            float: right;
        }
}

/* end primary-footer */

/* Sliding side-bar */
.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ededed;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Add class to this not to override Semantic*/
.sidebar form {
    position: relative;
}

.sidebar > div {
  padding: 20px;
}
.sidebar .sidebar-tabs {
  *zoom: 1;
  margin-bottom: 20px;
}
.sidebar .sidebar-tabs:before,
.sidebar .sidebar-tabs:after {
  content: '';
  display: table;
}
.sidebar .sidebar-tabs:after {
  clear: both;
}
.sidebar .sidebar-tabs li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 22px;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
  background: #c9cacb;
  -webkit-box-shadow: inset -1px -1px 3px #c9cacb;
  box-shadow: inset -1px -1px 3px #c9cacb;
  border-top: 5px solid transparent;
}
.sidebar .sidebar-tabs li:before,
.sidebar .sidebar-tabs li:after {
  content: '';
  display: table;
}
.sidebar .sidebar-tabs li:after {
  clear: both;
}
.sidebar .sidebar-tabs li.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #1af;
  color: #414042;
  background: #ededed;
}
.sidebar .sidebar-tabs li:not(.active):hover {
  background: #cecfd1;
  border-color: rgba(17,170,255,0.1);
}
.sidebar .sign-up {
  border-top: 1px solid rgba(65,64,66,0.3);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}
.sidebar .buttons {
  *zoom: 1;
  margin-top: 30px;
}
.sidebar .buttons:before,
.sidebar .buttons:after {
  content: '';
  display: table;
}
.sidebar .buttons:after {
  clear: both;
}
.sidebar .buttons .button {
  display: block;
  width: 100%;
  margin: 15px 0 0 0;
}
.sidebar .user-registration h2 {
  font-weight: 700;
}
.sidebar .user-registration p {
  line-height: 23px;
  font-size: 18px;
}
.sidebar .user-registration ul {
  margin-top: 20px;
}
.sidebar .user-registration li {
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar .user-registration li:before {
  font-family: "spa-icons" !important;
  content: 'z';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
}
.sidebar .request-new-password .success-message {
  text-align: center;
  padding: 20px 0 0 0;
}
.sidebar .request-new-password .success-message div {
  padding-bottom: 10px;
  font-size: 16px;
}
.sidebar .request-new-password .success-message div:last-child {
  padding-bottom: 0;
}
.sidebar .request-new-password .icon-check {
  border: 2px solid #00a14b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding-top: 23px;
  font-size: 45px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

/* Override Semantic */
.sidebar  .request-new-password h2 {
    margin-bottom: 0;
}

.sidebar .field-error .error-message {
  left: 0;
}

/* field error valdiation */
.field-error {
    color: #f26522;
}

body.sidebar-open {
  overflow: hidden;
}
body.sidebar-open:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 500;
}
@media only screen and (max-width: 1200px) {
  body.sidebar-open header .inner,
  body.sidebar-open .site-container {
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    -ms-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    margin-right: 300px;
    margin-left: -300px;
  }
}
body.sidebar-open .sidebar {
  right: 0;
  z-index: 600;
}
.signup-tracker {
  margin: 30px 0;
}
.signup-tracker ul {
  display: table;
  width: 100%;
}
.signup-tracker li {
  display: table-cell;
  vertical-align: top;
}
.signup-tracker li> span {
  position: relative;
  display: table;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  color: rgba(65,64,66,0.5);
}
.signup-tracker li> span> span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.signup-tracker li> span> span:first-of-type {
  font-size: 18px;
  height: 35px;
  width: 35px;
  font-weight: 300;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li> span> span:first-of-type {
    font-size: 26px;
    height: 45px;
    width: 45px;
  }
}
.signup-tracker li> span> span:first-of-type:after {
  content: '';
  position: absolute;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid rgba(255,255,255,0.5);
  top: 0;
  right: -17px;
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li> span> span:first-of-type:after {
    display: block;
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 22px;
    right: -22px;
  }
}
.signup-tracker li> span> span:last-of-type {
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: relative;
  padding: 0 5px 0 30px;
}
@media only screen and (min-width: 400px) {
  .signup-tracker li> span> span:last-of-type {
    font-size: 14px;
  }
}
@media only screen and (min-width: 800px) {
  .signup-tracker li> span> span:last-of-type {
    display: table-cell;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1050px) {
  .signup-tracker li> span> span:last-of-type {
    font-size: 16px;
    line-height: 21px;
  }
}
.signup-tracker li> span> span:last-of-type:before {
  content: '';
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #ededed;
  position: absolute;
  left: 0;
  top: -7px;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li> span> span:last-of-type:before {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 30px;
    top: -8px;
  }
}
.signup-tracker li> span> span span {
  display: block;
  overflow: hidden;
  max-height: 35px;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li> span> span span {
    max-height: 45px;
  }
}
.signup-tracker li:nth-of-type(2) {
  padding: 0 5px;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li:nth-of-type(2) {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 800px) {
  .signup-tracker li {
    width: 33.33%;
  }
}
.signup-tracker li.incomplete {
  width: 35px;
}
.signup-tracker li.incomplete:nth-of-type(2) {
  width: 45px;
}
.signup-tracker li.current> span {
  color: #414042;
  background-color: #fff;
}
.signup-tracker li.current> span> span:first-of-type {
  color: #fff;
  background-color: #1af;
}
.signup-tracker li.current> span> span:first-of-type:after {
  display: block;
  border-left-color: #1af;
}
.signup-tracker li.current> span> span:last-of-type {
  display: table-cell;
}
.signup-tracker li.complete {
  width: 35px;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li.complete {
    width: 33.33%;
  }
}
.signup-tracker li.complete:nth-of-type(2) {
  width: 45px;
}
@media only screen and (min-width: 800px) {
  .signup-tracker li.complete:nth-of-type(2) {
    width: 33.33%;
  }
}
.signup-tracker li.complete> span> span:first-of-type {
  color: #fff;
  background-color: rgba(65,64,66,0.9);
}
.signup-tracker li.complete> span> span:first-of-type:after {
  border-left-color: rgba(65,64,66,0.9);
}
.signup-tracker li.complete> span> span:last-of-type {
  background-color: #fff;
}

/* sidebar - form fields + global styles */

form hr {
  height: 1px;
  border: 0;
  background-color: #a8a9ac;
  margin: 10px 0;
  clear: both;
}
@media only screen and (min-width: 600px) {
  form hr {
    margin: 50px 0;
  }
}

.sidebar input[type="text"],
.sidebar input[type="email"],
.sidebar input[type="number"],
.sidebar input[type="password"],
.sidebar select,
.sidebar textarea {
    width: 100%;
    border-color:#a8a9ac;
}


select {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  select {
    width: auto;
    max-width: 480px;
  }
}
fieldset {
  margin-bottom: 20px;
}
fieldset:last-of-type {
  margin-bottom: 0;
}
legend,
.fake-legend {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 800px) {
  legend,
  .fake-legend {
    position: relative;
    left: 20.6%;
  }
}
.static-value {
  color: #414042;
  font-size: 14px;
}
.static-value.static-value--emphasis {
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}
.fake-label,
.user-details .form-area h2 {
  font-size: 14px;
}
.field,
.field-textbox,
.field-checkbox,
.field-radio,
.field-radio-temp,
.field-dropdown,
.field-textarea,
.field-inline-text,
.field-static:not(.keep-stack) {
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
  clear: both;
}
.field .success-message,
.field-textbox .success-message,
.field-checkbox .success-message,
.field-radio .success-message,
.field-radio-temp .success-message,
.field-dropdown .success-message,
.field-textarea .success-message,
.field-inline-text .success-message,
.field-static:not(.keep-stack) .success-message,
.field .error-message,
.field-textbox .error-message,
.field-checkbox .error-message,
.field-radio .error-message,
.field-radio-temp .error-message,
.field-dropdown .error-message,
.field-textarea .error-message,
.field-inline-text .error-message,
.field-static:not(.keep-stack) .error-message {
  display: none;
}
.field:last-of-type,
.field-textbox:last-of-type,
.field-checkbox:last-of-type,
.field-radio:last-of-type,
.field-radio-temp:last-of-type,
.field-dropdown:last-of-type,
.field-textarea:last-of-type,
.field-inline-text:last-of-type,
.field-static:not(.keep-stack):last-of-type {
  margin-bottom: 0;
}
.field-textbox label,
.field-static:not(.keep-stack) label,
.field-textbox .fake-label,
.field-static:not(.keep-stack) .fake-label,
.user-details .form-area h2 {
  display: block;
  margin-bottom: 10px;
}
.field-textbox input.ng-invalid.ng-touched,
.field-static:not(.keep-stack) input.ng-invalid.ng-touched {
  border: 1px solid #f26522;
}
.field-checkbox {
  margin-bottom: 26px;
}
.field-checkbox:first-of-type {
  margin-top: 5px;
}
@media only screen and (min-width: 800px) {
  .field-checkbox:not(.keep-stack) {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 20.6%;
    margin-right: 3%;
  }
  .field-checkbox:not(.keep-stack):before,
  .field-checkbox:not(.keep-stack):after {
    content: '';
    display: table;
  }
  .field-checkbox:not(.keep-stack):after {
    clear: both;
  }
  .field-checkbox:not(.keep-stack):last-child {
    margin-right: 0%;
  }
}
.field-checkbox label,
.field-checkbox .fake-label {
  vertical-align: middle;
  margin-left: 5px;
}
.field-checkbox input {
  vertical-align: middle;
}
.field-checkbox input.ng-invalid.ng-touched:after {
  -webkit-box-shadow: 0 0 8px 1px #f26522;
  box-shadow: 0 0 8px 1px #f26522;
  content: "";
  height: 12px;
  width: 12px;
  display: block;
}
.field-radio {
  *zoom: 1;
  margin-bottom: 0;
}
.field-radio:before,
.field-radio:after {
  content: '';
  display: table;
}
.field-radio:after {
  clear: both;
}
.field-radio label {
  float: left;
  padding-left: 10px;
}
.field-radio input {
  float: left;
  margin-top: 3px;
}
.field-radio-temp label {
  padding-right: 20px;
}
.field-radio-temp label:first-of-type {
  cursor: default;
  display: block;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 600px) {
  .field-radio-temp label:first-of-type {
    display: inline-block;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .field-radio-temp {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 20.6%;
    margin-right: 3%;
  }
  .field-radio-temp:before,
  .field-radio-temp:after {
    content: '';
    display: table;
  }
  .field-radio-temp:after {
    clear: both;
  }
  .field-radio-temp:last-child {
    margin-right: 0%;
  }
}
.field-radio-temp input {
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  .field-radio-temp .field-validation-error {
    left: 0;
  }
}
.field-dropdown label {
  display: block;
  margin-bottom: 10px;
}
.field-dropdown select.ng-invalid.ng-touched {
  -webkit-box-shadow: 0 0 8px 1px #f26522;
  box-shadow: 0 0 8px 1px #f26522;
}
.field-display-data {
  padding: 10px 5px;
  font-size: 14px;
}
.field-textarea label {
  display: block;
  margin-bottom: 10px;
}
.field-textbox:not(.keep-stack),
.field-dropdown:not(.keep-stack),
.field-textarea:not(.keep-stack),
.field-static:not(.keep-stack) {
  *zoom: 1;
}
.field-textbox:not(.keep-stack):before,
.field-dropdown:not(.keep-stack):before,
.field-textarea:not(.keep-stack):before,
.field-static:not(.keep-stack):before,
.field-textbox:not(.keep-stack):after,
.field-dropdown:not(.keep-stack):after,
.field-textarea:not(.keep-stack):after,
.field-static:not(.keep-stack):after {
  content: '';
  display: table;
}
.field-textbox:not(.keep-stack):after,
.field-dropdown:not(.keep-stack):after,
.field-textarea:not(.keep-stack):after,
.field-static:not(.keep-stack):after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  .field-textbox:not(.keep-stack) label,
  .field-dropdown:not(.keep-stack) label,
  .field-textarea:not(.keep-stack) label,
  .field-static:not(.keep-stack) label,
  .field-textbox:not(.keep-stack) .fake-label,
  .field-dropdown:not(.keep-stack) .fake-label,
  .field-textarea:not(.keep-stack) .fake-label,
  .field-static:not(.keep-stack) .fake-label,
  .user-details .form-area h2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: right;
  }
  .field-textbox:not(.keep-stack) label:before,
  .field-dropdown:not(.keep-stack) label:before,
  .field-textarea:not(.keep-stack) label:before,
  .field-static:not(.keep-stack) label:before,
  .field-textbox:not(.keep-stack) .fake-label:before,
  .field-dropdown:not(.keep-stack) .fake-label:before,
  .field-textarea:not(.keep-stack) .fake-label:before,
  .field-static:not(.keep-stack) .fake-label:before,
  .user-details .form-area h2:before,
  .field-textbox:not(.keep-stack) label:after,
  .field-dropdown:not(.keep-stack) label:after,
  .field-textarea:not(.keep-stack) label:after,
  .field-static:not(.keep-stack) label:after,
  .field-textbox:not(.keep-stack) .fake-label:after,
  .field-dropdown:not(.keep-stack) .fake-label:after,
  .field-textarea:not(.keep-stack) .fake-label:after,
  .field-static:not(.keep-stack) .fake-label:after,
  .user-details .form-area h2:after {
    content: '';
    display: table;
  }
  .field-textbox:not(.keep-stack) label:after,
  .field-dropdown:not(.keep-stack) label:after,
  .field-textarea:not(.keep-stack) label:after,
  .field-static:not(.keep-stack) label:after,
  .field-textbox:not(.keep-stack) .fake-label:after,
  .field-dropdown:not(.keep-stack) .fake-label:after,
  .field-textarea:not(.keep-stack) .fake-label:after,
  .field-static:not(.keep-stack) .fake-label:after,
  .user-details .form-area h2:after {
    clear: both;
  }
  .field-textbox:not(.keep-stack) label:last-child,
  .field-dropdown:not(.keep-stack) label:last-child,
  .field-textarea:not(.keep-stack) label:last-child,
  .field-static:not(.keep-stack) label:last-child,
  .field-textbox:not(.keep-stack) .fake-label:last-child,
  .field-dropdown:not(.keep-stack) .fake-label:last-child,
  .field-textarea:not(.keep-stack) .fake-label:last-child,
  .field-static:not(.keep-stack) .fake-label:last-child,
  .user-details .form-area h2:last-child {
    margin-right: 0%;
  }
  .field-textbox:not(.keep-stack) label,
  .field-dropdown:not(.keep-stack) label,
  .field-textarea:not(.keep-stack) label,
  .field-static:not(.keep-stack) label {
    line-height: 3;
  }
  .field-textbox:not(.keep-stack) textarea,
  .field-dropdown:not(.keep-stack) textarea,
  .field-textarea:not(.keep-stack) textarea,
  .field-static:not(.keep-stack) textarea,
  .field-textbox:not(.keep-stack) input,
  .field-dropdown:not(.keep-stack) input,
  .field-textarea:not(.keep-stack) input,
  .field-static:not(.keep-stack) input,
  .field-textbox:not(.keep-stack) .static-value,
  .field-dropdown:not(.keep-stack) .static-value,
  .field-textarea:not(.keep-stack) .static-value,
  .field-static:not(.keep-stack) .static-value {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 0%;
    margin-right: 3%;
    float: right;
    margin-right: 0;
  }
  .field-textbox:not(.keep-stack) textarea:before,
  .field-dropdown:not(.keep-stack) textarea:before,
  .field-textarea:not(.keep-stack) textarea:before,
  .field-static:not(.keep-stack) textarea:before,
  .field-textbox:not(.keep-stack) input:before,
  .field-dropdown:not(.keep-stack) input:before,
  .field-textarea:not(.keep-stack) input:before,
  .field-static:not(.keep-stack) input:before,
  .field-textbox:not(.keep-stack) .static-value:before,
  .field-dropdown:not(.keep-stack) .static-value:before,
  .field-textarea:not(.keep-stack) .static-value:before,
  .field-static:not(.keep-stack) .static-value:before,
  .field-textbox:not(.keep-stack) textarea:after,
  .field-dropdown:not(.keep-stack) textarea:after,
  .field-textarea:not(.keep-stack) textarea:after,
  .field-static:not(.keep-stack) textarea:after,
  .field-textbox:not(.keep-stack) input:after,
  .field-dropdown:not(.keep-stack) input:after,
  .field-textarea:not(.keep-stack) input:after,
  .field-static:not(.keep-stack) input:after,
  .field-textbox:not(.keep-stack) .static-value:after,
  .field-dropdown:not(.keep-stack) .static-value:after,
  .field-textarea:not(.keep-stack) .static-value:after,
  .field-static:not(.keep-stack) .static-value:after {
    content: '';
    display: table;
  }
  .field-textbox:not(.keep-stack) textarea:after,
  .field-dropdown:not(.keep-stack) textarea:after,
  .field-textarea:not(.keep-stack) textarea:after,
  .field-static:not(.keep-stack) textarea:after,
  .field-textbox:not(.keep-stack) input:after,
  .field-dropdown:not(.keep-stack) input:after,
  .field-textarea:not(.keep-stack) input:after,
  .field-static:not(.keep-stack) input:after,
  .field-textbox:not(.keep-stack) .static-value:after,
  .field-dropdown:not(.keep-stack) .static-value:after,
  .field-textarea:not(.keep-stack) .static-value:after,
  .field-static:not(.keep-stack) .static-value:after {
    clear: both;
  }
  .field-textbox:not(.keep-stack) textarea:last-child,
  .field-dropdown:not(.keep-stack) textarea:last-child,
  .field-textarea:not(.keep-stack) textarea:last-child,
  .field-static:not(.keep-stack) textarea:last-child,
  .field-textbox:not(.keep-stack) input:last-child,
  .field-dropdown:not(.keep-stack) input:last-child,
  .field-textarea:not(.keep-stack) input:last-child,
  .field-static:not(.keep-stack) input:last-child,
  .field-textbox:not(.keep-stack) .static-value:last-child,
  .field-dropdown:not(.keep-stack) .static-value:last-child,
  .field-textarea:not(.keep-stack) .static-value:last-child,
  .field-static:not(.keep-stack) .static-value:last-child {
    margin-right: 0%;
  }
  .field-textbox:not(.keep-stack) select,
  .field-dropdown:not(.keep-stack) select,
  .field-textarea:not(.keep-stack) select,
  .field-static:not(.keep-stack) select {
    max-width: 79.4%;
  }
}
@media only screen and (min-width: 800px) {
  .keep-stack.indent label,
  .keep-stack.indent input,
  .keep-stack.indent select {
    position: relative;
    left: 20.6%;
  }
}

.toast-info {
    background-color: #1af;
}

#page-switcher {
    float: right;
    margin: 0 !important;
}

    #page-switcher a {
        display: flex !important;
    }

    #page-switcher img {
        width: 12px;
        float: left;
        margin: 2px 4px 0 2px;
    }

.welcome-popup__background {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
}
.welcome-popup {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    max-width: 800px;
    max-height: 680px;
    padding: 60px 85px 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.welcome-popup h1,
.welcome-popup h2,
.welcome-popup h3,
.welcome-popup h4,
.welcome-popup h5,
.welcome-popup h6 {
    text-align: center;
}
.welcome-popup .button--cta {
    background: #008000;
    border-color: #008000;
    color: #fff;
}
.welcome-popup .color--secondary {
    color: #484848;
}
.welcome-popup .text--bold {
    font-weight: 500;
}
.welcome-popup .text--small {
    font-size: 13px;
}
.welcome-popup .welcome-popup__header h1 {
    font-size: 28px;
}
.welcome-popup .welcome-popup__header h2 {
    font-size: 28px;
}
.welcome-popup .welcome-popup__content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.welcome-popup .welcome-popup__content .popup-content__title {
    padding: 0 25px;
}
.welcome-popup .welcome-popup__content .popup-content__container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 45px;
}
.welcome-popup .welcome-popup__content .popup-content__container .content-container__item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.welcome-popup .welcome-popup__content .popup-content__container .content-container__features-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.welcome-popup .welcome-popup__content .popup-content__container .content-container__features-list .features-list__feature {
    margin: 10px 0;
}
.welcome-popup .welcome-popup__content .popup-content__container .content-container__features-list .features-list__feature .feature__number {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-color: #ffd764;
    border-style: solid;
    background: #ffd764;
}
.welcome-popup .welcome-popup__content .popup-content__container .content-container__mobile-showcase img {
    height: 170px;
}                       
.welcome-popup .welcome-popup__button {
    font-size: 16px;
    padding: 15px 30px;
}
.welcome-popup .welcome-popup__classic-navigation {
    padding: 0 10%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.welcome-popup .welcome-popup__classic-navigation > * {
    margin: 7px;
}
.welcome-popup .welcome-popup__classic-navigation a {
    text-decoration: none;
}
.welcome-popup .welcome-popup__classic-navigation .classic-navigation__link img {
    width: 12px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.welcome-popup .welcome-popup__close {
    position: absolute;
    right: 16px;
    top: 18px;
    font-size: 26px;
    text-decoration: none;
    cursor: pointer;
}
.welcome-popup .welcome-popup__close:before {
    content: '\00d7';
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .welcome-popup {
        width: 800px;
    }

    .welcome-popup .popup-content__title h4,
    .welcome-popup .popup-content__container {
        width: 630px;
    }
}