@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #273c49;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.69em 1.5em; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #00abc8;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

.inline-label label {
  display: inline !important; }
  @media (min-width: 801px) {
    .inline-label label {
      font-size: 1.2em; } }
  @media (max-width: 800px) {
    .inline-label label {
      font-size: 1.4em; } }
input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #f9f9f9;
  border: 1px solid #00abc8;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #0089a0; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #273c49;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(30, 46, 56, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #ededed;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #00abc8; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #929292; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*, .navik-header *::before, .navik-header *::after,
*::before,
.dropdown-plus::after,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%;
  background-color: #f9f9f9; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #008096;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #4a4a4a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  color: #273c49; }

h2 {
  color: #4a4a4a; }

h3 {
  color: #ffffff; }

h4 {
  color: #273c49; }

h5 {
  color: #4a4a4a; }

h6 {
  color: #273c49; }

a {
  color: #273c49;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #1d2d37; }

hr {
  border-bottom: 1px solid #00abc8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.navik-header {
  position: relative;
  z-index: 99999;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.428572;
  background-color: #fff;
  text-size-adjust: 100%; }
  .navik-header *, .navik-header *::before, .navik-header .dropdown-plus::after, .navik-header *::after {
    box-sizing: border-box; }
  .navik-header::before, .navik-header::after {
    box-sizing: border-box; }
  .navik-header ul {
    margin-bottom: inherit; }
  .navik-header img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .navik-header a:hover, .navik-header a:focus, .navik-header a:active {
    text-decoration: none;
    outline: none; }
  .navik-header .logo {
    padding: 30px 40px;
    text-align: center; }
    .navik-header .logo img {
      max-width: 100%;
      height: auto; }

.navik-header-container {
  position: relative; }

.navik-menu > ul {
  display: none;
  padding: 0 0 20px; }

.navik-menu ul li {
  position: relative; }
  .navik-menu ul li > a {
    display: block;
    padding: 14px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #4a4a4a;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out; }
  .navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
    color: #00abc8;
    background-color: #f6f6f6; }

.navik-menu ul ul li > a {
  padding: 14px 15px 14px 30px;
  font-size: 14px;
  font-style: italic;
  text-transform: inherit;
  background-color: #efefef; }

.navik-menu ul ul li:hover > a {
  background-color: #efefef; }

.navik-menu ul ul ul li > a {
  padding: 14px 15px 14px 45px; }

.navik-menu li > ul {
  display: none; }

.dropdown-plus, .dropdown-plus::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 49px;
  line-height: 100%;
  cursor: pointer; }
  .dropdown-plus::before, .dropdown-plus::after {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 13px;
    height: 3px;
    content: "";
    background-color: #111; }
  .dropdown-plus::after {
    transform: rotate(90deg); }
  .dropdown-plus.dropdown-open::after {
    display: none; }

.header-shadow-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  overflow: hidden; }
  .header-shadow-wrapper::after {
    position: relative;
    top: -60px;
    display: block;
    width: 100%;
    height: 60px;
    content: "";
    border-radius: 50%;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1); }

.burger-menu {
  position: absolute;
  top: 35px;
  right: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 17px;
  cursor: pointer;
  transition: transform 330ms ease-out; }
  .burger-menu.menu-open {
    transform: rotate(-45deg); }

.line-menu {
  width: 100%;
  height: 3px;
  background-color: #111;
  border-radius: 2px; }
  .line-menu.first-line {
    transform-origin: right;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
  .line-menu.last-line {
    align-self: flex-end;
    transform-origin: left;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }

.menu-open .line-menu.first-line {
  transform: rotate(-90deg) translateX(3px);
  width: 50%; }

.menu-open .line-menu.last-line {
  transform: rotate(-90deg) translateX(-3px);
  width: 50%; }

@media (min-width: 768px) {
  .navik-header .logo {
    float: left;
    padding: 30px 40px 30px 0; }
  .navik-menu {
    clear: both; }
  .header-shadow-wrapper::after {
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1); }
  .overlay-dropdown-plus {
    top: 7px;
    right: 43px;
    width: 24px;
    height: 24px;
    line-height: 24px; }
    .overlay-dropdown-plus::before, .overlay-dropdown-plus.dropdown-plus::after {
      top: 11px;
      right: 7px; }
  .navik-header-overlay .logo {
    left: 30px; }
  .navik-header-overlay .burger-menu {
    right: 30px; }
  .navik-menu-overlay > ul > li {
    padding: 0 110px 0 30px;
    margin-bottom: 16px; }
    .navik-menu-overlay > ul > li > .menu-overlay-link a {
      font-size: 34px; }
    .navik-menu-overlay > ul > li > ul {
      padding: 13px 0 16px; }
      .navik-menu-overlay > ul > li > ul > li::after {
        top: 1px;
        left: -23px;
        height: 16px; }
  .navik-menu-overlay > ul ul li {
    margin-left: 42px; }
    .navik-menu-overlay > ul ul li a {
      font-size: 16px; }
  .navik-menu-overlay.submenu-no-separate > ul ul li {
    margin-left: 25px; }
  .overlay-center-menu .navik-menu-overlay > ul > li {
    padding: 0 30px; }
    .overlay-center-menu .navik-menu-overlay > ul > li > ul {
      padding: 18px 0 21px; }
  .overlay-center-menu .menu-social-media {
    padding: 0 40px; }
  .overlay-center-menu .overlay-dropdown-plus, .overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
    right: -42px; }
  .submenu-vertical > ul > li ul {
    right: -60px;
    padding-right: 60px !important; }
  .submenu-vertical > ul > li > ul li {
    margin-bottom: 7px; }
    .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
      top: -2px;
      right: -67px; }
  .submenu-vertical > ul > li > ul ul {
    padding-top: 7px; }
  .menu-social-media {
    bottom: 34px;
    padding: 0 110px; }
  .menu-slide .nav-menu-wrapper {
    width: 400px; }
  .menu-slide .navik-menu-overlay > ul {
    padding: 140px 0 100px; }
    .menu-slide .navik-menu-overlay > ul > li {
      padding: 0 60px 0 45px;
      margin-bottom: 14px; }
      .menu-slide .navik-menu-overlay > ul > li > ul {
        padding: 28px 0 16px; }
        .menu-slide .navik-menu-overlay > ul > li > ul li {
          margin-bottom: 7px; }
        .menu-slide .navik-menu-overlay > ul > li > ul ul {
          padding-top: 7px;
          padding-left: 23px; }
      .menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
        top: -2px;
        right: -17px; }
    .menu-slide .navik-menu-overlay > ul ul li a {
      padding-left: 23px; }
      .menu-slide .navik-menu-overlay > ul ul li a:hover {
        padding-left: 33px; }
      .menu-slide .navik-menu-overlay > ul ul li a::before, .menu-slide .navik-menu-overlay > ul ul li a.dropdown-plus::after {
        height: 15px; }
  .menu-slide .menu-social-media {
    padding: 0 45px; }
  .navik-menu .mega-menu-media {
    display: table;
    width: 100%; }
  .navik-menu .mega-menu-media-img {
    display: table-cell;
    width: 120px;
    vertical-align: top; }
    .navik-menu .mega-menu-media-img .mega-menu-thumbnail {
      margin-bottom: 0; }
    .navik-menu .mega-menu-media-img img {
      width: 100%;
      height: auto; }
  .navik-menu .mega-menu-media-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top; }
  .navik-menu-overlay .navik-menu-icon {
    margin-right: 12px; }
  .navik-menu-overlay > ul ul li a .navik-menu-icon {
    margin-right: 8px; }
  .menu-slide .navik-menu-overlay .navik-menu-icon {
    margin-right: 10px; } }

@media (min-width: 1270px) {
  .navik-header-container {
    height: 50px; }
  .navik-header .logo {
    position: relative;
    top: 50%;
    padding: 0px 0px 0px 15px;
    transform: translateY(-50%); }
    .navik-header .logo img {
      width: auto;
      max-width: inherit;
      max-height: 90px; }
  .burger-menu {
    display: none; }
  .navik-menu {
    float: right;
    clear: inherit; }
    .navik-menu > ul {
      display: block !important;
      padding: 0;
      font-size: 0; }
      .navik-menu > ul > li {
        display: inline-block; }
        .navik-menu > ul > li > a {
          position: relative;
          box-sizing: border-box;
          height: 50px;
          padding: 0 20px;
          line-height: 50px;
          white-space: nowrap; }
        .navik-menu > ul > li:last-child > a {
          padding: 0 0 0 20px; }
    .navik-menu ul li {
      position: relative; }
      .navik-menu ul li.dropdown_menu > a > span {
        display: none; }
        .navik-menu ul li.dropdown_menu > a > span::before, .navik-menu ul li.dropdown_menu > a > span.dropdown-plus::after {
          position: relative;
          top: -3px;
          box-sizing: content-box;
          display: inline-block;
          width: 4px;
          height: 4px;
          margin-left: 8px;
          content: "";
          border-color: #c1c1c1;
          border-style: solid;
          border-width: 2px 2px 0 0;
          transform: rotate(135deg); }
    .navik-menu ul ul li.dropdown_menu > a > span::before, .navik-menu ul ul li.dropdown_menu > a > span.dropdown-plus::after {
      top: 7px;
      right: -10px;
      float: right;
      margin: 0;
      transform: rotate(45deg); }
    .navik-menu ul ul li > a {
      position: relative;
      padding: 9px 35px 7px !important;
      color: #4a4a4a;
      background-color: transparent; }
      .navik-menu ul ul li > a::before, .navik-menu ul ul li > a.dropdown-plus::after {
        position: absolute;
        top: 17px;
        left: 35px;
        width: 0;
        height: 1px;
        content: "";
        background: #a1a1a1;
        transition: all 0.2s ease-in-out; }
    .navik-menu ul ul li:hover > a {
      padding-left: 55px !important;
      color: #4a4a4a;
      background-color: rgba(39, 60, 73, 0.3); }
      .navik-menu ul ul li:hover > a::before, .navik-menu ul ul li:hover > a.dropdown-plus::after {
        width: 10px; }
    .navik-menu li > ul {
      position: absolute;
      top: 100%;
      left: 0;
      display: block !important;
      width: 360px;
      padding: 27px 0;
      visibility: hidden;
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1);
      opacity: 0;
      transition: all 0.2s ease-in-out; }
      .navik-menu li > ul ul {
        top: -27px;
        left: 100%; }
    .navik-menu li:hover > ul {
      visibility: visible;
      opacity: 1; }
    .navik-menu li.submenu-right > ul {
      right: 0;
      left: inherit; }
      .navik-menu li.submenu-right > ul ul {
        left: -100% !important; }
    .navik-menu.menu-caret ul li.dropdown_menu > a > span {
      display: inline-block; }
    .navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
      display: inline; }
    .navik-menu.separate-line > ul > li > a {
      position: relative;
      padding: 0 28px; }
      .navik-menu.separate-line > ul > li > a::before, .navik-menu.separate-line > ul > li > a.dropdown-plus::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        content: "";
        background-color: #eee;
        transform: translateY(-50%); }
    .navik-menu.separate-line > ul > li:last-child > a {
      padding: 0 0 0 28px; }
      .navik-menu.separate-line > ul > li:last-child > a::before, .navik-menu.separate-line > ul > li:last-child > a.dropdown-plus::after {
        display: none; }
  .header-dark .navik-menu ul li.dropdown_menu > a > span::before, .header-dark .navik-menu ul li.dropdown_menu > a > span.dropdown-plus::after {
    border-color: #a1a1a1; }
  .header-dark .navik-menu ul ul li > a {
    color: #a1a1a1;
    background-color: transparent; }
  .header-dark .navik-menu ul ul li:hover > a {
    color: #fff;
    background-color: transparent; }
    .header-dark .navik-menu ul ul li:hover > a .navik-menu-icon {
      color: #fff !important; }
  .header-dark .navik-menu li > ul {
    background-color: #111; }
  .header-dark .navik-menu.separate-line > ul > li > a::before, .header-dark .navik-menu.separate-line > ul > li > a.dropdown-plus::after {
    background-color: #333; }
  .navik-menu.menu-hover-2 > ul > li:last-child > a, .navik-menu.menu-hover-3 > ul > li:last-child > a, .navik-menu.menu-hover-4 > ul > li:last-child > a, .center-menu-1 .navik-menu > ul > li:last-child > a,
  .center-menu-2 .navik-menu > ul > li:last-child > a {
    padding: 0 20px; }
  .navik-menu.menu-hover-2.separate-line > ul > li:last-child > a, .navik-menu.menu-hover-3.separate-line > ul > li:last-child > a, .navik-menu.menu-hover-4.separate-line > ul > li:last-child > a, .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
  .center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 28px; }
  .navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a, .header-dark .navik-menu ul li.current-menu > a, .header-dark .navik-menu ul li:hover > a {
    background-color: inherit; }
  .dropdown-plus, .dropdown-plus::after {
    display: none; }
  .navik-header.sticky {
    position: fixed;
    width: 100%;
    animation-name: stickyTransition;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
    .navik-header.sticky .navik-header-container {
      height: 70px; }
    .navik-header.sticky .navik-menu {
      font-weight: 700;
      padding: 0 15px 0 0; }
      .navik-header.sticky .navik-menu > ul > li > a {
        height: 70px;
        line-height: 70px; }
    .navik-header.sticky .logo {
      padding: 0 40px 0 15px; }
      .navik-header.sticky .logo img {
        max-height: 70px; }
  @keyframes stickyTransition {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0); }
    to {
      opacity: 1;
      transform: none; } }
  .navik-header.center-menu-1 {
    position: relative; }
    .navik-header.center-menu-1.sticky {
      position: fixed; }
      .navik-header.center-menu-1.sticky .logo {
        padding: 0; }
    .navik-header.center-menu-1 .navik-header-container > .logo {
      display: none; }
    .navik-header.center-menu-1 .logoCenter .logo {
      top: 0;
      float: none;
      width: inherit;
      transform: translateY(0); }
  .navik-header.center-menu-2 .navik-header-container {
    height: auto; }
  .navik-header.center-menu-2 .logo {
    top: 0;
    float: none;
    padding: 36px 30px;
    transform: translateY(0); }
    .navik-header.center-menu-2 .logo img {
      max-width: 100%;
      height: auto;
      max-height: inherit; }
  .navik-header.center-menu-2.sticky .logo {
    display: none; }
  .navik-header.center-menu-2.sticky .navik-menu {
    border: none; }
  .logoCenter {
    display: table-cell !important;
    text-align: center;
    vertical-align: middle; }
  .center-menu-1 .navik-menu {
    display: table !important;
    float: none;
    width: 100%; }
    .center-menu-1 .navik-menu > ul {
      display: table-cell !important;
      vertical-align: top; }
      .center-menu-1 .navik-menu > ul:first-child {
        padding: 0 40px;
        text-align: right; }
        .center-menu-1 .navik-menu > ul:first-child ul {
          text-align: left; }
      .center-menu-1 .navik-menu > ul:last-child {
        padding: 0 40px;
        text-align: left; }
  .center-menu-2 .navik-menu {
    float: none;
    text-align: center;
    border-top: 1px solid #e9e9e9; }
    .center-menu-2 .navik-menu li > ul {
      text-align: left; }
    .center-menu-2 .navik-menu > ul > li > a {
      height: 62px;
      line-height: 62px; }
  .center-menu-2.header-dark .navik-menu {
    border-color: #333; }
  .navik-header.header-opacity-on, .navik-header.header-transparent-on {
    position: absolute;
    width: 100%;
    background-color: transparent; }
  .navik-header.header-opacity-on {
    background-color: rgba(0, 0, 0, 0.3); }
  .header-transparent-on .header-shadow-wrapper,
  .header-opacity-on .header-shadow-wrapper {
    display: none; }
  .header-transparent-on .navik-menu,
  .header-opacity-on .navik-menu {
    font-weight: 700;
    padding: 0 15px 0 0; }
    .header-transparent-on .navik-menu > ul > li > a,
    .header-opacity-on .navik-menu > ul > li > a {
      color: #f7f7f7; }
      .header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
      .header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
        color: rgba(255, 255, 255, 0.85); }
    .header-transparent-on .navik-menu > ul > li:hover > a, .header-transparent-on .navik-menu > ul > li.current-menu > a,
    .header-opacity-on .navik-menu > ul > li:hover > a,
    .header-opacity-on .navik-menu > ul > li.current-menu > a {
      color: #00abc8; }
    .header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span::before, .header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span.dropdown-plus::after,
    .header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span::before,
    .header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span.dropdown-plus::after {
      border-color: #f7f7f7; }
  .header-transparent-on.center-menu-2 .navik-menu {
    border-color: rgba(255, 255, 255, 0.25); }
  .header-transparent-on .navik-menu.separate-line > ul > li > a::before, .header-transparent-on .navik-menu.separate-line > ul > li > a.dropdown-plus::after {
    background-color: rgba(255, 255, 255, 0.25); }
  .header-opacity-on.center-menu-2 .navik-menu {
    border-color: rgba(255, 255, 255, 0.2); }
  .header-opacity-on .navik-menu.separate-line > ul > li > a::before, .header-opacity-on .navik-menu.separate-line > ul > li > a.dropdown-plus::after {
    background-color: rgba(255, 255, 255, 0.2); }
  .navik-menu.menu-hover-2 > ul > li.current-menu > a, .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #4a4a4a;
    background-color: #f8f8f8; }
    .navik-menu.menu-hover-2 > ul > li.current-menu > a::after, .navik-menu.menu-hover-2 > ul > li:hover > a::after {
      opacity: 1; }
  .navik-menu.menu-hover-2 > ul > li > a::after, .navik-menu.menu-hover-3 > ul > li > a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #00abc8;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .navik-menu.menu-hover-3 > ul > li.current-menu > a, .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #4a4a4a; }
    .navik-menu.menu-hover-3 > ul > li.current-menu > a::after, .navik-menu.menu-hover-3 > ul > li:hover > a::after {
      width: 100%;
      opacity: 1; }
  .navik-menu.menu-hover-3 > ul > li > a::after {
    left: 50%;
    width: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%); }
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .navik-menu.menu-hover-4 > ul > li > a > .hover-transition::after {
      position: relative;
      top: 50%;
      left: 50%;
      display: block;
      width: calc(100% + 2px);
      height: 0;
      content: "";
      background-color: #00abc8;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      transform: translate(-50%, -50%); }
  .navik-menu.menu-hover-4 > ul > li.current-menu > a, .navik-menu.menu-hover-4 > ul > li:hover > a {
    color: #fff; }
    .navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition::after, .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition::after {
      height: 100%;
      opacity: 1;
      transform: translate(-50%, -50%); }
    .navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon, .navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
      color: #fff !important; }
  .navik-menu.menu-hover-4 > ul > li > ul {
    transition-delay: 0s; }
  .navik-menu.menu-hover-4 > ul > li:hover > ul {
    transition-delay: 0.13s; }
  .navik-menu.menu-hover-4 > ul > li.dropdown_menu.current-menu > a > span::before, .navik-menu.menu-hover-4 > ul > li.dropdown_menu.current-menu > a > span.dropdown-plus::after, .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span::before, .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span.dropdown-plus::after {
    border-color: #fff; }
  .header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #fff;
    background-color: #222; }
  .header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #fff; }
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #f7f7f7;
    background-color: rgba(255, 255, 255, 0.25); }
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #f7f7f7;
    background-color: rgba(255, 255, 255, 0.2); }
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a, .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #f7f7f7; }
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
    color: rgba(255, 255, 255, 0.85) !important; }
  .navik-menu.submenu-top-border li > ul {
    border-top: 3px solid #00abc8; }
    .navik-menu.submenu-top-border li > ul ul {
      top: -30px; }
  .navik-menu.submenu-top-border.submenu-list-border li > ul ul {
    top: -23px; }
  .navik-menu.submenu-list-border li > ul ul {
    top: -20px; }
  .navik-menu.submenu-list-border ul ul li > a {
    padding: 15px 35px 14px !important; }
  .navik-menu.submenu-list-border ul ul li:first-child > a {
    padding: 8px 35px 14px 35px !important; }
  .navik-menu.submenu-list-border ul ul li:last-child > a {
    padding: 15px 35px 8px 35px !important; }
  .navik-menu.submenu-list-border ul ul li:last-child::after {
    display: none; }
  .navik-menu.submenu-list-border ul ul li::after {
    position: absolute;
    right: 35px;
    bottom: 0;
    left: 35px;
    height: 1px;
    content: "";
    background-color: #eee; }
  .navik-menu.submenu-list-border ul ul li:hover > a {
    padding-left: 55px !important; }
  .navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a::before, .navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a.dropdown-plus::after {
    top: 24px; }
  .header-dark .navik-menu.submenu-list-border ul ul li::after {
    background-color: #333; }
  .navik-menu.submenu-flip li > ul {
    transform-origin: 0% 0%;
    backface-visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: rotateX(-90deg); }
  .navik-menu.submenu-flip li:hover > ul {
    transform: rotateX(0deg); }
  .navik-menu.submenu-flip ul {
    transform-style: preserve-3d;
    perspective: 200px; }
    .navik-menu.submenu-flip ul li {
      transform-style: preserve-3d;
      perspective: 200px; }
  .navik-menu.submenu-scale li > ul {
    transform-origin: 0 0;
    transition: all 0.3s ease;
    transform: scale(0); }
  .navik-menu.submenu-scale li.submenu-right ul {
    transform-origin: 100% 0; }
  .navik-menu.submenu-scale li:hover > ul {
    transform: scale(1); }
  .overlay-dropdown-plus {
    right: 53px; }
  .navik-header-overlay .navik-header-container {
    height: auto; }
  .navik-header-overlay .logo {
    top: 50px;
    left: 40px; }
  .navik-header-overlay .burger-menu {
    top: 40px;
    right: 40px; }
  .navik-menu-overlay > ul > li {
    padding: 0 130px 0 40px; }
  .overlay-center-menu .navik-menu-overlay > ul > li {
    padding: 0 40px; }
  .submenu-vertical > ul > li ul {
    right: -70px;
    padding-right: 70px !important; }
  .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
    right: -77px; }
  .menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
    right: -7px; }
  .menu-social-media {
    padding: 0 130px; }
  .navik-mega-menu.mega-menu-fullwidth .navik-header-container {
    position: inherit; }
  .navik-mega-menu.mega-menu-fullwidth, .navik-mega-menu .navik-header-container {
    transform-style: preserve-3d;
    perspective: 200px; }
  .navik-menu .mega-menu-container {
    padding: 15px 15px 0; }
    .navik-menu .mega-menu-container ul.mega-menu-list li > a::before, .navik-menu .mega-menu-container ul.mega-menu-list li > a.dropdown-plus::after {
      top: 13px !important;
      left: 0;
      display: block; }
  .navik-menu.submenu-flip .mega-menu > ul {
    perspective: inherit; }
  .navik-menu.submenu-flip .mega-menu-container li > ul {
    transform: rotateX(0deg); }
  .navik-menu.submenu-scale .mega-menu-container li > ul {
    transform: scale(1); }
  .navik-menu ul li.mega-menu {
    position: inherit;
    font-size: initial; }
  .navik-menu li.mega-menu > ul {
    width: 100%;
    padding: 25px 20px 15px; }
  .navik-menu li.mega-menu:hover .mega-menu-container li > ul {
    visibility: visible;
    opacity: 1; }
  .navik-menu li.mega-menu.submenu-right > ul ul {
    left: inherit !important; }
  .navik-mega-menu.mega-menu-fullwidth .navik-header-container, .navik-mega-menu .navik-menu.submenu-flip > ul, .navik-mega-menu .navik-menu.submenu-flip ul li.mega-menu {
    transform-style: unset;
    perspective: none; }
  .navik-menu.submenu-scale li.mega-menu ul, .navik-menu.submenu-scale li.mega-menu.submenu-right ul {
    transform-origin: 50% 0; }
  .navik-menu .mega-menu-container li ul, .navik-menu.submenu-top-border .mega-menu-container li ul, .navik-menu.submenu-list-border .mega-menu-container li ul {
    position: relative;
    top: 0 !important;
    left: inherit;
    width: 100%;
    padding: 0;
    border-top: none;
    box-shadow: inherit; }
  .navik-menu .mega-menu-container ul li > a::before, .navik-menu .mega-menu-container ul li > a.dropdown-plus::after, .navik-menu.submenu-list-border .mega-menu-container ul li::after, .navik-menu.menu-caret .mega-menu-container li.dropdown_menu > a > span {
    display: none; }
  .navik-menu .mega-menu-container ul li a, .navik-menu .mega-menu-container ul li:hover a, .navik-menu.submenu-list-border .mega-menu-container ul li a, .navik-menu.submenu-list-border .mega-menu-container ul li:hover a, .navik-menu.submenu-list-border .mega-menu-container ul li:first-child a, .navik-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a, .navik-menu.submenu-list-border .mega-menu-container ul li:last-child a, .navik-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a {
    padding: inherit !important; }
  .navik-menu .mega-menu-container ul.mega-menu-list li a, .navik-menu .mega-menu-container ul.mega-menu-list li:hover a, .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a, .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a {
    padding: 5px 0 !important;
    color: #4a4a4a; }
  .navik-menu .mega-menu-container ul.mega-menu-list li a:hover, .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
    padding-left: 20px !important; }
  .header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a {
    color: #a1a1a1; }
    .header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a:hover {
      color: #fff; }
  .navik-fixed-sidebar {
    transition-duration: 0s; }
    .navik-fixed-sidebar .logo {
      display: block; }
  .navik-side-content {
    width: calc(100% - 250px);
    transform: translateX(0%) !important;
    transition-duration: 0s; }
  .navik-fixed-sidebar + .burger-menu, .navik-side-content > .logo, .fixedsidebar-bg-overlay {
    display: none; }
  .navik-sidebar-left {
    transform: translateX(0%); }
    .navik-sidebar-left ~ .fixedsidebar-bg-overlay + .navik-side-content {
      margin-left: auto; }
  .navik-sidebar-right {
    transform: translateX(0%); }
    .navik-sidebar-right ~ .fixedsidebar-bg-overlay + .navik-side-content {
      margin-right: auto; }
  .navik-menu-fixed {
    padding-top: 0; } }

.sky-nav {
  z-index: 9999;
  position: relative; }
  @media (min-width: 1270px) {
    .sky-nav {
      height: 35px; } }
  @media (min-width: 0px) and (max-width: 1269px) {
    .sky-nav {
      height: 65px; } }
  .sky-nav .sky-nav-content {
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: 700;
    float: right;
    padding-right: 25px; }
    .sky-nav .sky-nav-content .logged-in {
      font-size: 0.8em !important; }
  @media (min-width: 1270px) {
    .sky-nav {
      transition: 0.3s all linear; }
      .sky-nav a {
        color: #ffffff !important; }
      .sky-nav a:hover {
        color: #00abc8 !important; } }
  @media (min-width: 0px) and (max-width: 1269px) {
    .sky-nav a {
      color: #4a4a4a !important; }
    .sky-nav a:hover {
      color: #00abc8 !important; } }
.sky-nav.alt-color a {
  color: #4a4a4a !important; }

.sky-nav.alt-color a:hover {
  color: #00abc8 !important; }

.footer {
  background: #cecece;
  padding: 3em 30px;
  width: 100%; }
  .footer .footer-logo {
    margin-bottom: 1em;
    text-align: center; }
    .footer .footer-logo img {
      height: 5em; }
  .footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .footer ul {
    flex-basis: 13em;
    flex-shrink: 0;
    margin-bottom: 3em;
    padding: 0; }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center; }
  .footer li a {
    color: rgba(78, 78, 78, 0.7);
    text-decoration: none; }
    .footer li a:focus, .footer li a:hover {
      color: #4e4e4e; }
  .footer li h3 {
    color: #273c49;
    font-size: 1em;
    margin-bottom: 0.4em; }
  .footer hr {
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }

.social-media {
  text-align: center; }

.two-column-windows {
  display: flex;
  flex-wrap: wrap; }
  .two-column-windows .two-column-window {
    flex: 2 2 25em;
    margin: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    line-height: 0; }
  .two-column-windows .two-column-window-image {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .two-column-windows .two-column-window-content {
    padding: 3em 2em 3em 2em;
    line-height: 1.5; }

.two-window-content-block {
  padding: 0em 0; }
  .two-window-content-block h1 {
    font-size: 1.4em;
    font-weight: 600;
    color: #273c49;
    padding-bottom: 5px; }
  .two-window-content-block .two-window-content-block-image {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .two-window-content-block .two-window-content-block-text {
    width: 100%; }
    .two-window-content-block .two-window-content-block-text P {
      font-size: 1.2em;
      font-weight: 500;
      line-height: 1.2em;
      color: #4a4a4a; }
  .two-window-content-block .two-window-content-block-btn {
    text-align: center;
    padding: 10px 0px 30px 0px; }
  .two-window-content-block .two-window-content-block-sprite-large {
    height: 275px; }
  .two-window-content-block .two-column-window-desktop-margin {
    padding-left: 90px; }
  @media (min-width: 820px) {
    .two-window-content-block .two-window-content-block-margin {
      margin-top: 65px; } }
@media screen and (max-width: 800px) {
  .two-column-offset-flex {
    flex-direction: column; }
  .column.two {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }
  .column {
    order: 2; } }

.two-column-offset-flex {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .two-column-offset-flex .column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 350px; }
  .two-column-offset-flex .column.two {
    max-width: 325px;
    margin-top: 2em; }

table {
  border-collapse: collapse;
  display: table;
  margin: 0 0 15px 0;
  width: 100%;
  float: none; }
  table thead th {
    white-space: nowrap; }
  table thead td,
  table th {
    background: #90ae46;
    border: 0;
    color: #4a4a4a;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 8px;
    vertical-align: bottom;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    border-right: 1px solid #647831;
    border-bottom: 1px solid #eee; }
    table thead td.centered,
    table th.centered {
      text-align: center; }
    table thead td:last-of-type,
    table th:last-of-type {
      border-right: 1px solid #292a28; }
  table tbody,
  table td {
    padding: 3px 3px 6px;
    vertical-align: middle;
    font-weight: 400;
    color: #4a4a4a; }
    table tbody.centered,
    table td.centered {
      text-align: center; }
    table tbody form,
    table td form {
      margin: 0; }
    table tbody.actions input[type='button'], table tbody.actions input[type='submit'], table tbody.actions a.button, table tbody.actions button,
    table td.actions input[type='button'],
    table td.actions input[type='submit'],
    table td.actions a.button,
    table td.actions button {
      display: block;
      margin: 1px 0;
      width: 100%; }

table.admin-list tr:nth-of-type(3n) {
  border-bottom: 1px solid #eee; }

table.admin-box {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-width: 1px;
  border-color: #eee;
  width: 100%; }

table.admin-header {
  border-bottom: 1px solid #eee;
  font-size: 1.25em; }

td.right {
  float: right; }

.bwl_acc_container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  line-height: 24px;
  font-weight: 300; }
  .bwl_acc_container h2 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 10px;
    color: #273c49; }

.acc-ctrl-btn {
  padding: 0;
  margin: 0 0 12px 0;
  box-sizing: border-box;
  text-align: right;
  display: block;
  clear: both;
  width: 100%; }

.acc-ctrl-btn .acc-expand-all,
.acc-ctrl-btn .acc-collapsible-all {
  width: 24px;
  height: 24px;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  cursor: pointer; }

.acc-ctrl-btn .acc-expand-all {
  margin-right: 5px; }

.accordion_search_container {
  display: none;
  margin: 0 0 12px 0;
  position: relative;
  background: #FFFFFF; }

.accordion_search_container .acc_clear_btn {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  display: none; }

.accordion_search_container .acc_clear_btn:after {
  background: #FFFFFF;
  right: 8px;
  top: 4px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  content: 'X';
  color: #000000; }

.accordion_search_container .rtl_clear_btn {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  display: none; }

.accordion_search_container .rtl_clear_btn:before, .accordion_search_container .rtl_clear_btn.dropdown-plus::after {
  background: #FFFFFF;
  left: 8px;
  top: 4px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  content: 'X';
  color: #000000; }

.accordion_search_container .accordion_search_input_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 5px; }

.search_icon {
  background-origin: content-box;
  background: url(../img/search.png) no-repeat;
  background-position: top 10px right 10px;
  background-position-x: 99%;
  background-position-y: 50%;
  border: 1px solid #cccccc; }

.accordion_search_input_box::-ms-clear {
  display: none; }

.load {
  background-origin: content-box;
  background: url(../img/loader.gif) no-repeat;
  background-position: top 10px right 10px;
  background-position-x: 99%;
  background-position-y: 50%; }

.search_result_container {
  line-height: 24px;
  display: none;
  background: #ddd;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 5px;
  margin-bottom: 12px; }

h2.acc_title_bar {
  font-family: 'Ubuntu', sans-serif;
  padding: 0;
  margin: 0 0 2px 0;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  background: transparent;
  overflow: hidden;
  -webkit-border-radius: 0px 0px 0 10px;
  -moz-border-radius: 0px 0px 0 10px;
  border-radius: 0px 0px 0 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: font-size 0.5s 0.1s ease-in;
  -moz-transition: font-size 0.5s 0.1s ease-in;
  -o-transition: font-size 0.5s 0.1s ease-in;
  transition: font-size 0.5s 0.1s ease-in; }

h2.acc_title_bar a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 0 0 56px;
  position: relative; }

h2.acc_title_bar a:after {
  z-index: 1;
  left: 20px;
  top: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out; }

h2.acc_title_bar a:before, h2.acc_title_bar a.dropdown-plus::after {
  z-index: 2;
  content: "\f067";
  font-family: 'FontAwesome';
  color: #273c49;
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 0px 4px 0 4px;
  -moz-border-radius: 0px 4px 0 4px;
  border-radius: 0px 4px 0 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.acc_title_bar a:hover {
  color: #f0f0f0; }

h2.acc_title_bar a:hover:before, h2.acc_title_bar .dropdown-plus:hover::after {
  content: "\f067";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0; }

h2.title-bar-active {
  background: transparent; }

h2.title-bar-active a {
  color: #f0f0f0; }

h2.title-bar-active a:after {
  z-index: 1;
  left: 20px;
  top: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg); }

h2.title-bar-active a:before, h2.title-bar-active a.dropdown-plus::after {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0; }

h2.title-bar-active a:hover {
  color: #f0f0f0; }

h2.title-bar-active a:hover:before, h2.title-bar-active .dropdown-plus:hover::after {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0; }

h2.default-title-bar {
  background: #e4e9ed; }

h2.default-title-bar a {
  color: #4a4a4a; }

h2.default-title-bar a:after {
  background: #00abc8; }

h2.default-title-bar a:before, h2.default-title-bar a.dropdown-plus::after {
  background: #00abc8; }

h2.default-title-bar a:hover {
  color: #273c49; }

h2.default-title-bar a:hover:before, h2.default-title-bar .dropdown-plus:hover::after {
  background: #787878; }

h2.default-title-bar-active {
  background: #273c49; }

h2.default-title-bar-active a {
  color: #f0f0f0; }

h2.default-title-bar-active a:after {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
  background: #273c49; }

h2.default-title-bar-active a:before, h2.default-title-bar-active a.dropdown-plus::after {
  content: "\f068";
  background: #00abc8; }

h2.default-title-bar-active a:hover {
  color: #f0f0f0; }

h2.default-title-bar-active a:hover:before, h2.default-title-bar-active .dropdown-plus:hover::after {
  content: "\f068";
  background: #273c49; }

div.acc_container {
  margin: 0 0 2px 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  background: #fbfbfb;
  border: 1px solid #d6d6d6;
  display: none; }

div.acc_container .block {
  padding: 0 12px; }

.bsa_pagination_nav_block {
  display: block;
  clear: both; }

#bsa_page_navigation {
  text-align: right; }

#bsa_page_navigation a {
  padding: 1px 5px;
  border: 1px solid #cccccc;
  margin: 2px;
  color: black;
  text-decoration: none;
  text-align: center;
  outline: none; }

#bsa_page_navigation a.active_page {
  color: white; }

#bsa_page_navigation span.total_pages {
  display: inline-block;
  margin: 5px 0 0 0;
  font-size: small; }

#bsa_page_navigation a.previous_link,
#bsa_page_navigation a.next_link {
  padding: 1px 8px;
  font-weight: normal; }

.default_theme_nav a.active_page {
  background: #b3b330; }

.red_theme_nav a.active_page {
  background: #e31d1a; }

.green_theme_nav a.active_page {
  background: #3f9f39; }

.blue_theme_nav a.active_page {
  background: #2d9fd0; }

.orange_theme_nav a.active_page {
  background: #ff9900; }

.yellow_theme_nav a.active_page {
  background: #ffe140; }

.custom_theme_nav a.active_page {
  background: #2c2c2c; }

.bsa_dn {
  display: none; }

h2.nav_square {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_square a {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg); }

h2.nav_square a:before, h2.nav_square a.dropdown-plus::after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_square a:after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg); }

h2.nav_square:before, .nav_square.dropdown-plus::after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_square:after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_arrow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_arrow a {
  padding: 0 0 0 62px; }

h2.nav_arrow a:after {
  left: -4px;
  top: 0;
  content: '';
  width: 48px;
  height: 48px;
  line-height: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out; }

h2.nav_arrow a:before, h2.nav_arrow a.dropdown-plus::after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_circle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_circle a {
  padding: 0 0 0 62px; }

h2.nav_circle a:after {
  left: 36px;
  top: 33%;
  content: '';
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: 18px;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out; }

h2.nav_circle a:before, h2.nav_circle a.dropdown-plus::after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.nav_icon_angle a:before, h2.nav_icon_angle a.dropdown-plus::after {
  content: "\f107";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle a:hover:before, h2.nav_icon_angle .dropdown-plus:hover::after {
  content: "\f107";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_active a:before, h2.nav_icon_angle_active a.dropdown-plus::after {
  content: "\f106";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_active a:hover:before, h2.nav_icon_angle_active .dropdown-plus:hover::after {
  content: "\f106";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double a:before, h2.nav_icon_angle_double a.dropdown-plus::after {
  content: "\f103";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double a:hover:before, h2.nav_icon_angle_double .dropdown-plus:hover::after {
  content: "\f103";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double_active a:before, h2.nav_icon_angle_double_active a.dropdown-plus::after {
  content: "\f102";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double_active a:hover:before, h2.nav_icon_angle_double_active .dropdown-plus:hover::after {
  content: "\f102";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret a:before, h2.nav_icon_angle_caret a.dropdown-plus::after {
  content: "\f0d8";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret a:hover:before, h2.nav_icon_angle_caret .dropdown-plus:hover::after {
  content: "\f0d8";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret_active a:before, h2.nav_icon_angle_caret_active a.dropdown-plus::after {
  content: "\f0d7";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret_active a:hover:before, h2.nav_icon_angle_caret_active .dropdown-plus:hover::after {
  content: "\f0d7";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron a:before, h2.nav_icon_angle_chevron a.dropdown-plus::after {
  content: "\f078";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron a:hover:before, h2.nav_icon_angle_chevron .dropdown-plus:hover::after {
  content: "\f078";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron_active a:before, h2.nav_icon_angle_chevron_active a.dropdown-plus::after {
  content: "\f077";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron_active a:hover:before, h2.nav_icon_angle_chevron_active .dropdown-plus:hover::after {
  content: "\f077";
  font-family: 'FontAwesome'; }

div.bwl_acc_container_rtl_support {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
  clear: right; }

div.bwl_acc_container_rtl_support h2.nav_arrow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

div.bwl_acc_container_rtl_support h2.nav_arrow a:after {
  right: -4px;
  top: 0;
  content: '';
  width: 48px;
  height: 48px;
  line-height: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out; }

div.bwl_acc_container_rtl_support h2.nav_arrow a:before, div.bwl_acc_container_rtl_support h2.nav_arrow a.dropdown-plus::after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

div.bwl_acc_container_rtl_support h2.nav_circle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

div.bwl_acc_container_rtl_support h2.nav_circle a:after {
  right: 36px;
  top: 33%;
  content: '';
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: 18px;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out; }

div.bwl_acc_container_rtl_support h2.nav_circle a:before, div.bwl_acc_container_rtl_support h2.nav_circle a.dropdown-plus::after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.rtl-title-bar {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.rtl-title-bar a {
  padding: 0 56px 0 0; }

h2.rtl-title-bar a:after {
  right: 20px;
  top: 0;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  transform: skewX(50deg); }

h2.rtl-title-bar a:before, h2.rtl-title-bar a.dropdown-plus::after {
  right: 0;
  top: 0;
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  border-radius: 0px 4px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

h2.rtl-title-bar a:hover:before, h2.rtl-title-bar .dropdown-plus:hover::after {
  position: absolute;
  right: 0;
  top: 0; }

h2.rtl-title-active a:after {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg); }

input.search_icon_rtl {
  background-position: top 10px left 10px; }

input.load_rtl {
  background-position: top 10px left 10px; }

.highlight {
  display: inline;
  font-style: normal; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2.acc_title_bar {
    min-height: 46px;
    line-height: 18px;
    font-size: 14px; }
  h2.acc_title_bar a {
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    padding: 12px 2px 0 52px;
    position: relative;
    height: 100%; }
  h2.nav_circle a::after,
  h2.nav_arrow a::after {
    display: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  h2.acc_title_bar {
    min-height: 46px;
    line-height: 24px;
    font-size: 0.9em; }
  h2.acc_title_bar a {
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    padding: 10px 2px 0 52px;
    position: relative;
    height: 100%;
    line-height: 14px; }
  h2.nav_circle a::after,
  h2.nav_arrow a::after {
    display: none; }
  h2.rtl-title-bar a {
    padding: 0px 56px 0 0; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1); }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95); }
  80%,
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1); } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1); }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95); }
  80%,
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1); } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg); }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  40%,
  80% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg); }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  40%,
  80% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }

pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0; }

:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em; }

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre; }

.line-highlight:before, .line-highlight.dropdown-plus::after,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white; }

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em; }

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber; }

pre.line-numbers > code {
  position: relative; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber; }

.line-numbers-rows > span:before, .line-numbers-rows > span.dropdown-plus::after {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right; }

.token.tab:not(:empty):before, .dropdown-plus:not(:empty)::after,
.token.cr:before,
.cr.dropdown-plus::after,
.token.lf:before,
.lf.dropdown-plus::after {
  color: #e0d7d1; }

.token.tab:not(:empty):before, .dropdown-plus:not(:empty)::after {
  content: '\21E5'; }

.token.cr:before, .cr.dropdown-plus::after {
  content: '\240D'; }

.token.crlf:before, .crlf.dropdown-plus::after {
  content: '\240D\240A'; }

.token.lf:before, .lf.dropdown-plus::after {
  content: '\240A'; }

.token a {
  color: inherit; }

code[class*="language-"] a[href],
pre[class*="language-"] a[href] {
  cursor: help;
  text-decoration: none; }

code[class*="language-"] a[href]:hover,
pre[class*="language-"] a[href]:hover {
  cursor: help;
  text-decoration: underline; }

pre[class*='language-'] {
  position: relative; }

pre[class*='language-'][data-language]::before, [data-language].dropdown-plus::after {
  content: attr(data-language);
  color: black;
  background-color: #CFCFCF;
  display: inline-block;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  font-size: 0.9em;
  border-radius: 0 0 0 5px;
  padding: 0 0.5em;
  text-shadow: none;
  z-index: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.accordion *, .accordion .navik-header *::before, .navik-header .accordion *::before, .accordion .navik-header *::after, .navik-header .accordion *::after, .accordion .navik-header .dropdown-plus::after, .navik-header .accordion .dropdown-plus::after {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  outline: 0; }

.accordion {
  background-color: #ffffff;
  border: solid 1px #e9e9e9; }

.accordion-header {
  min-height: 40px;
  padding: 10px 35px 10px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #434955;
  border-bottom: solid 1px #e9e9e9;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #fdfdfd;
  -webkit-tap-highlight-color: transparent;
  transition: background .2s linear; }

.accordion-item:last-child .accordion-header {
  border-bottom: none; }

.accordion-header:hover,
.accordion-item.active .accordion-header {
  background-color: #f7f8f9; }

.accordion-header i {
  width: 26px;
  text-align: left;
  font-size: 16px; }

.accordion-header .accordion-item-arrow {
  position: absolute;
  right: 15px;
  height: 20px;
  margin-top: -10px;
  top: 50%; }

.accordion-header .accordion-item-arrow:before, .accordion-header .accordion-item-arrow.dropdown-plus::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  float: right;
  transition: all .2s linear; }

.accordion-item.active .accordion-header .accordion-item-arrow:before, .accordion-item.active .accordion-header .accordion-item-arrow.dropdown-plus::after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-content {
  padding: 15px;
  display: none;
  border-bottom: solid 1px #e9e9e9;
  font-size: 15px;
  color: #434955;
  line-height: 1.3em;
  min-height: 65px; }

.accordion-item:last-child .accordion-content {
  border-bottom: none;
  border-top: solid 1px #e9e9e9; }

.blue.accordion,
.blue .accordion-header,
.blue .accordion-content {
  border-color: #32CDFB; }

.blue .accordion-header:hover,
.blue .accordion-item.active .accordion-header {
  background-color: #32CDFB;
  color: #fff; }

.green.accordion,
.green .accordion-header,
.green .accordion-content {
  border-color: #37DB67; }

.green .accordion-header:hover,
.green .accordion-item.active .accordion-header {
  background-color: #37DB67;
  color: #fff; }

.red.accordion,
.red .accordion-header,
.red .accordion-content {
  border-color: #FC4337; }

.red .accordion-header:hover,
.red .accordion-item.active .accordion-header {
  background-color: #FC4337;
  color: #fff; }

.orange.accordion,
.orange .accordion-header,
.orange .accordion-content {
  border-color: #FFA400; }

.orange .accordion-header:hover,
.orange .accordion-item.active .accordion-header {
  background-color: #FFA400;
  color: #fff; }

.yellow.accordion,
.yellow .accordion-header,
.yellow .accordion-content {
  border-color: #FFCE54; }

.yellow .accordion-header:hover,
.yellow .accordion-item.active .accordion-header {
  background-color: #FFCE54;
  color: #fff; }

.purple.accordion,
.purple .accordion-header,
.purple .accordion-content {
  border-color: #AC92EC; }

.purple .accordion-header:hover,
.purple .accordion-item.active .accordion-header {
  background-color: #AC92EC;
  color: #fff; }

.icon-sprite, .br-play-button div, .br-play-button.br-pause div, .br-prev-button div, .br-prev-button.br-up div, .br-next-button div, .br-next-button.br-down div, .br-play-button.white div, .br-no-touch .br-play-button.white:hover div, .br-play-button.white.br-pause div, .br-no-touch .br-play-button.white.br-pause:hover div, .br-prev-button.white div, .br-no-touch .br-prev-button.white:hover div, .br-prev-button.white.br-up div, .br-no-touch .br-prev-button.white.br-up:hover div, .br-next-button.white div, .br-no-touch .br-next-button.white:hover div, .br-next-button.white.br-down div, .br-no-touch .br-next-button.white.br-down:hover div, .br-side-prev div, .br-outer-prev div, .br-side-next div, .br-outer-next div, .br-nav-wrapper .white.br-prev-wrapper:hover .br-side-prev div, .br-nav-wrapper .white.br-next-wrapper:hover .br-side-prev div, .br-nav-wrapper .white.br-prev-wrapper:hover .br-outer-prev div, .br-nav-wrapper .white.br-next-wrapper:hover .br-outer-prev div, .br-nav-wrapper .white.br-prev-wrapper:hover .br-side-next div, .br-nav-wrapper .white.br-next-wrapper:hover .br-side-next div, .br-nav-wrapper .white.br-prev-wrapper:hover .br-outer-next div, .br-nav-wrapper .white.br-next-wrapper:hover .br-outer-next div {
  background-image: url("../assets/icon-sf3d4f583f7.png");
  background-repeat: no-repeat; }

.banner-rotator img {
  max-width: none !important;
  max-height: none !important; }

.br-flat-shadow {
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5); }

.br-3d-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.br-3d-shadow:before, .br-3d-shadow.dropdown-plus::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -moz-box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
  -moz-transform: rotateX(90deg) translateZ(-5px) scale(0.9);
  -ms-transform: rotateX(90deg) translateZ(-5px) scale(0.9);
  -webkit-transform: rotateX(90deg) translateZ(-5px) scale(0.9);
  transform: rotateX(90deg) translateZ(-5px) scale(0.9);
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.br-wrapper, .banner-rotator, .br-outer-navs {
  position: relative;
  border: 0 solid black;
  outline: none;
  zoom: 1; }

.br-stage {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible; }

.br-stage-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.br-stage-bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.br-stage-bg > div .br-face-left, .br-stage-bg > div .br-face-right, .br-stage-bg > div .br-face-top, .br-stage-bg > div .br-face-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.br-stage-bg > div .white.br-face-left, .br-stage-bg > div .white.br-face-right, .br-stage-bg > div .white.br-face-top, .br-stage-bg > div .white.br-face-bottom {
  background-color: #b9b9b9; }

.br-stage-bg > div .br-face-left {
  left: 0;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg); }

.br-stage-bg > div .br-face-right {
  right: 0;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }

.br-stage-bg > div .br-face-top {
  top: 0;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.br-stage-bg > div .br-face-bottom {
  bottom: 0;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg); }

.br-screen {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.br-slides, .banner-rotator ul.slides {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.br-slides li.br-item, .banner-rotator ul.slides li.br-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  visibility: hidden; }

.br-slides li.br-item img.br-img, .banner-rotator ul.slides li.br-item img.br-img {
  position: absolute;
  top: 0;
  left: 0; }

.br-slides li.br-item .tooltip, .banner-rotator ul.slides li.br-item .tooltip {
  visibility: hidden; }

.br-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  background: black url("data:image/gif;base64,R0lGODlhIAAgAPMAAAAAAP///zg4OHp6ekhISGRkZMjIyKioqCYmJhoaGkJCQuDg4Pr6+gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") no-repeat center; }

.br-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.br-links .br-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  background: url("../assets/spacer.png?1276378866") no-repeat center; }

.br-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden; }

.br-layers .br-layer-bin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.br-layers .br-layer-bin .br-layer {
  display: none;
  position: absolute;
  color: white;
  line-height: normal;
  visibility: visible;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.br-effect-wrapper {
  position: absolute;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  background: transparent;
  overflow: hidden; }

.br-opacity-transition {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.br-all-transition {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.br-color-transition {
  -moz-transition: background-color 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s; }

.br-element-transition {
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s; }

.br-load-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.br-load-screen .br-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 10px;
  margin-top: -5px;
  margin-left: -100px;
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #f9f9f9));
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.br-load-screen .br-progress-bar div {
  float: left;
  width: 0;
  height: 100%;
  background-color: #149bdf;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  -moz-animation: br-load-bar 2s linear infinite;
  -webkit-animation: br-load-bar 2s linear infinite;
  animation: br-load-bar 2s linear infinite; }

@-moz-keyframes br-load-bar {
  from {
    background-position: 20px 0; }
  to {
    background-position: 0 0; } }

@-webkit-keyframes br-load-bar {
  from {
    background-position: 20px 0; }
  to {
    background-position: 0 0; } }

@keyframes br-load-bar {
  from {
    background-position: 20px 0; }
  to {
    background-position: 0 0; } }

.br-hidden {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

.br-transparent, .br-hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden !important;
  pointer-events: none; }

.br-shrink {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  visibility: hidden !important; }

.br-cpanel-wrapper {
  position: absolute;
  visibility: hidden; }

.br-cpanel-wrapper .br-cpanel {
  position: relative;
  margin: 6px;
  visibility: visible;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.br-button-group.br-vertical .br-thumbnails ul li, .br-thumbnails ul .br-button-group.br-vertical li, .br-button-group.br-vertical .br-play-button, .br-button-group.br-vertical .br-prev-button, .br-button-group.br-vertical .br-next-button {
  margin: 0 !important;
  border-width: 0 0 1px 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.br-button-group.br-vertical .br-thumbnails ul li.br-first-item, .br-thumbnails ul .br-button-group.br-vertical li.br-first-item, .br-button-group.br-vertical .br-first-item.br-play-button, .br-button-group.br-vertical .br-first-item.br-prev-button, .br-button-group.br-vertical .br-first-item.br-next-button {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.br-button-group.br-vertical .br-thumbnails ul li.br-last-item, .br-thumbnails ul .br-button-group.br-vertical li.br-last-item, .br-button-group.br-vertical .br-last-item.br-play-button, .br-button-group.br-vertical .br-last-item.br-prev-button, .br-button-group.br-vertical .br-last-item.br-next-button {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: transparent; }

.br-button-group.br-vertical .br-thumbnails ul li.br-img-thumb, .br-thumbnails ul .br-button-group.br-vertical li.br-img-thumb, .br-button-group.br-vertical .br-img-thumb.br-play-button, .br-button-group.br-vertical .br-img-thumb.br-prev-button, .br-button-group.br-vertical .br-img-thumb.br-next-button {
  border-width: 0 !important; }

.br-button-group.br-horizontal .br-thumbnails ul li, .br-thumbnails ul .br-button-group.br-horizontal li, .br-button-group.br-horizontal .br-play-button, .br-button-group.br-horizontal .br-prev-button, .br-button-group.br-horizontal .br-next-button {
  margin: 0 0 1px 0 !important;
  border-width: 0 1px 0 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.br-button-group.br-horizontal .br-thumbnails ul li.br-first-item, .br-thumbnails ul .br-button-group.br-horizontal li.br-first-item, .br-button-group.br-horizontal .br-first-item.br-play-button, .br-button-group.br-horizontal .br-first-item.br-prev-button, .br-button-group.br-horizontal .br-first-item.br-next-button {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.br-button-group.br-horizontal .br-thumbnails ul li.br-last-item, .br-thumbnails ul .br-button-group.br-horizontal li.br-last-item, .br-button-group.br-horizontal .br-last-item.br-play-button, .br-button-group.br-horizontal .br-last-item.br-prev-button, .br-button-group.br-horizontal .br-last-item.br-next-button {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: transparent; }

.br-button-group.br-horizontal .br-thumbnails ul li.br-img-thumb, .br-thumbnails ul .br-button-group.br-horizontal li.br-img-thumb, .br-button-group.br-horizontal .br-img-thumb.br-play-button, .br-button-group.br-horizontal .br-img-thumb.br-prev-button, .br-button-group.br-horizontal .br-img-thumb.br-next-button {
  border-width: 0 !important; }

.br-ext-cp {
  position: absolute;
  background: #303030; }

.br-ext-cp.white {
  background: #f9f9f9; }

.br-no-touch .br-thumbnails ul li:hover, .br-thumbnails ul .br-no-touch li:hover, .br-no-touch .br-play-button:hover, .br-no-touch .br-prev-button:hover, .br-no-touch .br-next-button:hover {
  color: white;
  background-color: #ccc;
  border: 0 solid #bbbbbb;
  -moz-box-shadow: 0 1px 0 0 #8c8c8c;
  -webkit-box-shadow: 0 1px 0 0 #8c8c8c;
  box-shadow: 0 1px 0 0 #8c8c8c; }

.br-no-touch .br-thumbnails ul li.white:hover, .br-thumbnails ul .br-no-touch li.white:hover, .br-no-touch .white.br-play-button:hover, .br-no-touch .white.br-prev-button:hover, .br-no-touch .white.br-next-button:hover {
  color: white;
  background-color: #262626;
  border: 0 solid #151515;
  -moz-box-shadow: 0 1px 0 0 black;
  -webkit-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black; }

.br-no-touch .br-thumbnails ul li.br-img-thumb:hover .br-img-wrapper:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

.br-thumbnails ul li, .br-play-button, .br-prev-button, .br-next-button, .br-play-button.white, .br-prev-button.white, .br-next-button.white {
  color: white;
  background-color: #262626;
  border: 0 solid #151515;
  -moz-box-shadow: 0 1px 0 0 black;
  -webkit-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.br-thumbnails ul li.br-active, .br-active.br-play-button, .br-active.br-prev-button, .br-active.br-next-button {
  color: #262626;
  background-color: white;
  border: 0 solid #eeeeee;
  -moz-box-shadow: 0 1px 0 0 #bfbfbf;
  -webkit-box-shadow: 0 1px 0 0 #bfbfbf;
  box-shadow: 0 1px 0 0 #bfbfbf;
  cursor: default; }

.br-thumbnails ul li.white, .white.br-play-button, .white.br-prev-button, .white.br-next-button {
  color: #262626;
  background-color: white;
  border: 0 solid #eeeeee;
  -moz-box-shadow: 0 1px 0 0 #bfbfbf;
  -webkit-box-shadow: 0 1px 0 0 #bfbfbf;
  box-shadow: 0 1px 0 0 #bfbfbf; }

.br-thumbnails ul li.white.br-active, .white.br-active.br-play-button, .white.br-active.br-prev-button, .white.br-active.br-next-button {
  color: white;
  background-color: #ccc;
  border: 0 solid #bbbbbb;
  -moz-box-shadow: 0 1px 0 0 #8c8c8c;
  -webkit-box-shadow: 0 1px 0 0 #8c8c8c;
  box-shadow: 0 1px 0 0 #8c8c8c; }

.br-vertical .br-thumbnails ul li, .br-thumbnails ul .br-vertical li, .br-vertical .br-play-button, .br-vertical .br-prev-button, .br-vertical .br-next-button,
.br-vertical .br-thumbnails {
  display: block;
  float: left; }

.br-thumbnails {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.br-thumbnails ul {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap; }

.br-thumbnails ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

.br-thumbnails ul li.br-img-thumb .br-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px;
  overflow: hidden; }

.br-thumbnails ul li.br-img-thumb .br-img-wrapper img {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.br-thumbnails ul li.br-img-thumb .br-img-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.br-thumbnails ul li.br-img-thumb .br-img-wrapper:after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.br-thumbnails ul li.br-img-thumb.br-active div:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

.br-thumbnails ul li.br-img-thumb.white div:after {
  background-color: white; }

.br-thumbnails ul li.br-bullet {
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 8px;
  background-color: #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.br-no-touch .br-thumbnails ul li.br-bullet:hover, .br-thumbnails ul li.br-bullet.br-active {
  background-color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.br-play-button div, .br-prev-button div, .br-next-button div, .br-play-button.white div, .br-prev-button.white div, .br-next-button.white div {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px; }

.br-play-button div {
  background-position: 0 -112px; }

.br-play-button.br-pause div {
  background-position: 0 -126px; }

.br-prev-button div {
  background-position: 0 -56px; }

.br-prev-button.br-up div {
  background-position: 0 -28px; }

.br-next-button div {
  background-position: 0 -98px; }

.br-next-button.br-down div {
  background-position: 0 -14px; }

.br-play-button.white div {
  background-position: 0 -140px; }

.br-no-touch .br-play-button.white:hover div {
  background-position: 0 -112px; }

.br-play-button.white.br-pause div {
  background-position: 0 -154px; }

.br-no-touch .br-play-button.white.br-pause:hover div {
  background-position: 0 -126px; }

.br-prev-button.white div {
  background-position: 0 -70px; }

.br-no-touch .br-prev-button.white:hover div {
  background-position: 0 -56px; }

.br-prev-button.white.br-up div {
  background-position: 0 -42px; }

.br-no-touch .br-prev-button.white.br-up:hover div {
  background-position: 0 -28px; }

.br-next-button.white div {
  background-position: 0 -84px; }

.br-no-touch .br-next-button.white:hover div {
  background-position: 0 -98px; }

.br-next-button.white.br-down div {
  background-position: 0 0; }

.br-no-touch .br-next-button.white.br-down:hover div {
  background-position: 0 -14px; }

.br-side-prev, .br-outer-prev, .br-side-next, .br-outer-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  margin-top: -50px;
  visibility: visible;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.br-side-prev div, .br-outer-prev div, .br-side-next div, .br-outer-next div {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 46px;
  margin-top: -23px;
  margin-left: -13px; }

.br-no-touch .br-side-prev div, .br-no-touch .br-outer-prev div, .br-no-touch .br-side-next div, .br-no-touch .br-outer-next div {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }

.br-no-touch .br-side-prev:hover div, .br-no-touch .br-outer-prev:hover div, .br-no-touch .br-side-next:hover div, .br-no-touch .br-outer-next:hover div {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.br-side-prev, .br-outer-prev {
  left: 0; }

.br-side-prev div, .br-outer-prev div {
  background-position: 0 -168px; }

.br-side-next, .br-outer-next {
  right: 0; }

.br-side-next div, .br-outer-next div {
  background-position: 0 -260px; }

.br-outer-prev {
  left: -60px; }

.br-outer-next {
  right: -60px; }

.br-prev-wrapper, .br-next-wrapper {
  position: absolute;
  top: 50%;
  visibility: visible;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.br-prev-wrapper .br-nav-thumb, .br-next-wrapper .br-nav-thumb {
  position: relative;
  float: left;
  width: 100px;
  height: 75px;
  overflow: hidden;
  cursor: pointer; }

.br-prev-wrapper .br-nav-thumb div, .br-next-wrapper .br-nav-thumb div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.br-prev-wrapper .br-nav-thumb img, .br-next-wrapper .br-nav-thumb img {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.br-prev-wrapper {
  left: 0; }

.br-next-wrapper {
  right: 0; }

.br-nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden; }

.br-nav-wrapper .br-prev-wrapper, .br-nav-wrapper .br-next-wrapper {
  -moz-transition: background-color 0.4s, box-shadow 0.4s;
  -o-transition: background-color 0.4s, box-shadow 0.4s;
  -webkit-transition: background-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s; }

.br-nav-wrapper .br-prev-wrapper:hover, .br-nav-wrapper .br-next-wrapper:hover {
  background: #262626;
  background: rgba(38, 38, 38, 0.8);
  -moz-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.5); }

.br-nav-wrapper .br-prev-wrapper:hover .br-side-prev, .br-nav-wrapper .br-next-wrapper:hover .br-side-prev, .br-nav-wrapper .br-prev-wrapper:hover .br-outer-prev, .br-nav-wrapper .br-next-wrapper:hover .br-outer-prev, .br-nav-wrapper .br-prev-wrapper:hover .br-side-next, .br-nav-wrapper .br-next-wrapper:hover .br-side-next, .br-nav-wrapper .br-prev-wrapper:hover .br-outer-next, .br-nav-wrapper .br-next-wrapper:hover .br-outer-next {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }

.br-nav-wrapper .white.br-prev-wrapper:hover, .br-nav-wrapper .white.br-next-wrapper:hover {
  background: white;
  background: rgba(255, 255, 255, 0.8); }

.br-nav-wrapper .white.br-prev-wrapper:hover .br-side-prev div, .br-nav-wrapper .white.br-next-wrapper:hover .br-side-prev div, .br-nav-wrapper .white.br-prev-wrapper:hover .br-outer-prev div, .br-nav-wrapper .white.br-next-wrapper:hover .br-outer-prev div {
  background-position: 0 -214px; }

.br-nav-wrapper .white.br-prev-wrapper:hover .br-side-next div, .br-nav-wrapper .white.br-next-wrapper:hover .br-side-next div, .br-nav-wrapper .white.br-prev-wrapper:hover .br-outer-next div, .br-nav-wrapper .white.br-next-wrapper:hover .br-outer-next div {
  background-position: 0 -306px; }

.br-nav-wrapper .br-prev-wrapper .br-side-prev, .br-nav-wrapper .br-next-wrapper .br-side-prev, .br-nav-wrapper .br-prev-wrapper .br-outer-prev, .br-nav-wrapper .br-next-wrapper .br-outer-prev, .br-nav-wrapper .br-prev-wrapper .br-side-next, .br-nav-wrapper .br-next-wrapper .br-side-next, .br-nav-wrapper .br-prev-wrapper .br-outer-next, .br-nav-wrapper .br-next-wrapper .br-outer-next {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  right: auto;
  height: 100%;
  margin: 0; }

.br-nav-wrapper .br-prev-wrapper {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.br-nav-wrapper .br-prev-wrapper .br-nav-thumb {
  margin: 8px 0 8px 8px; }

.br-nav-wrapper .br-next-wrapper {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.br-nav-wrapper .br-next-wrapper .br-nav-thumb {
  margin: 8px 8px 8px 0; }

.br-outer-navs .br-prev-wrapper, .br-outer-navs .br-next-wrapper {
  color: white;
  background-color: #262626;
  border: 0 solid #151515;
  -moz-box-shadow: 0 1px 0 0 black;
  -webkit-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px; }

.br-outer-navs .white.br-prev-wrapper, .br-outer-navs .white.br-next-wrapper {
  color: #262626;
  background-color: white;
  border: 0 solid #eeeeee;
  -moz-box-shadow: 0 1px 0 0 #bfbfbf;
  -webkit-box-shadow: 0 1px 0 0 #bfbfbf;
  box-shadow: 0 1px 0 0 #bfbfbf; }

.br-outer-navs .br-prev-wrapper {
  margin-left: 10px; }

.br-outer-navs .br-next-wrapper {
  margin-right: 10px; }

.br-bar-timer, .br-pie-timer {
  position: absolute;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.br-on.br-bar-timer, .br-on.br-pie-timer {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.br-timer-sleep.br-bar-timer, .br-timer-sleep.br-pie-timer {
  -moz-transition: -moz-transform 0.4s ease 4s;
  -o-transition: -o-transform 0.4s ease 4s;
  -webkit-transition: -webkit-transform 0.4s ease;
  -webkit-transition-delay: 4s;
  transition: transform 0.4s ease 4s; }

.br-bar-timer {
  left: 0;
  width: 100%;
  height: 10px; }

.br-bar-timer div {
  position: absolute;
  left: 0;
  width: 0;
  height: 5px;
  font-size: 0;
  background: white;
  background: rgba(255, 255, 255, 0.5); }

.br-bar-timer.br-top {
  top: 0;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top; }

.br-bar-timer.br-top div {
  top: 0;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); }

.br-bar-timer.br-bottom {
  bottom: 0;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.br-bar-timer.br-bottom div {
  bottom: 0;
  -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5); }

.br-bar-timer.br-timer-sleep {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.br-pie-timer {
  width: 22px;
  height: 22px;
  margin: 10px;
  background-color: #ccc;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px; }

.br-pie-timer .br-spinner, .br-pie-timer .br-pie-fill, .br-pie-timer .br-pie-mask {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden; }

.br-pie-timer .br-spinner div, .br-pie-timer .br-pie-fill div, .br-pie-timer .br-pie-mask div {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: white;
  border: 2px solid #ccc;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.br-pie-timer .br-spinner {
  left: 0;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.br-pie-timer .br-spinner div {
  left: 0; }

.br-pie-timer .br-pie-fill {
  right: 0; }

.br-pie-timer .br-pie-fill div {
  right: 0; }

.br-pie-timer .br-pie-mask {
  left: 0;
  background-color: #ccc;
  -moz-border-radius-topleft: 11px;
  -webkit-border-top-left-radius: 11px;
  border-top-left-radius: 11px;
  -moz-border-radius-bottomleft: 11px;
  -webkit-border-bottom-left-radius: 11px;
  border-bottom-left-radius: 11px; }

.br-pie-timer.br-timer-sleep {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0); }

.br-tooltip {
  position: absolute;
  left: -999999px;
  z-index: 999999;
  zoom: 1;
  pointer-events: none; }

.br-tooltip .br-tooltip-inner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 300px;
  min-width: 16px;
  min-height: 16px;
  overflow: hidden;
  color: white;
  background-color: #262626;
  border: 6px solid #262626;
  -moz-box-shadow: 0 1px 0 0 black;
  -webkit-box-shadow: 0 1px 0 0 black;
  box-shadow: 0 1px 0 0 black;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.br-tooltip .br-tail {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  border-color: transparent;
  border-style: solid; }

.br-tooltip.br-tooltip-bottom {
  padding: 8px 0; }

.br-tooltip.br-tooltip-bottom .br-tail {
  top: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #262626; }

.br-tooltip.br-tooltip-top {
  padding: 8px 0; }

.br-tooltip.br-tooltip-top .br-tail {
  bottom: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #262626; }

.br-tooltip.br-tooltip-right {
  padding: 0 8px; }

.br-tooltip.br-tooltip-right .br-tail {
  top: 50%;
  left: 1px;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #262626; }

.br-tooltip.br-tooltip-left {
  padding: 0 8px; }

.br-tooltip.br-tooltip-left .br-tail {
  top: 50%;
  right: 1px;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #262626; }

.br-tooltip.white .br-tooltip-inner {
  color: #262626;
  background-color: white;
  border: 6px solid white;
  -moz-box-shadow: 0 1px 0 0 #bfbfbf;
  -webkit-box-shadow: 0 1px 0 0 #bfbfbf;
  box-shadow: 0 1px 0 0 #bfbfbf; }

.br-tooltip.white.br-tooltip-top .br-tail {
  border-top-color: white; }

.br-tooltip.white.br-tooltip-bottom .br-tail {
  border-bottom-color: white; }

.br-tooltip.white.br-tooltip-left .br-tail {
  border-left-color: white; }

.br-tooltip.white.br-tooltip-right .br-tail {
  border-right-color: white; }

.br-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: hidden; }

.br-effects.br-2d {
  overflow: hidden; }

.br-effects.br-2d .br-effect {
  overflow: hidden; }

.br-effect {
  position: absolute;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.br-plane, .br-cuboid {
  position: absolute;
  width: 100%;
  height: 100%; }

.br-plane img, .br-cuboid img {
  position: absolute; }

.br-plane {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.br-plane .br-front,
.br-plane .br-back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.br-plane.br-extend-width {
  width: 200%; }

.br-plane.br-extend-width .br-front,
.br-plane.br-extend-width .br-back {
  width: 50%; }

.br-plane.br-extend-height {
  height: 200%; }

.br-plane.br-extend-height .br-front,
.br-plane.br-extend-height .br-back {
  height: 50%; }

.br-plane.br-stack .br-front,
.br-plane.br-stack .br-back {
  position: absolute;
  top: 0;
  left: 0; }

.br-cuboid {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.br-cuboid > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  overflow: hidden;
  outline: 1px solid transparent;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.br-cuboid > div .br-shading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: black; }

@-moz-keyframes br-shade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes br-shade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes br-shade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes br-pan-right {
  from {
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-pan-right {
  from {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-pan-right {
  from {
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-pan-down {
  from {
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-pan-down {
  from {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-pan-down {
  from {
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-pan-down-right {
  from {
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-pan-down-right {
  from {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-pan-down-right {
  from {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-pan-down-left {
  from {
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-pan-down-left {
  from {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-pan-down-left {
  from {
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); }
  to {
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in {
  from {
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in {
  from {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in {
  from {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-left {
  from {
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-left {
  from {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-left {
  from {
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-right {
  from {
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-right {
  from {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-right {
  from {
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-up {
  from {
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-up {
  from {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-up {
  from {
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-down {
  from {
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-down {
  from {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-down {
  from {
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-up-left {
  from {
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-up-left {
  from {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-up-left {
  from {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-up-right {
  from {
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-up-right {
  from {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-up-right {
  from {
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-down-left {
  from {
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-down-left {
  from {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-down-left {
  from {
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-zoom-in-down-right {
  from {
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-webkit-keyframes br-zoom-in-down-right {
  from {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@keyframes br-zoom-in-down-right {
  from {
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  to {
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12); } }

@-moz-keyframes br-layer-flip-down {
  from {
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  to {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-webkit-keyframes br-layer-flip-down {
  from {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@keyframes br-layer-flip-down {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  to {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-moz-keyframes br-layer-flip-down-out {
  from {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  to {
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg); } }

@-webkit-keyframes br-layer-flip-down-out {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  to {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); } }

@keyframes br-layer-flip-down-out {
  from {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  to {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); } }

@-moz-keyframes br-layer-flip-up {
  from {
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg); }
  to {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-webkit-keyframes br-layer-flip-up {
  from {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@keyframes br-layer-flip-up {
  from {
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); }
  to {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-moz-keyframes br-layer-flip-up-out {
  from {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  to {
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg); } }

@-webkit-keyframes br-layer-flip-up-out {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  to {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); } }

@keyframes br-layer-flip-up-out {
  from {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  to {
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); } }

@-moz-keyframes br-layer-flip-right {
  from {
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  to {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes br-layer-flip-right {
  from {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes br-layer-flip-right {
  from {
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  to {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-moz-keyframes br-layer-flip-right-out {
  from {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }

@-webkit-keyframes br-layer-flip-right-out {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }

@keyframes br-layer-flip-right-out {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }

@-moz-keyframes br-layer-flip-left {
  from {
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  to {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes br-layer-flip-left {
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes br-layer-flip-left {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  to {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-moz-keyframes br-layer-flip-left-out {
  from {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg); } }

@-webkit-keyframes br-layer-flip-left-out {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }

@keyframes br-layer-flip-left-out {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }

@-moz-keyframes br-layer-zoom-in {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes br-layer-zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes br-layer-zoom-in {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes br-layer-zoom-in-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes br-layer-zoom-in-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes br-layer-zoom-in-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes br-layer-zoom-out {
  from {
    opacity: 0;
    -moz-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes br-layer-zoom-out {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes br-layer-zoom-out {
  from {
    opacity: 0;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes br-layer-zoom-out-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -moz-transform: scale(2);
    transform: scale(2); } }

@-webkit-keyframes br-layer-zoom-out-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); } }

@keyframes br-layer-zoom-out-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2); } }

@-moz-keyframes br-layer-spin-in-right {
  from {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-webkit-keyframes br-layer-spin-in-right {
  from {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes br-layer-spin-in-right {
  from {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(0);
    -ms-transform: rotate(-360deg) scale(0);
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-moz-keyframes br-layer-spin-in-right-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0); } }

@-webkit-keyframes br-layer-spin-in-right-out {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0); } }

@keyframes br-layer-spin-in-right-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(0);
    -ms-transform: rotate(-360deg) scale(0);
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0); } }

@-moz-keyframes br-layer-spin-in-left {
  from {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-webkit-keyframes br-layer-spin-in-left {
  from {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes br-layer-spin-in-left {
  from {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-moz-keyframes br-layer-spin-in-left-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0); } }

@-webkit-keyframes br-layer-spin-in-left-out {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0); } }

@keyframes br-layer-spin-in-left-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0); } }

@-moz-keyframes br-layer-spin-out-right {
  from {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(2);
    transform: rotate(-360deg) scale(2); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-webkit-keyframes br-layer-spin-out-right {
  from {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(2);
    transform: rotate(-360deg) scale(2); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes br-layer-spin-out-right {
  from {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(2);
    -ms-transform: rotate(-360deg) scale(2);
    -webkit-transform: rotate(-360deg) scale(2);
    transform: rotate(-360deg) scale(2); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-moz-keyframes br-layer-spin-out-right-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(2);
    transform: rotate(-360deg) scale(2); } }

@-webkit-keyframes br-layer-spin-out-right-out {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(2);
    transform: rotate(-360deg) scale(2); } }

@keyframes br-layer-spin-out-right-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(2);
    -ms-transform: rotate(-360deg) scale(2);
    -webkit-transform: rotate(-360deg) scale(2);
    transform: rotate(-360deg) scale(2); } }

@-moz-keyframes br-layer-spin-out-left {
  from {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-webkit-keyframes br-layer-spin-out-left {
  from {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes br-layer-spin-out-left {
  from {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(2);
    -ms-transform: rotate(360deg) scale(2);
    -webkit-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2); }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-moz-keyframes br-layer-spin-out-left-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2); } }

@-webkit-keyframes br-layer-spin-out-left-out {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2); } }

@keyframes br-layer-spin-out-left-out {
  from {
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  to {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(2);
    -ms-transform: rotate(360deg) scale(2);
    -webkit-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2); } }

@-moz-keyframes br-layer-blur {
  from {
    opacity: 0;
    filter: blur(5px); }
  to {
    opacity: 1;
    filter: blur(0px); } }

@-webkit-keyframes br-layer-blur {
  from {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); } }

@keyframes br-layer-blur {
  from {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); } }

@-moz-keyframes br-layer-blur-out {
  from {
    opacity: 1;
    filter: blur(0px); }
  to {
    opacity: 0;
    filter: blur(5px); } }

@-webkit-keyframes br-layer-blur-out {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

@keyframes br-layer-blur-out {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

.no-bullets li:before, .no-bullets li.dropdown-plus::after {
  background-color: transparent !important; }

.li-links a {
  color: #273c49; }

.li-links a:hover {
  color: #00abc8;
  text-decoration: underline; }

.block-valign-middle {
  vertical-align: middle !important;
  display: inline-block; }

.li-extended-line-height li {
  line-height: 1.6em !important; }

.btn {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 7px; }

@media (min-width: 1px) and (max-width: 812px) {
  .btn {
    font-size: 1.3em; } }

@media (min-width: 813px) {
  .btn {
    font-size: 1.2em; } }

.btn-small {
  color: white;
  text-decoration: none;
  padding: 3px 15px;
  border-radius: 5px; }

@media (min-width: 1px) and (max-width: 812px) {
  .btn-small {
    font-size: 1.3em; } }

@media (min-width: 813px) {
  .btn-small {
    font-size: 0.9em; } }

.btn-square {
  color: white;
  text-decoration: none;
  padding: 30px 30px !important;
  border-radius: 3px;
  font-size: 1.2em; }

.btn-green {
  background: #16be00; }
  .btn-green:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-green:active {
    background: #073f00; }

.btn-blue {
  background: #3498db; }
  .btn-blue:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-blue:active {
    background: #16527a; }

.btn-yellow {
  background: #f1c40f; }
  .btn-yellow:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-yellow:active {
    background: #796307; }

.btn-red {
  background: #e61e25; }
  .btn-red:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-red:active {
    background: #770d11; }

.btn-primary {
  background: #00abc8;
  font-weight: 600; }
  .btn-primary:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-primary:active {
    background: #003e49; }

.btn-primary.btn-inactive {
  background: #a9a9a9 !important; }

.btn-primary-small {
  background: #00abc8; }
  .btn-primary-small:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-primary-small:active {
    background: #003e49; }

.btn-secondary {
  background: #ebebeb; }
  .btn-secondary:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-secondary:active {
    background: #ababab; }

.btn-tertiary {
  background: #ffffff; }
  .btn-tertiary:hover {
    background: #273c49;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-tertiary:active {
    background: #bfbfbf; }

.wrap {
  margin: 0 auto;
  width: 800px;
  text-align: center; }

h1 {
  font-size: 4em; }

.menu-btn {
  border: 1px solid white;
  border-radius: 7px;
  color: white;
  padding: 2px 10px 2px 12px;
  background-color: rgba(0, 171, 200, 0.7);
  cursor: pointer; }
  .menu-btn a {
    color: #00abc8 !important; }

.menu-btn:hover {
  border: 1px solid #00abc8;
  border-radius: 5px;
  color: #00abc8;
  padding: 2px 10px 2px 12px;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer; }
  .menu-btn:hover a {
    color: #00abc8 !important; }

.outline-btn {
  border: 2px solid black;
  border-radius: 5px;
  border-color: white;
  background-color: #f9f9f9;
  color: black;
  padding: 6px 28px;
  font-size: 16px;
  cursor: pointer; }

.outline-btn-primary {
  border-color: #273c49;
  color: #4a4a4a; }

.outline-btn-primary:hover {
  background: #00abc8;
  color: white;
  border-color: #00abc8; }

.centered-btn {
  text-align: center; }

*:focus, .navik-header :focus::before, .navik-header :focus::after {
  outline: 0;
  outline: none; }

.btn-glow {
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite; }

@-webkit-keyframes glowing {
  0% {
    background-color: #00abc8;
    -webkit-box-shadow: 0 0 3px #16be00; }
  50% {
    background-color: #00abc8;
    -webkit-box-shadow: 0 0 15px #1cd403; }
  100% {
    background-color: #00abc8;
    -webkit-box-shadow: 0 0 3px #16be00; } }

@keyframes glowing {
  0% {
    background-color: #00abc8;
    box-shadow: 0 0 3px #16be00; }
  50% {
    background-color: #00abc8;
    box-shadow: 0 0 15px #1cd403; }
  100% {
    background-color: #00abc8;
    box-shadow: 0 0 3px #16be00; } }

.callout-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #273c49;
  text-align: center;
  width: 100%;
  padding: 5px 0px; }

.callout-layout {
  text-align: center;
  width: 100%; }
  .callout-layout .callout-block {
    vertical-align: top; }
  .callout-layout .callout-block-icon-container {
    align-content: center;
    width: 100%; }
  .callout-layout .callout-block-icon {
    height: 75px;
    width: 100px;
    display: inline-block; }
  .callout-layout .callout-block-icon-medium {
    height: 90px;
    width: 123px;
    display: inline-block; }
  .callout-layout .callout-block-icon-large {
    height: 160px;
    width: 125px;
    display: inline-block; }
  .callout-layout .callout-block-icon-index {
    height: 65px;
    width: 161px;
    display: inline-block;
    margin-top: 10px; }
  .callout-layout .callout-block-icon-staff {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-top: 10px; }
  .callout-layout .callout-block-icon-extra-large {
    height: 215px;
    width: 225px;
    display: inline-block; }
  .callout-layout .callout-block-icon-padding-correction {
    margin-top: 13px; }
  .callout-layout .callout-block-button {
    text-align: center;
    margin: 25px 0; }
  .callout-layout .callout-block-list {
    text-align: left;
    margin-top: 1em; }
    @media screen and (min-width: 900px) {
      .callout-layout .callout-block-list ul li {
        list-style-type: none;
        margin-left: 1.4em;
        font-size: 1.2em;
        line-height: 1.2em; } }
    @media screen and (max-width: 900px) {
      .callout-layout .callout-block-list ul li {
        list-style-type: none;
        margin-left: 1.4em;
        font-size: 1.8em;
        line-height: 1.2em; } }
    .callout-layout .callout-block-list li:before, .callout-layout .callout-block-list li.dropdown-plus::after {
      background-color: #00abc8;
      border-radius: 50%;
      content: "";
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 2px;
      margin-left: -1em;
      height: 8px;
      width: 8px; }
  @media (max-width: 904px) {
    .callout-layout .callout-block-list ul li {
      font-size: 1.8em; }
    .callout-layout .callout-block-title {
      font-size: 1.8em; } }
  @media (min-width: 905px) {
    .callout-layout .callout-block-list ul li {
      font-size: 1em; }
    .callout-layout .callout-block-title {
      font-size: 1.1em; } }
  .callout-layout .callout-block-title {
    font-weight: 600;
    color: #273c49;
    text-align: center;
    max-width: 255px;
    margin: 10px auto; }
    .callout-layout .callout-block-title a {
      font-size: 1em; }
    .callout-layout .callout-block-title a:hover {
      color: #00abc8; }
  .callout-layout .callout-block-text {
    font-size: .9em;
    color: #4a4a4a;
    max-width: 240px; }
  .callout-layout .callout-block-text-large {
    font-size: 1.2em;
    font-weight: 800;
    color: #273c49;
    max-width: 240px;
    padding-top: 10px; }
  .callout-layout .callout-text-gray {
    color: #8a8c8e !important; }
  .callout-layout .callout-border-gray {
    border-right: 1px;
    border-color: #8a8c8e; }

.center-text, .text-center {
  text-align: center; }

.center-container {
  display: flex;
  justify-content: center; }

.container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.container-spaced {
  margin: 10px;
  padding: 20px 30px 20px 30px; }

.blue-container {
  background: #e4e9ed; }

.yellow-container {
  background: #f7e8cd; }

.img-container-center {
  text-align: center; }

.container-center {
  text-align: center; }

.content-wrapper-fixed {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto; }
  .content-wrapper-fixed::after {
    clear: both;
    content: "";
    display: block; }

.content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.content-wrapper-large {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  .content-wrapper-large::after {
    clear: both;
    content: "";
    display: block; }

.content-full {
  max-width: 100%; }
  .content-full::after {
    clear: both;
    content: "";
    display: block; }

.content-general h1, .content-general h6 {
  color: #273c49;
  padding-bottom: .5em;
  font-weight: 600;
  padding-top: .5em; }

.content-general h2 {
  margin-top: 1em; }

@media screen and (max-width: 900px) {
  .content-general p {
    font-size: 2em;
    margin-bottom: 1.3em;
    line-height: 1.4em; } }

.content-general h4 {
  font-size: 1.8em; }

@media screen and (min-width: 900px) {
  .content-general p {
    font-size: 1.4em;
    margin-bottom: 1.3em;
    line-height: 1.4em; }
  .content-general ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; }
  .content-general h4 {
    font-size: 1.4em; } }

@media screen and (min-width: 900px) {
  .content-general ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; } }

@media screen and (max-width: 900px) {
  .content-general ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.8em;
    line-height: 1.2em; } }

.content-general li:before, .content-general li.dropdown-plus::after {
  background-color: #00abc8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.content-general ol {
  padding-top: 5px; }

.content-general ol li {
  margin-left: 1.8em;
  font-size: 1.2em;
  line-height: 1.2em;
  list-style-type: decimal; }

.content-general li:before, .content-general li.dropdown-plus::after {
  background-color: none;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.title-blue {
  color: #273c49;
  font-size: 1.8em;
  font-weight: 800;
  padding-top: .6em;
  padding-bottom: .6em;
  text-align: center; }

.content-title h1, .content-title h6 {
  color: #273c49;
  font-size: 1.8em !important;
  text-align: center;
  font-weight: 600;
  padding-top: .5em;
  letter-spacing: 1px; }

.content-title h2 {
  color: #4a4a4a;
  font-size: 1.4em;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px; }

.content-align-left, .text-left {
  text-align: left; }

.content-align-right, .text-right {
  text-align: right; }

.content-align-center {
  text-align: center; }

.italic {
  font-style: italic; }

.vertical-align-h4 h4 {
  padding: 20px 0px 0px 5px !important; }

.content-pad-top-5 {
  padding-top: 5px; }

.content-pad-top-10 {
  padding-top: 10px; }

.content-pad-top-15 {
  padding-top: 15px; }

.content-pad-top-20 {
  padding-top: 20px; }

.content-pad-top-25 {
  padding-top: 25px; }

.content-pad-top-30 {
  padding-top: 30px; }

.content-pad-top-35 {
  padding-top: 35px; }

.content-pad-top-40 {
  padding-top: 40px; }

.content-pad-bottom-5 {
  padding-bottom: 5px; }

.content-pad-bottom-10 {
  padding-bottom: 10px; }

.content-pad-bottom-11 {
  padding-bottom: 11px; }

.content-pad-bottom-12 {
  padding-bottom: 12px; }

.content-pad-bottom-13 {
  padding-bottom: 13px; }

.content-pad-bottom-14 {
  padding-bottom: 14px; }

.content-pad-bottom-15 {
  padding-bottom: 15px; }

.content-pad-bottom-20 {
  padding-bottom: 20px; }

.content-pad-bottom-25 {
  padding-bottom: 25px; }

.content-pad-bottom-30 {
  padding-bottom: 30px; }

.content-pad-bottom-35 {
  padding-bottom: 35px; }

.content-pad-bottom-40 {
  padding-bottom: 40px; }

.content-pad-left-5 {
  padding-left: 5px; }

.content-pad-left-10 {
  padding-left: 10px; }

.content-pad-left-15 {
  padding-left: 15px; }

.content-pad-left-20 {
  padding-left: 20px; }

.content-pad-left-25 {
  padding-left: 25px; }

.content-pad-left-30 {
  padding-left: 30px; }

.content-pad-right-5 {
  padding-right: 5px; }

.content-pad-right-10 {
  padding-right: 10px; }

.content-pad-right-15 {
  padding-right: 15px; }

.content-pad-right-20 {
  padding-right: 20px; }

.content-pad-right-25 {
  padding-right: 25px; }

.content-pad-right-30 {
  padding-right: 30px; }

.content-pad-top-bottom-10 {
  padding: 10px 0px 10px 0px !important; }

.content-pad-top-bottom-20 {
  padding: 20px 0px 20px 0px !important; }

.content-pad-top-bottom-30 {
  padding: 30px 0px 30px 0px !important; }

.content-margin-left-5 {
  margin-left: 5px !important; }

.content-margin-top-bottom-10 {
  margin: 10px 0px 10px 0px !important; }

.content-margin-top-5 {
  margin-top: 5px; }

.content-margin-top-10 {
  margin-top: 10px !important; }

.content-margin-top-11 {
  margin-top: 11px !important; }

.content-margin-top-12 {
  margin-top: 12px !important; }

.content-margin-top-13 {
  margin-top: 13px !important; }

.content-margin-top-14 {
  margin-top: 14px !important; }

.content-margin-top-15 {
  margin-top: 15px !important; }

.content-margin-top-16 {
  margin-top: 16px !important; }

.content-margin-top-17 {
  margin-top: 17px !important; }

.content-margin-top-18 {
  margin-top: 18px !important; }

.content-margin-top-19 {
  margin-top: 19px !important; }

.content-margin-top-20 {
  margin-top: 20px; }

.content-margin-left-10 {
  margin-left: 10px !important; }

.content-margin-left-20 {
  margin-left: 20px !important; }

.content-margin-right-5 {
  margin-right: 5px !important; }

.content-margin-right-10 {
  margin-right: 10px !important; }

.content-margin-bottom-10 {
  margin-bottom: 10px !important; }

.content-margin-bottom-11 {
  margin-bottom: 11px !important; }

.content-margin-bottom-12 {
  margin-bottom: 12px !important; }

.content-margin-bottom-13 {
  margin-bottom: 13px !important; }

.content-margin-bottom-14 {
  margin-bottom: 14px !important; }

.content-margin-bottom-15 {
  margin-bottom: 15px !important; }

.content-margin-bottom-16 {
  margin-bottom: 16px !important; }

.content-margin-bottom-17 {
  margin-bottom: 17px !important; }

.content-margin-bottom-18 {
  margin-bottom: 18px !important; }

.content-margin-bottom-19 {
  margin-bottom: 19px !important; }

.content-margin-bottom-20 {
  margin-bottom: 20px; }

.content-margin-bottom-25 {
  margin-bottom: 25px; }

.content-margin-bottom-30 {
  margin-bottom: 30px; }

.content-margin-bottom-35 {
  margin-bottom: 35px; }

.content-margin-bottom-40 {
  margin-bottom: 40px; }

.content-margin-top-bottom-80 {
  margin: 80px 0px 80px 0px; }

.fas-red {
  color: red; }

.text-red {
  color: red; }

.text-green {
  color: #01bb0f; }

.text-blue {
  color: #273c49; }

.text-yellow {
  color: #00abc8; }

.text-black {
  color: #000000; }

.text-inactive {
  color: #d0d6dc !important; }
  .text-inactive li:before, .text-inactive li.dropdown-plus::after {
    background-color: #d0d6dc !important; }

.link-green {
  color: #01bb0f;
  text-decoration: underline; }

.hover-underline a:hover {
  text-decoration: underline;
  font-weight: 500; }

@media screen and (max-width: 900px) {
  .mobile-100 {
    width: 100%; } }

img {
  aspect-ratio: attr(width)/attr(height); }

.content-font-1 {
  font-size: 1em !important; }

.content-font-1-1 {
  font-size: 1.1em !important; }

.content-font-1-2 {
  font-size: 1.2em !important; }

.content-font-1-3 {
  font-size: 1.3em !important; }

.content-font-1-4 {
  font-size: 1.4em !important; }

.content-font-1-5 {
  font-size: 1.5em !important; }

.content-font-1-6 {
  font-size: 1.6em !important; }

.content-font-1-7 {
  font-size: 1.7em !important; }

.content-font-1-8 {
  font-size: 1.8em !important; }

.content-font-1-9 {
  font-size: 1.9em !important; }

.content-font-2 {
  font-size: 2em !important; }

.content-font-2-1 {
  font-size: 2.1em !important; }

.content-font-2-2 {
  font-size: 2.2em !important; }

.content-font-2-3 {
  font-size: 2.3em !important; }

.content-font-2-4 {
  font-size: 2.4em !important; }

.content-font-2-5 {
  font-size: 2.5em !important; }

.content-grid-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  vertical-align: top; }

.content-grid-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

@media screen and (min-width: 950px) {
  .cg-quarter {
    width: 25%; }
  .cg-half {
    width: 50%; }
  .cg-third {
    width: 33.3333%; }
  .cg-two-thirds {
    width: 66.6666%; }
  .cg-1 {
    width: 1%; }
  .cg-2 {
    width: 2%; }
  .cg-3 {
    width: 3%; }
  .cg-4 {
    width: 4%; }
  .cg-5 {
    width: 5%; }
  .cg-6 {
    width: 6%; }
  .cg-7 {
    width: 7%; }
  .cg-8 {
    width: 8%; }
  .cg-9 {
    width: 9%; }
  .cg-10 {
    width: 10%; }
  .cg-11 {
    width: 11%; }
  .cg-12 {
    width: 12%; }
  .cg-13 {
    width: 13%; }
  .cg-14 {
    width: 14%; }
  .cg-15 {
    width: 15%; }
  .cg-16 {
    width: 16%; }
  .cg-17 {
    width: 17%;
    padding-left: 10px; }
  .cg-18 {
    width: 18%; }
  .cg-19 {
    width: 19%; }
  .cg-20 {
    width: 20%; }
  .cg-21 {
    width: 21%; }
  .cg-22 {
    width: 22%; }
  .cg-23 {
    width: 23%; }
  .cg-24 {
    width: 24%; }
  .cg-25 {
    width: 25%; }
  .cg-26 {
    width: 26%; }
  .cg-27 {
    width: 27%; }
  .cg-28 {
    width: 28%; }
  .cg-29 {
    width: 29%; }
  .cg-30 {
    width: 30%; }
  .cg-32 {
    width: 32%; }
  .cg-33 {
    width: 33.3333%; }
  .cg-35 {
    width: 35%; }
  .cg-40 {
    width: 40%; }
  .cg-45 {
    width: 45%; }
  .cg-46 {
    width: 46%; }
  .cg-47 {
    width: 47%; }
  .cg-48 {
    width: 48%; }
  .cg-49 {
    width: 49%; }
  .cg-50 {
    width: 50%; }
  .cg-55 {
    width: 55%; }
  .cg-60 {
    width: 60%; }
  .cg-65 {
    width: 65%; }
  .cg-70 {
    width: 70%; }
  .cg-74 {
    width: 74%; }
  .cg-75 {
    width: 75%; }
  .cg-80 {
    width: 80%; }
  .cg-84 {
    width: 84%; }
  .cg-85 {
    width: 85%; }
  .cg-86 {
    width: 86%; }
  .cg-87 {
    width: 87%; }
  .cg-88 {
    width: 88%; }
  .cg-89 {
    width: 89%; }
  .cg-90 {
    width: 90%; }
  .cg-92 {
    width: 92%; }
  .cg-100 {
    width: 100%; } }

@media screen and (max-width: 950px) {
  .content-grid-inner {
    display: inline-block;
    width: 100%; } }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

#fancyads {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 999999;
  position: fixed;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.close-btn {
  width: 16px;
  height: 16px;
  background: url(../img/close.png) no-repeat;
  cursor: hand;
  position: absolute;
  top: 10px;
  right: 10px; }

.close-btn:hover {
  -webkit-animation: rotation 2s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.fancyads-design {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;
  border-radius: 15px; }
  .fancyads-design h1 {
    font-size: 1.5em;
    color: #00abc8;
    font-weight: 600;
    margin-bottom: 0px; }
  .fancyads-design p {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-top: 5px; }
  .fancyads-design .fancyads-button {
    margin: 15px 0px 15px 0px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container *, .fancybox-container .navik-header *::before, .navik-header .fancybox-container *::before, .fancybox-container .navik-header *::after, .navik-header .fancybox-container *::after, .fancybox-container .navik-header .dropdown-plus::after, .navik-header .fancybox-container .dropdown-plus::after {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 110px;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before, .fancybox-slide.dropdown-plus::after {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before, .fancybox-slide--image.dropdown-plus::after {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: unquote "max(12px, env(safe-area-inset-left))";
      padding-right: unquote "max(12px, env(safe-area-inset-right))"; } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before, .fancybox-thumbs__list a.dropdown-plus::after {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before, .fancybox-thumbs__list .dropdown-plus:focus::after {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before, .fancybox-thumbs__list .fancybox-thumbs-active.dropdown-plus::after {
  opacity: 1; }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.flex-boxes {
  padding: 20px 0px 20px 0px;
  align-items: stretch;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center; }
  .flex-boxes::after {
    clear: both;
    content: "";
    display: block; }
  .flex-boxes .flex-box {
    align-self: stretch;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0 0 1px #ddd, 0 1px 1px #e0e0e0;
    display: block;
    flex: 2 2 15em;
    margin: 0.4em;
    padding: 0em 0em 3em 0em;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    .flex-boxes .flex-box:nth-child(1) {
      border-top: 6px solid #273c49; }
      .flex-boxes .flex-box:nth-child(1):focus, .flex-boxes .flex-box:nth-child(1):hover {
        background-color: rgba(39, 60, 73, 0.1); }
    .flex-boxes .flex-box:nth-child(2) {
      border-top: 6px solid #273c49; }
      .flex-boxes .flex-box:nth-child(2):focus, .flex-boxes .flex-box:nth-child(2):hover {
        background-color: rgba(39, 60, 73, 0.1); }
    .flex-boxes .flex-box:nth-child(3) {
      border-top: 6px solid #273c49; }
      .flex-boxes .flex-box:nth-child(3):focus, .flex-boxes .flex-box:nth-child(3):hover {
        background-color: rgba(39, 60, 73, 0.1); }
    .flex-boxes .flex-box img {
      display: block;
      height: 8em;
      margin: 0 auto 1em; }
    .flex-boxes .flex-box .flex-box-header {
      background-color: #273c49;
      color: #ffffff;
      width: 100%;
      padding-bottom: 5px;
      font-weight: 600; }
    .flex-boxes .flex-box .flex-box-btn {
      margin-top: 30px; }
    .flex-boxes .flex-box .flex-title {
      color: #273c49;
      font-size: 1.2em;
      margin: 10px 5px 40px 5px; }
    .flex-boxes .flex-box p {
      color: rgba(74, 74, 74, 0.6);
      line-height: 1.5em;
      margin: auto; }
  .flex-boxes .flex-box-big {
    flex: 1 1 40em; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote.dropdown-plus::after, blockquote:after,
q:before,
q.dropdown-plus::after, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, .navik-header *::before, .navik-header *::after, .navik-header .dropdown-plus::after,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html *, html .navik-header *::before, .navik-header html *::before, html .navik-header *::after, .navik-header html *::after, html .navik-header .dropdown-plus::after, .navik-header html .dropdown-plus::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none; }

.flipper-container {
  width: 100%;
  height: 92%; }

.flipper-container.full-width {
  width: 100%;
  max-width: none; }

.flipper-list {
  height: 100%; }

.flipper-switcher {
  text-align: center; }
  .flipper-switcher p {
    margin: 1em 0 0.5em; }

.flipper-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 2px solid #00abc8; }

.flipper-switcher input[type="radio"] {
  position: absolute;
  opacity: 0; }

.flipper-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 25px;
  line-height: 30px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #4a4a4a; }

.flipper-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 30px;
  width: 90px;
  background-color: #ebebeb;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }

.flipper-switcher input[type="radio"]:checked + label + .switch,
.flipper-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px); }

.no-js .flipper-switcher {
  display: none; }

.flipper-wrapper {
  position: relative;
  height: 100%; }

.touch .flipper-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px; }

.flipper-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
  background-color: #f9f9f9; }

.flipper-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0; }

.flipper-wrapper.is-switched .is-selected {
  opacity: 1; }

.flipper-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
  background-color: #f9f9f9; }

.flipper-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0; }

.flipper-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
  background-color: #f9f9f9; }

.flipper-wrapper > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  background-color: #f9f9f9; }

.flipper-wrapper > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #f9f9f9, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #f9f9f9, rgba(255, 255, 255, 0)); }

.flipper-wrapper > li.is-ended::after {
  display: none; }

.flipper-wrapper .is-visible {
  position: relative;
  z-index: 5; }

.flipper-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flipper-wrapper .is-selected {
  z-index: 3 !important; }

@media only screen and (min-width: 768px) {
  .flipper-wrapper > li::before, .flipper-wrapper > li.dropdown-plus::after {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #f9f9f9; }
  .flipper-wrapper > li::after {
    display: none; }
  .exclusive .flipper-wrapper > li {
    box-shadow: inset 0 0 0 3px #2d3e50; }
  .has-margins .flipper-wrapper > li,
  .has-margins .exclusive .flipper-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  :nth-of-type(1) > .flipper-wrapper > li::before, :nth-of-type(1) > .flipper-wrapper > li.dropdown-plus::after {
    display: none; }
  .has-margins .flipper-wrapper > li {
    border-radius: 4px 4px 6px 6px; }
  .has-margins .flipper-wrapper > li::before, .has-margins .flipper-wrapper > li.dropdown-plus::after {
    display: none; } }

@media only screen and (min-width: 1500px) {
  .full-width .flipper-wrapper > li {
    padding: 2.5em 0; } }

.no-js .flipper-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em; }

@media only screen and (min-width: 768px) {
  .exclusive .flipper-wrapper > li::before, .exclusive .flipper-wrapper > li.dropdown-plus::after {
    display: none; }
  .exclusive + li .flipper-wrapper > li::before, .exclusive + li .flipper-wrapper > li.dropdown-plus::after {
    display: none; } }

.flipper-center {
  text-align: center; }

.flipper-header h2 {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }

.flipper-header {
  height: 100%;
  padding: 1.9em 0  1.6em;
  pointer-events: auto;
  color: #173d50;
  background-color: transparent; }

.exclusive .flipper-header {
  color: #d03531;
  background-color: transparent; }

.flipper-header h2 {
  font-size: 2.8rem;
  letter-spacing: 2px; }

.flipper-sub-header {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  margin-top: 25px; }

.flipper-checkbox {
  margin-top: 35px;
  margin-left: 175px; }

.duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase; }

.exclusive .duration {
  color: #f3b6ab; }

.duration::before, .duration.dropdown-plus::after {
  content: '/';
  margin-right: 2px; }

.value {
  font-size: 7rem;
  font-weight: 300; }

.currency,
.duration {
  color: #d03531; }

.exclusive .currency,
.exclusive .duration {
  color: #2d3e50; }

.currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700; }

.duration {
  font-size: 1.4rem; }

.flipper-body h2 {
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  background-color: #f9f9f9; }

.flipper-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

.is-switched .flipper-body {
  overflow: hidden; }

.flipper-body {
  overflow-x: visible; }

.flipper-features {
  width: 600px; }

.flipper-features:after {
  content: "";
  display: table;
  clear: both; }

.flipper-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.flipper-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600; }

.flipper-features {
  width: auto; }

.flipper-features li {
  float: none;
  width: auto;
  padding: 1em; }

.exclusive .flipper-features li {
  margin: 0 3px; }

.flipper-features em {
  display: inline-block;
  margin-bottom: 0; }

.has-margins .exclusive .flipper-features li {
  margin: 0; }

.flipper-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%; }

.flipper-footer {
  position: relative;
  height: auto;
  padding: 3em 0;
  text-align: center; }

.flipper-footer::after {
  display: none; }

.has-margins .flipper-footer {
  padding-bottom: 0; }

.select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent; }

.select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 1.3em 2em;
  color: #d03531;
  border-radius: 8px;
  border: 2px solid #d03531;
  font-size: 1.4rem;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .6s;
  width: 70%; }

.no-touch .select:hover {
  background-color: #f9f9f9;
  color: #ffffff; }

.exclusive .select {
  background-color: #f9f9f9;
  color: #ffffff; }

.no-touch .exclusive .select:hover {
  background-color: #f9f9f9; }

.secondary-theme .exclusive .select {
  background-color: #f9f9f9; }

.no-touch .secondary-theme .exclusive .select:hover {
  background-color: #f9f9f9; }

.has-margins .select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0); }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg); } }

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0); } }

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(0); } }

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg); } }

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0); }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg); } }

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg); } }

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0); } }

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg); }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(0); } }

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }

.flipper-100percent {
  height: 100%;
  background-color: #f9f9f9; }

.flipper-margin {
  margin-right: 20px; }

.form-with-fill-in-lines .inline-text {
  display: inline-block !important;
  font-size: 1.1em; }

.form-with-fill-in-lines .inline-input-alignment {
  vertical-align: top; }

.form-with-fill-in-lines .inline-text-alignment {
  vertical-align: middle; }

.form-with-fill-in-lines .inline-input-alignment .inline-help-text {
  font-size: .7em !important;
  line-height: 0 !important;
  margin-top: 0 !important; }

.form-with-fill-in-lines input {
  display: inline-block !important;
  position: relative;
  background-color: transparent !important;
  color: #4a4a4a;
  outline: none;
  outline-style: none !important;
  outline-offset: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid #4a4a4a 1px !important;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px !important;
  top: 0em;
  border-radius: 0px !important;
  box-shadow: none !important; }

.form-with-fill-in-lines input .inline-hide-element {
  border-bottom: none !important;
  font-size: .1em !important;
  color: transparent !important; }

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0; } }

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000; }

.option-input:hover {
  background: #9faab7;
  color: #ffffff !important; }

.option-input:checked {
  background: #00abc8;
  color: #ffffff !important; }

.option-input:checked::before, .dropdown-plus:checked::after {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
  color: #ffffff !important; }

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #00abc8;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  color: #ffffff !important; }

.option-input.radio {
  border-radius: 50%;
  color: #ffffff !important; }

.option-input.radio::after {
  border-radius: 50%;
  color: #ffffff !important; }

.menu-blue-bar {
  height: 145px; }

.image-text-wrap-container {
  width: 100%; }

.image-text-wrap-image {
  float: left;
  width: 150px;
  padding: 10px 10px 0px 0px; }

.radio_common li label {
  color: #333;
  font-size: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400; }

.radio_common li input[type="radio"] {
  display: none; }

.radio_common li input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.radio_common.square li input[type="radio"] + label span {
  border-radius: 3px; }

.radio_common li input[type="radio"] + label span {
  border: 2px solid #a9b4c6;
  position: relative; }

.radio_common li input[type="radio"] + label span::before, .radio_common li input[type="radio"] + label span.dropdown-plus::after {
  background: #2079ff;
  border-radius: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.radio_common.square li input[type="radio"] + label span::before, .radio_common.square li input[type="radio"] + label span.dropdown-plus::after {
  border-radius: 0px; }

.radio_common li input[type="radio"]:checked + label span {
  border-color: #2079ff; }

.radio_common li input[type="radio"]:checked + label span:before, .radio_common li input[type="radio"]:checked + label span.dropdown-plus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.radio_common li input[type="radio"] + label span,
.radio_common li input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.radio_common.radio_style1 li input[type="radio"] + label span::before, .radio_common.radio_style1 li input[type="radio"] + label span.dropdown-plus::after {
  height: 18px;
  left: -1px;
  top: -1px;
  width: 18px; }

.radio_style2 li input[type="radio"] + label span:before, .radio_style2 li input[type="radio"] + label span.dropdown-plus::after {
  height: 10px;
  left: 3px;
  top: 3px;
  width: 10px; }

.radio_style3 li input[type="radio"] + label span::before, .radio_style3 li input[type="radio"] + label span.dropdown-plus::after {
  height: 8px;
  left: 4px;
  top: 4px;
  width: 8px; }

.checkbox_common li label {
  color: #333;
  font-size: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400; }

.checkbox_common li input[type="checkbox"] {
  display: none; }

.checkbox_common li input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #a9b4c6;
  position: relative; }

.checkbox_common li input[type="checkbox"] + label span:before, .checkbox_common li input[type="checkbox"] + label span.dropdown-plus::after {
  color: #fff;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 11px;
  position: absolute;
  text-align: center;
  left: 3px;
  top: 0px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.checkbox_common li input[type="checkbox"]:checked + label span {
  background: #d03531;
  border-color: #d03531; }

.checkbox_common li input[type="checkbox"]:checked + label span:before, .checkbox_common li input[type="checkbox"]:checked + label span.dropdown-plus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.checkbox_common li input[type="checkbox"] + label span,
.checkbox_common li input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.checkbox_style2 li input[type="checkbox"] + label span {
  border-radius: 3px; }

.checkbox_style3 li input[type="checkbox"] + label span:before, .checkbox_style3 li input[type="checkbox"] + label span.dropdown-plus::after {
  color: #a9b4c6;
  content: "\f067";
  left: 4px;
  top: -4px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.checkbox_style3 li input[type="checkbox"]:checked + label span:before, .checkbox_style3 li input[type="checkbox"]:checked + label span.dropdown-plus::after {
  content: "\f00c";
  color: #fff;
  left: 3px;
  top: -4px; }

.checkbox_style3 li input[type="checkbox"] + label span {
  border-radius: 3px; }

.checkbox_common.checkbox_style4 li input[type="checkbox"] + label span {
  border-radius: 0px;
  border-color: #eee;
  background: transparent; }

.checkbox_common.checkbox_style4 li input[type="checkbox"] + label span::before, .checkbox_common.checkbox_style4 li input[type="checkbox"] + label span.dropdown-plus::after {
  background: #eee;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1);
  width: 100%; }

.checkbox_common.checkbox_style4 li input[type="checkbox"]:checked + label span {
  border-color: #2079ff; }

.checkbox_common.checkbox_style4 li input[type="checkbox"]:checked + label span::before, .checkbox_common.checkbox_style4 li input[type="checkbox"]:checked + label span.dropdown-plus::after {
  transform: scale(0.6);
  background: #2079ff; }

.checkbox_style5 li input[type="checkbox"] + label span::before, .checkbox_style5 li input[type="checkbox"] + label span.dropdown-plus::after {
  color: #2079ff; }

.checkbox_style5 li input[type="checkbox"] + label span {
  border-radius: 0; }

.checkbox_style5 li input[type="checkbox"]:checked + label span {
  background: transparent; }

.checkbox_common.checkbox_style6 li input[type="checkbox"] + label span {
  border-radius: 100%;
  border-color: #eee;
  background: transparent; }

.checkbox_common.checkbox_style6 li input[type="checkbox"] + label span::before, .checkbox_common.checkbox_style6 li input[type="checkbox"] + label span.dropdown-plus::after {
  background: #eee;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1);
  width: 100%;
  border-radius: 100%; }

.checkbox_common.checkbox_style6 li input[type="checkbox"]:checked + label span {
  border-color: #2079ff; }

.checkbox_common.checkbox_style6 li input[type="checkbox"]:checked + label span::before, .checkbox_common.checkbox_style6 li input[type="checkbox"]:checked + label span.dropdown-plus::after {
  transform: scale(0.6);
  background: #2079ff; }

.input_select span.current {
  color: #666666;
  font-size: 15px;
  font-weight: 700; }

.input_select.nice-select::after {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  height: 7px;
  width: 7px;
  right: 20px; }

.input_select.nice-select {
  border: none;
  background: #f6f6f6;
  height: 38px;
  width: 165px;
  padding-left: 20px;
  padding-right: 35px; }

.input_select .list {
  background-color: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  margin-top: 5px; }

.input_select .option {
  line-height: 45px;
  min-height: 45px;
  font-size: 15px; }

.input_select .option:hover,
.input_select .option.focus,
.input_select .option.selected.focus {
  background-color: #e6e6e6; }

.input_select.scaling_effect .list {
  transform: scale(1, 0.01) translateY(-40px);
  transform-origin: 50% 0 0;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s; }

.input_select.scaling_effect.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0px); }

.input_select2 span.current {
  color: #fff; }

.input_select2.nice-select {
  background: #414851; }

.input_select2.nice-select::after {
  border-bottom-color: #fff;
  border-right-color: #fff; }

.input_select2 .list {
  background-color: #414851; }

.input_select2 .option {
  color: #fff; }

.input_select2 .option:hover,
.input_select2 .option.focus,
.input_select2 .option.selected.focus {
  background-color: #2079FF; }

.input_select3.nice-select {
  background: #f2f3f5;
  border: 1px solid #00abc8; }

.input_select3 .list {
  background: #f2f3f5;
  border: 1px solid #00abc8; }

.input_select3 .option:hover,
.input_select3 .option.focus,
.input_select3 .option.selected.focus {
  background-color: #f6f6f6; }

.input_select4 span.current {
  color: #fff; }

.input_select4.nice-select {
  background: #2079FF;
  border: none; }

.input_select4.nice-select::after {
  border-bottom-color: #fff;
  border-right-color: #fff; }

.input_select4 .list {
  background: #fff;
  border: 1px solid #f2f2f2; }

.input_select4 .option:hover,
.input_select4 .option.focus,
.input_select4 .option.selected.focus {
  background-color: #f6f6f6; }

@media (max-width: 991px) {
  .input_select {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .checkbox_common,
  .radio_common {
    margin-bottom: 30px; } }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 38px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.switch_common > li {
  margin-right: 30px;
  vertical-align: middle;
  list-style-type: none !important; }

.switch_common > li:last-child {
  margin-right: 0px; }

.switch_common .switch {
  visibility: hidden;
  margin-left: -9999px;
  position: absolute; }

.switch_common label {
  margin-bottom: 0; }

.switch_common .switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 80px;
  border: 1px solid #ddd;
  user-select: none; }

.switch_common .switch + label:before, .switch_common .switch + label.dropdown-plus::after {
  right: 0px;
  background: #F1F1F1;
  border-radius: 75px; }

.switch_common .switch + label:after {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.switch_common .switch + label:before,
.switch_common .switch + label:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0; }

.switch_common .switch:checked + label:before, .switch_common .switch:checked + label.dropdown-plus::after {
  background-color: #ED2553; }

.switch_common .switch:checked + label {
  border-color: #ED2553; }

.sm_switch .switch + label {
  height: 20px;
  width: 40px; }

.sm_switch .switch + label:after {
  width: 18px;
  height: 18px; }

.sm_switch .switch:checked + label:after {
  margin-left: 20px; }

.md_switch .switch + label {
  height: 30px;
  width: 60px; }

.md_switch .switch + label:after {
  width: 28px;
  height: 28px; }

.md_switch .switch:checked + label:after {
  margin-left: 30px; }

.lg_switch .switch + label {
  height: 45px;
  width: 90px; }

.lg_switch .switch + label:after {
  width: 43px;
  height: 43px; }

.lg_switch .switch:checked + label:after {
  margin-left: 45px; }

.xl_switch .switch + label {
  height: 60px;
  width: 120px; }

.xl_switch .switch + label:after {
  width: 58px;
  height: 58px; }

.xl_switch .switch:checked + label:after {
  margin-left: 60px; }

.switch_style2 .switch + label {
  border-width: 2px; }

.switch_style2 .switch:checked + label {
  border-color: #ED2553; }

.switch_style2 .switch + label::before, .switch_style2 .switch + label.dropdown-plus::after {
  background: #fff; }

.switch_style2 .switch:checked + label:before, .switch_style2 .switch:checked + label.dropdown-plus::after {
  background-color: transparent; }

.switch_style2 .switch + label::after {
  background-color: #ddd;
  box-shadow: none; }

.switch_style2 .switch:checked + label::after {
  background-color: #ED2553; }

.switch_style2 .xl_switch .switch + label::after {
  height: 50px;
  left: 3px;
  top: 3px;
  width: 50px; }

.switch_style2 .lg_switch .switch + label::after {
  height: 35px;
  left: 3px;
  top: 3px;
  width: 35px; }

.switch_style2 .md_switch .switch + label::after {
  height: 20px;
  left: 3px;
  top: 3px;
  width: 20px; }

.switch_style2 .sm_switch .switch + label::after {
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px; }

.switch_icon label span.icon::before, .switch_icon label .icon.dropdown-plus::after,
.switch_icon label span.icon::after {
  color: #bfc6cf;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch_icon label span.icon::after {
  content: "\f00d";
  right: 16px; }

.switch_icon label span.icon::before, .switch_icon label .icon.dropdown-plus::after {
  content: "\f00c";
  left: 16px;
  color: #fff;
  opacity: 0;
  visibility: hidden; }

.switch_icon.lock label span.icon::after {
  content: "\f457";
  right: 16px; }

.switch_icon.lock label span.icon::before, .switch_icon.lock label .icon.dropdown-plus::after {
  content: "\f4c8";
  left: 16px;
  color: #fff;
  opacity: 0;
  visibility: hidden; }

.switch_icon .switch:checked + label span.icon::after {
  opacity: 0;
  visibility: hidden; }

.switch_icon .switch:checked + label span.icon::before, .switch_icon .switch:checked + label .icon.dropdown-plus::after {
  opacity: 1;
  visibility: visible; }

.switch_style2.switch_icon label span.icon::before, .switch_style2.switch_icon label .icon.dropdown-plus::after {
  color: #ED2553; }

.switch_icon .sm_switch label span.icon::before, .switch_icon .sm_switch label .icon.dropdown-plus::after,
.switch_icon .sm_switch label span.icon::after {
  font-size: 12px; }

.switch_icon .sm_switch label span.icon::after {
  right: 6px; }

.switch_icon .sm_switch label span.icon::before, .switch_icon .sm_switch label .icon.dropdown-plus::after {
  left: 6px; }

.switch_icon .md_switch label span.icon::before, .switch_icon .md_switch label .icon.dropdown-plus::after,
.switch_icon .md_switch label span.icon::after {
  font-size: 16px; }

.switch_icon .md_switch label span.icon::after {
  right: 10px; }

.switch_icon .md_switch label span.icon::before, .switch_icon .md_switch label .icon.dropdown-plus::after {
  left: 10px; }

.switch_icon .lg_switch label span.icon::before, .switch_icon .lg_switch label .icon.dropdown-plus::after,
.switch_icon .lg_switch label span.icon::after {
  font-size: 25px; }

.switch_icon .xl_switch label span.icon::before, .switch_icon .xl_switch label .icon.dropdown-plus::after,
.switch_icon .xl_switch label span.icon::after {
  font-size: 37px; }

.switch_common.text {
  width: 100%;
  text-align: center; }

.switch_common.text > li {
  margin-right: 60px;
  vertical-align: middle; }

.switch_common.text > li:last-child {
  margin-right: 0px; }

.switch_common.text .switch {
  visibility: hidden;
  margin-left: -9999px;
  position: absolute; }

.switch_common.text label {
  margin-bottom: 0; }

.switch_common.text .switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  user-select: none; }

.switch_common.text .switch + label:before, .switch_common.text .switch + label.dropdown-plus::after {
  right: 0px;
  background: #F8F8F8;
  border-radius: 0px; }

.switch_common.text .switch + label:before,
.switch_common.text .switch + label:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0; }

.switch_common.text .switch + label:after {
  content: "\f394";
  font-family: ionicons;
  padding: 3px 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid #ddd; }

.switch_common.text .switch:checked + label:before, .switch_common.text .switch:checked + label.dropdown-plus::after {
  background-color: #ED2553; }

.switch_common.text .switch:checked + label:after {
  border-right: none;
  border-left: 1px solid #ddd;
  color: #ED2553; }

.switch_common.text label span.icon::before, .switch_common.text label .icon.dropdown-plus::after,
.switch_common.text label span.icon::after {
  color: #bfc6cf;
  font-family: ionicons;
  position: absolute;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Roboto', sans-serif; }

.switch_common.text label span.icon::after {
  right: 16px; }

.switch_common.text label span.icon::before, .switch_common.text label .icon.dropdown-plus::after {
  left: 16px;
  color: #fff;
  opacity: 0;
  visibility: hidden; }

.switch_common.text label span.icon::after {
  content: "no"; }

.switch_common.text label span.icon::before, .switch_common.text label .icon.dropdown-plus::after {
  content: "yes"; }

.switch_common.text .switch:checked + label span.icon::after {
  opacity: 0;
  visibility: hidden; }

.switch_common.text .switch:checked + label span.icon::before, .switch_common.text .switch:checked + label .icon.dropdown-plus::after {
  opacity: 1;
  visibility: visible; }

.switch_common.text .yesNo .switch + label {
  height: 35px;
  width: 120px; }

.switch_common.text .yesNo .switch + label:after {
  height: 33px;
  width: 60px; }

.switch_common.text .yesNo .switch:checked + label:after {
  margin-left: 58px; }

.switch_common.text .states1 label span.icon::after {
  content: "Disable"; }

.switch_common.text .states1 label span.icon::before, .switch_common.text .states1 label .icon.dropdown-plus::after {
  content: "enable"; }

.switch_common.text .states1 .switch + label {
  height: 35px;
  width: 170px; }

.switch_common.text .states1 .switch + label:after {
  height: 33px;
  width: 80px; }

.switch_common.text .states1 .switch:checked + label:after {
  margin-left: 88px; }

.switch_common.text .states2 label span.icon::after {
  content: "offline"; }

.switch_common.text .states2 label span.icon::before, .switch_common.text .states2 label .icon.dropdown-plus::after {
  content: "online"; }

.switch_common.text .states2 .switch + label {
  height: 35px;
  width: 170px; }

.switch_common.text .states2 .switch + label:after {
  height: 33px;
  width: 80px; }

.switch_common.text .states2 .switch:checked + label:after {
  margin-left: 88px; }

.switch_common.text .states3 label span.icon::after {
  content: "wide"; }

.switch_common.text .states3 label span.icon::before, .switch_common.text .states3 label .icon.dropdown-plus::after {
  content: "boxed"; }

.switch_common.text .states3 .switch + label {
  height: 35px;
  width: 170px; }

.switch_common.text .states3 .switch + label:after {
  height: 33px;
  width: 80px; }

.switch_common.text .states3 .switch:checked + label:after {
  margin-left: 88px; }

@media (max-width: 991px) {
  .switch_common.float-right {
    float: none !important; }
  .switch_common {
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }
  .switch_common.text > li {
    margin-right: 26px;
    margin-bottom: 30px; }
  .input_switch h4.fw_700 {
    text-align: center; } }

@media (max-width: 479px) {
  .switch_common > li {
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
    vertical-align: middle; } }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before, .onoffswitch-inner.dropdown-plus::after {
  content: "NO";
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #4E4E4E; }

.onoffswitch-inner:after {
  content: "YES";
  padding-right: 10px;
  background-color: #00C91B;
  color: #ffffff;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

h1.page-title {
  text-align: center;
  padding: 0px 0px;
  font-size: 30px; }

h2.page-title {
  text-align: center;
  padding: 0px 0px;
  font-size: 22px; }

.range-slider {
  margin: 60px 0 0 0%; }

.range-slider {
  width: 100%; }

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #273c49;
  outline: none;
  padding: 0;
  margin: 0; }
  .range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00abc8;
    cursor: pointer;
    transition: background .15s ease-in-out; }
    .range-slider__range::-webkit-slider-thumb:hover {
      background: #00abc8; }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #00abc8; }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #00abc8;
    cursor: pointer;
    transition: background .15s ease-in-out; }
    .range-slider__range::-moz-range-thumb:hover {
      background: #00abc8; }
  .range-slider__range:active::-moz-range-thumb {
    background: #00abc8; }
  .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #00abc8, 0 0 0 6px #00abc8; }

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #273c49;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  margin-left: 8px; }
  .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    content: ''; }

::-moz-range-track {
  background: #273c49;
  border: 0; }

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0; }

.responsive {
  width: 100%;
  height: auto; }

.responsive-table-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #273c49;
  padding: 20px 0px 10px 0px; }

.responsive-table {
  margin: 0 0 5px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table; }
  @media screen and (max-width: 580px) {
    .responsive-table {
      display: block; } }
.responsive-table-row {
  display: table-row;
  background: #f6f6f6; }
  .responsive-table-row:nth-of-type(odd) {
    background: #e9e9e9; }
  .responsive-table-row.header {
    font-weight: 900;
    color: #ffffff;
    background: #273c49; }
  .responsive-table-row.green {
    background: #27ae60; }
  .responsive-table-row.blue {
    background: #2980b9; }
  @media screen and (max-width: 580px) {
    .responsive-table-row {
      padding: 8px 0;
      display: block; }
      .responsive-table-row.header {
        font-weight: 900;
        color: #ffffff;
        background: #273c49; }
        .responsive-table-row.header .responsive-table-cell {
          display: none; } }
.responsive-table-cell {
  padding: 6px 12px;
  display: table-cell; }
  @media screen and (max-width: 580px) {
    .responsive-table-cell {
      padding: 2px 12px;
      display: block; }
      .responsive-table-cell:before, .responsive-table-cell.dropdown-plus::after {
        content: attr(data-content);
        font-weight: bold;
        margin-right: 5px; } }
@media screen and (min-width: 581px) {
  .responsive-table-btn {
    text-align: center; } }

.responsive-table-disclaimer {
  font-size: 1.0em;
  font-weight: 500;
  color: #4a4a4a;
  text-align: center; }

.cell-emphasis {
  color: #273c49;
  font-weight: 600; }

.rounded-container-transparent {
  height: auto;
  width: auto;
  margin: 0px 0px 0px 20px;
  border-radius: 15px;
  border: 1px solid rgba(39, 60, 73, 0.3); }

.rounded-container-1 {
  background: #f2f3f5;
  width: 98%;
  height: auto;
  margin: 1% 1% 4% 1%;
  border-radius: 15px;
  border: 1px solid rgba(39, 60, 73, 0.3); }

.rounded-container-2 {
  background: #f2f3f5;
  height: auto;
  margin: 8px;
  border-radius: 15px;
  border: 1px solid rgba(39, 60, 73, 0.3); }
  .rounded-container-2 ul li {
    line-height: 27px;
    font-size: 1.4em;
    height: 32px; }
  .rounded-container-2 p {
    font-size: 1.2em; }
  @media (min-width: 1px) and (max-width: 1079px) {
    .rounded-container-2 {
      width: 100%; } }
  @media (min-width: 1080px) {
    .rounded-container-2 {
      width: 48%; } }
.rounded-container-2.background-active {
  background: #fffad6 !important; }

.rounded-container-3 {
  background: #f2f3f5;
  width: 305px;
  height: 400px;
  margin: 8px;
  border-radius: 15px; }
  .rounded-container-3 h1 {
    font-size: 2em;
    font-weight: 300; }

.rounded-container-4 {
  background: #f2f3f5;
  width: 232px;
  height: 420px;
  margin: 5px;
  border-radius: 15px; }
  .rounded-container-4 h1 {
    font-size: 2em;
    font-weight: 300;
    line-height: 3px; }
  .rounded-container-4 h2 {
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 8px; }

.rounded-container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 15px; }

.rounded-red-title-container-1 {
  background: #273c49;
  width: 234px;
  height: 30px;
  margin: 5px;
  border-radius: 0px; }
  .rounded-red-title-container-1 h1 {
    font-size: 1em;
    font-weight: 300;
    line-height: 7px;
    color: #ffffff; }

.rounded-red-title-container-1tall {
  background: #273c49;
  width: 234px;
  height: 60px;
  margin: 5px;
  border-radius: 0px; }
  .rounded-red-title-container-1tall h1 {
    font-size: 1em;
    font-weight: 300;
    line-height: 18px;
    color: #ffffff; }

.rounded-red-title-container-2 {
  background: #273c49;
  width: 468px;
  height: 30px;
  margin: 5px;
  border-radius: 0px; }
  .rounded-red-title-container-2 h1 {
    font-size: 1em;
    font-weight: 300;
    line-height: 7px;
    color: #ffffff; }

.background-white {
  background-color: #ffffff; }

.background-platinum {
  background-color: #f9f9f9; }

.background-gmo-blue {
  background-color: #273c49; }

.background-gray {
  background-color: #ebebeb; }

.background-light-blue-platinum {
  background-color: #e1e8ed; }

.background-light-blue-9 {
  background-color: #eceff3; }

.background-light-blue-6 {
  background-color: #ebeef1; }

.background-light-blue-3 {
  background-color: #f2f3f5; }

.background-gmo-yellow {
  background-color: #00abc8; }

.background-dark-grey {
  background-color: #cecece; }

.background-shadow {
  background-color: rgba(0, 0, 0, 0.2); }

.background-light-steel {
  background-color: #f2f3f5; }

.rounded-div {
  background-color: #e4e9ed;
  padding: 30px;
  border-radius: 15px; }

.rounded-div-outline {
  border-color: #273c49;
  border-style: solid;
  padding: 30px;
  border-radius: 15px; }

.rounded-div-400 {
  max-width: 400px;
  margin: 15px 0px 15px 0px;
  display: inline-block; }

.rounded-div-highlight {
  background-color: #fffed3;
  padding: 20px;
  border-radius: 15px; }

@media screen and (min-width: 0px) and (max-width: 800px) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .show-mobile {
        display: block;
    }
}

@media screen and (min-width: 801px) and (max-width: 3000px) {
    .show-mobile {
        display: none;
    }
}


/* When screen is at least 850px wide and at least 800px tall */
@media screen and (min-width: 850px) and (min-height: 850px) {
    .cp-hide-mobile {
        display: block;
    }

    .cp-show-mobile {
        display: none;
    }
}

/* When screen is below 850px wide or below 800px tall */
@media screen and (max-width: 849px), (max-height: 849px) {
    .cp-hide-mobile {
        display: none;
    }

    .cp-show-mobile {
        display: block;
    }
}
.side-by-side-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.side-by-side-wrapper-close {
  display: flex;
  flex-flow: row wrap; }

.side-by-side {
  display: inline-block;
  padding: .8em; }

.side-by-side-buttons {
  display: inline-block;
  padding: .2em;
  vertical-align: middle; }

.side-by-side-close {
  display: inline-block; }

.side-by-side-close-valign {
  display: inline-block;
  vertical-align: middle; }

.side-by-side-center-content-wrapper {
  width: 100%; }

@media (min-width: 901px) {
  .side-by-side-center-left {
    float: right;
    min-width: 450px;
    padding: 20px 3px 30px 0px; }
  .side-by-side-center-left-content {
    float: right; }
  .side-by-side-center-right {
    float: left;
    min-width: 450px;
    padding: 20px 0px 30px 3px; } }

@media (max-width: 900px) {
  .side-by-side-center-left {
    min-width: 350px;
    padding-top: 20px;
    padding: 10px 0px 5px 0px; }
  .side-by-side-center-left-content {
    padding-left: 36%; }
  .side-by-side-center-right {
    text-align: center;
    min-width: 350px;
    padding-top: 20px;
    padding: 5px 0px 15px 0px; } }

*, .navik-header *::before, .navik-header *::after, .navik-header .dropdown-plus::after,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 80px; }

.bt-menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #e4e9ed;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
  transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s; }
  .bt-menu a {
    color: #273c49;
    outline: 0 !important; }
  .bt-menu a:hover {
    color: #00abc8;
    outline: 0 !important; }

.bt-menu.bt-menu-open {
  height: 100%;
  border-width: 0px 0px 0px 250px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: border-width 0.3s, background-color 0.3s;
  transition: border-width 0.3s, background-color 0.3s; }

.bt-overlay {
  position: absolute;
  width: 100%; }

.bt-menu-open .bt-overlay {
  height: 100%; }

.bt-menu-trigger {
  position: fixed;
  top: 120px;
  left: 10px;
  z-index: 100;
  display: block;
  width: 50px;
  height: 32px;
  cursor: pointer; }
  .bt-menu-trigger a {
    outline: 0; }

.bt-menu ul {
  position: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bt-menu ul:first-of-type {
  top: 50px;
  left: 0; }

.bt-menu ul:nth-of-type(2) {
  right: 0;
  bottom: 0; }

.bt-menu ul li,
.bt-menu ul li a {
  display: block; }

.bt-menu ul:nth-of-type(2) li {
  float: left;
  font-size: 0px; }

.bt-menu ul li {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s; }

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
  transition: transform 0.3s, opacity 0.3s; }

.bt-menu ul:first-of-type li {
  width: 250px;
  height: 25px;
  line-height: 25px;
  -webkit-transform: translate3d(-100%, 50%, 0);
  transform: translate3d(-100%, 50%, 0); }

.bt-menu.bt-menu-open ul:first-of-type li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bt-menu ul:nth-of-type(2) li {
  width: 60px;
  height: 25px;
  line-height: 30px;
  -webkit-transform: scale(0);
  transform: scale(0); }

.bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.bt-menu.bt-menu-open ul:nth-of-type(2) li {
  -webkit-transform: scale(1);
  transform: scale(1); }

.bt-menu ul li a {
  display: block;
  outline: none;
  text-decoration: none; }

.bt-menu ul:first-of-type li a {
  padding: 0 20px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
  color: #273c49;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.bt-menu ul:first-of-type li:last-child a {
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px rgba(0, 0, 0, 0.2); }

.bt-menu ul:nth-of-type(2) li a {
  color: transparent;
  text-align: center;
  font-size: 0px; }

.bt-menu ul li a:before, .bt-menu ul li a.dropdown-plus::after {
  color: #4a4a4a;
  font-size: 24px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.bt-menu ul:first-of-type li a:hover,
.bt-menu ul:first-of-type li a:focus,
.bt-menu ul li a:hover:before,
.bt-menu ul li .dropdown-plus:hover::after,
.bt-menu ul li a:focus:before,
.bt-menu ul li .dropdown-plus:focus::after {
  color: #00abc8; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg"); }

body {
  color: #4a4a4a;
  font-family: 'Lato', Arial, sans-serif; }

a,
a:focus {
  outline: none; }

.codrops-header {
  position: relative;
  margin: 0 auto;
  max-width: 60%;
  text-align: center; }

.codrops-header a {
  outline: none;
  color: #4a4a4a;
  text-decoration: none;
  opacity: 0.7; }

.codrops-header a:hover,
.codrops-header a:focus {
  opacity: 1; }

.codrops-header h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.625em;
  line-height: 1.3; }

.codrops-header h1 span {
  display: block;
  padding: 0.4em 1em 1em;
  font-size: 60%; }

.codrops-links {
  margin: 0; }

.codrops-links a {
  display: inline-block;
  margin: 0 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%; }

.codrops-icon:before, .codrops-icon.dropdown-plus::after {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased; }

.codrops-icon-drop:before, .codrops-icon-drop.dropdown-plus::after {
  content: "\e001"; }

.codrops-icon-prev:before, .codrops-icon-prev.dropdown-plus::after {
  content: "\e004"; }

.codrops-demos {
  padding: 2em 0 3em; }

.codrops-demos a {
  display: inline-block;
  margin: 0.5em;
  padding: 0.7em 1.1em;
  outline: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover,
.codrops-demos a:focus {
  border-color: #4a4a4a;
  color: #4a4a4a; }

.codrops-related {
  padding-bottom: 2em;
  color: rgba(0, 0, 0, 0.4); }

.codrops-related a {
  display: inline-block;
  margin-top: 0.5em; }

@media screen and (max-width: 30em) {
  body {
    font-size: 90%; } }

@media screen and (max-height: 29em) {
  .container {
    height: auto; }
  .codrops-header {
    position: relative;
    margin: 0 auto;
    height: auto;
    max-width: 100%; } }

@font-face {
  font-family: "minicons-webalys";
  src: url("../fonts/demoicons/minicons-webalys.eot");
  src: url("../fonts/demoicons/minicons-webalys.eot?#iefix") format("embedded-opentype"), url("../fonts/demoicons/minicons-webalys.ttf") format("truetype"), url("../fonts/demoicons/minicons-webalys.svg#minicons-webalys") format("svg"), url("../fonts/demoicons/minicons-webalys.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/demoicons/FontAwesome.eot");
  src: url("../fonts/demoicons/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/demoicons/FontAwesome.woff") format("woff"), url("../fonts/demoicons/FontAwesome.ttf") format("truetype"), url("../fonts/demoicons/FontAwesome.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }

.bt-icon:before, .bt-icon.dropdown-plus::after,
.bt-icon-alt:before,
.bt-icon-alt.dropdown-plus::after {
  font-family: "minicons-webalys";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: inherit;
  -webkit-font-smoothing: antialiased; }

.bt-icon-alt:before, .bt-icon-alt.dropdown-plus::after {
  font-family: "FontAwesome"; }

.icon-window-delete:before, .icon-window-delete.dropdown-plus::after {
  content: "\e000"; }

.icon-download:before, .icon-download.dropdown-plus::after {
  content: "\e002"; }

.icon-home:before, .icon-home.dropdown-plus::after {
  content: "\e003"; }

.icon-calendar:before, .icon-calendar.dropdown-plus::after {
  content: "\e004"; }

.icon-folder-add:before, .icon-folder-add.dropdown-plus::after {
  content: "\e001"; }

.icon-windows:before, .icon-windows.dropdown-plus::after {
  content: "\e008"; }

.icon-volume:before, .icon-volume.dropdown-plus::after {
  content: "\e00e"; }

.icon-speaker:before, .icon-speaker.dropdown-plus::after {
  content: "\e011"; }

.icon-star:before, .icon-star.dropdown-plus::after {
  content: "\e012"; }

.icon-sun:before, .icon-sun.dropdown-plus::after {
  content: "\e014"; }

.icon-trash:before, .icon-trash.dropdown-plus::after {
  content: "\e018"; }

.icon-zoom:before, .icon-zoom.dropdown-plus::after {
  content: "\e005"; }

.icon-user-outline:before, .icon-user-outline.dropdown-plus::after {
  content: "\e006"; }

.icon-picture:before, .icon-picture.dropdown-plus::after {
  content: "\e007"; }

.icon-phone:before, .icon-phone.dropdown-plus::after {
  content: "\e009"; }

.icon-newspaper:before, .icon-newspaper.dropdown-plus::after {
  content: "\e00a"; }

.icon-printer:before, .icon-printer.dropdown-plus::after {
  content: "\e00b"; }

.icon-microwave:before, .icon-microwave.dropdown-plus::after {
  content: "\e00c"; }

.icon-refresh:before, .icon-refresh.dropdown-plus::after {
  content: "\e00d"; }

.icon-lock:before, .icon-lock.dropdown-plus::after {
  content: "\e00f"; }

.icon-email:before, .icon-email.dropdown-plus::after {
  content: "\e010"; }

.icon-browser:before, .icon-browser.dropdown-plus::after {
  content: "\e013"; }

.icon-bubble:before, .icon-bubble.dropdown-plus::after {
  content: "\e015"; }

.icon-calculator:before, .icon-calculator.dropdown-plus::after {
  content: "\e016"; }

.icon-cd:before, .icon-cd.dropdown-plus::after {
  content: "\e017"; }

.icon-enter:before, .icon-enter.dropdown-plus::after {
  content: "\e019"; }

.icon-file-add:before, .icon-file-add.dropdown-plus::after {
  content: "\e01a"; }

.icon-flag:before, .icon-flag.dropdown-plus::after {
  content: "\e01b"; }

.icon-twitter:before, .icon-twitter.dropdown-plus::after {
  content: "\e01c"; }

.icon-gplus:before, .icon-gplus.dropdown-plus::after {
  content: "\e020"; }

.icon-github:before, .icon-github.dropdown-plus::after {
  content: "\e021"; }

.icon-facebook:before, .icon-facebook.dropdown-plus::after {
  content: "\e01d"; }

.icon-step-backward:before, .icon-step-backward.dropdown-plus::after {
  content: "\f048"; }

.icon-backward:before, .icon-backward.dropdown-plus::after {
  content: "\f04a"; }

.icon-pause:before, .icon-pause.dropdown-plus::after {
  content: "\f04c"; }

.icon-stop:before, .icon-stop.dropdown-plus::after {
  content: "\f04d"; }

.icon-forward:before, .icon-forward.dropdown-plus::after {
  content: "\f04e"; }

.icon-step-forward:before, .icon-step-forward.dropdown-plus::after {
  content: "\f051"; }

.icon-play:before, .icon-play.dropdown-plus::after {
  content: "\f04b"; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.taboo {
  display: block;
  max-width: 100%; }
  .taboo.vertical {
    display: flex;
    flex-wrap: wrap; }

.taboo__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .vertical .taboo__nav {
    display: block;
    width: 30%; }
    @media (max-width: 565px) {
      .vertical .taboo__nav {
        width: 100%; } }
  .taboo__nav.full {
    justify-content: space-between;
    text-align: center; }
  .taboo__nav.center {
    justify-content: center; }
  .taboo__nav.right {
    justify-content: flex-end; }

.vertical .taboo__nav-item {
  display: block;
  width: 100%; }

.full .taboo__nav-item {
  flex-grow: 1;
  height: 150px; }

@media (max-width: 565px) {
  .taboo__nav-item {
    width: 100%; } }

.taboo__content {
  transition: height .2s linear; }
  .vertical .taboo__content {
    width: 70%; }
    @media (max-width: 565px) {
      .vertical .taboo__content {
        width: 100%; } }
  .taboo__content.slide {
    position: relative;
    overflow: hidden; }

.taboo__wrapper {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.taboo__item {
  display: none;
  transition: transform .5s linear; }
  .taboo__item.active {
    display: block; }
  .slide .taboo__item {
    display: block;
    width: 100%;
    float: left;
    opacity: .3; }
    .slide .taboo__item.current {
      opacity: 1; }

.taboo {
  margin-bottom: 0rem !important; }

.taboo {
  margin-bottom: 0rem !important; }

.taboo__nav-item {
  padding: 1rem 3rem;
  text-decoration: none;
  background-color: #ffffff;
  transition: background .1s linear;
  color: #273c49;
  font-size: 1.2em;
  font-weight: 600; }
  .taboo__nav-item:nth-child(even) {
    background-color: #ffffff; }
  .taboo__nav-item:hover {
    color: #273c49;
    text-decoration: none;
    background-color: #f2f2f2; }
  .taboo__nav-item.active {
    background-color: #e4e9ed;
    background-image: url("../img/sprites-programs-blue-arrows.png");
    color: #273c49; }
  @media (max-width: 565px) {
    .taboo__nav-item {
      padding: .5rem 1rem; } }
.taboo__content {
  background-color: #f9f9f9; }

.taboo__item {
  padding: 2rem; }
  @media (max-width: 565px) {
    .taboo__item {
      padding: 1rem; } }
.testimonial-container {
  margin-left: 15px;
  padding: 1em; }

.testimonial-button {
  text-align: center;
  padding-bottom: 20px; }

.loading {
  text-align: center;
  margin: 130px 0; }

.tiva-testimonials-slider {
  margin: 25px 0; }

.tiva-testimonials-slider .testimonial-item {
  margin-bottom: 20px;
  text-align: center; }

.tiva-testimonials-slider .testimonial-item.background {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tiva-testimonials-slider .testimonial-item .testimonial-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  border: 5px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 10px; }

.tiva-testimonials-slider .testimonial-item .testimonial-image img.square {
  border-radius: 15%;
  -moz-border-radius: 15%;
  -webkit-border-radius: 15%; }

.tiva-testimonials-slider .testimonial-item .testimonial-name {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-bottom: 5px; }

.tiva-testimonials-slider .testimonial-item .testimonial-job {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: normal;
  font-style: normal; }

.tiva-testimonials-slider .testimonial-item .testimonial-rating {
  color: #00abc8;
  margin-top: 5px; }

.tiva-testimonials-slider .testimonial-item .testimonial-rating i {
  margin-right: 3px; }

.tiva-testimonials-slider .testimonial-item .testimonial-content {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  text-align: center; }

.tiva-testimonials-slider .testimonial-item .cell-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px; }

.tiva-testimonials-slider .testimonial-item .cell-right {
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.tiva-testimonials-slider .testimonial-item .testimonial-content.quote {
  margin-top: 0;
  text-align: left;
  margin-bottom: 15px;
  font-size: 15px; }

.tiva-testimonials-slider .testimonial-item .testimonial-content.quote i {
  margin-right: 10px;
  font-size: 20px; }

.tiva-testimonials-slider .tiva-tooltip .testimonial-content {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.tiva-testimonials-slider .tiva-tooltip .testimonial-content::before,
.tiva-testimonials-slider .tiva-tooltip .testimonial-content::after {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.tiva-testimonials-slider .tiva-tooltip .testimonial-content::after {
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px; }

.tiva-testimonials-slider .tiva-tooltip .testimonial-content::before, .tiva-testimonials-slider .tiva-tooltip .testimonial-content.dropdown-plus::after {
  border-top-color: #cccccc;
  border-width: 9px;
  margin-left: -9px; }

.tiva-testimonials-slider .testimonial-item.style-2 .testimonial-content::before,
.tiva-testimonials-slider .testimonial-item.style-2 .testimonial-content::after {
  left: 50%; }

.tiva-testimonials-slider .testimonial-item.style-3 .testimonial-content {
  text-align: left; }

.tiva-testimonials-slider .testimonial-item.style-3 .testimonial-content::before,
.tiva-testimonials-slider .testimonial-item.style-3 .testimonial-content::after {
  left: 50px; }

.tiva-testimonials-slider .testimonial-item.style-3 .testimonial-image img {
  width: 90px; }

.tiva-testimonials-slider .testimonial-item.style-4 .cell-left {
  width: 120px; }

.tiva-testimonials-slider .testimonial-item.style-4 .cell-right {
  vertical-align: top; }

.tiva-testimonials-slider .testimonial-item.style-4 .testimonial-content {
  text-align: left;
  margin-top: 5px;
  min-height: 80px; }

.tiva-testimonials-slider .testimonial-item.style-4 .testimonial-content::before,
.tiva-testimonials-slider .testimonial-item.style-4 .testimonial-content::after {
  border-top-color: transparent;
  top: 40px;
  left: -18px; }

.tiva-testimonials-slider .testimonial-item.style-4 .testimonial-content::after {
  border-right-color: #fff;
  border-width: 8px;
  margin-left: 2px;
  margin-top: 1px; }

.tiva-testimonials-slider .testimonial-item.style-4 .testimonial-content::before, .tiva-testimonials-slider .testimonial-item.style-4 .testimonial-content.dropdown-plus::after {
  border-right-color: #cccccc;
  border-width: 9px;
  margin-left: 0;
  margin-top: 0; }

.tiva-testimonials-slider .testimonial-item.style-5 .testimonial-image {
  width: 170px; }

.tiva-testimonials-slider .testimonial-item.style-5 .testimonial-image img {
  width: 160px; }

.tiva-testimonials-slider .testimonial-item.style-5 .cell-right {
  vertical-align: top;
  padding-top: 5px; }

.tiva-testimonials-slider .testimonial-item.style-6 .testimonial-content {
  margin-top: 10px;
  margin-bottom: 0; }

.tiva-testimonials-slider .testimonial-item.style-6 .testimonial-image img {
  width: 125px; }

.tiva-testimonials-slider .testimonial-item.style-7 {
  padding-bottom: 10px; }

.tiva-testimonials-slider .testimonial-item.style-7 .testimonial-content {
  margin-bottom: 20px; }

.tiva-testimonials-slider .testimonial-item.style-7 .testimonial-image {
  float: right;
  width: 22%;
  margin-top: -10px;
  margin-left: 3%; }

.tiva-testimonials-slider .testimonial-item.style-7 .testimonial-image img {
  width: 90%; }

.tiva-testimonials-slider .testimonial-item.style-7 .cell-right {
  display: block;
  float: right;
  text-align: right;
  border-top: 2px solid #757575;
  padding-top: 15px;
  width: 75%; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.toggle-header-span {
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-block;
  margin-bottom: 10px; }

.toggle-content {
  font-weight: 400;
  display: none;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  background-color: #f2f3f5; }

.toggle-row {
  padding: 0px 5px 0px 10px; }

.toggle-div .fa {
  transition: transform .2s;
  color: #00abc8; }

.toggle-div .fa.active {
  transform: rotateZ(90deg); }

.toggle-cp-header-span {
  font-size: 1.2em !important;
  font-weight: 700 !important;
  display: inline-block;
  margin-bottom: 10px; }

.treeView {
  -moz-user-select: none;
  position: relative; }

.treeView ul {
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em; }

.treeView ul ul {
  background: url("../img/list-item-contents.png") repeat-y left; }

.treeView li.lastChild > ul {
  background-image: none; }

.treeView li {
  margin: 0;
  padding: 0;
  background: url("../img/list-item-root.png") no-repeat top left;
  list-style-position: inside;
  list-style-image: url("../img/list-item-button.png");
  cursor: auto; }

.treeView li.collapsibleListOpen {
  list-style-image: url("../img/list-item-button-open.png");
  cursor: pointer; }

.treeView li.collapsibleListClosed {
  list-style-image: url("../img/list-item-button-closed.png");
  cursor: pointer; }

.treeView li li {
  background-image: url("../img/list-item.png");
  padding-left: 1.5em; }

.treeView li.lastChild {
  background-image: url("../img/list-item-last.png"); }

.treeView li.collapsibleListOpen {
  background-image: url("../img/list-item-open.png"); }

.treeView li.collapsibleListOpen.lastChild {
  background-image: url("../img/list-item-last-open.png"); }

#main {
  padding: 30px 0 30px 0; }

.closeButton {
  position: absolute;
  top: -13px;
  z-index: 1001;
  background: url(../img/close.png) no-repeat;
  width: 25px;
  height: 25px; }

#arrowButton {
  cursor: pointer;
  position: fixed;
  width: 100%;
  z-index: 1003; }

#arrowButton .prevArrow {
  background: url(../img/prev.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  left: 20px; }

#arrowButton .nextArrow {
  background: url(../img/next.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  right: 20px; }

#tiles {
  list-style-type: none;
  position: relative;
  margin: 0; }

#tiles li {
  width: 290px;
  display: none;
  z-index: 1000; }

#tiles li img {
  display: block; }

div.front {
  position: relative;
  z-index: 1001;
  background: #FFF;
  margin: 0; }

div.back {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: #FFF; }

div.back h4 {
  margin: 7px 7px 0 7px;
  color: #273c49; }

div.front p {
  color: #273c49;
  font-size: 1.0em;
  font-weight: 600;
  margin: 7px 7px 0 7px;
  padding-bottom: 4px; }

div.back p {
  color: #4a4a4a;
  font-size: 1.0em;
  margin: 7px 7px 0 7px;
  padding-bottom: 4px; }

.video-play-btn {
  padding-top: 7px; }

.largeContainer {
  background: url(../img/loading.gif) center center no-repeat;
  top: 0;
  left: 0;
  position: fixed;
  opacity: .6;
  background-color: black;
  filter: Alpha(Opacity=60);
  width: 100%;
  height: 100%;
  z-index: 1002; }

.largeContainer iframe {
  background: #FFF;
  position: relative;
  z-index: 1000; }

.largeContainer img {
  position: relative;
  z-index: 1000; }

.normal {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.flip {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

.flip {
  -webkit-transition: all 800ms ease, opacity 300ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease, opacity 300ms ease;
  -o-transition: all 800ms ease, opacity 300ms ease;
  transition: all 800ms ease, opacity 300ms ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.flip.frontSide {
  opacity: 0;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotateX(80deg);
  -moz-transform: rotateX(80deg);
  -ms-transform: rotateX(80deg);
  -o-transform: rotateX(80deg);
  transform: rotateX(80deg); }

.flip.backSide {
  opacity: 0;
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  -ms-transform: rotateX(-80deg);
  -o-transform: rotateX(-80deg);
  transform: rotateX(-80deg); }

.flipX {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

.flipX {
  -webkit-transition: all 800ms ease, opacity 300ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease, opacity 300ms ease;
  -o-transition: all 800ms ease, opacity 300ms ease;
  transition: all 800ms ease, opacity 300ms ease;
  -webkit-transform-origin: 50% 50% -50px;
  -moz-transform-origin: 50% 50% -50px;
  -ms-transform-origin: 50% 50% -50px;
  -o-transform-origin: 50% 50% -50px;
  transform-origin: 50% 50% -50px; }

.flipX.frontSide {
  opacity: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.flipX.backSide {
  opacity: 0;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.skew {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  -ms-perspective-origin: 0% 50%;
  -o-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.skew {
  -webkit-transition: all 800ms ease, opacity 400ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.skew.frontSide {
  opacity: 0;
  -webkit-transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
  transform: skewY(30deg); }

.skew.backSide {
  opacity: 0;
  z-index: 0;
  -webkit-transform: skewY(-30deg);
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -o-transform: skewY(-30deg);
  transform: skewY(-30deg); }

.flipY {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

.flipY {
  -webkit-transition: all 800ms ease, opacity 400ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease, opacity 400ms ease;
  -o-transition: all 800ms ease, opacity 400ms ease;
  transition: all 800ms ease, opacity 400ms ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.flipY.frontSide {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flipY.backSide {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.wave {
  -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.wave.frontSide {
  opacity: 0;
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  -o-transform: translateX(-70%);
  transform: translateX(-70%); }

.wave.backSide {
  opacity: 0;
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  -o-transform: translateX(-70%);
  transform: translateX(-70%); }

.fan {
  -webkit-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.fan.frontSide {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.fan.backSide {
  opacity: 0;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg); }

.curl {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  -ms-perspective-origin: 0% 50%;
  -o-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.curl {
  -webkit-transition: all 800ms ease, opacity 400ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease, opacity 400ms ease;
  -o-transition: all 800ms ease, opacity 400ms ease;
  transition: all 800ms ease, opacity 400ms ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.curl.frontSide {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg); }

.curl.backSide {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg); }

.papercut {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 0% 0%;
  -moz-perspective-origin: 0% 0%;
  -ms-perspective-origin: 0% 0%;
  -o-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%; }

.papercut {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.papercut.frontSide {
  opacity: 0;
  -webkit-transform: skewY(-30deg);
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -o-transform: skewY(-30deg);
  transform: skewY(-30deg); }

.papercut.backSide {
  opacity: 0;
  -webkit-transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
  transform: skewY(30deg); }

.zipper {
  -webkit-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.zipper.frontSide:nth-child(odd),
.zipper.backSide:nth-child(odd) {
  opacity: 0;
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%); }

.zipper.frontSide:nth-child(even),
.zipper.backSide:nth-child(even) {
  opacity: 0;
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%); }

.fade {
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out; }

.fade.frontSide {
  opacity: 0; }

.fade.backSide {
  opacity: 0; }

.twirl {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

.twirl {
  -webkit-transition: all 800ms ease, opacity 400ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease, opacity 400ms ease;
  -o-transition: all 800ms ease, opacity 400ms ease;
  transition: all 800ms ease, opacity 400ms ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.twirl.frontSide {
  opacity: 0;
  -webkit-transform: rotate3d(80, -70, 10, 180deg);
  -moz-transform: rotate3d(80, 70, 10, 180deg);
  -ms-transform: rotate3d(80, 70, 10, 180deg);
  -o-transform: rotate3d(80, 70, 10, 180deg);
  transform: rotate3d(80, 70, 10, 180deg); }

.twirl.backSide {
  opacity: 0;
  -webkit-transform: rotate3d(80, 70, 10, -180deg);
  -moz-transform: rotate3d(80, 70, 10, -180deg);
  -ms-transform: rotate3d(80, 70, 10, -180deg);
  -o-transform: rotate3d(80, 70, 10, -180deg);
  transform: rotate3d(80, 70, 10, -180deg); }

.gallery1 {
  position: relative;
  overflow: hidden; }

.gallery1 img {
  max-width: none;
  max-height: none; }

.gallery1 a:hover,
.gallery1 p a:hover {
  color: transparent !important; }

.gallery1 a,
.gallery1 p a {
  color: transparent !important; }

.gallery1_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none; }

.itemHolderUnit {
  position: absolute; }

.itemHolderUnit a {
  border: 0; }

.img_desc {
  position: absolute;
  width: 100%;
  padding: 0px;
  bottom: 0;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  text-shadow: 1px 1px 5px #333333;
  max-height: 100px;
  overflow: hidden;
  opacity: 0; }

.img_desc_padding {
  padding: 8px; }

.img_icon {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat; }

.lightbox_icon {
  background-image: url("../img/lightbox_icon.png"); }

.link_icon {
  background-image: url("../img/link_icon.png"); }

.video_icon {
  background-image: url("../img/video_icon.png"); }

.hideElement {
  display: none; }

.noTransition {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

div.dark_rounded .famous_pp_description {
  line-height: 28px !important;
  margin-left: 100px !important;
  margin-right: 20px !important; }

.famous_pp_social {
  float: left !important;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 25px; }

.famous_pp_social a {
  text-decoration: none !important; }

.famous_pp_social .lbg_pinterest {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 50px;
  height: 20px;
  background-image: url("../img/pinterest.png");
  cursor: pointer;
  font-size: 22px !important; }

.famous_pp_social .lbg_twitter {
  top: 0px;
  right: 64px;
  position: absolute;
  width: 61px;
  height: 20px;
  background-image: url("../img/twitter.png");
  cursor: pointer;
  font-size: 22px !important; }

.famous_pp_social .lbg_facebook {
  top: 0px;
  right: 140px;
  position: absolute;
  width: 42px;
  height: 20px;
  background-image: url("../img/facebook.png");
  cursor: pointer;
  font-size: 22px !important; }

.famous_pp_content embed, .famous_pp_content iframe, .famous_pp_content object, .famous_pp_content video {
  margin-bottom: -2px !important; }

@media only screen and (max-width: 500px) {
  .famous_pp_pic_holder {
    left: 10%  !important; } }

.famous_pp_pic_holder {
  min-width: 300px !important; }

.famous_pp_content {
  min-width: 260px !important;
  min-height: 300px !important; }

.famous_pp_hoverContainer {
  min-width: 260px !important;
  min-height: 150px !important; }

#famous_fullResImage {
  min-width: 260px !important;
  min-height: 150px !important; }

#famous_pp_full_res {
  min-width: 260px !important;
  min-height: 150px !important; }

.famous_pp_details {
  min-width: 260px !important;
  min-height: 100px !important; }

div.famous_pp_default .famous_pp_top,
div.famous_pp_default .famous_pp_top .famous_pp_middle,
div.famous_pp_default .famous_pp_top .famous_pp_left,
div.famous_pp_default .famous_pp_top .famous_pp_right,
div.famous_pp_default .famous_pp_bottom,
div.famous_pp_default .famous_pp_bottom .famous_pp_left,
div.famous_pp_default .famous_pp_bottom .famous_pp_middle,
div.famous_pp_default .famous_pp_bottom .famous_pp_right {
  height: 13px; }

div.famous_pp_default .famous_pp_top .famous_pp_left {
  background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.famous_pp_default .famous_pp_top .famous_pp_middle {
  background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.famous_pp_default .famous_pp_top .famous_pp_right {
  background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.famous_pp_default .famous_pp_content .famous_ppt {
  color: #f8f8f8; }

div.famous_pp_default .famous_pp_content_container .famous_pp_left {
  background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.famous_pp_default .famous_pp_content_container .famous_pp_right {
  background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.famous_pp_default .famous_pp_content {
  background-color: #fff; }

div.famous_pp_default .famous_pp_next:hover {
  background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.famous_pp_default .famous_pp_previous:hover {
  background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.famous_pp_default .famous_pp_expand {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.famous_pp_default .famous_pp_expand:hover {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.famous_pp_default .famous_pp_contract {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.famous_pp_default .famous_pp_contract:hover {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.famous_pp_default .famous_pp_close {
  width: 30px;
  height: 30px;
  background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.famous_pp_default #famous_pp_full_res .famous_pp_inline {
  color: #000; }

div.famous_pp_default .famous_pp_gallery ul li a {
  background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.famous_pp_default .famous_pp_gallery ul li a:hover,
div.famous_pp_default .famous_pp_gallery ul li.selected a {
  border-color: #fff; }

div.famous_pp_default .famous_pp_social {
  margin-top: 7px; }

div.famous_pp_default .famous_pp_gallery a.famous_pp_arrow_previous,
div.famous_pp_default .famous_pp_gallery a.famous_pp_arrow_next {
  position: static;
  left: auto; }

div.famous_pp_default .famous_pp_nav .famous_pp_play,
div.famous_pp_default .famous_pp_nav .famous_pp_pause {
  background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.famous_pp_default .famous_pp_nav .famous_pp_pause {
  background-position: -51px -29px; }

div.famous_pp_default .famous_pp_details {
  position: relative; }

div.famous_pp_default a.famous_pp_arrow_previous,
div.famous_pp_default a.famous_pp_arrow_next {
  background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px; }

div.famous_pp_default a.famous_pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.famous_pp_default .famous_pp_content_container .famous_pp_details {
  margin-top: 5px; }

div.famous_pp_default .famous_pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.famous_pp_default .famous_pp_nav .famous_currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px; }

div.famous_pp_default .famous_pp_close:hover, div.famous_pp_default .famous_pp_nav .famous_pp_play:hover, div.famous_pp_default .famous_pp_nav .famous_pp_pause:hover, div.famous_pp_default .famous_pp_arrow_next:hover, div.famous_pp_default .famous_pp_arrow_previous:hover {
  opacity: 0.7; }

div.famous_pp_default .famous_pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.famous_pp_default .famous_pp_bottom .famous_pp_left {
  background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.famous_pp_default .famous_pp_bottom .famous_pp_middle {
  background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.famous_pp_default .famous_pp_bottom .famous_pp_right {
  background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.famous_pp_default .famous_pp_loaderIcon {
  background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat; }

div.light_rounded .famous_pp_top .famous_pp_left {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

div.light_rounded .famous_pp_top .famous_pp_middle {
  background: #fff; }

div.light_rounded .famous_pp_top .famous_pp_right {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

div.light_rounded .famous_pp_content .famous_ppt {
  color: #000; }

div.light_rounded .famous_pp_content_container .famous_pp_left,
div.light_rounded .famous_pp_content_container .famous_pp_right {
  background: #fff; }

div.light_rounded .famous_pp_content {
  background-color: #fff; }

div.light_rounded .famous_pp_next:hover {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_previous:hover {
  background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_expand {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_expand:hover {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_contract {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_contract:hover {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_rounded .famous_pp_details {
  position: relative; }

div.light_rounded .famous_pp_description {
  margin-right: 85px; }

div.light_rounded #famous_pp_full_res .famous_pp_inline {
  color: #000; }

div.light_rounded .famous_pp_gallery a.famous_pp_arrow_previous,
div.light_rounded .famous_pp_gallery a.famous_pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .famous_pp_nav .famous_pp_play {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .famous_pp_nav .famous_pp_pause {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .famous_pp_arrow_previous {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

div.light_rounded .famous_pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .famous_pp_arrow_next {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

div.light_rounded .famous_pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .famous_pp_bottom .famous_pp_left {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

div.light_rounded .famous_pp_bottom .famous_pp_middle {
  background: #fff; }

div.light_rounded .famous_pp_bottom .famous_pp_right {
  background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

div.light_rounded .famous_pp_loaderIcon {
  background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .famous_pp_top .famous_pp_left {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .famous_pp_top .famous_pp_middle {
  background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .famous_pp_top .famous_pp_right {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .famous_pp_content_container .famous_pp_left {
  background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .famous_pp_content_container .famous_pp_right {
  background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .famous_pp_content {
  background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .famous_pp_next:hover {
  background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_previous:hover {
  background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_expand {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_expand:hover {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_contract {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_contract:hover {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_rounded .famous_pp_details {
  position: relative; }

div.dark_rounded .famous_pp_description {
  margin-right: 85px; }

div.dark_rounded .famous_currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded .famous_pp_description {
  color: #fff; }

div.dark_rounded #famous_pp_full_res .famous_pp_inline {
  color: #fff; }

div.dark_rounded .famous_pp_gallery a.famous_pp_arrow_previous,
div.dark_rounded .famous_pp_gallery a.famous_pp_arrow_next {
  margin-top: 12px !important; }

div.dark_rounded .famous_pp_nav .famous_pp_play {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .famous_pp_nav .famous_pp_pause {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .famous_pp_arrow_previous {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .famous_pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.dark_rounded .famous_pp_arrow_next {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .famous_pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.dark_rounded .famous_pp_bottom .famous_pp_left {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .famous_pp_bottom .famous_pp_middle {
  background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .famous_pp_bottom .famous_pp_right {
  background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .famous_pp_loaderIcon {
  background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.dark_square .famous_pp_left,
div.dark_square .famous_pp_middle,
div.dark_square .famous_pp_right,
div.dark_square .famous_pp_content {
  background: #000; }

div.dark_square .famous_currentTextHolder {
  color: #c4c4c4; }

div.dark_square .famous_pp_description {
  color: #fff; }

div.dark_square .famous_pp_loaderIcon {
  background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

div.dark_square .famous_pp_expand {
  background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_square .famous_pp_expand:hover {
  background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_square .famous_pp_contract {
  background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_square .famous_pp_contract:hover {
  background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_square .famous_pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_square .famous_pp_details {
  position: relative; }

div.dark_square .famous_pp_description {
  margin: 0 85px 0 0; }

div.dark_square #famous_pp_full_res .famous_pp_inline {
  color: #fff; }

div.dark_square .famous_pp_gallery a.famous_pp_arrow_previous,
div.dark_square .famous_pp_gallery a.famous_pp_arrow_next {
  margin-top: 12px !important; }

div.dark_square .famous_pp_nav {
  clear: none; }

div.dark_square .famous_pp_nav .famous_pp_play {
  background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .famous_pp_nav .famous_pp_pause {
  background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .famous_pp_arrow_previous {
  background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

div.dark_square .famous_pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.dark_square .famous_pp_arrow_next {
  background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

div.dark_square .famous_pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.dark_square .famous_pp_next:hover {
  background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_square .famous_pp_previous:hover {
  background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_left,
div.light_square .famous_pp_middle,
div.light_square .famous_pp_right,
div.light_square .famous_pp_content {
  background: #fff; }

div.light_square .famous_pp_content .famous_ppt {
  color: #000; }

div.light_square .famous_pp_expand {
  background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_expand:hover {
  background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_contract {
  background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_contract:hover {
  background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_details {
  position: relative; }

div.light_square .famous_pp_description {
  margin-right: 85px; }

div.light_square #famous_pp_full_res .famous_pp_inline {
  color: #000; }

div.light_square .famous_pp_gallery a.famous_pp_arrow_previous,
div.light_square .famous_pp_gallery a.famous_pp_arrow_next {
  margin-top: 12px !important; }

div.light_square .famous_pp_nav .famous_pp_play {
  background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .famous_pp_nav .famous_pp_pause {
  background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .famous_pp_arrow_previous {
  background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

div.light_square .famous_pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_square .famous_pp_arrow_next {
  background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

div.light_square .famous_pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_square .famous_pp_next:hover {
  background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_previous:hover {
  background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .famous_pp_loaderIcon {
  background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.facebook .famous_pp_top .famous_pp_left {
  background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .famous_pp_top .famous_pp_middle {
  background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .famous_pp_top .famous_pp_right {
  background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .famous_pp_content .famous_ppt {
  color: #000; }

div.facebook .famous_pp_content_container .famous_pp_left {
  background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .famous_pp_content_container .famous_pp_right {
  background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .famous_pp_content {
  background: #fff; }

div.facebook .famous_pp_expand {
  background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_expand:hover {
  background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_contract {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_contract:hover {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_close {
  width: 22px;
  height: 22px;
  background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_details {
  position: relative; }

div.facebook .famous_pp_description {
  margin: 0 37px 0 0; }

div.facebook #famous_pp_full_res .famous_pp_inline {
  color: #000; }

div.facebook .famous_pp_loaderIcon {
  background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .famous_pp_arrow_previous {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .famous_pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .famous_pp_arrow_next {
  background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .famous_pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .famous_pp_nav {
  margin-top: 0; }

div.facebook .famous_pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .famous_pp_nav .famous_pp_play {
  background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .famous_pp_nav .famous_pp_pause {
  background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .famous_pp_next:hover {
  background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_previous:hover {
  background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .famous_pp_bottom .famous_pp_left {
  background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .famous_pp_bottom .famous_pp_middle {
  background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .famous_pp_bottom .famous_pp_right {
  background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

div.famous_pp_pic_holder a:focus {
  outline: none; }

div.famous_pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.famous_pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.famous_pp_top {
  height: 20px;
  position: relative; }

* html .famous_pp_top, .navik-header *::before html .famous_pp_top, .navik-header *::after html .famous_pp_top, .navik-header .dropdown-plus::after html .famous_pp_top {
  padding: 0 20px; }

.famous_pp_top .famous_pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.famous_pp_top .famous_pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .famous_pp_top .famous_pp_middle, .navik-header *::before html .famous_pp_top .famous_pp_middle, .navik-header *::after html .famous_pp_top .famous_pp_middle, .navik-header .dropdown-plus::after html .famous_pp_top .famous_pp_middle {
  left: 0;
  position: static; }

.famous_pp_top .famous_pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.famous_pp_content {
  height: 40px;
  min-width: 40px; }

* html .famous_pp_content, .navik-header *::before html .famous_pp_content, .navik-header *::after html .famous_pp_content, .navik-header .dropdown-plus::after html .famous_pp_content {
  width: 40px; }

.famous_pp_fade {
  display: none; }

.famous_pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.famous_pp_content_container .famous_pp_left {
  padding-left: 20px; }

.famous_pp_content_container .famous_pp_right {
  padding-right: 20px; }

.famous_pp_content_container .famous_pp_details {
  float: left;
  margin: 10px 0 2px 0; }

.famous_pp_description {
  display: none;
  margin: 0; }

.famous_pp_social {
  float: left;
  margin: 0; }

.famous_pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.famous_pp_social .twitter {
  float: left; }

.famous_pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.famous_pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap; }

.famous_pp_nav .famous_pp_play,
.famous_pp_nav .famous_pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.famous_pp_arrow_previous,
a.famous_pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.famous_pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.famous_pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.famous_pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.famous_pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap; }

.famous_pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.famous_pp_gallery ul a:hover,
.famous_pp_gallery li.selected a {
  border-color: #fff; }

.famous_pp_gallery ul a img {
  border: 0; }

.famous_pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.famous_pp_gallery li.default a {
  background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.famous_pp_gallery li.default a img {
  display: none; }

.famous_pp_gallery .famous_pp_arrow_previous,
.famous_pp_gallery .famous_pp_arrow_next {
  margin-top: 7px !important; }

a.famous_pp_next {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.famous_pp_previous {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.famous_pp_expand,
a.famous_pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.famous_pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.famous_pp_bottom {
  height: 20px;
  position: relative; }

* html .famous_pp_bottom, .navik-header *::before html .famous_pp_bottom, .navik-header *::after html .famous_pp_bottom, .navik-header .dropdown-plus::after html .famous_pp_bottom {
  padding: 0 20px; }

.famous_pp_bottom .famous_pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.famous_pp_bottom .famous_pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .famous_pp_bottom .famous_pp_middle, .navik-header *::before html .famous_pp_bottom .famous_pp_middle, .navik-header *::after html .famous_pp_bottom .famous_pp_middle, .navik-header .dropdown-plus::after html .famous_pp_bottom .famous_pp_middle {
  left: 0;
  position: static; }

.famous_pp_bottom .famous_pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.famous_pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#famous_pp_full_res {
  line-height: 1 !important; }

#famous_pp_full_res .famous_pp_inline {
  text-align: left; }

#famous_pp_full_res .famous_pp_inline p {
  margin: 0 0 15px 0; }

div.famous_ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999; }

.hero-title-yellow {
  color: #00abc8 !important;
  font-size: 3em !important; }

.rounded-container-3-text-adjustment-call {
  padding-top: 11px;
  padding-bottom: 10px; }

.rounded-container-3-text-adjustment-logo {
  padding-top: 8px;
  padding-bottom: 10px; }

.rounded-container-3-text-adjustment-contact {
  padding-top: 5px;
  padding-bottom: 11px; }

.rounded-container-3-text-adjustment-button {
  padding-top: 10px; }

.topic-header {
  height: 80px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #00abc8;
  margin-top: 20px; }

.topic-section-header {
  height: 80px;
  width: 90px;
  background: #ffffff;
  border: 1px solid #00abc8;
  margin-top: 20px; }

.topic-header-icon {
  height: 75px;
  width: 87px; }

.topic-header-content {
  font-weight: 600;
  font-size: 1.8em;
  color: #273c49;
  vertical-align: top;
  padding-top: 25px; }

.topic-section-header-content {
  font-weight: 600;
  font-size: 1.8em;
  color: #273c49;
  vertical-align: top;
  padding-top: 40px; }

.flat-fee-descriptive-text {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 20px 0px 20px 0px; }

.flat-fee-lots-of-questions-text li {
  margin: 1em 0; }

.flat-fee-lots-of-questions-text p {
  color: #273c49;
  font-weight: 600;
  line-height: 1.2e; }

.jump-links a {
  color: #273c49; }
  @media screen and (min-width: 900px) {
    .jump-links a {
      font-size: 1.2em; } }
  @media screen and (max-width: 900px) {
    .jump-links a {
      font-size: 1.6em;
      line-height: 1.4em; } }
.jump-links-anchor a {
  color: #273c49;
  font-weight: 600;
  font-size: 1.6em; }

.flat-fee-container h2 {
  color: #273c49;
  font-size: 1.4em; }

.flat-fee-container li {
  margin: .5em 0;
  font-size: 1.2em !important; }

.flat-fee-container p {
  font-size: 1.2em !important; }

.flat-fee-sub-container h2 {
  color: #273c49;
  font-size: 1.4em; }

.flat-fee-sub-container p {
  font-size: 1.2em !important; }

.flat-fee-sub-container-padding {
  padding-top: 10px; }

.flat-fee-sprite-num {
  height: 95px;
  max-width: 65px; }

.flat-fee-question {
  font-size: 1.2em !important;
  color: #273c49;
  line-height: 1.2em; }

.flat-fee-answer {
  font-size: 1.2em !important;
  color: #4a4a4a;
  line-height: 1.2em; }

.flat-fee-q-a {
  font-weight: 600; }

.content-title-index h2 {
  color: #273c49;
  font-size: 1.8em;
  text-align: left;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.content-title-index h3 {
  color: #4a4a4a;
  font-size: 1.4em;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  padding-top: .2em;
  letter-spacing: 1px; }

.statement-block h1 {
  color: #273c49;
  font-size: 2.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.statement-block h2 {
  color: #273c49;
  font-size: 2.2em;
  margin: 0;
  font-weight: 500;
  padding-top: .0em;
  letter-spacing: 1px; }

.statement-block h3 {
  color: #00abc8;
  font-size: 1.9em;
  margin: 0;
  font-weight: 500;
  font-style: italic;
  padding-top: .9em;
  letter-spacing: 1px;
  font-style: italic; }

.statement-block h4 {
  color: #273c49;
  font-size: 1.8em;
  margin: 0;
  font-weight: 500;
  padding-top: .0em;
  letter-spacing: 1px;
  padding-bottom: 70px; }
  .statement-block h4 a {
    color: #00abc8; }
  .statement-block h4 a:hover {
    color: #4a4a4a; }

.statement-block h5 {
  color: #4a4a4a;
  font-size: 1.6em;
  margin: 0;
  font-weight: 500;
  padding-top: .9em;
  letter-spacing: 1px; }

.statement-block .statement-block-green {
  color: #dc8a00;
  font-size: 1.6em; }

.index-image-circle {
  padding: 30px 0px 20px 50px; }

.index-block-statement, .index-block-statement-group-large, .index-block-statement-group-small {
  color: white;
  text-align: center; }

.index-block-statement {
  font-size: 2.4em;
  padding: 60px 0px 60px 0px;
  line-height: 50px; }

.index-block-statement-group-large {
  font-size: 2.4em;
  padding: 60px 0px 20px 0px;
  line-height: 50px; }

.index-block-statement-group-small {
  font-size: 1.4em;
  padding: 0px 0px 60px 0px;
  line-height: 30px; }

.statement-block-transparent h2 {
  color: white;
  font-size: 2.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.statement-block-transparent h3 {
  color: white;
  font-size: 2.2em;
  margin: 0;
  font-weight: 600;
  padding-top: .9em;
  letter-spacing: 1px;
  font-style: italic; }

.statement-block-transparent h4 {
  color: white;
  font-size: 1.8em;
  margin: 0;
  font-weight: 700;
  padding-top: .0em;
  letter-spacing: 1px;
  padding-bottom: 70px; }
  .statement-block-transparent h4 a {
    color: #00abc8; }
  .statement-block-transparent h4 a:hover {
    color: #4a4a4a; }

.program-block-header h2 {
  color: #273c49;
  font-size: 1.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  padding-bottom: .7em;
  letter-spacing: 1px; }

.buyer-search-block .buyer-search-img {
  width: 100%;
  display: block; }

.buyer-search-block .column.two {
  text-align: center; }
  .buyer-search-block .column.two h3 {
    text-align: center; }

.savings-calculator-block h2 {
  color: #273c49;
  padding-top: 10px;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block h3 {
  color: #273c49;
  padding-top: 5px;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block h4 {
  color: #273c49;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block h5 {
  color: #273c49;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block .range-slider {
  max-width: 600px; }

.savings-calculator-block .plan-highlights {
  margin-top: 20px; }
  @media screen and (min-width: 900px) {
    .savings-calculator-block .plan-highlights ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.2em;
      line-height: 1.2em; } }
  @media screen and (max-width: 900px) {
    .savings-calculator-block .plan-highlights ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.8em;
      line-height: 1.2em; } }
  .savings-calculator-block .plan-highlights li:before, .savings-calculator-block .plan-highlights li.dropdown-plus::after {
    background-color: #00abc8;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -1em;
    height: 8px;
    width: 8px; }

.broker-block .two-column-windows .two-column-window {
  padding-bottom: 0px; }

.broker-block .broker-image {
  margin-top: auto; }

.broker-block .broker-text {
  padding-top: 4em;
  width: 100%; }
  .broker-block .broker-text P {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    color: #4a4a4a; }
    .broker-block .broker-text P .broker-quote {
      font-style: italic;
      color: #00abc8; }

.index-circle-block .two-column-windows .two-column-window {
  padding-bottom: 0px; }

.index-circle-block .index-circle-image {
  padding: 60px 0px 60px 50px; }
  .index-circle-block .index-circle-image P {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2em;
    color: #4a4a4a;
    padding-left: 22px;
    padding-top: 10px;
    margin-top: 0px; }

.index-circle-block .index-circle-image-1 {
  padding: 60px 0px 60px 50px; }

.index-circle-block .index-circle-image-2 {
  padding: 80px 0px 60px 50px; }

.index-circle-block .index-circle-text-on-blue {
  padding-top: 3em;
  width: 100%; }
  .index-circle-block .index-circle-text-on-blue .index-platinum-text {
    padding-bottom: 0px; }
  .index-circle-block .index-circle-text-on-blue h1 {
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    text-align: center; }
  .index-circle-block .index-circle-text-on-blue h2 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 3px;
    padding-top: 0px; }
  .index-circle-block .index-circle-text-on-blue h6 {
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    text-align: center; }
  .index-circle-block .index-circle-text-on-blue P {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2em;
    color: white;
    text-align: center;
    margin-top: 0px; }

.index-circle-block .index-circle-text-on-white {
  padding-top: 3em;
  width: 100%; }
  .index-circle-block .index-circle-text-on-white h1 {
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.2em;
    color: #273c49;
    text-align: center;
    padding-bottom: 0px; }
  .index-circle-block .index-circle-text-on-white h2 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
    color: #273c49;
    text-align: center;
    margin-bottom: 3px; }
  .index-circle-block .index-circle-text-on-white P {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2em;
    color: #273c49;
    text-align: center;
    margin-top: 0px; }
  .index-circle-block .index-circle-text-on-white .index-circle-button {
    padding: 5px 0px 50px 0px; }

.service-block-one h1 {
  color: #273c49;
  font-size: 2.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.service-block-one h2 {
  color: #273c49;
  font-size: 2.2em;
  margin: 0;
  font-weight: 500;
  padding-top: .9em;
  padding-bottom: .0em;
  letter-spacing: 1px; }

.service-block-one h3 {
  color: #00abc8;
  font-size: 1.9em;
  margin: 0;
  font-weight: 500;
  font-style: italic;
  padding-top: .9em;
  letter-spacing: 1px;
  font-style: italic; }

.service-block-one h4 {
  color: #273c49;
  font-size: 1.8em;
  margin: 0;
  font-weight: 500;
  padding-bottom: .0em;
  letter-spacing: 1px; }

.service-block-one h5 {
  color: #4a4a4a;
  font-size: 1.6em;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: .0em;
  padding-bottom: .0em; }

.service-block-one .bullet-padding {
  padding-bottom: 10px; }

.service-block-one .callout-block-icon {
  height: 100px;
  width: 120px;
  display: inline-block; }

.service-block-one h1 {
  margin-top: 0;
  margin-bottom: 0.25em; }

.service-block-two h1, .service-block-two h4, .service-block-three h1, .service-block-three h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.service-block-two h2, .service-block-three h2 {
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 2em;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.service-block-two h3, .service-block-three h3 {
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 2em 2em;
  margin-bottom: 0px; }

.service-block-two h6, .service-block-three h6 {
  color: #ffffff;
  text-align: center;
  font-size: 2.4em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.service-block-two .callout-block-title, .service-block-three .callout-block-title {
  color: #ffffff; }

.knowledge-block {
  width: 100%;
  align-content: center; }
  .knowledge-block .video-wrapper {
    width: 100%;
    text-align: center; }
    .knowledge-block .video-wrapper .video-container {
      align-content: center;
      max-width: 500px;
      min-width: 250px;
      margin: .25em; }
    .knowledge-block .video-wrapper .video-img {
      width: 350px; }
    .knowledge-block .video-wrapper .video-title {
      color: #273c49;
      font-size: 1.2em;
      font-weight: 600; }
  .knowledge-block h1 {
    color: #273c49; }
  .knowledge-block .more-knowledge-button {
    text-align: center;
    padding: 20px 0px 30px 0px; }

@media (min-width: 714px) {
  .default-flat-fee {
    padding-top: 20px; } }

@media (min-width: 1px) and (max-width: 713px) {
  .defualt-flat-fee {
    padding-top: 70px; }
  .default-flat-fee h1, h6 {
    font-size: 1.8em !important; }
  .default-flat-fee h2 {
    font-size: 1.4em !important; } }

.index-callout h1 {
  color: #273c49;
  font-size: 1.4em !important;
  margin: 0 0 0 0 !important; }

.index-callout h6 {
  color: #273c49;
  font-size: 2.2em !important;
  margin: 0 0 0 0 !important;
  padding: 20px 0px 20px 0px; }

.index-callout h3 {
  color: #00abc8;
  font-size: 1.9em;
  text-align: center; }

.index-bullet-padding {
  padding: 5px 0px 25px 60px; }

@media screen and (min-width: 501px) {
  .pro-background {
    background: url(../img/index-pro-background.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
  .pro-success-map-tag {
    font-style: italic;
    font-size: 1em;
    float: right;
    text-align: center;
    margin: 30px 0px 20px 0px;
    padding: 5px 10px 5px 10px;
    background-color: rgba(249, 249, 249, 0.7);
    border-radius: 3px; } }

@media screen and (max-width: 500px) {
  .pro-background {
    background: url(../img/index-pro-background-small.png);
    background-repeat: no-repeat; }
  .pro-success-map-tag {
    font-style: italic;
    font-size: 1.2em;
    text-align: center;
    padding: 20px 0px 20px 0px; } }

.pro-success {
  max-width: 550px;
  line-height: 2em; }

.pro-success-map-spacer {
  padding-top: 225px; }

.pro-success-button-padding {
  padding: 30px 0px 60px 0px; }

.pro-success-logo {
  padding: 30px 0px 30px 0px; }

.pro-success-title {
  color: #273c49;
  font-size: 1.8em;
  font-weight: 800;
  padding-top: 30px; }

.pro-success-sub {
  font-size: 1.4em;
  font-weight: 800;
  padding-top: 30px; }

.index-pro-tagline {
  font-size: 1.4em;
  font-weight: 600;
  color: #00abc8; }

.consider-pro {
  color: #273c49;
  font-size: 2.4em;
  font-weight: 700;
  text-align: center;
  padding: 30px 0px 30px 0px; }

.parrallax-title h6 {
  color: #ffffff;
  font-size: 2.4em;
  text-align: center; }

.gmo-input-form {
  margin: 0 auto;
  width: 100%;
  font-size: 0; }

fieldset .form {
  border: 0.15rem solid transparent;
  -o-border-image: linear-gradient(to top, #ebebeb, #ebebeb, #ebebeb);
  border-image: linear-gradient(to top, #ebebeb, #ebebeb, #ebebeb);
  border-image-slice: 1;
  padding: 1rem; }

fieldset {
  margin-bottom: 5px; }

.input-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  vertical-align: top; }

.input-wrapper-close {
  margin: 0;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem 2px 1rem 2px;
  vertical-align: top; }

.input-wrapper-checkboxes {
  margin: 0;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 2px 0px 2px 0px;
  vertical-align: top; }

.input-wrapper-no-pad {
  margin: 0;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  vertical-align: top; }

.lg-third {
  max-width: 18rem; }

.input-wrapper label,
.input-wrapper input,
.input-wrapper button, .input-wrapper-close label,
.input-wrapper-close input,
.input-wrapper-close button, .input-wrapper-no-pad label,
.input-wrapper-no-pad input,
.input-wrapper-no-pad button, .input-wrapper-checkboxes label,
.input-wrapper-checkboxes input,
.input-wrapper-checkboxes button {
  outline: 0;
  border-radius: 0; }

.input-wrapper .label-fix, .input-wrapper-close .label-fix, .input-wrapper-no-pad .label-fix, .input-wrapper-checkboxes .label-fix {
  margin-bottom: -4px !important; }

.input-wrapper label,
.input-wrapper button, .input-wrapper-close label,
.input-wrapper-close button, .input-wrapper-no-pad label,
.input-wrapper-no-pad button, .input-wrapper-checkboxes label,
.input-wrapper-checkboxes button {
  cursor: pointer; }

.input-wrapper input[type="text"] + label,
.input-wrapper input[type="text"],
.input-wrapper input[type="date"] + label,
.input-wrapper input[type="date"],
.input-wrapper input[type="checkbox"],
.input-wrapper input[type="checkbox"] + label
input[type="radio"] + label,
.input-wrapper input[type="radio"], .input-wrapper-close input[type="text"] + label,
.input-wrapper-close input[type="text"],
.input-wrapper-close input[type="date"] + label,
.input-wrapper-close input[type="date"],
.input-wrapper-close input[type="checkbox"],
.input-wrapper-close input[type="checkbox"] + label
input[type="radio"] + label,
.input-wrapper-close input[type="radio"], .input-wrapper-no-pad input[type="text"] + label,
.input-wrapper-no-pad input[type="text"],
.input-wrapper-no-pad input[type="date"] + label,
.input-wrapper-no-pad input[type="date"],
.input-wrapper-no-pad input[type="checkbox"],
.input-wrapper-no-pad input[type="checkbox"] + label
input[type="radio"] + label,
.input-wrapper-no-pad input[type="radio"], .input-wrapper-checkboxes input[type="text"] + label,
.input-wrapper-checkboxes input[type="text"],
.input-wrapper-checkboxes input[type="date"] + label,
.input-wrapper-checkboxes input[type="date"],
.input-wrapper-checkboxes input[type="checkbox"],
.input-wrapper-checkboxes input[type="checkbox"] + label
input[type="radio"] + label,
.input-wrapper-checkboxes input[type="radio"] {
  display: inline-block;
  outline: 0; }

.input-wrapper input[type="text"],
.input-wrapper input[type="date"], .input-wrapper-close input[type="text"],
.input-wrapper-close input[type="date"], .input-wrapper-no-pad input[type="text"],
.input-wrapper-no-pad input[type="date"], .input-wrapper-checkboxes input[type="text"],
.input-wrapper-checkboxes input[type="date"] {
  height: 4.8rem;
  width: 100%;
  padding-top: 1em;
  padding-left: 0.45em;
  padding-bottom: 0.25em;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1;
  border-color: #00abc8; }

.input-wrapper select, .input-wrapper-close select, .input-wrapper-no-pad select, .input-wrapper-checkboxes select {
  height: 4.8rem;
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  border: 0;
  border: 1;
  border-color: #00abc8;
  box-shadow: inset 0 0 0 0.2rem #00abc8; }

.input-wrapper .vertical-stack, .input-wrapper-close .vertical-stack, .input-wrapper-no-pad .vertical-stack, .input-wrapper-checkboxes .vertical-stack {
  display: block !important;
  padding-top: 2px; }

.input-wrapper .select-scroll, .input-wrapper-close .select-scroll, .input-wrapper-no-pad .select-scroll, .input-wrapper-checkboxes .select-scroll {
  overflow: auto;
  width: 70px;
  height: 80px;
  border: 1px silver solid; }

.input-wrapper .select-scroll select, .input-wrapper-close .select-scroll select, .input-wrapper-no-pad .select-scroll select, .input-wrapper-checkboxes .select-scroll select {
  border: none; }

.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="text"].open, .input-wrapper-close input[type="text"]:focus,
.input-wrapper-close input[type="text"].open, .input-wrapper-no-pad input[type="text"]:focus,
.input-wrapper-no-pad input[type="text"].open, .input-wrapper-checkboxes input[type="text"]:focus,
.input-wrapper-checkboxes input[type="text"].open {
  color: #273c49;
  background: #fff;
  box-shadow: inset 0 1.5rem 0 #00abc8, inset 0 0 0 0.2rem #00abc8; }

.input-wrapper input[type="text"] ~ label, .input-wrapper-close input[type="text"] ~ label, .input-wrapper-no-pad input[type="text"] ~ label, .input-wrapper-checkboxes input[type="text"] ~ label {
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  width: 85%;
  padding: 0 0.5em 0.5em;
  transition: all 0.1s ease-in-out; }

.input-wrapper input[type="text"]:focus ~ label,
.input-wrapper input[type="text"].open ~ label, .input-wrapper-close input[type="text"]:focus ~ label,
.input-wrapper-close input[type="text"].open ~ label, .input-wrapper-no-pad input[type="text"]:focus ~ label,
.input-wrapper-no-pad input[type="text"].open ~ label, .input-wrapper-checkboxes input[type="text"]:focus ~ label,
.input-wrapper-checkboxes input[type="text"].open ~ label {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  -webkit-transform: scale(0.8) translateX(-13%) translateY(-3.2rem);
  transform: scale(0.8) translateX(-13%) translateY(-3.2rem); }

.form-fieldset-descriptive-text {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  color: #273c49; }

.form-descriptive-text {
  font-size: 1.2em;
  line-height: 1.5em; }

.form-descriptive-text.required {
  color: red; }

.form-descriptive-text.required::after {
  content: "*"; }

.submit-wrap {
  margin: auto;
  max-width: 35rem; }

.address-submit-btn {
  text-align: center;
  padding-bottom: 30px;
  min-height: 45px;
  font-size: 1.4rem; }

.lg-align-top {
  vertical-align: top; }

@media screen and (min-width: 40rem) {
  .container {
    max-width: 54rem;
    margin: 2rem auto; }
  .input-wrapper, .input-wrapper-close, .input-wrapper-no-pad, .input-wrapper-checkboxes {
    display: inline-block; }
  .lg-quarter {
    width: 25%; }
  .lg-half {
    width: 50%; }
  .lg-third {
    width: 33.3333%; }
  .lg-two-thirds {
    width: 66.6666%; }
  .lg-1 {
    width: 1%; }
  .lg-2 {
    width: 2%; }
  .lg-3 {
    width: 3%; }
  .lg-4 {
    width: 4%; }
  .lg-5 {
    width: 5%; }
  .lg-6 {
    width: 6%; }
  .lg-7 {
    width: 7%; }
  .lg-8 {
    width: 8%; }
  .lg-9 {
    width: 9%; }
  .lg-10 {
    width: 10%; }
  .lg-11 {
    width: 11%; }
  .lg-12 {
    width: 12%; }
  .lg-13 {
    width: 13%; }
  .lg-14 {
    width: 14%; }
  .lg-15 {
    width: 15%; }
  .lg-16 {
    width: 16%; }
  .lg-17 {
    width: 17%;
    padding-left: 10px; }
  .lg-18 {
    width: 18%; }
  .lg-19 {
    width: 19%; }
  .lg-20 {
    width: 20%; }
  .lg-21 {
    width: 21%; }
  .lg-22 {
    width: 22%; }
  .lg-23 {
    width: 23%; }
  .lg-24 {
    width: 24%; }
  .lg-25 {
    width: 25%; }
  .lg-26 {
    width: 26%; }
  .lg-27 {
    width: 27%; }
  .lg-28 {
    width: 28%; }
  .lg-29 {
    width: 29%; }
  .lg-30 {
    width: 30%; }
  .lg-32 {
    width: 32%; }
  .lg-33 {
    width: 33.3333%; }
  .lg-35 {
    width: 35%; }
  .lg-40 {
    width: 40%; }
  .lg-41 {
    width: 41%; }
  .lg-42 {
    width: 42%; }
  .lg-43 {
    width: 43%; }
  .lg-44 {
    width: 44%; }
  .lg-45 {
    width: 45%; }
  .lg-46 {
    width: 46%; }
  .lg-47 {
    width: 47%; }
  .lg-48 {
    width: 48%; }
  .lg-49 {
    width: 49%; }
  .lg-50 {
    width: 50%; }
  .lg-51 {
    width: 51%; }
  .lg-52 {
    width: 52%; }
  .lg-53 {
    width: 53%; }
  .lg-54 {
    width: 54%; }
  .lg-55 {
    width: 55%; }
  .lg-56 {
    width: 56%; }
  .lg-57 {
    width: 57%; }
  .lg-58 {
    width: 58%; }
  .lg-59 {
    width: 59%; }
  .lg-60 {
    width: 60%; }
  .lg-61 {
    width: 61%; }
  .lg-62 {
    width: 62%; }
  .lg-63 {
    width: 63%; }
  .lg-64 {
    width: 64%; }
  .lg-65 {
    width: 65%; }
  .lg-66 {
    width: 66%; }
  .lg-67 {
    width: 67%; }
  .lg-68 {
    width: 68%; }
  .lg-69 {
    width: 69%; }
  .lg-70 {
    width: 70%; }
  .lg-71 {
    width: 70%; }
  .lg-72 {
    width: 70%; }
  .lg-73 {
    width: 70%; }
  .lg-74 {
    width: 74%; }
  .lg-75 {
    width: 75%; }
  .lg-76 {
    width: 76%; }
  .lg-77 {
    width: 77%; }
  .lg-78 {
    width: 78%; }
  .lg-79 {
    width: 79%; }
  .lg-80 {
    width: 80%; }
  .lg-81 {
    width: 81%; }
  .lg-82 {
    width: 82%; }
  .lg-83 {
    width: 83%; }
  .lg-84 {
    width: 84%; }
  .lg-85 {
    width: 85%; }
  .lg-86 {
    width: 86%; }
  .lg-87 {
    width: 87%; }
  .lg-88 {
    width: 88%; }
  .lg-89 {
    width: 89%; }
  .lg-90 {
    width: 90%; }
  .lg-91 {
    width: 91%; }
  .lg-92 {
    width: 92%; }
  .lg-93 {
    width: 93%; }
  .lg-94 {
    width: 94%; }
  .lg-95 {
    width: 95%; }
  .lg-96 {
    width: 96%; }
  .lg-97 {
    width: 97%; }
  .lg-98 {
    width: 98%; }
  .lg-99 {
    width: 99%; }
  .lg-100 {
    width: 100%; }
  .form-height-adjust-148 {
    height: 148px; }
  .lg-side-by-side {
    display: inline-block;
    padding-right: 2px; }
  .lg-descriptive-text {
    font-size: .9em;
    padding: 5px 5px 5px 5px; }
  .lg-table-descriptive-text {
    font-size: 1.0em;
    padding: 5px 0px 5px 0px;
    text-align: center; }
  .lg-table-border {
    border-style: solid;
    border-color: 4e4e4e;
    border-width: 1px; }
  .lg-checkbox-padding {
    padding: 15px 0px 5px 10px; }
  .lg-checkbox-padding-multi-line {
    padding: 0px 0px 5px 10px; } }

@media screen and (max-width: 39rem) {
  .input-wrapper-no-pad {
    display: inline-block; }
  .lg-descriptive-text {
    font-size: .9em;
    padding: 5px 5px 5px 5px; }
  .lg-table-border {
    border-style: solid;
    border-color: 4e4e4e;
    border-width: 1px; } }

@media screen and (min-width: 40rem) and (min-height: 67.5rem) {
  .container {
    position: absolute;
    width: 100%;
    max-width: 54rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

div.dd_chk_select {
  border-color: #f3a520 !important;
  border-width: 2px !important;
  border-radius: 4px !important;
  height: 4.8rem !important;
  background-color: #f9f9f9 !important; }

div.dd_chk_drop {
  background-color: #f9f9f9 !important;
  border-left: 2px solid #f3a520 !important;
  border-right: 2px solid #f3a520 !important;
  border-bottom: 2px solid #f3a520 !important;
  border-top: 0px !important;
  left: -2px !important;
  top: 35px !important; }

div.dd_chk_select div#caption {
  height: 40px !important;
  font-size: 1.2em !important; }

div.dd_chk_select div {
  padding-top: 14px !important; }

div.dd_chk_select div label {
  display: inline !important;
  font-weight: 500 !important; }

[type="checkbox"], [type="radio"] {
  margin-bottom: 0.375em !important; }

div.dd_chk_drop div#checks {
  max-height: 380px !important; }

div.dd_chk_drop div#buttons input:hover {
  background-color: #f9f9f9 !important; }

.fa-question-circle {
  color: #00abc8;
  vertical-align: top;
  font-size: 1.2em; }

.fa-exclamation-triangle {
  color: red;
  vertical-align: top;
  font-size: 1.2em; }

.form-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 99999; }

@media screen and (min-width: 0px) and (max-width: 415px) {
  .form-tooltip .form-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0d4673;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 3px 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: .9em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; }
    .form-tooltip .form-tooltiptext a:link {
      color: #ffffff !important; }
    .form-tooltip .form-tooltiptext a:hover {
      color: #ffffff !important; }
  .form-tooltip .form-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 90%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0d4673 transparent transparent transparent; } }

@media screen and (min-width: 416px) {
  .form-tooltip .form-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0d4673;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 3px 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: .9em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; }
    .form-tooltip .form-tooltiptext a:link {
      color: #ffffff !important; }
    .form-tooltip .form-tooltiptext a:hover {
      color: #ffffff !important; }
  .form-tooltip .form-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0d4673 transparent transparent transparent; } }

.form-tooltip:hover .form-tooltiptext {
  visibility: visible;
  opacity: 1; }

.error-highlight {
  background-color: #fffea4;
  border: 2px solid red; }

.input-pad-correct input {
  padding-left: 0px !important; }

.full-row-cover-cs-programs {
  padding: 3em;
  position: relative;
  z-index: 1;
  background-image: url("../img/learning-academy-row-cs-bkg.jpg");
  background-size: cover;
  background-position: center; }

.option-price {
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  color: #01bb0f; }

.option-btn-pad {
  padding-bottom: 158px; }

.location-landing-pages-property-layout-wrapper {
  padding-left: 20px; }
  .location-landing-pages-property-layout-wrapper .property-layout {
    padding: 0px; }

locations-landing-page-listings-map {
  width: 100%; }

.emphasis-text {
  color: #273c49;
  font-weight: 700; }

.emphasis-text-large {
  color: #273c49;
  font-weight: 600;
  font-size: 1.5em; }

@media (min-width: 901px) {
  .rebate-state-button {
    min-width: 450px;
    padding-bottom: 30px; } }

@media (max-width: 900px) {
  .rebate-state-button {
    text-align: center;
    min-width: 350px;
    padding-bottom: 30px; } }

.ajax__fileupload {
  padding: 4px;
  border: none !important;
  overflow: auto; }

.ajax__fileupload_selectFileContainer {
  height: 24px;
  line-height: 24px;
  border-radius: 3px !important; }

.ajax__fileupload_selectFileButton {
  display: block;
  height: 24px;
  line-height: 24px;
  width: 200px !important;
  text-align: center;
  background-color: #212121;
  color: #D0D0D0;
  cursor: pointer;
  margin-right: 4px;
  font-size: 13px; }

.ajax__fileupload_selectFileButton:hover {
  background-color: #000000;
  color: #ffffff; }

.ajax__fileupload_topFileStatus {
  color: #7f7e7e; }

.ajax__fileupload_ProgressBarHolder {
  margin-right: 70px;
  _margin-right: 0; }

.ajax__fileupload_uploadbutton {
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #000099;
  border-radius: 3px !important; }

.ajax_fileupload_cancelbutton {
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #990033; }

.ajax__fileupload_dropzone {
  line-height: 25px !important;
  height: 200px !important;
  text-align: center;
  _text-align: left;
  margin-bottom: 2px;
  background: url(../img/photo-upload.png) center !important;
  background-repeat: no-repeat !important; }

.ajax__fileupload_queueContainer {
  margin-top: 2px;
  padding: 4px;
  clear: both;
  border-top: none important;
  border-left: none !important;
  border-right: none !important; }

.ajax__fileupload_progressBar {
  padding-left: 4px;
  background-color: #CCFFCC; }

.ajax__fileupload_footer {
  margin-top: 2px;
  line-height: 20px;
  height: 20px; }

.ajax__fileupload_fileItemInfo {
  line-height: 20px;
  height: 20px;
  margin-bottom: 2px;
  overflow: hidden; }

.ajax__fileupload_fileItemInfo .filename {
  font-weight: bold; }

.ajax__fileupload_fileItemInfo .uploadstatus {
  font-style: italic; }

.ajax__fileupload_fileItemInfo .removeButton {
  cursor: pointer;
  background-color: #900;
  color: white;
  width: 55px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  float: left;
  border-radius: 3px !important; }

.ajax__fileupload_fileItemInfo .uploadedState {
  color: #060;
  background-color: #fff; }

.ajax__fileupload_fileItemInfo .uploadingState {
  color: #FF9900;
  background-color: #fff; }

.ajax__fileupload_fileItemInfo .pendingState {
  color: #009;
  background-color: #fff; }

.ajax__fileupload_fileItemInfo .errorState {
  color: #ffffff;
  background-color: #ff0000; }

.ajax__fileupload_fileItemInfo .cancelledState {
  color: #900;
  background-color: #fff; }

.ajax__fileupload_selectFileContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 200px !important; }

.ajax__fileupload_selectFileContainer input {
  cursor: pointer;
  height: 40px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }

.ajax__fileupload_fileItemInfo {
  position: relative;
  z-index: 0; }

.ajax__fileupload_fileItemInfo div {
  display: inline-block; }

.ajax__fileupload_fileItemInfo div.removeButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px 0px 5px !important;
  width: 100px; }

.housecert-top-text {
  color: #273c49;
  font-size: 1.6em;
  font-weight: 500;
  padding-top: 40px; }

.housecert-top-logo-section {
  text-align: center; }
  .housecert-top-logo-section h1 {
    color: #273c49;
    font-size: 2.1em;
    font-weight: 600; }
  .housecert-top-logo-section p {
    color: #4a4a4a;
    font-size: 1.4em; }

.housecert-bottom-text {
  text-align: center; }

.pcc-row-container {
  display: table;
  width: 100%; }

.pcc-row {
  display: table-row; }

.pcc-cell {
  display: table-cell;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid rgba(39, 60, 73, 0.3);
  vertical-align: middle;
  background-color: white; }

.pcc-cell-blank {
  display: table-cell;
  padding: 12px 0px 12px 0px;
  vertical-align: middle; }

.pcc-description-cell {
  display: table-cell;
  border-bottom: 1px solid rgba(39, 60, 73, 0.3);
  padding: 5px 0px 5px 7px;
  background-color: white;
  border-left: 1px solid rgba(39, 60, 73, 0.1); }
  .pcc-description-cell ul {
    padding-top: 5px; }
  .pcc-description-cell ul li {
    list-style-type: none;
    margin-left: 1.8em;
    font-size: .9em;
    line-height: 1.1em; }
  .pcc-description-cell li:before, .pcc-description-cell li.dropdown-plus::after {
    background-color: #00abc8;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -1em;
    height: 6px;
    width: 6px; }

.pcc-link-color a {
  color: #4a4a4a; }

.pcc-link-color a:hover {
  color: #00abc8; }

.pcc-section-cell {
  display: table-cell;
  padding: 5px 0px 5px 7px;
  border-bottom: 1px solid rgba(39, 60, 73, 0.3);
  color: #273c49;
  font-weight: 600; }

.pcc-text-cell {
  display: table-cell;
  border-bottom: 1px solid rgba(39, 60, 73, 0.3);
  text-align: center;
  vertical-align: middle;
  background-color: white; }

.pcc-text-cell-header {
  display: table-cell;
  border-bottom: 1px solid rgba(39, 60, 73, 0.3);
  text-align: center;
  vertical-align: middle; }

.pcc-cell-sub-text {
  font-size: .8em; }

.pcc-title-cell {
  display: table-cell;
  padding: 10px 0px 10px 0px; }

.pcc-description {
  width: 60%;
  vertical-align: middle; }
  .pcc-description a {
    vertical-align: middle; }

.pcc-mls-only {
  width: 20%;
  text-align: center; }

.pcc-gold {
  width: 20%;
  text-align: center; }

.pcc-platinum {
  width: 20%;
  text-align: center; }

.pcc-check {
  color: green;
  font-size: 1.4em; }

.pcc-x {
  color: red;
  font-size: 1.4em; }

.pcc-inc-in-pro {
  font-size: 1.0em;
  padding: 20px 0px 0px 20px; }

.pcc-header-text {
  color: #273c49;
  font-weight: 600; }

.pcc-desktop-title-text {
  color: #273c49;
  font-weight: 600;
  font-size: 1.4em; }

.pcc-desktop-sub-title-text {
  color: #4a4a4a;
  font-size: .8em;
  padding: 10px 0px 10px 0px;
  line-height: 1.3em; }

.pcc-desktop-price-text {
  color: #273c49;
  font-weight: 600;
  font-size: 1.4em;
  padding: 0px 0px 5px 0px; }

.pcc-desktop-price-spacer {
  height: 26px; }

.pcc-desktop-discount-price-text {
  color: green;
  font-weight: 600;
  font-size: 1.4em;
  padding: 0px 0px 5px 0px; }

.pcc-desktop-platinum-price-text {
  color: #273c49;
  font-weight: 600;
  font-size: 1.4em;
  padding: 0px 0px 0px 0px; }

.pcc-desktop-sub-price-text {
  color: #4a4a4a;
  font-size: .8em;
  padding: 0px 0px 10px 0px;
  line-height: 1.3em; }

.pcc-desktop-btn {
  padding: 10px 0px 10px 0px; }

.pcc-row-container-mobile {
  display: table;
  width: 100%; }

.pcc-row-mobile {
  display: table-row; }

.pcc-row-header-mobile {
  display: table-row;
  height: 45px; }

.pcc-section-cell-mobile {
  display: table-cell;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid rgba(39, 60, 73, 0.3);
  color: #273c49;
  font-weight: 600; }

.pcc-text-cell-mobile {
  display: table-cell;
  border-top: 1px solid rgba(39, 60, 73, 0.3);
  text-align: center;
  vertical-align: middle; }

.pcc-cell-mobile {
  display: table-cell;
  padding: 10px 0px 5px 0px;
  border-top: 1px solid rgba(39, 60, 73, 0.3);
  vertical-align: middle; }

.pcc-cell-header-mobile {
  display: table-cell;
  padding: 10px 0px 10px 0px; }

.pcc-description-mobile {
  min-width: 80%;
  vertical-align: middle; }
  .pcc-description-mobile ul {
    padding-top: 5px; }
  .pcc-description-mobile ul li {
    list-style-type: none;
    margin-left: 1.8em;
    font-size: .9em;
    line-height: 1.1em; }
  .pcc-description-mobile li:before, .pcc-description-mobile li.dropdown-plus::after {
    background-color: #00abc8;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -1em;
    height: 6px;
    width: 6px; }

.pcc-mls-only-mobile {
  width: 2%;
  text-align: center;
  color: #f1e3d7; }

.pcc-silver-mobile {
  width: 5%;
  color: #e2e2e4;
  text-align: center; }

.pcc-gold-mobile {
  width: 2%;
  color: #ece48b;
  text-align: center; }

.pcc-platinum-mobile {
  width: 1%;
  color: #d4e1ec;
  text-align: center; }

.pcc-header-text-mobile {
  color: #273c49;
  font-weight: 600; }

.pcc-header-text-mobile {
  color: #273c49;
  font-size: .6em;
  font-weight: 600;
  transform: rotate(90deg); }

@media (min-width: 0px) and (max-width: 739px) {
  .pcc-circle-text-wrapper {
    position: relative;
    margin-top: -13px;
    margin-left: 5px; } }

@media (min-width: 740px) {
  .pcc-circle-text-wrapper {
    position: relative;
    margin-top: -24px;
    margin-left: 7px; } }

.pcc-circle-text {
  margin-top: .4em;
  margin-right: .4em;
  color: black;
  font-size: 1.1em; }

.pcc-representation-text {
  font-size: .8em; }

.pcc-bullet-small ul {
  padding-top: 5px; }

.pcc-bullet-small ul li {
  list-style-type: none;
  margin-left: 1.8em;
  font-size: .9em;
  line-height: 1.1em; }

.pcc-bullet-small li:before, .pcc-bullet-small li.dropdown-plus::after {
  background-color: #00abc8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 6px;
  width: 6px; }

@media screen and (min-width: 900px) {
  .ppc-bullet-default ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; } }

@media screen and (max-width: 900px) {
  .ppc-bullet-default ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.8em;
    line-height: 1.2em; } }

.ppc-bullet-default li:before, .ppc-bullet-default li.dropdown-plus::after {
  background-color: #00abc8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.pcc-bullet-medium ul li {
  list-style-type: none;
  margin-left: 1.4em;
  font-size: 1.0em;
  line-height: 1.2em; }

.pcc-bullet-medium li:before, .pcc-bullet-medium li.dropdown-plus::after {
  background-color: #00abc8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.pcc-fancybox-styling ul li {
  list-style-type: none;
  margin-left: 1.4em;
  font-size: 1.0em;
  line-height: 1.2em; }

.pcc-fancybox-styling li:before, .pcc-fancybox-styling li.dropdown-plus::after {
  background-color: #00abc8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.pcc-fancybox-styling h1 {
  color: #273c49;
  font-size: 1.4em;
  font-weight: 600; }

.programs-detail-max-marketing-icons {
  margin: 0 auto;
  padding-top: 10px; }
  @media screen and (min-width: 900px) {
    .programs-detail-max-marketing-icons ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.2em;
      line-height: 1.2em; } }
  @media screen and (max-width: 900px) {
    .programs-detail-max-marketing-icons ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.8em;
      line-height: 1.2em; } }
  .programs-detail-max-marketing-icons li:before, .programs-detail-max-marketing-icons li.dropdown-plus::after {
    background-color: #00abc8;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -1em;
    height: 8px;
    width: 8px; }

@media screen and (min-width: 900px) {
  .programs-detail-listing-features ul li, .programs-detail-choose-us ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; } }

@media screen and (max-width: 900px) {
  .programs-detail-listing-features ul li, .programs-detail-choose-us ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.8em;
    line-height: 1.2em; } }

.programs-detail-listing-features li:before, .programs-detail-listing-features li.dropdown-plus::after, .programs-detail-choose-us li:before, .programs-detail-choose-us li.dropdown-plus::after {
  background-color: #00abc8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.marketing-icons-container {
  width: 225px;
  height: 70px;
  margin: 0 auto; }

.marketing-icons-container-large {
  width: 300px;
  height: 80px;
  margin: 0 auto; }

.marketing-is-everything-text {
  max-width: 650px; }

.marketing-is-everything-wrapper .marketing-is-everything-graphic {
  min-width: 250px;
  margin-right: 20px;
  display: inline-block;
  max-width: 350px;
  margin: 0 auto; }

.marketing-is-everything-wrapper .marketing-is-everything-text {
  padding-top: 10px;
  display: inline-block; }

.a-team-behind-you {
  max-width: 550px; }

.a-team-behind-you-wrapper .a-team-behind-you-graphic {
  min-width: 250px;
  display: inline-block; }

.a-team-behind-you-wrapper .a-team-behind-you-text {
  padding-top: 10px;
  display: inline-block;
  max-width: 500px; }

.two-column-window {
  padding-bottom: 20px; }

.customer-support-image {
  margin-left: 0px;
  min-width: 250px;
  height: 70px; }

@media (min-width: 820px) {
  .programs-detail-compare-btn {
    float: right;
    padding: 20px 10px 20px 0px; }
  .programs-detail-get-started-btn {
    padding: 20px 0px 20px 10px; } }

@media (min-width: 0px) and (max-width: 819px) {
  .programs-detail-compare-btn {
    text-align: center;
    padding: 20px 0px 20px 0px; }
  .programs-detail-get-started-btn {
    text-align: center;
    padding: 20px 0px 20px 0px; } }

.programs-detail-add-ons-shipping-astricks {
  text-align: center;
  padding-bottom: 20px; }

.programs-represenation {
  font-size: 0.8em;
  font-weight: 500;
  color: #4a4a4a;
  padding-top: 20px; }

.programs-listing-agreement {
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  padding-top: 40px; }
  .programs-listing-agreement a {
    text-decoration: underline;
    color: #4a4a4a; }
  .programs-listing-agreement a:hover {
    text-decoration: underline;
    color: #00abc8; }

.why-us-button {
  text-align: center;
  padding: 15px 0px 30px 0px; }

.section > div {
  display: none; }

.section > div:target {
  display: block; }

#success-container1, #success-container2, #success-container3, #success-container4, #success-container5, #success-container6, #success-container7, #success-container8, #success-container8b, #success-container9, #success-container10, #success-container11, #success-container12, #success-container13, #success-container14, #success-container15, #success-container16, #success-container17 {
  display: none;
  height: 450px; }

.success-background {
  background: url(../img/success-background.png) right;
  background-repeat: no-repeat;
  max-height: 800px; }

.success-link-1, .success-link-2, .success-link-3, .success-link-4, .success-link-5, .success-link-6, .success-link-7, .success-link-8, .success-link-8b, .success-link-9, .success-link-10, .success-link-11, .success-link-12, .success-link-13, .success-link-14, .success-link-15, .success-link-16, .success-link-17, .success-link-18 {
  position: relative;
  width: 35px; }
  .success-link-1 a, .success-link-2 a, .success-link-3 a, .success-link-4 a, .success-link-5 a, .success-link-6 a, .success-link-7 a, .success-link-8 a, .success-link-8b a, .success-link-9 a, .success-link-10 a, .success-link-11 a, .success-link-12 a, .success-link-13 a, .success-link-14 a, .success-link-15 a, .success-link-16 a, .success-link-17 a, .success-link-18 a {
    color: red;
    outline: none; }
  .success-link-1 a:hover, .success-link-2 a:hover, .success-link-3 a:hover, .success-link-4 a:hover, .success-link-5 a:hover, .success-link-6 a:hover, .success-link-7 a:hover, .success-link-8 a:hover, .success-link-8b a:hover, .success-link-9 a:hover, .success-link-10 a:hover, .success-link-11 a:hover, .success-link-12 a:hover, .success-link-13 a:hover, .success-link-14 a:hover, .success-link-15 a:hover, .success-link-16 a:hover, .success-link-17 a:hover, .success-link-18 a:hover {
    color: #01bb0f;
    outline: none; }

.success-table {
  width: 680px;
  padding-left: 58px;
  top: -330px;
  position: relative; }

.success-link-1 {
  left: 205px;
  top: 40px; }

.success-link-2 {
  left: 350px;
  top: 60px; }

.success-link-3 {
  left: 534px;
  top: -10px; }

.success-link-4 {
  left: 847px;
  top: 120px; }

.success-link-5 {
  left: 688px;
  top: 115px; }

.success-link-6 {
  left: 670px;
  top: 170px; }

.success-link-7 {
  left: 810px;
  top: 120px; }

.success-link-8 {
  left: 665px;
  top: 150px; }

.success-link-8b {
  left: 725px;
  top: 90px; }

.success-link-9 {
  left: 950px;
  top: 295px; }

.success-link-10 {
  left: 920px;
  top: 325px; }

.success-link-11 {
  left: 730px;
  top: -130px; }

.success-link-12 {
  left: 770px;
  top: 220px; }

.success-link-13 {
  left: 752px;
  top: 60px; }

.success-link-14 {
  left: 924px;
  top: 54px; }

.success-link-15 {
  left: 945px;
  top: 140px; }

.success-link-16 {
  left: 913px;
  top: 87px; }

.success-link-17 {
  left: 922px;
  top: 20px; }

.success-link-18 {
  left: 741px;
  top: -50px; }

.success-property-address {
  color: #273c49;
  font-size: 1.3em;
  padding-top: 4px; }

.success-property-financials {
  color: #4a4a4a;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 10px; }

.success-property-statement {
  color: red;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 10px; }

.success-property-offers {
  color: #4a4a4a;
  font-size: 1.3em;
  padding-top: 10px; }

@media screen and (max-width: 600px) {
  .success-list {
    flex-direction: column; }
  .column.img {
    order: 1;
    margin-left: 1em; }
  .column {
    order: 2; } }

.success-list {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f9f9f9; }
  .success-list .column {
    padding: 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .success-list .column.img {
    min-width: 310px;
    max-width: 310px; }
  .success-list .success-img {
    background: #00abc8;
    border-radius: 5px;
    padding: 0.1em;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 0em; }

.coach-sellers-title {
  color: #273c49;
  font-size: 1.1em;
  font-weight: 600;
  padding-bottom: 10px; }

.coach-sellers-btn {
  padding-top: 25px; }
  .coach-sellers-btn a {
    color: #ffffff !important; }

.coach-sellers-block {
  text-align: left;
  padding-bottom: 5px; }

.coach-sellers-green-txt {
  color: green !important;
  font-weight: 600 !important;
  padding-left: 5px !important; }

.pro-vs-compare-arrow .vs-arrow {
  text-align: center;
  margin-top: 20px; }

.pro-vs-compare-arrow .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.pro-vs-compare-btn {
  text-align: center;
  padding: 20px 0px 20px 0px; }

.pro-vs-margin {
  margin: 20px 0px 20px 0px; }

.pro-vs-subtext {
  vertical-align: middle;
  color: #273c49;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center; }

.pro-vs-subtext-small {
  vertical-align: middle;
  color: #273c49;
  font-weight: 600;
  font-size: 1em;
  text-align: center; }

.pro-vs-text-large {
  color: #4a4a4a;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center; }

.pro-vs-text-standard {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 600;
  text-align: center; }

.pro-vs-text-small {
  color: #4a4a4a;
  font-size: .8em;
  font-weight: 600;
  text-align: center; }

.pro-vs-main-text-large {
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px; }

.pro-vs-main-text {
  font-size: 2em;
  font-weight: 600;
  text-align: center; }

.pro-vs-green {
  color: #01bb0f; }

.pro-vs-red {
  color: #df0101 !important; }

@media screen and (min-width: 0px) and (max-width: 800px) {
  .pro-vs-comm-1 {
    width: auto;
    margin-left: 80px; }
  .pro-vs-comm-3 {
    float: right;
    margin-right: 68px; }
  .pro-vs-comm-4 {
    width: auto;
    margin-left: 85px; }
  .pro-vs-comm-6 {
    float: right;
    margin-right: 80px; }
  .pro-vs-image1-money {
    text-align: center;
    padding-bottom: 10px; }
  .pro-vs-image2-representation {
    text-align: center; } }

@media screen and (min-width: 801px) and (max-width: 3000px) {
  .pro-vs-comm-1 {
    width: auto;
    margin-left: 35px; }
  .pro-vs-comm-3 {
    float: right;
    margin-right: 45px; }
  .pro-vs-comm-4 {
    width: auto;
    margin-left: 23px; }
  .pro-vs-comm-6 {
    float: right;
    margin-right: 20px; }
  .pro-vs-image1-money {
    text-align: center;
    padding-top: 75px; }
  .pro-vs-image2-representation {
    text-align: center; }
  .pro-vs-text-adjust-10 {
    margin-top: 10px; }
  .pro-vs-text-adjust-20 {
    margin-top: 20px; }
  .pro-vs-text-adjust-30 {
    margin-top: 30px; }
  .pro-vs-text-adjust-40 {
    margin-top: 40px; }
  .pro-vs-text-adjust-55 {
    margin-top: 55px; }
  .pro-vs-text-adjust-150 {
    margin-top: 150px; } }

.pro-vs-hr hr {
  color: #00abc8;
  margin: 0px 0px 0px 0px !important; }

.pro-vs-header {
  color: #273c49;
  font-weight: 600;
  font-size: 1.6em;
  text-align: center; }

.pro-vs-toggle-content .toggle-content {
  background-color: #f9f9f9 !important; }

.pro-vs-bkg-green {
  background-color: #f3fef6; }

.pro-vs-bkg-red {
  background-color: #fff0f0; }

.solid-pt button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

.pt-btn:hover {
  color: #ffffff !important;
  background-color: #00abc8 !important;
  border-color: #00abc8 !important; }

.solid-pt .pt-btn {
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }

.solid-pt .pt-btn[disabled] {
  cursor: default; }

.solid-pt {
  cursor: default;
  font-size: 18px;
  line-height: 1.2;
  color: #4d4d4d;
  text-align: center;
  position: relative;
  z-index: 1; }

.solid-pt *, .solid-pt .navik-header .dropdown-plus::after, .navik-header .solid-pt .dropdown-plus::after,
.solid-pt *:before,
.solid-pt *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.solid-pt .pt-cols {
  zoom: 1; }

.solid-pt .pt-cols:before,
.solid-pt .pt-cols:after {
  content: "";
  display: table; }

.solid-pt .pt-cols:after {
  clear: both; }

.solid-pt .pt-active {
  color: #39b54a !important; }

.solid-pt .pt-disabled {
  color: #f00 !important; }

@media (max-width: 904px) {
  .solid-pt .col-xs-3 {
    width: 100%; } }

@media (max-width: 1210px) {
  .solid-pt .col-sm-4,
  .solid-pt .col-xs-4 {
    width: 100%; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .solid-pt .col-md-3 {
    width: 50%; }
  .solid-pt .col-md-3:nth-child(2n+3) {
    clear: left; } }

@media (max-width: 1199px) and (min-width: 904px) {
  .solid-pt .col-sm-3 {
    width: 50%; }
  .solid-pt .col-sm-3:nth-child(2n+3) {
    clear: left; } }

@media (min-width: 904px) {
  .solid-pt .pt-cols-4 > .pt-col,
  .solid-pt .pt-cols-2 > .pt-col {
    width: 50%; } }

@media (min-width: 904px) {
  .solid-pt .pt-cols-1 > .pt-col {
    width: 100%; } }

@media (min-width: 620px) and (max-width: 767px) {
  .solid-pt .pt-cols-1 {
    margin: 0 -15px; }
  .solid-pt .pt-cols-1 > .pt-col {
    padding: 0 15px;
    float: all; } }

@media (min-width: 620px) and (max-width: 1209px) {
  .solid-pt .pt-cols-4 > .pt-col:nth-child(3) {
    clear: left; } }

@media (min-width: 904px) {
  .solid-pt .pt-cols {
    margin: 0 -15px; }
  .solid-pt .pt-cols > .pt-col {
    padding: 0 5px;
    float: left; }
  .solid-pt .pt-cols-3 {
    margin: 0 -15px; }
  .solid-pt .pt-cols-3 > .pt-col {
    width: 33.3333%; } }

@media (min-width: 973px) and (max-width: 1199px) {
  .solid-pt .pt-cols-5 > .pt-col:nth-child(4) {
    clear: left; }
  .solid-pt .pt-cols-5 > .pt-col:nth-child(1),
  .solid-pt .pt-cols-5 > .pt-col:nth-child(2),
  .solid-pt .pt-cols-5 > .pt-col:nth-child(3) {
    width: 33.3333%; }
  .solid-pt .pt-cols-5 > .pt-col:nth-child(4),
  .solid-pt .pt-cols-5 > .pt-col:nth-child(5) {
    width: 50%; } }

@media (min-width: 1210px) {
  .solid-pt .pt-cols-4 > .pt-col {
    width: 25%; } }

@media (min-width: 1200px) {
  .solid-pt .pt-cols-5 {
    margin: 0 -5px; }
  .solid-pt .pt-cols-5 > .pt-col {
    padding: 0 5px;
    width: 20%; } }

.solid-pt .pt-tooltip {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 100%;
  margin-right: -100px;
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  z-index: 100; }

.solid-pt .pt-tooltip .pt-tooltip-content {
  position: relative;
  background-color: #000;
  padding: 5px;
  display: inline-block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.solid-pt .pt-tooltip .pt-tooltip-content img {
  max-width: 100%; }

.solid-pt .pt-tooltip .pt-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -8px;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px;
  border-top-color: #000; }

.solid-pt .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  display: block;
  border-bottom: 1px solid #262626;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px; }

.solid-pt .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block; }

.solid-pt .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4; }

.solid-pt .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  width: 20px; }

.solid-pt .pt-tooltip-bottom {
  bottom: auto;
  top: 100%; }

.solid-pt .pt-tooltip-bottom .pt-tooltip-content {
  margin-bottom: 0;
  margin-top: 8px; }

.solid-pt .pt-tooltip-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000; }

.solid-pt .pt-tooltip-left .pt-tooltip-content,
.solid-pt .pt-tooltip-left-top .pt-tooltip-content,
.solid-pt .pt-tooltip-left-bottom .pt-tooltip-content,
.solid-pt .pt-tooltip-right .pt-tooltip-content,
.solid-pt .pt-tooltip-right-top .pt-tooltip-content,
.solid-pt .pt-tooltip-right-bottom .pt-tooltip-content {
  margin-bottom: 0; }

.solid-pt .pt-tooltip-left .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left-top .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left-bottom .pt-tooltip-content:after,
.solid-pt .pt-tooltip-right .pt-tooltip-content:after,
.solid-pt .pt-tooltip-right-top .pt-tooltip-content:after,
.solid-pt .pt-tooltip-right-bottom .pt-tooltip-content:after {
  margin-right: 0;
  border-top-color: rgba(0, 0, 0, 0);
  border-width: 8px 8px; }

.solid-pt .pt-tooltip-right,
.solid-pt .pt-tooltip-right-top,
.solid-pt .pt-tooltip-right-bottom {
  left: 100%;
  text-align: left;
  margin-left: 11px !important;
  margin-right: 0; }

.solid-pt .pt-tooltip-right .pt-tooltip-content:after,
.solid-pt .pt-tooltip-right-top .pt-tooltip-content:after,
.solid-pt .pt-tooltip-right-bottom .pt-tooltip-content:after {
  right: 100%;
  border-right-color: #000; }

.solid-pt .pt-tooltip-left,
.solid-pt .pt-tooltip-left-top,
.solid-pt .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
  margin-right: 11px !important; }

.solid-pt .pt-tooltip-left .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left-top .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left-bottom .pt-tooltip-content:after {
  left: 100%;
  border-left-color: #000; }

.solid-pt .pt-tooltip-right,
.solid-pt .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.solid-pt .pt-tooltip-right .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px; }

.solid-pt .pt-tooltip-right-top,
.solid-pt .pt-tooltip-left-top {
  top: -5px; }

.solid-pt .pt-tooltip-right-top .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 8px; }

.solid-pt .pt-tooltip-right-bottom,
.solid-pt .pt-tooltip-left-bottom {
  bottom: -5px; }

.solid-pt .pt-tooltip-right-bottom .pt-tooltip-content:after,
.solid-pt .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 10px; }

.solid-pt .pt-tooltip-show:hover {
  cursor: help; }

.solid-pt .pt-tooltip-show:hover ~ .pt-tooltip {
  display: block; }

.solid-pt .pt-tooltip-show-icon,
.solid-pt .pt-tooltip-show-text {
  display: inline-block;
  position: relative; }

.solid-pt .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px; }

.solid-pt .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px; }

.solid-pt .pt-block .pt-tooltip-show-icon .pt-tooltip {
  margin-right: -50px;
  text-align: right; }

.solid-pt .pt-block .pt-tooltip-show-icon .pt-tooltip .pt-tooltip-content:after {
  right: 42px;
  margin-right: 0; }

@media (min-width: 992px) {
  .solid-pt .pt-tooltip-show-text .pt-tooltip {
    width: 280px;
    margin-right: -140px; }
  .solid-pt .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    zoom: 1; }
  .solid-pt .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .solid-pt .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table; }
  .solid-pt .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both; }
  .solid-pt .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%; } }

.solid-pt .pt-badge {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%; }

.solid-pt .pt-badge span {
  display: inline-block;
  padding: 0 10px;
  background-color: #c0c0c0;
  height: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.solid-pt .pt-popular span {
  background-color: #39b54a; }

.solid-pt .pt-discount span {
  background-color: #ff931e; }

.solid-pt .pt-best span {
  background-color: #273c49; }

.solid-pt .pt-block {
  margin: 30px 0 40px;
  position: relative;
  padding: 0px 0px 25px 0px; }

.solid-pt .pt-back {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.solid-pt .pt-head {
  position: relative;
  text-align: left; }

.solid-pt .pt-footer {
  text-align: center;
  padding-top: 35px; }

.solid-pt .pt-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #333;
  padding-top: 10px; }

.solid-pt .pt-sub-title {
  padding-top: 5px;
  font-size: 1.0em;
  color: #595959; }

.solid-pt .pt-sub-text {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 23px;
  color: #404040; }

.solid-pt .pt-sub-list {
  padding-top: 5px;
  font-size: 1.0em;
  color: #595959; }

.solid-pt-pro-headers {
  color: #000000;
  font-weight: 800; }

.pt-btn-small {
  border-radius: 4px !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  height: 24px !important; }

.solid-pt .pt-btn,
.solid-pt .btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  border: 1px solid #404040;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 40px;
  height: 42px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.solid-pt .pt-bottom-link {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.solid-pt .pt-bottom-link a,
.solid-pt .pt-bottom-link label {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0; }

.solid-pt .pt-feature {
  margin: 15px 25px;
  text-align: center;
  font-size: 15px;
  color: #333; }

.solid-pt .pt-feature .pt-feature-icon {
  font-size: 32px;
  margin-bottom: 10px; }

.solid-pt .pt-feature .pt-feature-icon img {
  max-width: 100%; }

.solid-pt .pt-feature .pt-feature-title {
  font-size: 21px;
  line-height: 22px;
  padding-top: 5px; }

.solid-pt .pt-feature .pt-feature-description {
  color: #595959; }

.solid-pt .pt-features-big-icon .pt-feature-icon {
  font-size: 54px; }

.solid-pt .pt-features-round .pt-feature-icon {
  height: 86px;
  line-height: 92px;
  width: 86px;
  display: inline-block;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.solid-pt .pt-list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  display: inline-block;
  text-align: left;
  font-size: 0.9em; }

.solid-pt .pt-list li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 10px 0 5px; }

.solid-pt .pt-list .fas {
  font-size: 1.0em; }

.solid-pt .pt-list .pt-active {
  color: #39b54a; }

.solid-pt .pt-list .pt-disabled {
  color: #f00; }

.solid-pt-pro-headers {
  color: #000000;
  font-weight: 800; }

.solid-pt .pt-price-block {
  color: #333;
  padding-top: 5px;
  height: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  position: relative;
  width: 100%; }

.solid-pt .pt-price-block span {
  vertical-align: middle; }

.solid-pt .pt-price-block .pt-currency {
  font-size: 1.2em;
  font-weight: 600; }

.pt-strikethrough {
  text-decoration: line-through; }

.solid-pt .pt-price-block .pt-currency-discount {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center; }

.pt-currency-discount {
  color: #dc8a00 !important; }

.pt-currency-sub- {
  color: #dc8a00 !important;
  font-size: 1em;
  padding-top: 20px; }

.solid-pt .pt-price-block .pt-currency-sub {
  font-size: 0.8em;
  font-weight: 500;
  color: #4a4a4a; }

.solid-pt .pt-progress-bars {
  zoom: 1;
  padding: 0;
  margin: 20px 0;
  font-size: 17px;
  line-height: 20px; }

.solid-pt .pt-progress-bars:before,
.solid-pt .pt-progress-bars:after {
  content: "";
  display: table; }

.solid-pt .pt-progress-bars:after {
  clear: both; }

.solid-pt .pt-progress-bars:first-child {
  margin-top: 0; }

.solid-pt .pt-progress-bars ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }

.solid-pt .pt-progress-bars li {
  zoom: 1;
  margin: 5px 0; }

.solid-pt .pt-progress-bars li:before,
.solid-pt .pt-progress-bars li:after {
  content: "";
  display: table; }

.solid-pt .pt-progress-bars li:after {
  clear: both; }

.solid-pt .pt-progress-bars .pt-text {
  padding-right: 15px;
  min-width: 120px;
  float: left; }

.solid-pt .pt-progress-bar,
.solid-pt .pt-progress-value {
  display: block;
  height: 18px; }

.solid-pt .pt-progress-bar {
  float: right;
  width: 140px;
  background-color: #595959; }

.solid-pt .pt-progress-value {
  background-color: #333; }

.solid-pt .pt-select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }

.solid-pt .pt-select select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  border: 1px solid #404040;
  font-size: 20px;
  line-height: 20px;
  height: 52px;
  width: 100%;
  padding: 15px 0 5px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.solid-pt .pt-select select option {
  padding: 5px 15px; }

.solid-pt .pt-select .pt-arrow {
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 25px;
  height: 40px;
  background-color: #333;
  font-size: 16px;
  line-height: 40px;
  color: #fff; }

.solid-pt .pt-details-block {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-bottom: 30px; }

.solid-pt .pt-details-block + .pt-details-block {
  margin-top: 50px; }

.solid-pt .pt-details-block .pt-badge {
  position: static;
  margin-left: -8px; }

.solid-pt .pt-details-block .pt-badge span {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 40px;
  height: 34px; }

.solid-pt .pt-details-block .pt-title,
.solid-pt .pt-details-block .pt-sub-title,
.solid-pt .pt-details-block .pt-sub-list .solid-pt-pro-headers {
  display: inline; }

.solid-pt .pt-details-block .pt-head,
.solid-pt .pt-details-block .pt-footer,
.solid-pt .pt-details-block .pt-details-content + .pt-list {
  padding-top: 15px; }

.solid-pt .pt-details-block p {
  margin: 0 0 15px;
  line-height: 25px; }

.solid-pt .pt-details-block p:last-child {
  margin-bottom: 0; }

.solid-pt .pt-details-block .pt-list {
  zoom: 1;
  padding-top: 0;
  margin: 0 -10px; }

.solid-pt .pt-details-block .pt-list:before,
.solid-pt .pt-details-block .pt-list:after {
  content: "";
  display: table; }

.solid-pt .pt-details-block .pt-list:after {
  clear: both; }

.solid-pt .pt-details-block .pt-list ul {
  float: left;
  list-style: none;
  padding: 0 10px;
  margin: 0; }

.solid-pt .pt-details-block .pt-list li {
  padding: 0 0 8px;
  line-height: 25px; }

.solid-pt .pt-details-block .pt-list .fa {
  font-size: 21px; }

.solid-pt .pt-details-block .pt-select,
.solid-pt .pt-details-block .pt-btn,
.solid-pt .pt-details-block .btn {
  min-width: 80%; }

.solid-pt .pt-details-block .pt-bottom {
  padding-top: 10px; }

.solid-pt .pt-details-block .pt-btn:hover,
.solid-pt .pt-details-block .btn:hover,
.solid-pt .pt-details-block .pt-select select:hover,
.solid-pt .pt-details-block .pt-btn:focus,
.solid-pt .pt-details-block .btn:focus,
.solid-pt .pt-details-block .pt-select select:focus {
  -webkit-box-shadow: 0 3px 10px -3px #000;
  box-shadow: 0 3px 10px -3px #000; }

.solid-pt .pt-details-block .pt-footer .pt-more-actions {
  margin-top: 0;
  margin-bottom: 5px; }

.solid-pt .pt-details-main {
  position: relative; }

.solid-pt .pt-details-main + .pt-cols {
  margin-top: 30px; }

.solid-pt .pt-details-bordered {
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 18px;
  background-color: #fff; }

.solid-pt .pt-details-bordered div.pt-badge {
  margin: -23px 0 0 -26px; }

.solid-pt .pt-details-bordered div.pt-badge span {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

@media (min-width: 904px) {
  .solid-pt .pt-details-main {
    padding-right: 200px;
    min-height: 300px; }
  .solid-pt .pt-details-main .pt-select {
    margin-bottom: 0; }
  .solid-pt .pt-details-main .pt-price-block {
    margin-top: 30px; }
  .solid-pt .pt-details-main .pt-footer {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 8px 87px; }
  .solid-pt .pt-details-main .pt-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .solid-pt .pt-details-bordered .pt-footer,
  .solid-pt .pt-selected-details .pt-footer {
    margin-bottom: 15px; }
  .solid-pt .pt-details-bordered .pt-footer .pt-more-actions,
  .solid-pt .pt-selected-details .pt-footer .pt-more-actions {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  .solid-pt .pt-with-list.pt-details {
    display: table;
    border-collapse: separate;
    width: 100%; }
  .solid-pt .pt-with-list .pt-details-content,
  .solid-pt .pt-with-list .pt-list {
    display: table-cell;
    vertical-align: top; }
  .solid-pt .pt-with-list .pt-details-content {
    padding-right: 15px;
    min-width: 420px; }
  .solid-pt .pt-with-list .pt-list {
    padding-left: 8px;
    border-left: 1px solid #ccc;
    width: 99%; }
  .solid-pt .pt-with-list .pt-details-content + .pt-list {
    padding-top: 0; }
  .solid-pt .pt-selected-details .pt-with-list .pt-list {
    border-color: #595959; }
  .solid-pt .pt-not-available-details .pt-list {
    border-left-color: #dadada; } }

.solid-pt .pt-a-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  border: 1px solid #404040;
  font-size: 22px;
  line-height: 50px;
  font-weight: 500;
  height: 46px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }

.solid-pt .pt-a-btn:hover,
.solid-pt .pt-a-btn:focus {
  -webkit-box-shadow: 0 3px 10px -3px #595959;
  box-shadow: 0 3px 10px -3px #595959; }

.solid-pt .pt-more-actions {
  margin: 5px -3px 0; }

.solid-pt .pt-more-actions label,
.solid-pt .pt-more-actions a {
  cursor: pointer;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  margin: 0 3px;
  text-decoration: none; }

.solid-pt .pt-more-actions label .fa,
.solid-pt .pt-more-actions a .fa {
  font-size: 14px; }

.solid-pt .pt-more-actions label:hover,
.solid-pt .pt-more-actions a:hover,
.solid-pt .pt-more-actions label:focus,
.solid-pt .pt-more-actions a:focus {
  color: color #595959; }

.solid-pt .pt-a-title,
.solid-pt .pt-a-subtitle {
  position: relative; }

.solid-pt .pt-a-title label,
.solid-pt .pt-a-subtitle label {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  color: #595959; }

.solid-pt .pt-a-title label:hover,
.solid-pt .pt-a-subtitle label:hover,
.solid-pt .pt-a-title label:focus,
.solid-pt .pt-a-subtitle label:focus {
  color: #404040; }

.solid-pt .pt-a-title .pt-a-subline {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -12px;
  font-size: 15px;
  text-align: center; }

.solid-pt .pt-a-title {
  font-size: 38px;
  line-height: 42px;
  color: #333;
  padding-top: 12px;
  margin: 35px 0 25px; }

.solid-pt .pt-a-subtitle {
  font-size: 22px;
  color: #333;
  padding-top: 5px;
  margin: 10px 0 5px; }

.solid-pt .pt-a-cols {
  display: table;
  border-collapse: separate;
  width: 100%; }

.solid-pt .pt-a-bordered,
.solid-pt .pt-a-table {
  overflow: auto; }

.solid-pt .pt-a-table {
  margin-bottom: 30px; }

.solid-pt .pt-a-table .pt-a-cell {
  display: table-cell;
  vertical-align: bottom; }

.solid-pt .pt-a-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.solid-pt .pt-a-list li {
  line-height: 24px;
  padding: 12px 0 6px;
  border-top: 1px solid #ccc; }

.solid-pt .pt-a-list li:first-child {
  border-top: 0 none; }

.solid-pt .pt-a-list li.pt-a-2-lines {
  height: 66px; }

.solid-pt .pt-a-list li.pt-a-3-lines {
  height: 90px; }

.solid-pt .pt-a-list li.pt-a-4-lines {
  height: 114px; }

.solid-pt .pt-a-bordered {
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff; }

.solid-pt .pt-a-content {
  min-width: 940px; }

.solid-pt .pt-a-content > .pt-a-list {
  text-align: left;
  width: 180px;
  font-size: 15px; }

.solid-pt .pt-a-content > .pt-a-list li {
  padding-left: 8px; }

.solid-pt .pt-a-plans > .pt-a-cell {
  width: 20%; }

.solid-pt .pt-a-head {
  text-decoration: none;
  font-size: 48px;
  line-height: 50px;
  color: #333; }

.solid-pt .pt-a-price {
  display: block;
  padding-top: 5px;
  font-size: 21px;
  line-height: 22px;
  color: #595959; }

.solid-pt .pt-compare-table {
  display: none; }

.solid-pt .pt-compare-table .pt-a-plans .pt-a-cell {
  display: none; }

.solid-pt .pt-compare-e-msg {
  display: block;
  margin: 35px 0 15px; }

.solid-pt .pt-a-compare-select {
  margin-bottom: 10px; }

.solid-pt .pt-compare-check-1:checked ~ * .pt-a-btn-1, .solid-pt .navik-header .pt-compare-check-1:checked ~ *::before .pt-a-btn-1, .navik-header .solid-pt .pt-compare-check-1:checked ~ *::before .pt-a-btn-1, .solid-pt .navik-header .pt-compare-check-1:checked ~ *::after .pt-a-btn-1, .navik-header .solid-pt .pt-compare-check-1:checked ~ *::after .pt-a-btn-1, .solid-pt .navik-header .pt-compare-check-1:checked ~ .dropdown-plus::after .pt-a-btn-1, .navik-header .solid-pt .pt-compare-check-1:checked ~ .dropdown-plus::after .pt-a-btn-1,
.solid-pt .pt-compare-check-1:checked ~ .pt-a-btn-1,
.solid-pt .pt-compare-check-2:checked ~ * .pt-a-btn-2,
.solid-pt .navik-header .pt-compare-check-2:checked ~ *::before .pt-a-btn-2,
.navik-header .solid-pt .pt-compare-check-2:checked ~ *::before .pt-a-btn-2,
.solid-pt .navik-header .pt-compare-check-2:checked ~ *::after .pt-a-btn-2,
.navik-header .solid-pt .pt-compare-check-2:checked ~ *::after .pt-a-btn-2,
.solid-pt .navik-header .pt-compare-check-2:checked ~ .dropdown-plus::after .pt-a-btn-2,
.navik-header .solid-pt .pt-compare-check-2:checked ~ .dropdown-plus::after .pt-a-btn-2,
.solid-pt .pt-compare-check-2:checked ~ .pt-a-btn-2,
.solid-pt .pt-compare-check-3:checked ~ * .pt-a-btn-3,
.solid-pt .navik-header .pt-compare-check-3:checked ~ *::before .pt-a-btn-3,
.navik-header .solid-pt .pt-compare-check-3:checked ~ *::before .pt-a-btn-3,
.solid-pt .navik-header .pt-compare-check-3:checked ~ *::after .pt-a-btn-3,
.navik-header .solid-pt .pt-compare-check-3:checked ~ *::after .pt-a-btn-3,
.solid-pt .navik-header .pt-compare-check-3:checked ~ .dropdown-plus::after .pt-a-btn-3,
.navik-header .solid-pt .pt-compare-check-3:checked ~ .dropdown-plus::after .pt-a-btn-3,
.solid-pt .pt-compare-check-3:checked ~ .pt-a-btn-3,
.solid-pt .pt-compare-check-4:checked ~ * .pt-a-btn-4,
.solid-pt .navik-header .pt-compare-check-4:checked ~ *::before .pt-a-btn-4,
.navik-header .solid-pt .pt-compare-check-4:checked ~ *::before .pt-a-btn-4,
.solid-pt .navik-header .pt-compare-check-4:checked ~ *::after .pt-a-btn-4,
.navik-header .solid-pt .pt-compare-check-4:checked ~ *::after .pt-a-btn-4,
.solid-pt .navik-header .pt-compare-check-4:checked ~ .dropdown-plus::after .pt-a-btn-4,
.navik-header .solid-pt .pt-compare-check-4:checked ~ .dropdown-plus::after .pt-a-btn-4,
.solid-pt .pt-compare-check-4:checked ~ .pt-a-btn-4,
.solid-pt .pt-compare-check-5:checked ~ * .pt-a-btn-5,
.solid-pt .navik-header .pt-compare-check-5:checked ~ *::before .pt-a-btn-5,
.navik-header .solid-pt .pt-compare-check-5:checked ~ *::before .pt-a-btn-5,
.solid-pt .navik-header .pt-compare-check-5:checked ~ *::after .pt-a-btn-5,
.navik-header .solid-pt .pt-compare-check-5:checked ~ *::after .pt-a-btn-5,
.solid-pt .navik-header .pt-compare-check-5:checked ~ .dropdown-plus::after .pt-a-btn-5,
.navik-header .solid-pt .pt-compare-check-5:checked ~ .dropdown-plus::after .pt-a-btn-5,
.solid-pt .pt-compare-check-5:checked ~ .pt-a-btn-5,
.pt-compare-check-1:checked ~ .solid-pt .pt-a-btn-1,
.pt-compare-check-2:checked ~ .solid-pt .pt-a-btn-2,
.pt-compare-check-3:checked ~ .solid-pt .pt-a-btn-3,
.pt-compare-check-4:checked ~ .solid-pt .pt-a-btn-4,
.pt-compare-check-5:checked ~ .solid-pt .pt-a-btn-5 {
  background-color: #333;
  color: #fff; }

.pt-show-a-table,
.pt-hide-a-table,
.pt-compare-check,
.pt-compare-remove {
  display: none; }

.pt-compare-check-1:checked ~ * .pt-compare-1 .pt-compare-add,
.pt-compare-check-1:checked ~ .pt-compare-1 .pt-compare-add {
  display: none; }

.pt-compare-check-1:checked ~ * .pt-compare-1 .pt-compare-remove,
.pt-compare-check-1:checked ~ .pt-compare-1 .pt-compare-remove {
  display: inline-block; }

.pt-compare-check-1:checked ~ * .pt-a-table .pt-a-cell-1,
.pt-compare-check-1:checked ~ .pt-a-table .pt-a-cell-1 {
  display: table-cell; }

.pt-compare-check-2:checked ~ * .pt-compare-2 .pt-compare-add,
.pt-compare-check-2:checked ~ .pt-compare-2 .pt-compare-add {
  display: none; }

.pt-compare-check-2:checked ~ * .pt-compare-2 .pt-compare-remove,
.pt-compare-check-2:checked ~ .pt-compare-2 .pt-compare-remove {
  display: inline-block; }

.pt-compare-check-2:checked ~ * .pt-a-table .pt-a-cell-2,
.pt-compare-check-2:checked ~ .pt-a-table .pt-a-cell-2 {
  display: table-cell; }

.pt-compare-check-3:checked ~ * .pt-compare-3 .pt-compare-add,
.pt-compare-check-3:checked ~ .pt-compare-3 .pt-compare-add {
  display: none; }

.pt-compare-check-3:checked ~ * .pt-compare-3 .pt-compare-remove,
.pt-compare-check-3:checked ~ .pt-compare-3 .pt-compare-remove {
  display: inline-block; }

.pt-compare-check-3:checked ~ * .pt-a-table .pt-a-cell-3,
.pt-compare-check-3:checked ~ .pt-a-table .pt-a-cell-3 {
  display: table-cell; }

.pt-compare-check-4:checked ~ * .pt-compare-4 .pt-compare-add,
.pt-compare-check-4:checked ~ .pt-compare-4 .pt-compare-add {
  display: none; }

.pt-compare-check-4:checked ~ * .pt-compare-4 .pt-compare-remove,
.pt-compare-check-4:checked ~ .pt-compare-4 .pt-compare-remove {
  display: inline-block; }

.pt-compare-check-4:checked ~ * .pt-a-table .pt-a-cell-4,
.pt-compare-check-4:checked ~ .pt-a-table .pt-a-cell-4 {
  display: table-cell; }

.pt-compare-check-5:checked ~ * .pt-compare-5 .pt-compare-add,
.pt-compare-check-5:checked ~ .pt-compare-5 .pt-compare-add {
  display: none; }

.pt-compare-check-5:checked ~ * .pt-compare-5 .pt-compare-remove,
.pt-compare-check-5:checked ~ .pt-compare-5 .pt-compare-remove {
  display: inline-block; }

.pt-compare-check-5:checked ~ * .pt-a-table .pt-a-cell-5,
.pt-compare-check-5:checked ~ .pt-a-table .pt-a-cell-5 {
  display: table-cell; }

.pt-compare-check:checked ~ .pt-compare-check:checked ~ * .pt-compare-table, .navik-header .pt-compare-check:checked ~ .pt-compare-check:checked ~ *::before .pt-compare-table, .navik-header .pt-compare-check:checked ~ .pt-compare-check:checked ~ *::after .pt-compare-table, .navik-header .pt-compare-check:checked ~ .pt-compare-check:checked ~ .dropdown-plus::after .pt-compare-table,
.pt-compare-check:checked ~ .pt-compare-check:checked ~ .pt-compare-table {
  display: block; }

.pt-compare-check:checked ~ .pt-compare-check:checked ~ * .pt-compare-e-msg, .navik-header .pt-compare-check:checked ~ .pt-compare-check:checked ~ *::before .pt-compare-e-msg, .navik-header .pt-compare-check:checked ~ .pt-compare-check:checked ~ *::after .pt-compare-e-msg, .navik-header .pt-compare-check:checked ~ .pt-compare-check:checked ~ .dropdown-plus::after .pt-compare-e-msg,
.pt-compare-check:checked ~ .pt-compare-check:checked ~ .pt-compare-e-msg {
  display: none; }

.pt-hide-a-table:checked ~ * .pt-a-hidden, .navik-header .pt-hide-a-table:checked ~ *::before .pt-a-hidden, .navik-header .pt-hide-a-table:checked ~ *::after .pt-a-hidden, .navik-header .pt-hide-a-table:checked ~ .dropdown-plus::after .pt-a-hidden,
.pt-hide-a-table:checked ~ .pt-a-hidden {
  display: inline-block; }

.pt-hide-a-table:checked ~ * .pt-a-shown, .navik-header .pt-hide-a-table:checked ~ *::before .pt-a-shown, .navik-header .pt-hide-a-table:checked ~ *::after .pt-a-shown, .navik-header .pt-hide-a-table:checked ~ .dropdown-plus::after .pt-a-shown,
.pt-hide-a-table:checked ~ .pt-a-shown {
  display: none; }

.pt-hide-a-table:checked ~ * .pt-a-table, .navik-header .pt-hide-a-table:checked ~ *::before .pt-a-table, .navik-header .pt-hide-a-table:checked ~ *::after .pt-a-table, .navik-header .pt-hide-a-table:checked ~ .dropdown-plus::after .pt-a-table,
.pt-hide-a-table:checked ~ .pt-a-table {
  display: none; }

.pt-show-a-table:checked ~ * .pt-compare-e-msg, .navik-header .pt-show-a-table:checked ~ *::before .pt-compare-e-msg, .navik-header .pt-show-a-table:checked ~ *::after .pt-compare-e-msg, .navik-header .pt-show-a-table:checked ~ .dropdown-plus::after .pt-compare-e-msg,
.pt-show-a-table:checked ~ .pt-compare-e-msg,
.pt-show-a-table:checked ~ * .pt-a-hidden,
.navik-header .pt-show-a-table:checked ~ *::before .pt-a-hidden,
.navik-header .pt-show-a-table:checked ~ *::after .pt-a-hidden,
.navik-header .pt-show-a-table:checked ~ .dropdown-plus::after .pt-a-hidden,
.pt-show-a-table:checked ~ .pt-a-hidden,
.pt-show-a-table:checked ~ * .pt-a-compare-select,
.navik-header .pt-show-a-table:checked ~ *::before .pt-a-compare-select,
.navik-header .pt-show-a-table:checked ~ *::after .pt-a-compare-select,
.navik-header .pt-show-a-table:checked ~ .dropdown-plus::after .pt-a-compare-select,
.pt-show-a-table:checked ~ .pt-a-compare-select {
  display: none; }

.pt-show-a-table:checked ~ * .pt-a-shown, .navik-header .pt-show-a-table:checked ~ *::before .pt-a-shown, .navik-header .pt-show-a-table:checked ~ *::after .pt-a-shown, .navik-header .pt-show-a-table:checked ~ .dropdown-plus::after .pt-a-shown,
.pt-show-a-table:checked ~ .pt-a-shown {
  display: inline-block; }

.pt-show-a-table:checked ~ * .pt-a-table, .navik-header .pt-show-a-table:checked ~ *::before .pt-a-table, .navik-header .pt-show-a-table:checked ~ *::after .pt-a-table, .navik-header .pt-show-a-table:checked ~ .dropdown-plus::after .pt-a-table,
.pt-show-a-table:checked ~ .pt-a-table {
  display: block; }

.pt-show-a-table:checked ~ * .pt-a-table .pt-a-plans .pt-a-cell,
.pt-show-a-table:checked ~ .pt-a-table .pt-a-plans .pt-a-cell {
  display: table-cell; }

.solid-pt .pt-selected-details,
.solid-pt .pt-selected,
.solid-pt .pt-block:hover,
.solid-pt .pt-block.pt-selected:hover,
.solid-pt .pt-selected-details .pt-asterisk,
.solid-pt .pt-selected .pt-asterisk,
.solid-pt .pt-block:hover .pt-asterisk,
.solid-pt .pt-block.pt-selected:hover .pt-asterisk {
  color: #fff; }

.solid-pt .pt-selected-details,
.solid-pt .pt-selected,
.solid-pt .pt-block:hover,
.solid-pt .pt-block.pt-selected:hover,
.solid-pt .pt-selected-details .pt-represenation,
.solid-pt .pt-selected .pt-represenation,
.solid-pt .pt-block:hover .pt-represenation,
.solid-pt .pt-block.pt-selected:hover .pt-represenation {
  color: #fff; }

.solid-pt .pt-selected-details,
.solid-pt .pt-selected,
.solid-pt .pt-block:hover,
.solid-pt .pt-block.pt-selected:hover,
.solid-pt .pt-selected-details .pt-listing-agreement,
.solid-pt .pt-selected .pt-listing-agreement a,
.solid-pt .pt-block:hover .pt-listing-agreement a,
.solid-pt .pt-block.pt-selected:hover .pt-listing-agreement a {
  color: #fff; }

.solid-pt .pt-selected-details,
.solid-pt .pt-selected,
.solid-pt .pt-block:hover,
.solid-pt .pt-block.pt-selected:hover,
.solid-pt .pt-selected-details .pt-title,
.solid-pt .pt-selected .pt-title,
.solid-pt .pt-block:hover .pt-title,
.solid-pt .pt-block.pt-selected:hover .pt-title {
  color: #fff; }

.solid-pt .pt-selected-details .pt-sub-list,
.solid-pt .pt-selected .pt-sub-list,
.solid-pt .pt-block:hover .pt-sub-list,
.solid-pt .pt-block.pt-selected:hover .pt-sub-list,
.solid-pt .pt-selected-details .solid-pt-pro-headers,
.solid-pt .pt-selected .solid-pt-pro-headers,
.solid-pt .pt-block:hover .solid-pt-pro-headers,
.solid-pt .pt-block.pt-selected:hover .solid-pt-pro-headers,
.solid-pt .pt-selected-details .pt-sub-title,
.solid-pt .pt-selected .pt-sub-title,
.solid-pt .pt-block:hover .pt-sub-title,
.solid-pt .pt-block.pt-selected:hover .pt-sub-title,
.solid-pt .pt-selected-details .pt-sub-text,
.solid-pt .pt-selected .pt-sub-text,
.solid-pt .pt-block:hover .pt-sub-text,
.solid-pt .pt-block.pt-selected:hover .pt-sub-text {
  color: #eee; }

.solid-pt .pt-selected-details .pt-price-block,
.solid-pt .pt-selected .pt-price-block,
.solid-pt .pt-block:hover .pt-price-block,
.solid-pt .pt-block.pt-selected:hover .pt-price-block {
  color: #fff; }

.solid-pt .pt-selected-details .pt-price-block,
.solid-pt .pt-selected .pt-price-block .pt-currency-sub,
.solid-pt .pt-block:hover .pt-price-block .pt-currency-sub,
.solid-pt .pt-block.pt-selected:hover .pt-price-block .pt-currency-sub {
  color: #fff; }

.solid-pt .pt-selected-details .pt-btn,
.solid-pt .pt-selected .pt-btn,
.solid-pt .pt-block:hover .pt-btn,
.solid-pt .pt-block.pt-selected:hover .pt-btn,
.solid-pt .pt-selected-details .btn,
.solid-pt .pt-selected .btn,
.solid-pt .pt-block:hover .btn,
.solid-pt .pt-block.pt-selected:hover .btn,
.solid-pt .pt-selected-details .pt-select select,
.solid-pt .pt-selected .pt-select select,
.solid-pt .pt-block:hover .pt-select select,
.solid-pt .pt-block.pt-selected:hover .pt-select select {
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 0 3px 10px -3px #000;
  box-shadow: 0 3px 10px -3px #000;
  border-color: #f2f2f2; }

.solid-pt .pt-selected-details .pt-btn:hover,
.solid-pt .pt-selected .pt-btn:hover,
.solid-pt .pt-block:hover .pt-btn:hover,
.solid-pt .pt-block.pt-selected:hover .pt-btn:hover,
.solid-pt .pt-selected-details .btn:hover,
.solid-pt .pt-selected .btn:hover,
.solid-pt .pt-block:hover .btn:hover,
.solid-pt .pt-block.pt-selected:hover .btn:hover,
.solid-pt .pt-selected-details .pt-select select:hover,
.solid-pt .pt-selected .pt-select select:hover,
.solid-pt .pt-block:hover .pt-select select:hover,
.solid-pt .pt-block.pt-selected:hover .pt-select select:hover,
.solid-pt .pt-selected-details .pt-btn:focus,
.solid-pt .pt-selected .pt-btn:focus,
.solid-pt .pt-block:hover .pt-btn:focus,
.solid-pt .pt-block.pt-selected:hover .pt-btn:focus,
.solid-pt .pt-selected-details .btn:focus,
.solid-pt .pt-selected .btn:focus,
.solid-pt .pt-block:hover .btn:focus,
.solid-pt .pt-block.pt-selected:hover .btn:focus,
.solid-pt .pt-selected-details .pt-select select:focus,
.solid-pt .pt-selected .pt-select select:focus,
.solid-pt .pt-block:hover .pt-select select:focus,
.solid-pt .pt-block.pt-selected:hover .pt-select select:focus {
  -webkit-box-shadow: 0 3px 10px -3px #595959;
  box-shadow: 0 3px 10px -3px #595959; }

.solid-pt .pt-selected-details .pt-select .pt-arrow,
.solid-pt .pt-selected .pt-select .pt-arrow,
.solid-pt .pt-block:hover .pt-select .pt-arrow,
.solid-pt .pt-block.pt-selected:hover .pt-select .pt-arrow {
  background-color: #fff;
  color: #333; }

.solid-pt .pt-selected-details .pt-popular span,
.solid-pt .pt-selected .pt-popular span,
.solid-pt .pt-block:hover .pt-popular span,
.solid-pt .pt-block.pt-selected:hover .pt-popular span {
  border-right: 1px solid #33a242;
  border-bottom: 1px solid #33a242; }

.solid-pt .pt-selected-details .pt-discount span,
.solid-pt .pt-selected .pt-discount span,
.solid-pt .pt-block:hover .pt-discount span,
.solid-pt .pt-block.pt-selected:hover .pt-discount span {
  border-right: 1px solid #ff8704;
  border-bottom: 1px solid #ff8704; }

.solid-pt .pt-selected-details {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 18px;
  background-color: #333; }

.solid-pt .pt-selected-details .pt-progress-bar {
  background-color: #595959; }

.solid-pt .pt-selected-details .pt-progress-value {
  background-color: #fff; }

.solid-pt .pt-selected-details .pt-feature,
.solid-pt .pt-selected-details .pt-feature-description {
  color: #fff; }

.solid-pt .pt-selected-details .pt-features-round .pt-feature-icon {
  background-color: #fff;
  color: #333; }

.solid-pt .pt-selected-details .pt-badge {
  margin: -15px 0 0 -18px; }

.solid-pt .pt-selected-details .pt-badge span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0; }

.solid-pt .pt-selected-details .pt-more-actions a,
.solid-pt .pt-selected-details .pt-more-actions label {
  color: #8c8c8c; }

.solid-pt .pt-selected-details .pt-more-actions a:hover,
.solid-pt .pt-selected-details .pt-more-actions label:hover,
.solid-pt .pt-selected-details .pt-more-actions a:focus,
.solid-pt .pt-selected-details .pt-more-actions label:focus {
  color: #737373; }

.solid-pt .pt-selected .pt-back,
.solid-pt .pt-block:hover .pt-back,
.solid-pt .pt-block.pt-selected:hover .pt-back {
  background-color: #333;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px; }

.solid-pt .pt-selected .pt-popular span,
.solid-pt .pt-block:hover .pt-popular span,
.solid-pt .pt-block.pt-selected:hover .pt-popular span {
  border-left: 1px solid #33a242; }

.solid-pt .pt-selected .pt-discount span,
.solid-pt .pt-block:hover .pt-discount span,
.solid-pt .pt-block.pt-selected:hover .pt-discount span {
  border-left: 1px solid #ff8704; }

.solid-pt .pt-selected .pt-bottom-link,
.solid-pt .pt-block:hover .pt-bottom-link,
.solid-pt .pt-block.pt-selected:hover .pt-bottom-link {
  bottom: -4px; }

.solid-pt .pt-selected .pt-bottom-link a,
.solid-pt .pt-block:hover .pt-bottom-link a,
.solid-pt .pt-block.pt-selected:hover .pt-bottom-link a,
.solid-pt .pt-selected .pt-bottom-link label,
.solid-pt .pt-block:hover .pt-bottom-link label,
.solid-pt .pt-block.pt-selected:hover .pt-bottom-link label {
  color: #fff; }

.solid-pt .pt-selected .pt-bottom-link a:hover,
.solid-pt .pt-block:hover .pt-bottom-link a:hover,
.solid-pt .pt-block.pt-selected:hover .pt-bottom-link a:hover,
.solid-pt .pt-selected .pt-bottom-link label:hover,
.solid-pt .pt-block:hover .pt-bottom-link label:hover,
.solid-pt .pt-block.pt-selected:hover .pt-bottom-link label:hover {
  color: #ccc; }

.solid-pt:hover .pt-selected {
  color: #4d4d4d; }

.solid-pt:hover .pt-selected .pt-title {
  color: #333; }

.solid-pt:hover .pt-selected .pt-sub-title {
  color: #595959; }

.solid-pt:hover .pt-selected .pt-sub-list {
  color: #595959; }

.solid-pt:hover .pt-selected .solid-pt-pro-headers {
  color: #595959; }

.solid-pt:hover .pt-selected .pt-sub-text {
  color: #404040; }

.solid-pt:hover .pt-selected .pt-back {
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.solid-pt:hover .pt-selected .pt-price-block {
  color: #333; }

.solid-pt:hover .pt-selected .pt-popular span,
.solid-pt:hover .pt-selected .pt-discount span {
  border: 0 none; }

.solid-pt:hover .pt-selected .pt-btn,
.solid-pt:hover .pt-selected .btn {
  background-color: #333;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #404040; }

.solid-pt:hover .pt-selected .pt-bottom-link {
  bottom: 2px; }

.solid-pt:hover .pt-selected .pt-bottom-link a,
.solid-pt:hover .pt-selected .pt-bottom-link label {
  color: #333; }

.solid-pt div .pt-block.pt-not-available,
.solid-pt .pt-details-block.pt-not-available-details {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .pt-title,
.solid-pt .pt-details-block.pt-not-available-details .pt-title {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .pt-sub-title,
.solid-pt .pt-details-block.pt-not-available-details .pt-sub-title {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .pt-sub-list,
.solid-pt .pt-details-block.pt-not-available-details .pt-sub-list {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .solid-pt-pro-headers,
.solid-pt .pt-details-block.pt-not-available-details .solid-pt-pro-headers {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .pt-sub-text,
.solid-pt .pt-details-block.pt-not-available-details .pt-sub-text {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .pt-back,
.solid-pt .pt-details-block.pt-not-available-details .pt-back {
  background-color: #fff;
  border-color: #c0c0c0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.solid-pt div .pt-block.pt-not-available .pt-price-block,
.solid-pt .pt-details-block.pt-not-available-details .pt-price-block {
  color: #666; }

.solid-pt div .pt-block.pt-not-available .pt-popular span,
.solid-pt .pt-details-block.pt-not-available-details .pt-popular span,
.solid-pt div .pt-block.pt-not-available .pt-discount span,
.solid-pt .pt-details-block.pt-not-available-details .pt-discount span {
  border: 0 none; }

.solid-pt div .pt-block.pt-not-available .pt-btn,
.solid-pt .pt-details-block.pt-not-available-details .pt-btn,
.solid-pt div .pt-block.pt-not-available .btn,
.solid-pt .pt-details-block.pt-not-available-details .btn,
.solid-pt div .pt-block.pt-not-available .pt-select select,
.solid-pt .pt-details-block.pt-not-available-details .pt-select select {
  background-color: #c0c0c0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b3b3b3;
  cursor: default; }

.solid-pt div .pt-block.pt-not-available .pt-btn:hover,
.solid-pt .pt-details-block.pt-not-available-details .pt-btn:hover,
.solid-pt div .pt-block.pt-not-available .btn:hover,
.solid-pt .pt-details-block.pt-not-available-details .btn:hover,
.solid-pt div .pt-block.pt-not-available .pt-select select:hover,
.solid-pt .pt-details-block.pt-not-available-details .pt-select select:hover,
.solid-pt div .pt-block.pt-not-available .pt-btn:focus,
.solid-pt .pt-details-block.pt-not-available-details .pt-btn:focus,
.solid-pt div .pt-block.pt-not-available .btn:focus,
.solid-pt .pt-details-block.pt-not-available-details .btn:focus,
.solid-pt div .pt-block.pt-not-available .pt-select select:focus,
.solid-pt .pt-details-block.pt-not-available-details .pt-select select:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.solid-pt div .pt-block.pt-not-available .pt-bottom-link,
.solid-pt .pt-details-block.pt-not-available-details .pt-bottom-link {
  bottom: 2px; }

.solid-pt div .pt-block.pt-not-available .pt-bottom-link a,
.solid-pt .pt-details-block.pt-not-available-details .pt-bottom-link a,
.solid-pt div .pt-block.pt-not-available .pt-bottom-link label,
.solid-pt .pt-details-block.pt-not-available-details .pt-bottom-link label {
  color: #666; }

.solid-pt .pt-details-block.pt-not-available-details.pt-details-bordered {
  border-color: #c0c0c0; }

.solid-pt .pt-details-block.pt-not-available-details .pt-progress-bar {
  background-color: #c0c0c0; }

.solid-pt .pt-details-block.pt-not-available-details .pt-progress-value {
  background-color: #a7a7a7; }

.solid-pt .pt-details-block.pt-not-available-details .pt-select .pt-arrow {
  background-color: #c0c0c0;
  color: #b3b3b3; }

.solid-pt .pt-details-block.pt-not-available-details .pt-feature,
.solid-pt .pt-details-block.pt-not-available-details .pt-feature-description {
  color: #666; }

.solid-pt .pt-details-block.pt-not-available-details .pt-features-round .pt-feature-icon {
  background-color: #666;
  color: #c0c0c0; }

.pt-solid-steelBlue {
  color: #273c49; }

.pt-solid-steelBlue .pt-back {
  border-color: #699bc4; }

.pt-solid-steelBlue .pt-title {
  color: #273c49; }

.pt-solid-steelBlue .pt-sub-title {
  color: #4a4a4a; }

.pt-solid-steelBlue .pt-sub-list {
  color: #4a4a4a; }

.pt-solid-steelBlue .pt-sub-list {
  color: #4a4a4a; }

.pt-solid-steelBlue .solid-pt-pro-headers {
  color: #000000; }

.pt-solid-steelBlue .pt-btn,
.pt-solid-steelBlue .btn {
  background-color: #00abc8;
  color: #fff;
  border-color: #00abc8; }

.pt-solid-steelBlue .pt-bottom-link a,
.pt-solid-steelBlue .pt-bottom-link label {
  color: #273c49; }

.pt-solid-steelBlue .pt-feature {
  color: #273c49; }

.pt-solid-steelBlue .pt-feature .pt-feature-description {
  color: #7ba7cc; }

.pt-solid-steelBlue .pt-features-round .pt-feature-icon {
  color: #fff;
  background-color: #273c49; }

.pt-solid-steelBlue .pt-price-block {
  color: #273c49; }

.pt-solid-steelBlue .pt-progress-bar {
  background-color: #7ba7cc; }

.pt-solid-steelBlue .pt-progress-value {
  background-color: #273c49; }

.pt-solid-steelBlue .pt-select select {
  background-color: #273c49;
  color: #fff;
  border-color: #3f75a2; }

.pt-solid-steelBlue .pt-select .pt-arrow {
  background-color: #273c49;
  color: #fff; }

.pt-solid-steelBlue .pt-details-block .pt-btn:hover,
.pt-solid-steelBlue .pt-details-block .btn:hover,
.pt-solid-steelBlue .pt-details-block .pt-select select:hover,
.pt-solid-steelBlue .pt-details-block .pt-btn:focus,
.pt-solid-steelBlue .pt-details-block .btn:focus,
.pt-solid-steelBlue .pt-details-block .pt-select select:focus {
  -webkit-box-shadow: 0 3px 10px -3px #000;
  box-shadow: 0 3px 10px -3px #000; }

.pt-solid-steelBlue .pt-details-bordered {
  border-color: #699bc4; }

@media (min-width: 1200px) {
  .pt-solid-steelBlue .pt-with-list .pt-list {
    border-color: #b6cee2; }
  .pt-solid-steelBlue .pt-selected-details .pt-with-list .pt-list {
    border-color: #7ba7cc; }
  .pt-solid-steelBlue .pt-not-available-details .pt-list {
    border-left-color: #dadada; } }

.pt-solid-steelBlue .pt-a-btn {
  color: #273c49;
  border-color: #3f75a2; }

.pt-solid-steelBlue .pt-a-btn:hover,
.pt-solid-steelBlue .pt-a-btn:focus {
  -webkit-box-shadow: 0 3px 10px -3px #315a7d;
  box-shadow: 0 3px 10px -3px #315a7d; }

.pt-solid-steelBlue .pt-more-actions label,
.pt-solid-steelBlue .pt-more-actions a {
  color: #273c49; }

.pt-solid-steelBlue .pt-more-actions label:hover,
.pt-solid-steelBlue .pt-more-actions a:hover,
.pt-solid-steelBlue .pt-more-actions label:focus,
.pt-solid-steelBlue .pt-more-actions a:focus {
  color: #7ba7cc; }

.pt-solid-steelBlue .pt-a-title label,
.pt-solid-steelBlue .pt-a-subtitle label {
  color: #7ba7cc; }

.pt-solid-steelBlue .pt-a-title label:hover,
.pt-solid-steelBlue .pt-a-subtitle label:hover,
.pt-solid-steelBlue .pt-a-title label:focus,
.pt-solid-steelBlue .pt-a-subtitle label:focus {
  color: #568ebd; }

.pt-solid-steelBlue .pt-a-title {
  color: #273c49; }

.pt-solid-steelBlue .pt-a-subtitle {
  color: #273c49; }

.pt-solid-steelBlue .pt-a-list li {
  border-color: #b6cee2; }

.pt-solid-steelBlue .pt-a-bordered {
  border-color: #699bc4; }

.pt-solid-steelBlue .pt-a-head {
  color: #273c49; }

.pt-solid-steelBlue .pt-a-price {
  color: #7ba7cc; }

.pt-solid-steelBlue .pt-compare-check-1:checked ~ * .pt-a-btn-1, .pt-solid-steelBlue .navik-header .pt-compare-check-1:checked ~ *::before .pt-a-btn-1, .navik-header .pt-solid-steelBlue .pt-compare-check-1:checked ~ *::before .pt-a-btn-1, .pt-solid-steelBlue .navik-header .pt-compare-check-1:checked ~ *::after .pt-a-btn-1, .navik-header .pt-solid-steelBlue .pt-compare-check-1:checked ~ *::after .pt-a-btn-1, .pt-solid-steelBlue .navik-header .pt-compare-check-1:checked ~ .dropdown-plus::after .pt-a-btn-1, .navik-header .pt-solid-steelBlue .pt-compare-check-1:checked ~ .dropdown-plus::after .pt-a-btn-1,
.pt-solid-steelBlue .pt-compare-check-1:checked ~ .pt-a-btn-1,
.pt-solid-steelBlue .pt-compare-check-2:checked ~ * .pt-a-btn-2,
.pt-solid-steelBlue .navik-header .pt-compare-check-2:checked ~ *::before .pt-a-btn-2,
.navik-header .pt-solid-steelBlue .pt-compare-check-2:checked ~ *::before .pt-a-btn-2,
.pt-solid-steelBlue .navik-header .pt-compare-check-2:checked ~ *::after .pt-a-btn-2,
.navik-header .pt-solid-steelBlue .pt-compare-check-2:checked ~ *::after .pt-a-btn-2,
.pt-solid-steelBlue .navik-header .pt-compare-check-2:checked ~ .dropdown-plus::after .pt-a-btn-2,
.navik-header .pt-solid-steelBlue .pt-compare-check-2:checked ~ .dropdown-plus::after .pt-a-btn-2,
.pt-solid-steelBlue .pt-compare-check-2:checked ~ .pt-a-btn-2,
.pt-solid-steelBlue .pt-compare-check-3:checked ~ * .pt-a-btn-3,
.pt-solid-steelBlue .navik-header .pt-compare-check-3:checked ~ *::before .pt-a-btn-3,
.navik-header .pt-solid-steelBlue .pt-compare-check-3:checked ~ *::before .pt-a-btn-3,
.pt-solid-steelBlue .navik-header .pt-compare-check-3:checked ~ *::after .pt-a-btn-3,
.navik-header .pt-solid-steelBlue .pt-compare-check-3:checked ~ *::after .pt-a-btn-3,
.pt-solid-steelBlue .navik-header .pt-compare-check-3:checked ~ .dropdown-plus::after .pt-a-btn-3,
.navik-header .pt-solid-steelBlue .pt-compare-check-3:checked ~ .dropdown-plus::after .pt-a-btn-3,
.pt-solid-steelBlue .pt-compare-check-3:checked ~ .pt-a-btn-3,
.pt-solid-steelBlue .pt-compare-check-4:checked ~ * .pt-a-btn-4,
.pt-solid-steelBlue .navik-header .pt-compare-check-4:checked ~ *::before .pt-a-btn-4,
.navik-header .pt-solid-steelBlue .pt-compare-check-4:checked ~ *::before .pt-a-btn-4,
.pt-solid-steelBlue .navik-header .pt-compare-check-4:checked ~ *::after .pt-a-btn-4,
.navik-header .pt-solid-steelBlue .pt-compare-check-4:checked ~ *::after .pt-a-btn-4,
.pt-solid-steelBlue .navik-header .pt-compare-check-4:checked ~ .dropdown-plus::after .pt-a-btn-4,
.navik-header .pt-solid-steelBlue .pt-compare-check-4:checked ~ .dropdown-plus::after .pt-a-btn-4,
.pt-solid-steelBlue .pt-compare-check-4:checked ~ .pt-a-btn-4,
.pt-solid-steelBlue .pt-compare-check-5:checked ~ * .pt-a-btn-5,
.pt-solid-steelBlue .navik-header .pt-compare-check-5:checked ~ *::before .pt-a-btn-5,
.navik-header .pt-solid-steelBlue .pt-compare-check-5:checked ~ *::before .pt-a-btn-5,
.pt-solid-steelBlue .navik-header .pt-compare-check-5:checked ~ *::after .pt-a-btn-5,
.navik-header .pt-solid-steelBlue .pt-compare-check-5:checked ~ *::after .pt-a-btn-5,
.pt-solid-steelBlue .navik-header .pt-compare-check-5:checked ~ .dropdown-plus::after .pt-a-btn-5,
.navik-header .pt-solid-steelBlue .pt-compare-check-5:checked ~ .dropdown-plus::after .pt-a-btn-5,
.pt-solid-steelBlue .pt-compare-check-5:checked ~ .pt-a-btn-5,
.pt-compare-check-1:checked ~ .pt-solid-steelBlue .pt-a-btn-1,
.pt-compare-check-2:checked ~ .pt-solid-steelBlue .pt-a-btn-2,
.pt-compare-check-3:checked ~ .pt-solid-steelBlue .pt-a-btn-3,
.pt-compare-check-4:checked ~ .pt-solid-steelBlue .pt-a-btn-4,
.pt-compare-check-5:checked ~ .pt-solid-steelBlue .pt-a-btn-5 {
  background-color: #273c49; }

.pt-solid-steelBlue .pt-selected-details,
.pt-solid-steelBlue .pt-selected,
.pt-solid-steelBlue .pt-block:hover,
.pt-solid-steelBlue .pt-block.pt-selected:hover,
.pt-solid-steelBlue .pt-selected-details .pt-title,
.pt-solid-steelBlue .pt-selected .pt-title,
.pt-solid-steelBlue .pt-block:hover .pt-title,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-title {
  color: #fff; }

.pt-solid-steelBlue .pt-selected-details .pt-btn,
.pt-solid-steelBlue .pt-selected .pt-btn,
.pt-solid-steelBlue .pt-block:hover .pt-btn,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-btn,
.pt-solid-steelBlue .pt-selected-details .btn,
.pt-solid-steelBlue .pt-selected .btn,
.pt-solid-steelBlue .pt-block:hover .btn,
.pt-solid-steelBlue .pt-block.pt-selected:hover .btn,
.pt-solid-steelBlue .pt-selected-details .pt-select select,
.pt-solid-steelBlue .pt-selected .pt-select select,
.pt-solid-steelBlue .pt-block:hover .pt-select select,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-select select {
  color: #273c49;
  -webkit-box-shadow: 0 3px 10px -3px #000;
  box-shadow: 0 3px 10px -3px #000;
  border-color: #f2f2f2; }

.pt-solid-steelBlue .pt-selected-details .pt-btn:hover,
.pt-solid-steelBlue .pt-selected .pt-btn:hover,
.pt-solid-steelBlue .pt-block:hover .pt-btn:hover,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-btn:hover,
.pt-solid-steelBlue .pt-selected-details .btn:hover,
.pt-solid-steelBlue .pt-selected .btn:hover,
.pt-solid-steelBlue .pt-block:hover .btn:hover,
.pt-solid-steelBlue .pt-block.pt-selected:hover .btn:hover,
.pt-solid-steelBlue .pt-selected-details .pt-select select:hover,
.pt-solid-steelBlue .pt-selected .pt-select select:hover,
.pt-solid-steelBlue .pt-block:hover .pt-select select:hover,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-select select:hover,
.pt-solid-steelBlue .pt-selected-details .pt-btn:focus,
.pt-solid-steelBlue .pt-selected .pt-btn:focus,
.pt-solid-steelBlue .pt-block:hover .pt-btn:focus,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-btn:focus,
.pt-solid-steelBlue .pt-selected-details .btn:focus,
.pt-solid-steelBlue .pt-selected .btn:focus,
.pt-solid-steelBlue .pt-block:hover .btn:focus,
.pt-solid-steelBlue .pt-block.pt-selected:hover .btn:focus,
.pt-solid-steelBlue .pt-selected-details .pt-select select:focus,
.pt-solid-steelBlue .pt-selected .pt-select select:focus,
.pt-solid-steelBlue .pt-block:hover .pt-select select:focus,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-select select:focus {
  -webkit-box-shadow: 0 3px 10px -3px #315a7d;
  box-shadow: 0 3px 10px -3px #315a7d; }

.pt-solid-steelBlue .pt-selected-details .pt-select .pt-arrow,
.pt-solid-steelBlue .pt-selected .pt-select .pt-arrow,
.pt-solid-steelBlue .pt-block:hover .pt-select .pt-arrow,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-select .pt-arrow {
  background-color: #fff;
  color: #273c49; }

.pt-solid-steelBlue .pt-selected-details .pt-popular span,
.pt-solid-steelBlue .pt-selected .pt-popular span,
.pt-solid-steelBlue .pt-block:hover .pt-popular span,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-popular span {
  border-right-color: #33a242;
  border-bottom-color: #33a242; }

.pt-solid-steelBlue .pt-selected-details .pt-discount span,
.pt-solid-steelBlue .pt-selected .pt-discount span,
.pt-solid-steelBlue .pt-block:hover .pt-discount span,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-discount span {
  border-right-color: #ff8704;
  border-bottom-color: #ff8704; }

.pt-solid-steelBlue .pt-selected-details {
  background-color: #273c49; }

.pt-solid-steelBlue .pt-selected-details .pt-progress-bar {
  background-color: #7ba7cc; }

.pt-solid-steelBlue .pt-selected-details .pt-progress-value {
  background-color: #fff; }

.pt-solid-steelBlue .pt-selected-details .pt-feature,
.pt-solid-steelBlue .pt-selected-details .pt-feature-description {
  color: #fff; }

.pt-solid-steelBlue .pt-selected-details .pt-features-round .pt-feature-icon {
  background-color: #fff;
  color: #273c49; }

.pt-solid-steelBlue .pt-selected-details .pt-more-actions a,
.pt-solid-steelBlue .pt-selected-details .pt-more-actions label {
  color: #c4d8e8; }

.pt-solid-steelBlue .pt-selected-details .pt-more-actions a:hover,
.pt-solid-steelBlue .pt-selected-details .pt-more-actions label:hover,
.pt-solid-steelBlue .pt-selected-details .pt-more-actions a:focus,
.pt-solid-steelBlue .pt-selected-details .pt-more-actions label:focus {
  color: #a0bfda; }

.pt-solid-steelBlue .pt-selected .pt-back,
.pt-solid-steelBlue .pt-block:hover .pt-back,
.pt-solid-steelBlue .pt-block.pt-selected:hover .pt-back {
  background-color: #273c49; }

.pt-solid-steelBlue:hover .pt-selected {
  color: #38678f; }

.pt-solid-steelBlue:hover .pt-selected .pt-title {
  color: #273c49; }

.pt-solid-steelBlue:hover .pt-selected .pt-sub-title {
  color: #7ba7cc; }

.pt-solid-steelBlue:hover .pt-selected .pt-sub-list {
  color: #7ba7cc; }

.pt-solid-steelBlue:hover .pt-selected .solid-pt-pro-headers {
  color: #7ba7cc; }

.pt-solid-steelBlue:hover .pt-selected .pt-sub-text {
  color: #568ebd; }

.pt-solid-steelBlue:hover .pt-selected .pt-back {
  background-color: #fff; }

.pt-solid-steelBlue:hover .pt-selected .pt-price-block {
  color: #273c49; }

.pt-solid-steelBlue:hover .pt-selected .pt-btn,
.pt-solid-steelBlue:hover .pt-selected .btn {
  background-color: #273c49;
  color: #fff;
  border-color: #3f75a2; }

.pt-solid-steelBlue:hover .pt-selected .pt-bottom-link a,
.pt-solid-steelBlue:hover .pt-selected .pt-bottom-link label {
  color: #273c49; }

.pt-solid-steelBlue .pt-tooltip .pt-tooltip-content {
  background-color: #00abc8;
  color: #000000; }

.pt-solid-steelBlue .pt-tooltip .pt-tooltip-content:after {
  border-color: rgba(27, 50, 70, 0);
  border-top-color: #00abc8; }

.pt-solid-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  border-bottom-color: #30597d; }

.pt-solid-steelBlue .pt-tooltip-bottom .pt-tooltip-content:after {
  border-top-color: rgba(27, 50, 70, 0);
  border-bottom-color: #00abc8; }

.pt-solid-steelBlue .pt-tooltip-left .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-left-top .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-left-bottom .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-right .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-right-top .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-top-color: rgba(27, 50, 70, 0); }

.pt-solid-steelBlue .pt-tooltip-right .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-right-top .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-right-color: #00abc8; }

.pt-solid-steelBlue .pt-tooltip-left .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-left-top .pt-tooltip-content:after,
.pt-solid-steelBlue .pt-tooltip-left-bottom .pt-tooltip-content:after {
  border-left-color: #00abc8; }

.pt-banner-best {
  z-index: -1;
  float: right;
  position: absolute;
  right: 0;
  top: 0px; }
  .pt-banner-best > img {
    min-width: 100px;
    min-height: 100px; }

.pt-program-banner {
  background-color: #273c49;
  height: 35px;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  color: white;
  font-size: 1.4em;
  width: 100%; }

.solid-pt .pt-btn {
  margin-bottom: 20px;
  min-width: 200px;
  font-weight: 500 !important; }

.solid-pt .pt-asterisk {
  font-size: 0.8em;
  font-weight: 500;
  color: #4a4a4a;
  text-align: left;
  padding-bottom: 20px; }

.solid-pt .pt-represenation {
  font-size: 0.64em;
  font-weight: 500;
  color: #4a4a4a;
  text-align: left; }

.solid-pt .pt-listing-agreement {
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  padding-top: 20px; }
  .solid-pt .pt-listing-agreement a {
    text-decoration: underline;
    color: #4a4a4a; }

.pt-compare-btn {
  text-align: center; }
  .pt-compare-btn .btn-primary {
    font-size: 1.4em;
    font-weight: 500;
    height: 47px; }

.programs-back-button {
  text-align: center;
  min-height: 65px; }
  .programs-back-button .programs-back-button-container {
    padding-top: 12px; }
  .programs-back-button .programs-back-arrow {
    font-size: 2.5em;
    vertical-align: middle; }
    .programs-back-button .programs-back-arrow .fa-arrow-circle-left {
      color: #00abc8; }
    .programs-back-button .programs-back-arrow .fa-arrow-circle-left:hover {
      color: #273c49; }
  .programs-back-button .programs-back-text {
    color: #4a4a4a;
    font-size: 1.4em;
    vertical-align: middle;
    padding-left: 5px; }

.index-zip-spacer {
  padding-top: 35px; }

.index-input-zip-size {
  max-width: 200px;
  max-height: 50px; }

.index-input-zip-button {
  text-align: left; }

.index-zip-padding {
  padding-top: 10px; }

.rounded-title-container-1, .rounded-title-container-2, .rounded-title-container-3, .rounded-title-container-4 {
  background: #273c49;
  height: 30px;
  margin: 5px;
  border-radius: 3px;
  text-align: center;
  padding-top: 10px; }
  .rounded-title-container-1 h4, .rounded-title-container-2 h4, .rounded-title-container-3 h4, .rounded-title-container-4 h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 7px;
    color: #ffffff; }

@media (max-width: 904px) {
  .index-zip-cover {
    display: none;
    visibility: hidden; }
  .rounded-title-container-1 {
    display: none;
    visibility: hidden; }
  .rounded-title-container-2 {
    display: none;
    visibility: hidden; }
  .rounded-title-container-3 {
    display: none;
    visibility: hidden; }
  .rounded-title-container-4 {
    display: none;
    visibility: hidden; } }

@media (min-width: 904px) and (max-width: 1232px) {
  .index-zip-cover {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    top: 232px;
    border: 1px solid #00abc8;
    text-align: center; }
  .index-zip-cover2 {
    top: 8px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9999; }
  .index-zip-cover3 {
    height: 30px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    text-align: center;
    top: 36px; }
  .rounded-title-container-1 {
    width: 32%; }
  .rounded-title-container-2 {
    width: 64%; }
  .rounded-title-container-3 {
    display: none;
    visibility: hidden; }
  .rounded-title-container-4 {
    display: none;
    visibility: hidden; }
  .solid-pt .pt-blank-spacer-solo {
    height: 724px; } }

@media (min-width: 1233px) {
  .index-zip-cover {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    top: 210px;
    border: 1px solid #00abc8;
    text-align: center; }
  .index-zip-cover2 {
    top: 8px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9999; }
  .index-zip-cover3 {
    height: 30px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    text-align: center;
    top: 36px; }
  .rounded-title-container-1 {
    width: 33%; }
  .rounded-title-container-2 {
    width: 65%; }
  .rounded-title-container-3 {
    display: none;
    visibility: hidden; }
  .rounded-title-container-4 {
    display: none;
    visibility: hidden; }
  .solid-pt .pt-blank-spacer-solo {
    height: 724px; } }

@media screen and (max-width: 600px) {
  .review-list {
    flex-direction: column; }
  .column.img {
    order: 1;
    margin-left: 1em; }
  .column {
    order: 2; } }

.review-list {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(39, 60, 73, 0.2);
  background-color: #f9f9f9; }
  .review-list .column {
    padding: 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .review-list .column.img {
    min-width: 310px;
    max-width: 310px; }
  .review-list .review-img {
    background: #00abc8;
    border-radius: 5px;
    padding: 0.1em;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 4em; }

.stars {
  margin-bottom: 1em;
  font-size: 1.4em; }
  .stars .fas {
    color: #00abc8;
    margin-left: .3em; }
  .stars .far {
    color: rgba(74, 74, 74, 0.4);
    margin-left: .3em; }

.calculator-price-text {
  font-weight: 600;
  font-size: 1.7em; }

.calculator-highlight {
  padding: 10px 0px 10px 0px;
  margin: 10px 30px 10px 30px;
  color: #1e9f00; }

.calculator-highlight-ssp {
  margin: 20px 0px 20px 0px;
  color: #1e9f00; }

.calculator-pilldo-alignment {
  padding-top: 12px; }

.calculator-pilldo-trad-text {
  font-weight: 600;
  font-size: 1.3em;
  margin: 15px 0px 8px 0px; }

.calculator-pro-con-header {
  font-weight: 600;
  font-size: 1.3em;
  text-align: center; }

.calculator-pro-con-text {
  font-size: .9em;
  line-height: .5em; }

.calculator-pro-con-underline {
  text-decoration-line: underline;
  text-underline-position: under; }

.calculator-pro-con-total {
  font-size: 1.2em;
  font-weight: 600;
  line-height: .25em; }

.calculator-cost-margin-top {
  margin-top: 8px !important; }

.rounded-div-highlight-ssp {
  background-color: #fffed3;
  padding: 5px;
  border-radius: 15px;
  width: 100%; }

.input-wrapper-adjustment {
  margin: 0rem auto !important;
  padding: 10px 0px 10px 0px !important; }

.content-general-adjustment ul li {
  font-size: 1.1em !important;
  line-height: 1.8em !important; }

.calculator-input-text {
  font-size: 1.2em;
  padding: 6px 0px 0px 0px; }

.calculator-input-style input[type=text] {
  background: #e4e9ed !important;
  color: #0d4673 !important;
  height: 3rem !important;
  box-shadow: inset 0 0 0 0rem !important;
  padding-top: 5px !important; }

@media screen and (min-width: 0px) and (max-width: 955px) {
  .calculator-text-align-adjustments .text-right {
    text-align: left !important; }
  .calculator-text-align-adjustments .calculator-min-width {
    min-width: 300px !important; } }

.calculator-select select {
  display: none !important; }

.calculator-select .select-selected {
  background-color: #e4e9ed; }

.calculator-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #00abc8 transparent transparent transparent; }

.calculator-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

.calculator-select .select-items div, .calculator-select .select-selected {
  color: #273c49;
  padding: 8px 16px;
  border: .5px solid transparent;
  border-color: #00abc8;
  cursor: pointer; }

.calculator-select .select-items {
  position: absolute;
  background-color: #e4e9ed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

.calculator-select .select-hide {
  display: none; }

.calculator-select .select-items div:hover, .calculator-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.calculator-margin-adjust {
  margin-top: 0px !important; }

.signup-border {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #4a4a4a 0, 0, 0, 0.3;
  top: 10%;
  bottom: 10%; }

.divider {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 30%;
  border-left: 1px solid #c3c3c3; }

.list-buttons p {
  display: inline;
  vertical-align: middle; }

.list-buttons .fas {
  vertical-align: middle;
  color: #00abc8; }

.list-buttons .fas:hover {
  color: #273c49; }

@media (min-width: 820px) {
  .list-buttons {
    margin-left: 150px; } }

.list-buttons-action {
  float: right;
  margin-right: 120px; }
  .list-buttons-action .btn-mod {
    color: white;
    text-decoration: none;
    padding: 5px 16px;
    border-radius: 3px;
    font-size: 1.2em; }

@media (min-width: 750px) {
  .centered-form {
    text-align: right;
    margin-left: 150px;
    min-width: 200px; }
  .centered-form-fields {
    text-align: left; } }

@media (max-width: 749px) {
  .centered-form {
    float: left; }
  .centered-form-fields {
    text-align: center; } }

.order-header {
  background-color: #273c49;
  width: 100%; }

.order-header-prop-id {
  color: white;
  font-weight: 600; }

.order-header-delete {
  color: white;
  float: right; }

.order-address {
  background-color: #e4e9ed;
  width: 100%; }

@media (min-width: 750px) {
  .order-address-property {
    width: 50%; }
  .order-seperator {
    border-bottom: 1px solid black; }
  .order-seperator-double {
    border-bottom: 1px solid double black;
    border-bottom-style: double; }
  .order-program-remove-btn {
    vertical-align: top;
    padding-top: 20px; }
  .order-program-description-text {
    vertical-align: top;
    padding-top: 10px;
    height: 40px;
    font-weight: 600;
    font-size: 1.2em; }
  .order-program-description-price {
    vertical-align: top;
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 600; }
  .order-program-description-promo {
    float: right;
    padding-top: 0px;
    padding-bottom: 0px; } }

@media screen and (max-width: 751px) {
  .order-program-description {
    vertical-align: top; }
  .order-program-description-text {
    vertical-align: top;
    height: 40px;
    font-weight: 600;
    font-size: 1.3em; }
  .order-program-description-price {
    vertical-align: top;
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 600; }
  .order-seperator {
    border-bottom: 1px solid black; } }

.item-qty {
  text-align: center; }

.item-qty > *, .navik-header .item-qty > *::before, .navik-header .item-qty > *::after, .navik-header .item-qty > .dropdown-plus::after {
  vertical-align: middle; }

.item-qty > input {
  max-width: 2.6em; }

a.qty {
  width: 1em;
  line-height: 1em;
  border-radius: 2em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  background: #00abc8;
  color: #fff; }

a.qty:hover {
  background: #273c49; }

.layout-inline > *, .navik-header .layout-inline > *::before, .navik-header .layout-inline > *::after, .navik-header .layout-inline > .dropdown-plus::after {
  display: inline-block; }

.snippet {
  position: relative;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  border-radius: .25rem; }

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden; }

.filter-contrast {
  filter: contrast(5); }

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0d4673;
  color: #0d4673;
  box-shadow: 9999px 0 0 -5px #0d4673;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s; }

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0d4673;
  color: #0d4673; }

.dot-pulse::before, .dot-pulse.dropdown-plus::after {
  box-shadow: 9984px 0 0 -5px #0d4673;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s; }

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #0d4673;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s; }

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #0d4673; }
  30% {
    box-shadow: 9984px 0 0 2px #0d4673; }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #0d4673; } }

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #0d4673; }
  30% {
    box-shadow: 9999px 0 0 2px #0d4673; }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #0d4673; } }

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #0d4673; }
  30% {
    box-shadow: 10014px 0 0 2px #0d4673; }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #0d4673; } }

.cp-rounded-div {
  padding: 8px;
  border-radius: 15px; }

.cp-rounded-div-bkg {
  background-color: #e4e9ed;
  padding: 8px;
  border-radius: 15px; }

.cp-common-forms a {
  color: #273c49;
  outline: 0 !important;
  font-size: 1.3em; }

.cp-common-forms a:hover {
  color: #00abc8 !important;
  outline: 0 !important; }

.cp-prop-text-first {
  font-size: 1.0em;
  padding-top: 10px; }

.cp-prop-text {
  font-size: 1.0em; }

.cp-prop-text-last {
  font-size: 1.0em;
  padding-bottom: 10px; }

@media (min-width: 901px) {
  .cp-prop-image {
    padding-top: 0%; }
    .cp-prop-image img {
      max-height: 110px; }
  .cp-div-height-50 {
    height: 50px; }
    /*
    .cp-mobile-btn-1 {
        max-width: 119px;
    }*/
  .cp-div-height-75 {
    height: 75px; }
  .cp-div-width-75 {
    width: 75px; }
  .cp-div-height-125 {
    height: 125px; }
  .cp-div-width-125 {
    width: 125px; }
  .cp-div-height-250 {
    height: 250px; }
  .cp-common-forms {
    margin-left: 27%;
    padding: 10px 0px 10px 0px; }
    .cp-common-forms a {
      color: #273c49;
      outline: 0 !important;
      font-size: 1.3em; }
    .cp-common-forms .a:hover {
      color: #00abc8 !important;
      outline: 0 !important; } }

@media (max-width: 900px) {
  .cp-prop-image {
    max-width: 50%; }
  .cp-div-width-100 {
    min-width: 75px; }
  .cp-div-height-100 {
    min-height: 75px; }
  .cp-common-forms {
    margin-left: 10%; }
    .cp-common-forms a {
      color: #273c49;
      outline: 0 !important;
      font-size: 1.2em; }
    .cp-common-forms .a:hover {
      color: #00abc8 !important;
      outline: 0 !important; } }

.cp-underline-link-green a {
  text-decoration: underline;
  color: #01bb0f; }

.cp-underline-link-green a:hover {
  text-decoration: underline;
  color: #273c49; }

.cp-icon {
  text-align: center;
  padding-top: 15px; }

.cp-link {
  margin-right: 13.7px; }
  .cp-link a {
    color: #273c49 !important;
    outline: 0 !important; }
  .cp-link a:hover {
    color: #00abc8 !important;
    background-color: #fff;
    outline: 0 !important; }

.cp-icon-text {
  text-align: center;
  padding-top: 5px; }

.cp-ad-text h1 {
  font-size: 1.3em;
  color: #273c49;
  text-align: center; }

.cp-ad-text p {
  font-size: 1.1em; }

.cp-housecert-status-text {
  padding: 5px 0px 3px 30px;
  font-size: 1.1em; }

.cp-ad-button {
  text-align: center; }

.cp-status-green {
  font-weight: 800;
  color: #01bb0f; }

.cp-status-red {
  font-weight: 800;
  color: #df0101; }

.cp-mobile-btn-1 {
    max-width: max-content;
}
    
.hero-year-badge {
  position: relative;
  z-index: 2;
  float: right;
  margin-top: -75px; }

.hero-link-banner {
  position: relative;
  z-index: 1;
  text-align: left;
  line-height: 4rem;
  width: 100%;
  background-color: #273c49; }

.banner-links {
  margin-left: 10px; }
  .banner-links a:link {
    color: rgba(255, 255, 255, 0.6);
    padding: 0px 15px;
    display: inline-block;
    text-decoration: underline;
    font-size: 1.0em;
    font-weight: 600; }
  .banner-links a:hover {
    color: #00abc8; }
  .banner-links a:visited {
    color: rgba(255, 255, 255, 0.6); }

.hero-index.parallax-index {
  background: url(../img/hero-parallax-index-bkg.jpg) center;
  background-size: cover;
  z-index: -999; }

.hero-state.parallax-gmo-generic {
  background: url(../img/hero-parallax-gmo-generic-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-gmo-generic {
  background: url(../img/hero-parallax-gmo-generic-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-404 {
  background: url(../img/hero-parallax-404-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-flat-fee {
  background: url(../img/hero-parallax-flat-fee-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-reviews {
  background: url(../img/hero-parallax-reviews-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-leads {
  background: url(../img/hero-parallax-leads-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-how-it-works {
  background: url(../img/hero-parallax-how-it-works-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-our-programs {
  background: url(../img/hero-parallax-our-programs-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-programs-detail {
  background: url(../img/hero-parallax-programs-detail-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-search-request {
  background: url(../img/hero-parallax-search-request-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-builder {
  background: url(../img/hero-parallax-builder-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-new-construction-rebate {
  background: url(../img/hero-parallax-new-construction-rebate-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-platinum-fl {
  background: url(../img/hero-parallax-platinum-fl-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-sign-up-nft {
  background: url(../img/hero-parallax-sign-up-nft-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-platinum-housecert {
  background: url(../img/hero-parallax-platinum-housecert-bkg.jpg) center;
  background-size: cover; }

@media (min-width: 813px) {
  .hero-content-index {
    min-height: 800px; }
  .hero-index {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 65vh;
    width: 100vw; }
    .hero-index .hero-index-wrapper {
      position: absolute;
      margin-top: 3em;
      margin-right: 5px; }
      .hero-index .hero-index-wrapper .hero-spacer-index {
        position: relative;
        margin-top: 6em; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 6rem;
        max-width: 1000px;
        letter-spacing: 1px;
        text-align: center;
        padding-bottom: 0px; }
      .hero-index .hero-index-wrapper .hero-title-smaller-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 600;
        line-height: 6rem;
        max-width: 1000px;
        letter-spacing: 1px;
        text-align: center;
        padding-top: 0px;
        line-height: 4rem; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a {
        color: #ffffff; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a:hover {
        color: #00abc8; }
      .hero-index .hero-index-wrapper .hero-sub-title-index {
        position: relative;
        z-index: 4;
        margin-top: 1em;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.5em;
        font-weight: 600;
        text-align: left;
        line-height: 3rem;
        max-width: 1000px;
        letter-spacing: 1px;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-buttons-index {
        position: relative;
        z-index: 5;
        margin-top: 2em;
        max-width: 1000px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; } }

@media (min-width: 1px) and (max-width: 812px) {
  .hero-content-index {
    min-height: 600px; }
  .hero-index {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 95vh;
    width: 100vw; }
    .hero-index .hero-index-wrapper {
      position: absolute;
      margin-top: 3em;
      margin-right: 5px; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 2.4em;
        font-weight: 600;
        text-align: center;
        line-height: 4rem;
        max-width: 615px;
        letter-spacing: 1px;
        padding-top: 25px; }
      .hero-index .hero-index-wrapper .hero-title-smaller-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.8em;
        font-weight: 600;
        line-height: 3rem;
        max-width: 1000px;
        letter-spacing: 1px;
        text-align: center;
        padding-top: 30px; }
      .hero-index .hero-index-wrapper .hero-sub-title-index {
        position: relative;
        z-index: 4;
        margin-top: 1.5em;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center;
        line-height: 2.5rem;
        max-width: 615px;
        letter-spacing: 1px; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a {
        color: #ffffff; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a:hover {
        color: #00abc8; }
      .hero-index .hero-index-wrapper .hero-buttons-index {
        position: relative;
        z-index: 5;
        margin-top: 1.5em;
        max-width: 600px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; } }

.hero-content-state {
  min-height: 375px; }

@media (min-width: 1152px) {
  .hero-state {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 40vh;
    width: 100vw; }
    .hero-state .hero-state-wrapper {
      position: absolute;
      margin-top: 80px;
      margin-right: 5px; }
      .hero-state .hero-state-wrapper .hero-title-state {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 2.4em;
        font-weight: 600;
        text-align: left;
        line-height: 4rem;
        max-width: 750px;
        letter-spacing: 1px; }
      .hero-state .hero-state-wrapper .hero-sub-title-state {
        position: relative;
        z-index: 4;
        margin-top: 1em;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: left;
        line-height: 3rem;
        max-width: 750px;
        letter-spacing: 1px; }
      .hero-state .hero-state-wrapper .hero-buttons-state {
        position: relative;
        z-index: 5;
        margin-top: 1em;
        max-width: 600px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; } }

@media (min-width: 620px) and (max-width: 1151px) {
  .hero-state {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 45vh;
    width: 100vw; }
    .hero-state .hero-state-wrapper {
      position: absolute;
      margin-top: 20px;
      margin-right: 5px; }
      .hero-state .hero-state-wrapper .hero-title-state {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 2.2em;
        font-weight: 600;
        text-align: left;
        line-height: 3.5rem;
        max-width: 615px;
        letter-spacing: 1px; }
      .hero-state .hero-state-wrapper .hero-sub-title-state {
        position: relative;
        z-index: 4;
        margin-top: 1em;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: left;
        line-height: 3rem;
        max-width: 615px;
        letter-spacing: 1px; }
      .hero-state .hero-state-wrapper .hero-buttons-state {
        position: relative;
        z-index: 5;
        margin-top: 2em;
        max-width: 600px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; } }

@media (min-width: 1px) and (max-width: 619px) {
  .hero-state {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 45vh;
    width: 100vw; }
    .hero-state .hero-state-wrapper {
      position: absolute;
      margin-top: 20px;
      margin-right: 5px; }
      .hero-state .hero-state-wrapper .hero-title-state {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.7em;
        font-weight: 600;
        text-align: center;
        line-height: 2.5rem;
        max-width: 615px;
        letter-spacing: 1px; }
      .hero-state .hero-state-wrapper .hero-sub-title-state {
        position: relative;
        z-index: 4;
        margin-top: 1em;
        margin-right: 5px;
        color: #ffffff;
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
        line-height: 2.5rem;
        max-width: 615px;
        letter-spacing: 1px; }
      .hero-state .hero-state-wrapper .hero-buttons-state {
        position: relative;
        z-index: 5;
        margin-top: 1.6em;
        max-width: 600px;
        font-size: 1.2em;
        font-weight: 600;
        text-align: center; } }

.hero-content {
  min-height: 350px; }

@media (min-width: 1152px) {
  .hero {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 40vh;
    width: 100vw; }
    .hero .hero-title {
      position: absolute;
      z-index: 3;
      margin-top: 150px;
      color: #ffffff;
      font-size: 2.2em;
      font-weight: 600;
      text-align: center;
      line-height: 4rem; }
    .hero .hero-sub-title, .hero .hero-sub-title-platinum {
      position: absolute;
      z-index: 4;
      margin-top: 225px;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 600;
      text-align: center;
      line-height: 4rem; }
    .hero .hero-sub-title a {
      color: #ffffff; }
    .hero .hero-sub-title a:hover {
      color: #00abc8; }
    .hero .hero-sub-title-btn {
      position: absolute;
      z-index: 6;
      margin-top: 180px;
      text-align: center; }
    .hero .hero-program-logo {
      position: absolute;
      z-index: 5;
      margin-top: 100px;
      margin-left: 200px; }
    .hero .hero-program-logo-nft {
      position: absolute;
      z-index: 5;
      margin-top: 60px;
      margin-left: 200px; } }

@media (min-width: 620px) and (max-width: 1151px) {
  .hero {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 45vh;
    width: 100vw; }
    .hero .hero-title {
      position: absolute;
      z-index: 3;
      margin-top: 25px;
      color: #ffffff;
      font-size: 2.2em;
      font-weight: 600;
      text-align: center;
      line-height: 4rem; }
    .hero .hero-sub-title, .hero .hero-sub-title-platinum {
      position: absolute;
      z-index: 4;
      margin-top: 150px;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 600;
      text-align: center;
      line-height: 4rem; }
    .hero .hero-sub-title a {
      color: #ffffff; }
    .hero .hero-sub-title a:hover {
      color: #00abc8; }
    .hero .hero-sub-title-btn {
      position: absolute;
      z-index: 6;
      margin-top: 180px;
      text-align: center; }
    .hero .hero-program-logo {
      position: absolute;
      z-index: 5;
      margin-top: 100px;
      margin-left: 85px; }
      .hero .hero-program-logo > img {
        max-height: 120px;
        max-width: auto; }
    .hero .hero-program-logo-nft {
      position: absolute;
      z-index: 5;
      margin-top: 100px;
      margin-left: 85px; }
      .hero .hero-program-logo-nft > img {
        max-height: 120px;
        max-width: auto; } }

@media (min-width: 1px) and (max-width: 619px) {
  .hero {
    position: relative;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 46vh;
    width: 100vw; }
    .hero .hero-title {
      position: absolute;
      z-index: 3;
      margin-top: 15px;
      color: #ffffff;
      font-size: 2.2em;
      font-weight: 600;
      text-align: center;
      line-height: 4rem; }
    .hero .hero-sub-title {
      position: absolute;
      z-index: 4;
      margin-top: 140px;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 600;
      text-align: center;
      line-height: 2.4rem; }
    .hero .hero-sub-title-platinum {
      position: absolute;
      z-index: 4;
      margin-top: 210px;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 600;
      text-align: center;
      line-height: 3rem; }
    .hero .hero-sub-title a {
      color: #ffffff; }
    .hero .hero-sub-title a:hover {
      color: #00abc8; }
    .hero .hero-sub-title-btn {
      position: absolute;
      z-index: 6;
      margin-top: 170px;
      text-align: center; }
    .hero .hero-program-logo {
      position: absolute;
      z-index: 5;
      margin-top: 110px;
      margin-left: 55px; }
      .hero .hero-program-logo > img {
        max-height: 100px;
        max-width: auto; }
    .hero .hero-program-logo-nft {
      position: absolute;
      z-index: 5;
      margin-top: 110px;
      margin-left: 55px; }
      .hero .hero-program-logo-nft > img {
        max-height: 100px;
        max-width: auto; } }

.content {
  position: relative;
  top: -50px;
  z-index: 1000;
  background-color: #f9f9f9;
  height: 100vh;
  width: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.ParallaxImage {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px; }

.ParallaxImage h1 {
  text-align: center; }

.ParallaxImage h3 {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF; }

.bg1 {
  background-image: url("../images/paxallax1.jpg"); }

.bg2 {
  background-image: url("../images/paxallax2.jpg"); }

.bg3 {
  background-image: url("../images/paxallax3.jpg"); }

.ParallaxContent {
  background: none repeat scroll 0 0 #273c49;
  padding: 42px 0;
  color: #FFF; }

.ParallaxContent h3 {
  color: #FFF;
  text-align: center; }

.ParallaxVideo {
  padding-top: 50px; }
  @media screen and (max-width: 900px) {
    .ParallaxVideo {
      height: 325px; } }
  @media screen and (min-width: 900px) {
    .ParallaxVideo {
      height: 450px; } }
  .ParallaxVideo .button-center {
    text-align: center;
    padding-top: 50px; }

.ParallaxVideo video {
  min-height: 100%;
  position: fixed;
  top: 0px;
  z-index: -999999 !important; }

.ParallaxVideo h1 {
  color: #fff;
  font-size: 2.8em !important;
  font-weight: 700;
  text-align: center; }

.ParallaxVideo h2 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center; }

.container {
  margin: 0 auto;
  padding: 0 12px; }

.headlines h2 {
  color: #fff;
  font-family: "PT Sans",sans-serif;
  font-size: 32px;
  margin: 0;
  text-align: center; }

.headlines p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #f6f3f3;
  text-align: center; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1024px; } }

.hero-sub-title-center {
  position: absolute;
  z-index: 4;
  margin-top: 80px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center !important;
  line-height: 2.4rem;
  width: 100%; }

.login-form {
  position: absolute;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); }

.login-form {
  border: solid 4px #d7e5ee;
  width: 327px;
  padding: 10px;
  -webkit-border-radius: .3em 0 .3em .3em;
  -moz-border-radius: .3em 0 .3em .3em;
  border-radius: .3em 0 .3em .3em;
  background: #f3f8fc;
  clear: both;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.login-container {
  width: 338px !important;
  height: 280px !important;
  border-radius: 5px !important;
  padding: 40px 5px 5px 5px !important;
  background-color: #f9f9f9; }

.remember {
  float: left;
  margin-top: 20px; }

.checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
  background: none;
  border: none; }

#login p {
  font-size: 12px;
  color: #666;
  clear: both; }

#login p a {
  color: #0784b3;
  font-weight: bold;
  text-decoration: none; }

#login p a:hover {
  color: #273c49; }

.tooltip span {
  display: none;
  margin-left: 8px; }

.tooltip:hover span {
  display: inline;
  position: absolute;
  background: url(../images/tip.gif) no-repeat left #333;
  color: #fff;
  padding: 6px 8px 6px 20px;
  font-size: 12px;
  opacity: 0.8;
  font-weight: bold; }

.submit {
  display: block;
  width: auto;
  float: right;
  margin-top: 10px;
  padding: 10px;
  background: #ffc800;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background: #00abc8;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em; }

.submit:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #273c49; }

.map-label-container {
  width: 200px;
  height: 75px; }
  .map-label-container .map-label-image-container {
    width: 75px;
    height: 75px;
    float: left;
    padding: 8px; }
    .map-label-container .map-label-image-container .map-label-image {
      height: 55px;
      overflow: hidden; }
      .map-label-container .map-label-image-container .map-label-image > img {
        height: 55px;
        object-fit: cover; }
  .map-label-container .map-label-content .map-label-content-price {
    font-size: 0.9em;
    font-weight: 700;
    padding-top: 8px; }
  .map-label-container .map-label-content .map-label-content-attributes {
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 5px; }

.pagination {
  display: inline-block;
  font-family: "Tahoma", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 5px; }

.pagination .dots {
  bottom: -6px;
  color: #606060;
  position: relative; }

.pagination a, .pagination .dots {
  display: inline-block;
  margin-right: 2px;
  padding: 2px 8px; }

div.pagination a:hover {
  color: #303030; }

div.pagination a:active {
  color: #585858; }

.pagination a.number {
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.pagination a.number:hover {
  border-color: #d0d0d0;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.pagination a.number.current {
  color: #fff; }

.pagination a.number.current:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pagination a.number.current:active {
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.15); }

.pagination.pagination-blue, .pagination.pagination-blue a {
  color: #1c4670; }

.pagination.pagination-blue a.number.current {
  background-color: #1c4670;
  border-color: #4b9ec9 #2e7fb4 #206fa8;
  text-shadow: 0px 1px 1px #206fa8;
  background: -moz-linear-gradient(top, #b5dfef, #7fc3df 5%, #1c4670);
  background: -webkit-gradient(linear, left top, left bottom, from(#b5dfef), color-stop(0.05, #7fc3df), to(#1c4670));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7fc3df', EndColorStr='#1c4670'); }

.pagination.pagination-blue a.number.current:hover {
  border-color: #4092c0 #1f68a1 #175e97;
  background-color: #3f91c0;
  background: -moz-linear-gradient(top, #aad9ec, #72bad9 5%, #3f91c0);
  background: -webkit-gradient(linear, left top, left bottom, from(#aad9ec), color-stop(0.05, #72bad9), to(#3f91c0));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#72bad9', EndColorStr='#3f91c0'); }

.pagination.pagination-blue a.number.current:active {
  border-color: #206fa8 #2e7fb4 #4b9ec9;
  text-shadow: 0px -1px 1px #1f68a1;
  background: -moz-linear-gradient(top, #3f91c0, #72bad9);
  background: -webkit-gradient(linear, left top, left bottom, from(#3f91c0), to(#72bad9));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3f91c0', EndColorStr='#aad9ec'); }

.pagination.pagination-yellow, .pagination.pagination-yellow a {
  color: #eeca55; }

.pagination.pagination-yellow a.number.current {
  background-color: #eeca55;
  border-color: #f1820c #e35908 #df5107;
  text-shadow: 0px 1px 1px #de2c05;
  background: -moz-linear-gradient(top, #fad02d, #f6a81f 5%, #eeca55);
  background: -webkit-gradient(linear, left top, left bottom, from(#fad02d), color-stop(0.05, #f6a81f), to(#eeca55));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f6a81f', EndColorStr='#eeca55'); }

.pagination.pagination-yellow a.number.current:hover {
  background-color: #e5680e;
  border-color: #ee750a #de4e06 #d94606;
  background: -moz-linear-gradient(top, #f8bb22, #f49d1a 5%, #e5680e);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8bb22), color-stop(0.05, #f49d1a), to(#e5680e));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f49d1a', EndColorStr='#e5680e'); }

.pagination.pagination-yellow a.number.current:active {
  border-color: #df5107 #e35908 #f1820c;
  text-shadow: 0px -1px 1px #de4e06;
  background: -moz-linear-gradient(top, #e5680e, #f49d1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#e5680e), to(#f49d1a));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#de770b', EndColorStr='#f0a71d'); }

.pagination.pagination-red, .pagination.pagination-red a {
  color: #c32a2a; }

.pagination.pagination-red a.number.current {
  background-color: #c32a2a;
  border-color: #c80d08 #b20b09 #a20a0a;
  text-shadow: 0px 1px 1px #a50b0a;
  background: -moz-linear-gradient(top, #f1614e, #e13a2d 5%, #c32a2a);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1614e), color-stop(0.05, #e13a2d), to(#c32a2a));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e13a2d', EndColorStr='#c32a2a'); }

.pagination.pagination-red a.number.current:hover {
  background-color: #c31f1f;
  border-color: #bf0b06 #a00907 #960808;
  background: -moz-linear-gradient(top, #f75e4d, #ed4037 5%, #c31f1f);
  background: -webkit-gradient(linear, left top, left bottom, from(#f75e4d), color-stop(0.05, #ed4037), to(#c31f1f));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ed4037', EndColorStr='#c31f1f'); }

.pagination.pagination-red a.number.current:active {
  border-color: #960808 #a00907 #bf0b06;
  text-shadow: 0px -1px 1px #a00907;
  background: -moz-linear-gradient(top, #c31f1f, #ed4037);
  background: -webkit-gradient(linear, left top, left bottom, from(#c31f1f), to(#ed4037));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c31f1f', EndColorStr='#ed4037'); }

.ad-main {
  padding: 1em 0em 0em 0em; }

.ad-details .fa {
  color: #273c49; }

.ad-price {
  float: right;
  color: #273c49;
  font-size: 1.8em;
  font-weight: 600; }

.ad-like {
  float: right;
  font-size: 1.8em; }

.propphoto-main {
  padding: 20px 0px 20px 0px; }

.propphoto-side {
  float: right;
  padding: 20px 0px 20px 0px; }

.property-detail-subtitle {
  padding: 1em 0em 0em 0em; }
  .property-detail-subtitle h2 {
    font-size: 2em; }

.property-detail-agent-logo {
  padding-top: 20px; }

.property-detail-agent-info-wrapper {
  justify-content: left; }

.property-detail-agent-info-image {
  max-width: 150px;
  padding-bottom: 20px; }
  .property-detail-agent-info-image > img {
    border: 1px solid #00abc8; }

.property-detail-agent-info-content {
  text-align: left;
  padding-top: 45px;
  line-height: 1.2em; }

.property-detail-text {
  line-height: 1.4;
  padding-top: 30px;
  padding-right: 20px; }

.property-detail-calendar-container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.property-detail-calendar-icon {
  text-align: center;
  padding: 10px 0px 10px 0px; }

.property-detial-calendar-showing-btn {
  text-align: center;
  padding: 10px 0px 20px 0px; }

.property-detail-info-request-container {
  margin-top: 20px; }

.sub-columns {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 900px) {
    .sub-columns ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.2em;
      line-height: 1.2em; } }
  @media screen and (max-width: 900px) {
    .sub-columns ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.8em;
      line-height: 1.2em; } }
  .sub-columns li:before, .sub-columns li.dropdown-plus::after {
    background-color: #00abc8;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -1em;
    height: 8px;
    width: 8px; }

.sub-columns-col1 {
  float: left;
  width: 50%; }

.sub-columns-col2 {
  float: right;
  width: 50%; }

.google-map-width {
  flex: 2 2 20em !important; }

.property-page-spacing {
  line-height: 1.6; }

.property-detail-spacing {
  line-height: 1.2; }

.piq-red {
  color: #273c49; }

.property-layout::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none; }

.property-layout {
  background-color: #f9f9f9;
  overflow-y: auto;
  max-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  padding: 0em 1em 1em 1em; }
  .property-layout .property-block {
    flex: 2 2 20em;
    margin: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
  .property-layout .property-block-content {
    width: 340px;
    height: 305px; }
  .property-layout .property-block-image {
    height: 230px;
    width: 340px;
    overflow: hidden; }
    .property-layout .property-block-image img {
      display: block;
      width: 340px; }
  .property-layout .property-block-like {
    position: relative;
    top: 20px;
    left: 305px;
    width: 24px;
    z-index: 1;
    color: #00abc8; }
  .property-layout .property-block-info {
    position: relative;
    top: -30px;
    width: 340px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    padding: .25em;
    font-size: .8em;
    line-height: 1.5em; }
  .property-layout .property-block-price {
    position: relative;
    top: -20px;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    text-align: right;
    font-size: 1.2em; }
  .property-layout .property-block-address {
    position: relative;
    top: -10px;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    font-size: 1.3em; }
  .property-layout .property-label {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    position: relative;
    left: 10px;
    top: -125px; }
  .property-layout .green {
    background: #3FA400; }
  .property-layout .red {
    background: #e41e26; }
  .property-layout .grey {
    background: #4a4a4a; }

.property-layout-list {
  background-color: #f9f9f9;
  margin: 0;
  padding: 3em 2em 1em 2em;
  text-decoration: none; }

.property-list-image {
  height: 350px;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .property-list-image img {
    display: block;
    width: 100em;
    display: flex;
    min-height: 350px;
    min-width: 400px;
    justify-content: center;
    align-items: center; }

.property-layout-list::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none; }

.property-layout-list {
  background-color: #f9f9f9;
  overflow-y: auto;
  max-height: 100vh; }
  .property-layout-list .property-list {
    flex: 2 2 20em;
    margin: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
  .property-layout-list .property-list-like {
    position: relative;
    top: -40px;
    left: 15px;
    width: 24px;
    z-index: 1; }
    .property-layout-list .property-list-like a {
      color: #ffffff;
      text-shadow: 1px 1px 3px #000000; }
    .property-layout-list .property-list-like a:active {
      color: #e41e26; }
    .property-layout-list .property-list-like a:hover {
      color: #e41e26;
      transition: all 0.3s ease !important;
      text-decoration: none; }
  .property-layout-list .property-list-info {
    position: relative;
    top: -165px;
    left: 15px;
    width: 345px;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000000;
    text-decoration: none;
    padding: .25em;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5em;
    height: 0px; }
  .property-layout-list .property-list-price {
    position: relative;
    top: 74px;
    left: -70px;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
    font-size: 1.5em;
    font-weight: 700; }
  .property-layout-list .property-list-address {
    position: relative;
    top: -10px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-size: 1.3em; }
  .property-layout-list .property-list-label {
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 7px 2px 7px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    position: relative;
    left: 55px;
    top: -75px; }
  .property-layout-list .green {
    background: #3FA400; }
  .property-layout-list .red {
    background: #e41e26; }
  .property-layout-list .grey {
    background: #4a4a4a; }

.content-highlight {
  background-color: #f2f3f5;
  padding: 20px;
  margin: 10px;
  border-radius: 10px; }

.saved-search-added {
  position: relative; }

.saved-search-options {
  position: relative;
  width: 75px;
  height: 25px;
  top: -45px;
  left: 225px; }

.saved-search-run {
  position: relative;
  top: 25px; }

.saved-search-alert-text {
  position: relative;
  top: 20px;
  left: -20px; }

.switch-icon {
  position: relative;
  top: -13px;
  left: -60px;
  height: 25px; }

.saved-search-delete-text {
  position: relative;
  top: -62px;
  left: 70px; }

.delete-icon {
  position: relative;
  top: -57px;
  left: 80px;
  color: #273c49; }

.show-favorites {
  position: relative;
  top: -15px;
  left: 75px;
  width: 24px; }
  .show-favorites a {
    color: #00abc8; }
  .show-favorites a:active {
    color: #273c49; }
  .show-favorites a:hover {
    color: #273c49;
    transition: all 0.3s ease !important;
    text-decoration: none; }

.show-favorites i {
  color: #00abc8; }

.heart-off {
  color: #ffffff; }

.heart-on {
  color: #eaa743; }

.favorite-btn {
  vertical-align: top;
  margin-top: 5px;
  padding: 1em 0em 1em .8em; }

.submit-btn {
  vertical-align: top;
  margin-top: 7px;
  padding: .2em 0em 1em .8em; }

@media (max-width: 799px) {
  .always-at-bottom {
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 5000;
    text-align: center; } }

@media (min-width: 800px) {
  .always-at-bottom {
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 5000;
    text-align: center; } }

.property-label {
  font-size: 12px;
  font-weight: 700;
  padding: 12px 7px 2px 7px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  position: relative;
  left: 10px;
  top: -145px; }

.property-label p {
  color: #ffffff; }

.green {
  background: #3FA400; }

.red {
  background: #e41e26; }

.grey {
  background: #4a4a4a; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.form-wrapper-2 {
  width: 800px;
  padding: 15px; }

.form-wrapper-2 input {
  width: 660px;
  height: 40px;
  padding: 10px 5px;
  float: left;
  font: bold 15px 'Raleway', sans-serif;
  border: 0;
  background: #fff;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.form-wrapper-2 input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset; }

.form-wrapper-2 input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper-2 input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper-2 input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper-2 button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 110px;
  font: bold 15px/40px 'Raleway', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #e61e25;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.form-wrapper-2 button:hover {
  background: #4a4a4a; }

.form-wrapper-2 button:active,
.form-wrapper-2 button:focus {
  background: #c42f2f; }

.form-wrapper-2 button:before, .form-wrapper-2 button.dropdown-plus::after {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #e61e25 transparent;
  top: 12px;
  left: -6px; }

.form-wrapper-2 button:hover:before, .form-wrapper-2 .dropdown-plus:hover::after {
  border-right-color: #4a4a4a; }

.form-wrapper-2 button:focus:before, .form-wrapper-2 .dropdown-plus:focus::after {
  border-right-color: #c42f2f; }

.form-wrapper-2 button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.search-input {
  position: relative;
  padding: 1rem 0 0.5rem 0;
  height: 4.5rem;
  width: 32rem;
  top: -9px; }

.search-input input {
  border: none;
  border-bottom: 1px solid #00abc8;
  display: block;
  font-size: 1.5rem;
  line-height: 1rem;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #4a4a4a;
  box-shadow: 0px 0px !important; }

.search-input input:focus {
  outline: none; }

.search-input label {
  position: absolute;
  left: 0;
  top: 1.625rem;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: 600;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.search-input input:focus ~ label {
  top: 0;
  font-size: 0.75rem;
  color: #273c49; }

.search-input label.not-empty {
  top: 0;
  font-size: 0.75rem; }

.search-input span:nth-of-type(3) {
  position: absolute;
  color: #273c49;
  left: 100%;
  top: 1.625rem;
  font-size: 1.5rem;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.search-input input:focus ~ span:nth-of-type(3) {
  left: -1.625rem;
  top: 1.625rem;
  color: #273c49; }

.search-input span:nth-of-type(3).not-empty {
  left: -1.625rem !important;
  top: 1.625rem !important; }

.search-input span:nth-of-type(4) {
  position: absolute;
  color: #273c49;
  right: 0;
  top: 1.625rem;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.search-input input:focus ~ span:nth-of-type(4) {
  color: #273c49;
  opacity: 1;
  cursor: pointer; }

.search-input span:nth-of-type(4).not-empty {
  opacity: 1 !important; }

.search-input .bar {
  display: block;
  width: 0;
  margin-left: 50%;
  height: 1px;
  background: #273c49;
  opacity: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.search-input input:focus ~ .bar {
  opacity: 1;
  width: 100%;
  margin-left: 0; }

.search-bar {
  background-color: #f2f3f5;
  overflow-y: visible; }

.select-alignment {
  padding: 10px 0 0 30px; }

.select-alignment-search-options {
  padding: 20px 0 0 10px; }

#quickquiz {
  font-family: 'Roboto', sans-serif;
  max-width: 750px;
  padding: 10px;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  background-size: cover; }

.title-toolbar {
  background-color: #0d4673 !important; }

#quickquiz .nav-buttons .md-button {
  color: #fff;
  background-color: #0d4673; }

#quickquiz .nav-buttons .md-button:hover {
  background-color: #0d4673 !important; }

#quickquiz .md-raised:hover {
  background-color: #0d4673 !important; }

#quickquiz md-input-container.other-right {
  margin-left: 70px;
  margin-top: -42px;
  width: 100%; }

#quickquiz md-input-container.other-bottom {
  margin-top: -5px;
  width: 100%; }

#quickquiz md-input-container.other-single {
  padding-left: 38px; }

#quickquiz md-input-container.other-multiple {
  padding-left: 35px; }

#quickquiz > md-content {
  background-color: transparent; }

#quickquiz .md-whiteframe-3dp {
  background-color: #ffffff;
  padding: 0; }

#quickquiz .item-separation {
  padding: 8px; }

#quickquiz .title-toolbar {
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px rgba(255, 255, 255, 0.1); }

#quickquiz h1 {
  margin-left: 24px;
  color: #fff; }

#quickquiz .main-title.without-toolbar {
  padding-top: 30px; }

#quickquiz .page {
  padding: 24px; }

#quickquiz .prev-next, #quickquiz .pagNumber {
  padding: 0 24px; }

#quickquiz .pagNumber {
  margin: 20px 0; }

#quickquiz .quiz-container {
  margin-bottom: 1em;
  padding-bottom: 2em; }

#quickquiz .md-display-1 {
  line-height: 30px;
  margin: 10px; }

#quickquiz md-progress-linear {
  width: 100%; }

#quickquiz .prev-next {
  margin-top: 2em;
  margin-bottom: 2em; }

#quickquiz .question .md-button {
  width: 100%;
  padding: 5px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  min-width: 0; }

#quickquiz .matrix-choices .md-button {
  padding: 5px 15px; }

#quickquiz .question .md-button.no-border {
  padding: 0;
  min-height: 0;
  line-height: 0; }

#quickquiz .md-char-counter {
  bottom: -15px;
  right: 2px;
  color: #999; }

#quickquiz .page ul {
  list-style-type: none;
  padding: 0; }

#quickquiz .question {
  margin: 2em 0 3em 0; }

#quickquiz .layout-answers {
  padding: 0; }

#quickquiz .question-statement-line h3 {
  margin-top: 0;
  color: #273c49; }

#quickquiz .pointsPerQuestion {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

#quickquiz .answer-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

#quickquiz img {
  width: 100%;
  vertical-align: middle; }

#quickquiz .aside-image {
  padding: 16px;
  cursor: pointer; }

#quickquiz .aside-image-score img {
  padding: 16px;
  cursor: pointer;
  float: right;
  max-width: 25%; }

#quickquiz .score-questions md-divider {
  clear: both; }

#quickquiz .md-button.textLeft {
  text-align: left;
  padding-left: 15px; }

#quickquiz .halfWidth {
  width: 50%; }

#quickquiz .md-button.semitransparent, #quickquiz table.semitransparent {
  opacity: .9; }

#quickquiz .matching-pairs .selected {
  background-color: #eee;
  color: #666666; }

@font-face {
  #quickquiz .matching-pairs .selected {
    font-family: 'quickquiz-icons';
    src: url("../fonts/quickquiz-icons.eot?-8f6la3");
    src: url("../fonts/quickquiz-icons.eot?#iefix-8f6la3") format("embedded-opentype"), url("../fonts/quickquiz-icons.ttf?-8f6la3") format("truetype"), url("../fonts/quickquiz-icons.woff?-8f6la3") format("woff"), url("../fonts/quickquiz-icons.svg?-8f6la3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; } }
  #quickquiz .matching-pairs .selected [class^="icon-"], #quickquiz .matching-pairs .selected [class*=" icon-"] {
    font-family: 'quickquiz-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-right:before, #quickquiz .matching-pairs .selected #quickquiz .icon-right.dropdown-plus::after {
    content: "\e206";
    color: green; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-wrong:before, #quickquiz .matching-pairs .selected #quickquiz .icon-wrong.dropdown-plus::after {
    content: "\e209";
    color: red; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-heart:before, #quickquiz .matching-pairs .selected #quickquiz .icon-heart.dropdown-plus::after {
    content: "\e291"; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-star:before, #quickquiz .matching-pairs .selected #quickquiz .icon-star.dropdown-plus::after {
    content: "\e299"; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-thumb_up:before, #quickquiz .matching-pairs .selected #quickquiz .icon-thumb_up.dropdown-plus::after {
    content: "\e2ee"; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-wrong, #quickquiz .matching-pairs .selected #quickquiz .icon-right {
    margin-left: -1.2em;
    margin-top: -5px;
    padding-right: 0;
    float: left;
    font-size: 2em; }
  #quickquiz .matching-pairs .selected #quickquiz .icon-heart, #quickquiz .matching-pairs .selected #quickquiz .icon-star, #quickquiz .matching-pairs .selected #quickquiz .icon-thumb_up {
    font-size: 2em; }

#quickquiz .matching-pairs .selected.border-color {
  border: 2px solid; }

#quickquiz .matching-fixed.type-select {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 20px 25px 26px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3px;
  position: relative;
  box-sizing: border-box;
  min-width: 64px; }

#quickquiz .matching-fixed.type-select span {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 2px; }

#quickquiz .scale-text {
  margin-bottom: 1.5em; }

#quickquiz .md-button.md-icon-button {
  width: auto; }

#quickquiz .rating md-icon {
  width: 30px;
  height: 30px; }

#quickquiz .rating .md-icon-button:hover,
#quickquiz .rating .md-icon-button:hover ~ .md-icon-button {
  opacity: .75;
  filter: alpha(opacity=75); }

#quickquiz .score-message {
  text-align: center;
  margin: 20px 0; }

#quickquiz .unanswered {
  font-style: italic; }

#quickquiz .score-questions {
  margin-top: 2em; }

#quickquiz .score-answers {
  margin: 0 0 2em 2em; }

#quickquiz .score-answers .md-caption {
  margin-left: -1.5em;
  margin-top: 1.5em; }

#quickquiz .score-questions img {
  width: 40%;
  margin-bottom: 1em;
  vertical-align: text-top;
  margin-right: 5px; }

#quickquiz .score-questions .puzzle img {
  margin-bottom: 0; }

#quickquiz .form-container {
  margin-top: 30px; }

#quickquiz .form-container form {
  margin-top: 20px; }

#quickquiz table, #quickquiz th, #quickquiz td {
  border: 1px solid grey;
  border-collapse: collapse;
  width: 100%; }

#quickquiz th {
  background-color: #999;
  color: white;
  white-space: nowrap;
  padding: 15px; }

#quickquiz table tr:nth-child(odd) {
  background-color: #f1f1f1;
  padding: 5px; }

#quickquiz table tr:nth-child(even) {
  background-color: #ffffff; }

#quickquiz table td {
  padding-left: 10px; }

#quickquiz table td.radio {
  text-align: center;
  padding-left: 12px; }

#quickquiz table .rating md-icon {
  margin: 5px 0 15px 0; }

#quickquiz {
  color: #333; }

#quickquiz .pagNumber, #quickquiz .timer {
  color: #ccc; }

#quickquiz .description, #quickquiz .pointsPerQuestion {
  color: #999; }

#quickquiz [ng-message], #quickquiz .alert, md-input-container [ng-messages] {
  color: #f44336;
  font-size: 12px !important;
  line-height: 14px;
  overflow: hidden;
  padding-top: 5px;
  opacity: 1 !important; }

#quickquiz .alert.global {
  margin-top: 20px; }

#quickquiz vg-overlay-play.audio {
  display: none; }

#quickquiz videogular.hide-controls vg-controls, #quickquiz videogular.hide-controls vg-overlay-play {
  pointer-events: none;
  display: none; }

#quickquiz videogular.hide-controls {
  pointer-events: none; }

#quickquiz .videogular-container {
  width: 100%;
  margin: auto;
  overflow: hidden; }

#quickquiz .videogular-container.video {
  height: 320px; }

#quickquiz videogular.audio {
  height: 50px; }

@media (min-width: 768px) {
  #quickquiz .videogular-container.video {
    height: 387px; } }

#quickquiz vg-scrub-bar-cue-points .cue-point {
  width: 5px !important;
  height: 5px;
  border-radius: 50px; }

#quickquiz videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
  background-color: rgba(255, 255, 255, 0.2); }

#quickquiz .loading-icon {
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5); }

#quickquiz .spinner {
  height: 40px;
  width: 40px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #333;
  border-right-color: transparent;
  border-radius: 50%; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.tableMySQL {
  font-family: 'Roboto', sans-serif;
  font-size: .8em;
  margin: 15px; }

.tableMySQL, .tableMySQL th, .tableMySQL td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 15px;
  white-space: pre; }

.tableMySQL th {
  background-color: #999;
  color: white; }

.tableMySQL tr:nth-child(odd) {
  background-color: #f1f1f1; }

.tableMySQL tr:nth-child(even) {
  background-color: #ffffff; }

.tableText {
  font-family: 'Roboto', sans-serif;
  margin: 15px; }

*#quickquiz .fade.ng-enter, .navik-header #quickquiz::before .fade.ng-enter, .navik-header #quickquiz::after .fade.ng-enter {
  -webkit-transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.3s 0.3s;
  transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.3s 0.3s;
  opacity: 0;
  filter: alpha(opacity=0); }

#quickquiz .fade.ng-enter.ng-enter-active {
  opacity: 1;
  filter: alpha(opacity=100); }

#quickquiz .fade.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.2s;
  transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.2s;
  opacity: 1;
  filter: alpha(opacity=100); }

#quickquiz .fade.ng-leave.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0); }

#quickquiz .slide.ng-enter {
  -webkit-transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.5s 0.3s;
  transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.5s 0.3s;
  -ms-transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  z-index: 9999; }

#quickquiz .slide.ng-enter.ng-enter-active {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 9999; }

#quickquiz .slide.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.2s;
  transition: all cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.2s;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 8888; }

#quickquiz .slide.ng-leave.ng-leave-active {
  -ms-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  z-index: 8888; }

#quickquiz .qq_social_icons a {
  margin: 0.7em;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2); }

#quickquiz .qq_social_icons a:hover {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4); }

#quickquiz .qq_social_icons img {
  width: 50px;
  height: 50px; }

@media (max-width: 600px) {
  #quickquiz {
    padding: 0;
    margin: 0; }
  #quickquiz .page {
    padding: 5px; }
  #quickquiz > .layout-padding {
    padding: 0; }
  #quickquiz .quiz-container {
    margin-bottom: 0; }
  #quickquiz .halfWidth {
    width: 100%; }
  #quickquiz .hide-image-mobile {
    display: none; }
  #quickquiz th {
    white-space: normal;
    padding: 8px 3px; }
  #quickquiz table td {
    padding-left: 5px; }
  #quickquiz table td.radio {
    padding-left: 5px; }
  #quickquiz table .rating md-icon {
    margin: 0px 0 0px 0;
    padding: 0; }
  #quickquiz .question table .md-button {
    padding: 0 !important; } }

@media screen and (min-width: 0\0) {
  span[flex], .flex {
    display: block; } }

@font-face {
  font-family: videogular;
  src: url(../fonts/videogular.eot);
  src: url(../fonts/videogular.eot?#iefix) format("embedded-opentype"), url(../fonts/videogular.woff) format("woff"), url(../fonts/videogular.ttf) format("truetype"), url(../fonts/videogular.svg#videogular) format("svg");
  font-weight: 400;
  font-style: normal; }

videogular, [videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none; }

videogular button, [videogular] button {
  cursor: pointer; }

videogular.fullscreen, [videogular].fullscreen {
  position: fixed;
  left: 0;
  top: 0; }

videogular vg-media, [videogular] vg-media {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block; }

videogular vg-media video, [videogular] vg-media video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

videogular vg-media video::-webkit-media-text-track-container, [videogular] vg-media video::-webkit-media-text-track-container {
  bottom: 50px; }

videogular .iconButton, [videogular] .iconButton {
  color: #FFF;
  font-family: videogular;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: 0 0;
  padding: 6px;
  border: 0; }

videogular .iconButton:focus, [videogular] .iconButton:focus {
  border: 1px solid #fff; }

videogular vg-poster, [videogular] vg-poster {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  pointer-events: none; }

videogular vg-poster img, [videogular] vg-poster img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute; }

videogular vg-poster img.pause, videogular vg-poster img.play, [videogular] vg-poster img.pause, [videogular] vg-poster img.play {
  display: none; }

videogular vg-poster img.stop, [videogular] vg-poster img.stop {
  display: block; }

videogular vg-overlay-play, [videogular] vg-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0; }

videogular vg-overlay-play .play:before, videogular vg-overlay-play .play.dropdown-plus::after, [videogular] vg-overlay-play .play:before, [videogular] vg-overlay-play .play.dropdown-plus::after {
  content: "\e000"; }

videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: .6; }

videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
  vertical-align: middle;
  text-align: center;
  display: table-cell; }

videogular vg-controls, [videogular] vg-controls {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 3;
  top: calc(100% - 50px); }

videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: table;
  zoom: 1; }

videogular vg-play-pause-button, [videogular] vg-play-pause-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-time-display, [videogular] vg-time-display {
  color: #FFF;
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  cursor: default; }

videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: auto; }

videogular vg-scrub-bar, [videogular] vg-scrub-bar {
  width: auto;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle; }

videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 2px;
  background-color: #000; }

videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
  border-right: 6px #000 groove; }

videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer; }

videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }

videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
  color: #FFF;
  padding-top: 3px; }

videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
  position: absolute;
  height: 3px;
  background-color: #FFF; }

videogular vg-playback-button, [videogular] vg-playback-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-volume, [videogular] vg-volume {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-volume-bar, [videogular] vg-volume-bar {
  width: 50px;
  height: 100px;
  top: -100px;
  margin-left: -25px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  videogular vg-volume-bar, [videogular] vg-volume-bar {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5; } }

videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
  width: 50px;
  height: 100px;
  background-color: #000;
  position: absolute; }

videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
  width: 20px;
  height: 70px;
  left: 15px;
  top: 15px;
  background-color: #222;
  position: absolute; }

videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
  width: 20px;
  height: 100%;
  background-color: #FFF;
  position: absolute; }

videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
  width: 20px;
  height: 100%;
  position: absolute; }

videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
  animation: hideControlsAnimationFrames ease-out .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation: hideControlsAnimationFrames ease-out .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: hideControlsAnimationFrames ease-out .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation: hideControlsAnimationFrames ease-out .5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  -ms-animation: hideControlsAnimationFrames ease-out .5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards; }

@keyframes hideControlsAnimationFrames {
  0% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@-ms-keyframes hideControlsAnimationFrames {
  0% {
    opacity: .5; }
  100% {
    opacity: 0; } }

videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
  animation: showControlsAnimationFrames ease-out .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation: showControlsAnimationFrames ease-out .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: showControlsAnimationFrames ease-out .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation: showControlsAnimationFrames ease-out .5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  -ms-animation: showControlsAnimationFrames ease-out .5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards; }

@keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-moz-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-o-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-ms-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

videogular vg-play-pause-button .play:before, videogular vg-play-pause-button .play.dropdown-plus::after, [videogular] vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play.dropdown-plus::after {
  content: "\e000"; }

videogular vg-play-pause-button .pause:before, videogular vg-play-pause-button .pause.dropdown-plus::after, [videogular] vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause.dropdown-plus::after {
  content: "\e001"; }

videogular vg-mute-button, [videogular] vg-mute-button {
  width: 50px;
  display: block; }

videogular vg-mute-button .level3:before, videogular vg-mute-button .level3.dropdown-plus::after, [videogular] vg-mute-button .level3:before, [videogular] vg-mute-button .level3.dropdown-plus::after {
  content: "\e002"; }

videogular vg-mute-button .level2:before, videogular vg-mute-button .level2.dropdown-plus::after, [videogular] vg-mute-button .level2:before, [videogular] vg-mute-button .level2.dropdown-plus::after {
  content: "\e003"; }

videogular vg-mute-button .level1:before, videogular vg-mute-button .level1.dropdown-plus::after, [videogular] vg-mute-button .level1:before, [videogular] vg-mute-button .level1.dropdown-plus::after {
  content: "\e004"; }

videogular vg-mute-button .level0:before, videogular vg-mute-button .level0.dropdown-plus::after, [videogular] vg-mute-button .level0:before, [videogular] vg-mute-button .level0.dropdown-plus::after {
  content: "\e005"; }

videogular vg-mute-button .mute:before, videogular vg-mute-button .mute.dropdown-plus::after, [videogular] vg-mute-button .mute:before, [videogular] vg-mute-button .mute.dropdown-plus::after {
  content: "\e006"; }

videogular vg-fullscreen-button .enter:before, videogular vg-fullscreen-button .enter.dropdown-plus::after, [videogular] vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter.dropdown-plus::after {
  content: "\e007"; }

videogular vg-fullscreen-button .exit:before, videogular vg-fullscreen-button .exit.dropdown-plus::after, [videogular] vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit.dropdown-plus::after {
  content: "\e008"; }

videogular vg-buffering, [videogular] vg-buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0; }

videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: .6; }

videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
  background-color: transparent;
  border: 5px solid #fff;
  opacity: .9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  box-shadow: 0 0 35px #FFF;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear; }

videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

videogular vg-ima-ads, [videogular] vg-ima-ads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  display: none; }

body, html {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  position: relative; }

body {
  margin: 0;
  padding: 0; }

[tabindex='-1']:focus {
  outline: 0; }

.inset {
  padding: 10px; }

button.md-no-style {
  font-weight: 400;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0; }

button, input, select, textarea {
  vertical-align: baseline; }

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], html input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled] {
  cursor: default; }

textarea {
  vertical-align: top;
  overflow: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px; }

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none; }

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-ripple {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%; }

.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-ripple.md-ripple-scaled {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: .2; }

.md-padding {
  padding: 8px; }

.md-margin {
  margin: 8px; }

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }

@media (min-width: 600px) {
  .md-padding {
    padding: 16px; } }

body, html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -.01em;
  line-height: 112px; }

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -.005em;
  line-height: 56px; }

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px; }

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .005em; }

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 24px; }

.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 24px; }

.md-caption {
  font-size: 12px;
  letter-spacing: .02em; }

.md-button {
  letter-spacing: .01em; }

button, html, input, select, textarea {
  font-family: Roboto,'Helvetica Neue',sans-serif; }

button, input, select, textarea {
  font-size: 100%; }

@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }

.flex-order, .flex-order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.flex-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.flex-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.flex-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.flex-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.flex-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.flex-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.flex-order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.flex-order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.flex-order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.flex-order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.flex-order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.flex-order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.flex-order-13 {
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.flex-order-14 {
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14; }

.flex-order-15 {
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15; }

.flex-order-16 {
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16; }

.flex-order-17 {
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17; }

.flex-order-18 {
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18; }

.flex-order-19 {
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19; }

.flex-offset-0, .offset-0 {
  margin-left: 0; }

.flex-offset-5, .offset-5 {
  margin-left: 5%; }

.flex-offset-10, .offset-10 {
  margin-left: 10%; }

.flex-offset-15, .offset-15 {
  margin-left: 15%; }

.flex-offset-20, .offset-20 {
  margin-left: 20%; }

.flex-offset-25, .offset-25 {
  margin-left: 25%; }

.flex-offset-30, .offset-30 {
  margin-left: 30%; }

.flex-offset-35, .offset-35 {
  margin-left: 35%; }

.flex-offset-40, .offset-40 {
  margin-left: 40%; }

.flex-offset-45, .offset-45 {
  margin-left: 45%; }

.flex-offset-50, .offset-50 {
  margin-left: 50%; }

.flex-offset-55, .offset-55 {
  margin-left: 55%; }

.flex-offset-60, .offset-60 {
  margin-left: 60%; }

.flex-offset-65, .offset-65 {
  margin-left: 65%; }

.flex-offset-70, .offset-70 {
  margin-left: 70%; }

.flex-offset-75, .offset-75 {
  margin-left: 75%; }

.flex-offset-80, .offset-80 {
  margin-left: 80%; }

.flex-offset-85, .offset-85 {
  margin-left: 85%; }

.flex-offset-90, .offset-90 {
  margin-left: 90%; }

.flex-offset-95, .offset-95 {
  margin-left: 95%; }

.flex-offset-33, .offset-33 {
  margin-left: calc(100% / 3); }

.flex-offset-66, .offset-66 {
  margin-left: calc(200% / 3); }

.layout-align-center, .layout-align-center-center, .layout-align-center-end, .layout-align-center-start {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.layout-align-end, .layout-align-end-center, .layout-align-end-end, .layout-align-end-start {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.layout-align-space-around, .layout-align-space-around-center, .layout-align-space-around-end, .layout-align-space-around-start {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.layout-align-space-between, .layout-align-space-between-center, .layout-align-space-between-end, .layout-align-space-between-start {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.layout-align-center-start, .layout-align-end-start, .layout-align-space-around-start, .layout-align-space-between-start, .layout-align-start-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.layout-align-center-center, .layout-align-end-center, .layout-align-space-around-center, .layout-align-space-between-center, .layout-align-start-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%; }

.layout-align-center-center > *, .navik-header .layout-align-center-center > *::before, .navik-header .layout-align-center-center > *::after, .navik-header .layout-align-center-center > .dropdown-plus::after, .layout-align-end-center > *, .navik-header .layout-align-end-center > *::before, .navik-header .layout-align-end-center > *::after, .navik-header .layout-align-end-center > .dropdown-plus::after, .layout-align-space-around-center > *, .navik-header .layout-align-space-around-center > *::before, .navik-header .layout-align-space-around-center > *::after, .navik-header .layout-align-space-around-center > .dropdown-plus::after, .layout-align-space-between-center > *, .navik-header .layout-align-space-between-center > *::before, .navik-header .layout-align-space-between-center > *::after, .navik-header .layout-align-space-between-center > .dropdown-plus::after, .layout-align-start-center > *, .navik-header .layout-align-start-center > *::before, .navik-header .layout-align-start-center > *::after, .navik-header .layout-align-start-center > .dropdown-plus::after {
  max-width: 100%;
  box-sizing: border-box; }

.layout-align-center-end, .layout-align-end-end, .layout-align-space-around-end, .layout-align-space-between-end, .layout-align-start-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box; }

.flex-grow {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  box-sizing: border-box; }

.flex-initial {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box; }

.flex-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box; }

.flex-none {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box; }

.flex-0, .layout-row > .flex-0 {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 0;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-0 {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 100%;
  max-height: 0;
  box-sizing: border-box; }

.flex-5, .layout-row > .flex-5 {
  -webkit-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-5 {
  -webkit-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

.flex-10, .layout-row > .flex-10 {
  -webkit-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-10 {
  -webkit-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

.flex-15, .layout-row > .flex-15 {
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-15 {
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

.flex-20, .layout-row > .flex-20 {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-20 {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

.flex-25, .layout-row > .flex-25 {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-25 {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

.flex-30, .layout-row > .flex-30 {
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-30 {
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

.flex-35, .layout-row > .flex-35 {
  -webkit-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-35 {
  -webkit-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

.flex-40, .layout-row > .flex-40 {
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-40 {
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

.flex-45, .layout-row > .flex-45 {
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-45 {
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

.flex-50, .layout-row > .flex-50 {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-50 {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

.flex-55, .layout-row > .flex-55 {
  -webkit-flex: 1 1 55%;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-55 {
  -webkit-flex: 1 1 55%;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

.flex-60, .layout-row > .flex-60 {
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-60 {
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

.flex-65, .layout-row > .flex-65 {
  -webkit-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-65 {
  -webkit-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

.flex-70, .layout-row > .flex-70 {
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-70 {
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

.flex-75, .layout-row > .flex-75 {
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-75 {
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

.flex-80, .layout-row > .flex-80 {
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-80 {
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

.flex-85, .layout-row > .flex-85 {
  -webkit-flex: 1 1 85%;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-85 {
  -webkit-flex: 1 1 85%;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

.flex-90, .layout-row > .flex-90 {
  -webkit-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-90 {
  -webkit-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

.flex-95, .layout-row > .flex-95 {
  -webkit-flex: 1 1 95%;
  -ms-flex: 1 1 95%;
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-95 {
  -webkit-flex: 1 1 95%;
  -ms-flex: 1 1 95%;
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

.flex-100, .layout-column > .flex-100, .layout-row > .flex-100 {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-33 {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: calc(100% / 3);
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-66 {
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  max-width: calc(200% / 3);
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-33 {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 100%;
  max-height: calc(100% / 3);
  box-sizing: border-box; }

.layout-column > .flex-66 {
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  max-width: 100%;
  max-height: calc(200% / 3);
  box-sizing: border-box; }

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.layout-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.layout-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.layout-padding-sm > *, .navik-header .layout-padding-sm > *::before, .navik-header .layout-padding-sm > *::after, .navik-header .layout-padding-sm > .dropdown-plus::after, .layout-padding > .flex-sm {
  padding: 4px; }

.layout-padding, .layout-padding-gt-sm, .layout-padding-gt-sm > *, .navik-header .layout-padding-gt-sm > *::before, .navik-header .layout-padding-gt-sm > *::after, .navik-header .layout-padding-gt-sm > .dropdown-plus::after, .layout-padding-md, .layout-padding-md > *, .navik-header .layout-padding-md > *::before, .navik-header .layout-padding-md > *::after, .navik-header .layout-padding-md > .dropdown-plus::after, .layout-padding > *, .navik-header .layout-padding > *::before, .navik-header .layout-padding > *::after, .navik-header .layout-padding > .dropdown-plus::after, .layout-padding > .flex, .layout-padding > .flex-gt-sm, .layout-padding > .flex-md {
  padding: 8px; }

.layout-padding-gt-lg > *, .navik-header .layout-padding-gt-lg > *::before, .navik-header .layout-padding-gt-lg > *::after, .navik-header .layout-padding-gt-lg > .dropdown-plus::after, .layout-padding-gt-md > *, .navik-header .layout-padding-gt-md > *::before, .navik-header .layout-padding-gt-md > *::after, .navik-header .layout-padding-gt-md > .dropdown-plus::after, .layout-padding-lg > *, .navik-header .layout-padding-lg > *::before, .navik-header .layout-padding-lg > *::after, .navik-header .layout-padding-lg > .dropdown-plus::after, .layout-padding > .flex-gt-lg, .layout-padding > .flex-gt-md, .layout-padding > .flex-lg {
  padding: 16px; }

.layout-margin-sm > *, .navik-header .layout-margin-sm > *::before, .navik-header .layout-margin-sm > *::after, .navik-header .layout-margin-sm > .dropdown-plus::after, .layout-margin > .flex-sm {
  margin: 4px; }

.layout-margin, .layout-margin-gt-sm, .layout-margin-gt-sm > *, .navik-header .layout-margin-gt-sm > *::before, .navik-header .layout-margin-gt-sm > *::after, .navik-header .layout-margin-gt-sm > .dropdown-plus::after, .layout-margin-md, .layout-margin-md > *, .navik-header .layout-margin-md > *::before, .navik-header .layout-margin-md > *::after, .navik-header .layout-margin-md > .dropdown-plus::after, .layout-margin > *, .navik-header .layout-margin > *::before, .navik-header .layout-margin > *::after, .navik-header .layout-margin > .dropdown-plus::after, .layout-margin > .flex, .layout-margin > .flex-gt-sm, .layout-margin > .flex-md {
  margin: 8px; }

.layout-margin-gt-lg > *, .navik-header .layout-margin-gt-lg > *::before, .navik-header .layout-margin-gt-lg > *::after, .navik-header .layout-margin-gt-lg > .dropdown-plus::after, .layout-margin-gt-md > *, .navik-header .layout-margin-gt-md > *::before, .navik-header .layout-margin-gt-md > *::after, .navik-header .layout-margin-gt-md > .dropdown-plus::after, .layout-margin-lg > *, .navik-header .layout-margin-lg > *::before, .navik-header .layout-margin-lg > *::after, .navik-header .layout-margin-lg > .dropdown-plus::after, .layout-margin > .flex-gt-lg, .layout-margin > .flex-gt-md, .layout-margin > .flex-lg {
  margin: 16px; }

.layout-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.layout-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%; }

@media (max-width: 599px) {
  .hide-sm:not(.show-sm):not(.show), .hide:not(.show-sm):not(.show) {
    display: none; }
  .flex-order-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-sm-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-sm-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-sm-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-sm-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-sm-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-sm-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-sm-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .flex-offset-sm-0, .offset-sm-0 {
    margin-left: 0; }
  .flex-offset-sm-5, .offset-sm-5 {
    margin-left: 5%; }
  .flex-offset-sm-10, .offset-sm-10 {
    margin-left: 10%; }
  .flex-offset-sm-15, .offset-sm-15 {
    margin-left: 15%; }
  .flex-offset-sm-20, .offset-sm-20 {
    margin-left: 20%; }
  .flex-offset-sm-25, .offset-sm-25 {
    margin-left: 25%; }
  .flex-offset-sm-30, .offset-sm-30 {
    margin-left: 30%; }
  .flex-offset-sm-35, .offset-sm-35 {
    margin-left: 35%; }
  .flex-offset-sm-40, .offset-sm-40 {
    margin-left: 40%; }
  .flex-offset-sm-45, .offset-sm-45 {
    margin-left: 45%; }
  .flex-offset-sm-50, .offset-sm-50 {
    margin-left: 50%; }
  .flex-offset-sm-55, .offset-sm-55 {
    margin-left: 55%; }
  .flex-offset-sm-60, .offset-sm-60 {
    margin-left: 60%; }
  .flex-offset-sm-65, .offset-sm-65 {
    margin-left: 65%; }
  .flex-offset-sm-70, .offset-sm-70 {
    margin-left: 70%; }
  .flex-offset-sm-75, .offset-sm-75 {
    margin-left: 75%; }
  .flex-offset-sm-80, .offset-sm-80 {
    margin-left: 80%; }
  .flex-offset-sm-85, .offset-sm-85 {
    margin-left: 85%; }
  .flex-offset-sm-90, .offset-sm-90 {
    margin-left: 90%; }
  .flex-offset-sm-95, .offset-sm-95 {
    margin-left: 95%; }
  .flex-offset-sm-33, .offset-sm-33 {
    margin-left: calc(100% / 3); }
  .flex-offset-sm-66, .offset-sm-66 {
    margin-left: calc(200% / 3); }
  .layout-align-sm-center, .layout-align-sm-center-center, .layout-align-sm-center-end, .layout-align-sm-center-start {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-sm-end, .layout-align-sm-end-center, .layout-align-sm-end-end, .layout-align-sm-end-start {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-sm-space-around, .layout-align-sm-space-around-center, .layout-align-sm-space-around-end, .layout-align-sm-space-around-start {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-sm-space-between, .layout-align-sm-space-between-center, .layout-align-sm-space-between-end, .layout-align-sm-space-between-start {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-sm-center-start, .layout-align-sm-end-start, .layout-align-sm-space-around-start, .layout-align-sm-space-between-start, .layout-align-sm-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-sm-center-center, .layout-align-sm-end-center, .layout-align-sm-space-around-center, .layout-align-sm-space-between-center, .layout-align-sm-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .layout-align-sm-center-center > *, .navik-header .layout-align-sm-center-center > *::before, .navik-header .layout-align-sm-center-center > *::after, .navik-header .layout-align-sm-center-center > .dropdown-plus::after, .layout-align-sm-end-center > *, .navik-header .layout-align-sm-end-center > *::before, .navik-header .layout-align-sm-end-center > *::after, .navik-header .layout-align-sm-end-center > .dropdown-plus::after, .layout-align-sm-space-around-center > *, .navik-header .layout-align-sm-space-around-center > *::before, .navik-header .layout-align-sm-space-around-center > *::after, .navik-header .layout-align-sm-space-around-center > .dropdown-plus::after, .layout-align-sm-space-between-center > *, .navik-header .layout-align-sm-space-between-center > *::before, .navik-header .layout-align-sm-space-between-center > *::after, .navik-header .layout-align-sm-space-between-center > .dropdown-plus::after, .layout-align-sm-start-center > *, .navik-header .layout-align-sm-start-center > *::before, .navik-header .layout-align-sm-start-center > *::after, .navik-header .layout-align-sm-start-center > .dropdown-plus::after {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-sm-center-end, .layout-align-sm-end-end, .layout-align-sm-space-around-end, .layout-align-sm-space-between-end, .layout-align-sm-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-sm-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-sm-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-sm-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-sm-0, .layout-row > .flex-sm-0, .layout-sm-row > .flex-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-0, .layout-sm-column > .flex-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box; }
  .flex-sm-5, .layout-row > .flex-sm-5, .layout-sm-row > .flex-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-5, .layout-sm-column > .flex-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-sm-10, .layout-row > .flex-sm-10, .layout-sm-row > .flex-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-10, .layout-sm-column > .flex-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-sm-15, .layout-row > .flex-sm-15, .layout-sm-row > .flex-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-15, .layout-sm-column > .flex-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-sm-20, .layout-row > .flex-sm-20, .layout-sm-row > .flex-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-20, .layout-sm-column > .flex-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-sm-25, .layout-row > .flex-sm-25, .layout-sm-row > .flex-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-25, .layout-sm-column > .flex-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-sm-30, .layout-row > .flex-sm-30, .layout-sm-row > .flex-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-30, .layout-sm-column > .flex-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-sm-35, .layout-row > .flex-sm-35, .layout-sm-row > .flex-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-35, .layout-sm-column > .flex-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-sm-40, .layout-row > .flex-sm-40, .layout-sm-row > .flex-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-40, .layout-sm-column > .flex-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-sm-45, .layout-row > .flex-sm-45, .layout-sm-row > .flex-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-45, .layout-sm-column > .flex-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-sm-50, .layout-row > .flex-sm-50, .layout-sm-row > .flex-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-50, .layout-sm-column > .flex-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-sm-55, .layout-row > .flex-sm-55, .layout-sm-row > .flex-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-55, .layout-sm-column > .flex-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-sm-60, .layout-row > .flex-sm-60, .layout-sm-row > .flex-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-60, .layout-sm-column > .flex-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-sm-65, .layout-row > .flex-sm-65, .layout-sm-row > .flex-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-65, .layout-sm-column > .flex-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-sm-70, .layout-row > .flex-sm-70, .layout-sm-row > .flex-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-70, .layout-sm-column > .flex-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-sm-75, .layout-row > .flex-sm-75, .layout-sm-row > .flex-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-75, .layout-sm-column > .flex-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-sm-80, .layout-row > .flex-sm-80, .layout-sm-row > .flex-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-80, .layout-sm-column > .flex-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-sm-85, .layout-row > .flex-sm-85, .layout-sm-row > .flex-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-85, .layout-sm-column > .flex-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-sm-90, .layout-row > .flex-sm-90, .layout-sm-row > .flex-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-90, .layout-sm-column > .flex-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-sm-95, .layout-row > .flex-sm-95, .layout-sm-row > .flex-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-95, .layout-sm-column > .flex-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-sm-100, .layout-column > .flex-sm-100, .layout-row > .flex-sm-100, .layout-sm-column > .flex-sm-100, .layout-sm-row > .flex-sm-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-33, .layout-sm-row > .flex-sm-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-66, .layout-sm-row > .flex-sm-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-33, .layout-sm-column > .flex-sm-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  .layout-column > .flex-sm-66, .layout-sm-column > .flex-sm-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-sm-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-sm-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 600px) {
  .flex-order-gt-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-sm-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-sm-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-sm-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-sm-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-sm-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-sm-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-sm-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .flex-offset-gt-sm-0, .offset-gt-sm-0 {
    margin-left: 0; }
  .flex-offset-gt-sm-5, .offset-gt-sm-5 {
    margin-left: 5%; }
  .flex-offset-gt-sm-10, .offset-gt-sm-10 {
    margin-left: 10%; }
  .flex-offset-gt-sm-15, .offset-gt-sm-15 {
    margin-left: 15%; }
  .flex-offset-gt-sm-20, .offset-gt-sm-20 {
    margin-left: 20%; }
  .flex-offset-gt-sm-25, .offset-gt-sm-25 {
    margin-left: 25%; }
  .flex-offset-gt-sm-30, .offset-gt-sm-30 {
    margin-left: 30%; }
  .flex-offset-gt-sm-35, .offset-gt-sm-35 {
    margin-left: 35%; }
  .flex-offset-gt-sm-40, .offset-gt-sm-40 {
    margin-left: 40%; }
  .flex-offset-gt-sm-45, .offset-gt-sm-45 {
    margin-left: 45%; }
  .flex-offset-gt-sm-50, .offset-gt-sm-50 {
    margin-left: 50%; }
  .flex-offset-gt-sm-55, .offset-gt-sm-55 {
    margin-left: 55%; }
  .flex-offset-gt-sm-60, .offset-gt-sm-60 {
    margin-left: 60%; }
  .flex-offset-gt-sm-65, .offset-gt-sm-65 {
    margin-left: 65%; }
  .flex-offset-gt-sm-70, .offset-gt-sm-70 {
    margin-left: 70%; }
  .flex-offset-gt-sm-75, .offset-gt-sm-75 {
    margin-left: 75%; }
  .flex-offset-gt-sm-80, .offset-gt-sm-80 {
    margin-left: 80%; }
  .flex-offset-gt-sm-85, .offset-gt-sm-85 {
    margin-left: 85%; }
  .flex-offset-gt-sm-90, .offset-gt-sm-90 {
    margin-left: 90%; }
  .flex-offset-gt-sm-95, .offset-gt-sm-95 {
    margin-left: 95%; }
  .flex-offset-gt-sm-33, .offset-gt-sm-33 {
    margin-left: calc(100% / 3); }
  .flex-offset-gt-sm-66, .offset-gt-sm-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-sm-center, .layout-align-gt-sm-center-center, .layout-align-gt-sm-center-end, .layout-align-gt-sm-center-start {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-gt-sm-end, .layout-align-gt-sm-end-center, .layout-align-gt-sm-end-end, .layout-align-gt-sm-end-start {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-gt-sm-space-around, .layout-align-gt-sm-space-around-center, .layout-align-gt-sm-space-around-end, .layout-align-gt-sm-space-around-start {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-gt-sm-space-between, .layout-align-gt-sm-space-between-center, .layout-align-gt-sm-space-between-end, .layout-align-gt-sm-space-between-start {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-gt-sm-center-start, .layout-align-gt-sm-end-start, .layout-align-gt-sm-space-around-start, .layout-align-gt-sm-space-between-start, .layout-align-gt-sm-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-gt-sm-center-center, .layout-align-gt-sm-end-center, .layout-align-gt-sm-space-around-center, .layout-align-gt-sm-space-between-center, .layout-align-gt-sm-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .layout-align-gt-sm-center-center > *, .navik-header .layout-align-gt-sm-center-center > *::before, .navik-header .layout-align-gt-sm-center-center > *::after, .navik-header .layout-align-gt-sm-center-center > .dropdown-plus::after, .layout-align-gt-sm-end-center > *, .navik-header .layout-align-gt-sm-end-center > *::before, .navik-header .layout-align-gt-sm-end-center > *::after, .navik-header .layout-align-gt-sm-end-center > .dropdown-plus::after, .layout-align-gt-sm-space-around-center > *, .navik-header .layout-align-gt-sm-space-around-center > *::before, .navik-header .layout-align-gt-sm-space-around-center > *::after, .navik-header .layout-align-gt-sm-space-around-center > .dropdown-plus::after, .layout-align-gt-sm-space-between-center > *, .navik-header .layout-align-gt-sm-space-between-center > *::before, .navik-header .layout-align-gt-sm-space-between-center > *::after, .navik-header .layout-align-gt-sm-space-between-center > .dropdown-plus::after, .layout-align-gt-sm-start-center > *, .navik-header .layout-align-gt-sm-start-center > *::before, .navik-header .layout-align-gt-sm-start-center > *::after, .navik-header .layout-align-gt-sm-start-center > .dropdown-plus::after {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-sm-center-end, .layout-align-gt-sm-end-end, .layout-align-gt-sm-space-around-end, .layout-align-gt-sm-space-between-end, .layout-align-gt-sm-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-gt-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-sm-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-sm-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-0, .layout-gt-sm-row > .flex-gt-sm-0, .layout-row > .flex-gt-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-0, .layout-gt-sm-column > .flex-gt-sm-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box; }
  .flex-gt-sm-5, .layout-gt-sm-row > .flex-gt-sm-5, .layout-row > .flex-gt-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-5, .layout-gt-sm-column > .flex-gt-sm-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-sm-10, .layout-gt-sm-row > .flex-gt-sm-10, .layout-row > .flex-gt-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-10, .layout-gt-sm-column > .flex-gt-sm-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-sm-15, .layout-gt-sm-row > .flex-gt-sm-15, .layout-row > .flex-gt-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-15, .layout-gt-sm-column > .flex-gt-sm-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-sm-20, .layout-gt-sm-row > .flex-gt-sm-20, .layout-row > .flex-gt-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-20, .layout-gt-sm-column > .flex-gt-sm-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-sm-25, .layout-gt-sm-row > .flex-gt-sm-25, .layout-row > .flex-gt-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-25, .layout-gt-sm-column > .flex-gt-sm-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-sm-30, .layout-gt-sm-row > .flex-gt-sm-30, .layout-row > .flex-gt-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-30, .layout-gt-sm-column > .flex-gt-sm-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-sm-35, .layout-gt-sm-row > .flex-gt-sm-35, .layout-row > .flex-gt-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-35, .layout-gt-sm-column > .flex-gt-sm-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-sm-40, .layout-gt-sm-row > .flex-gt-sm-40, .layout-row > .flex-gt-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-40, .layout-gt-sm-column > .flex-gt-sm-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-sm-45, .layout-gt-sm-row > .flex-gt-sm-45, .layout-row > .flex-gt-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-45, .layout-gt-sm-column > .flex-gt-sm-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-sm-50, .layout-gt-sm-row > .flex-gt-sm-50, .layout-row > .flex-gt-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-50, .layout-gt-sm-column > .flex-gt-sm-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-sm-55, .layout-gt-sm-row > .flex-gt-sm-55, .layout-row > .flex-gt-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-55, .layout-gt-sm-column > .flex-gt-sm-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-sm-60, .layout-gt-sm-row > .flex-gt-sm-60, .layout-row > .flex-gt-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-60, .layout-gt-sm-column > .flex-gt-sm-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-sm-65, .layout-gt-sm-row > .flex-gt-sm-65, .layout-row > .flex-gt-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-65, .layout-gt-sm-column > .flex-gt-sm-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-sm-70, .layout-gt-sm-row > .flex-gt-sm-70, .layout-row > .flex-gt-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-70, .layout-gt-sm-column > .flex-gt-sm-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-sm-75, .layout-gt-sm-row > .flex-gt-sm-75, .layout-row > .flex-gt-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-75, .layout-gt-sm-column > .flex-gt-sm-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-sm-80, .layout-gt-sm-row > .flex-gt-sm-80, .layout-row > .flex-gt-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-80, .layout-gt-sm-column > .flex-gt-sm-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-sm-85, .layout-gt-sm-row > .flex-gt-sm-85, .layout-row > .flex-gt-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-85, .layout-gt-sm-column > .flex-gt-sm-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-sm-90, .layout-gt-sm-row > .flex-gt-sm-90, .layout-row > .flex-gt-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-90, .layout-gt-sm-column > .flex-gt-sm-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-sm-95, .layout-gt-sm-row > .flex-gt-sm-95, .layout-row > .flex-gt-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-95, .layout-gt-sm-column > .flex-gt-sm-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-sm-100, .layout-column > .flex-gt-sm-100, .layout-gt-sm-column > .flex-gt-sm-100, .layout-gt-sm-row > .flex-gt-sm-100, .layout-row > .flex-gt-sm-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-33, .layout-row > .flex-gt-sm-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-66, .layout-row > .flex-gt-sm-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-33, .layout-gt-sm-column > .flex-gt-sm-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-66, .layout-gt-sm-column > .flex-gt-sm-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-sm-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-sm-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 600px) and (max-width: 959px) {
  .hide-gt-sm:not(.show-gt-sm):not(.show-md):not(.show), .hide-md:not(.show-md):not(.show), .hide:not(.show-gt-sm):not(.show-md):not(.show) {
    display: none; }
  .flex-order-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-md-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-md-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-md-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-md-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-md-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-md-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-md-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .flex-offset-md-0, .offset-md-0 {
    margin-left: 0; }
  .flex-offset-md-5, .offset-md-5 {
    margin-left: 5%; }
  .flex-offset-md-10, .offset-md-10 {
    margin-left: 10%; }
  .flex-offset-md-15, .offset-md-15 {
    margin-left: 15%; }
  .flex-offset-md-20, .offset-md-20 {
    margin-left: 20%; }
  .flex-offset-md-25, .offset-md-25 {
    margin-left: 25%; }
  .flex-offset-md-30, .offset-md-30 {
    margin-left: 30%; }
  .flex-offset-md-35, .offset-md-35 {
    margin-left: 35%; }
  .flex-offset-md-40, .offset-md-40 {
    margin-left: 40%; }
  .flex-offset-md-45, .offset-md-45 {
    margin-left: 45%; }
  .flex-offset-md-50, .offset-md-50 {
    margin-left: 50%; }
  .flex-offset-md-55, .offset-md-55 {
    margin-left: 55%; }
  .flex-offset-md-60, .offset-md-60 {
    margin-left: 60%; }
  .flex-offset-md-65, .offset-md-65 {
    margin-left: 65%; }
  .flex-offset-md-70, .offset-md-70 {
    margin-left: 70%; }
  .flex-offset-md-75, .offset-md-75 {
    margin-left: 75%; }
  .flex-offset-md-80, .offset-md-80 {
    margin-left: 80%; }
  .flex-offset-md-85, .offset-md-85 {
    margin-left: 85%; }
  .flex-offset-md-90, .offset-md-90 {
    margin-left: 90%; }
  .flex-offset-md-95, .offset-md-95 {
    margin-left: 95%; }
  .flex-offset-md-33, .offset-md-33 {
    margin-left: calc(100% / 3); }
  .flex-offset-md-66, .offset-md-66 {
    margin-left: calc(200% / 3); }
  .layout-align-md-center, .layout-align-md-center-center, .layout-align-md-center-end, .layout-align-md-center-start {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-md-end, .layout-align-md-end-center, .layout-align-md-end-end, .layout-align-md-end-start {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-md-space-around, .layout-align-md-space-around-center, .layout-align-md-space-around-end, .layout-align-md-space-around-start {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-md-space-between, .layout-align-md-space-between-center, .layout-align-md-space-between-end, .layout-align-md-space-between-start {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-md-center-start, .layout-align-md-end-start, .layout-align-md-space-around-start, .layout-align-md-space-between-start, .layout-align-md-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-md-center-center, .layout-align-md-end-center, .layout-align-md-space-around-center, .layout-align-md-space-between-center, .layout-align-md-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .layout-align-md-center-center > *, .navik-header .layout-align-md-center-center > *::before, .navik-header .layout-align-md-center-center > *::after, .navik-header .layout-align-md-center-center > .dropdown-plus::after, .layout-align-md-end-center > *, .navik-header .layout-align-md-end-center > *::before, .navik-header .layout-align-md-end-center > *::after, .navik-header .layout-align-md-end-center > .dropdown-plus::after, .layout-align-md-space-around-center > *, .navik-header .layout-align-md-space-around-center > *::before, .navik-header .layout-align-md-space-around-center > *::after, .navik-header .layout-align-md-space-around-center > .dropdown-plus::after, .layout-align-md-space-between-center > *, .navik-header .layout-align-md-space-between-center > *::before, .navik-header .layout-align-md-space-between-center > *::after, .navik-header .layout-align-md-space-between-center > .dropdown-plus::after, .layout-align-md-start-center > *, .navik-header .layout-align-md-start-center > *::before, .navik-header .layout-align-md-start-center > *::after, .navik-header .layout-align-md-start-center > .dropdown-plus::after {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-md-center-end, .layout-align-md-end-end, .layout-align-md-space-around-end, .layout-align-md-space-between-end, .layout-align-md-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-md-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-md-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-md-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-md-0, .layout-md-row > .flex-md-0, .layout-row > .flex-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-0, .layout-md-column > .flex-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box; }
  .flex-md-5, .layout-md-row > .flex-md-5, .layout-row > .flex-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-5, .layout-md-column > .flex-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-md-10, .layout-md-row > .flex-md-10, .layout-row > .flex-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-10, .layout-md-column > .flex-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-md-15, .layout-md-row > .flex-md-15, .layout-row > .flex-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-15, .layout-md-column > .flex-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-md-20, .layout-md-row > .flex-md-20, .layout-row > .flex-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-20, .layout-md-column > .flex-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-md-25, .layout-md-row > .flex-md-25, .layout-row > .flex-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-25, .layout-md-column > .flex-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-md-30, .layout-md-row > .flex-md-30, .layout-row > .flex-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-30, .layout-md-column > .flex-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-md-35, .layout-md-row > .flex-md-35, .layout-row > .flex-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-35, .layout-md-column > .flex-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-md-40, .layout-md-row > .flex-md-40, .layout-row > .flex-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-40, .layout-md-column > .flex-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-md-45, .layout-md-row > .flex-md-45, .layout-row > .flex-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-45, .layout-md-column > .flex-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-md-50, .layout-md-row > .flex-md-50, .layout-row > .flex-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-50, .layout-md-column > .flex-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-md-55, .layout-md-row > .flex-md-55, .layout-row > .flex-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-55, .layout-md-column > .flex-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-md-60, .layout-md-row > .flex-md-60, .layout-row > .flex-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-60, .layout-md-column > .flex-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-md-65, .layout-md-row > .flex-md-65, .layout-row > .flex-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-65, .layout-md-column > .flex-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-md-70, .layout-md-row > .flex-md-70, .layout-row > .flex-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-70, .layout-md-column > .flex-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-md-75, .layout-md-row > .flex-md-75, .layout-row > .flex-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-75, .layout-md-column > .flex-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-md-80, .layout-md-row > .flex-md-80, .layout-row > .flex-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-80, .layout-md-column > .flex-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-md-85, .layout-md-row > .flex-md-85, .layout-row > .flex-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-85, .layout-md-column > .flex-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-md-90, .layout-md-row > .flex-md-90, .layout-row > .flex-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-90, .layout-md-column > .flex-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-md-95, .layout-md-row > .flex-md-95, .layout-row > .flex-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-95, .layout-md-column > .flex-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-md-100, .layout-column > .flex-md-100, .layout-md-column > .flex-md-100, .layout-md-row > .flex-md-100, .layout-row > .flex-md-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-33, .layout-row > .flex-md-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-66, .layout-row > .flex-md-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-33, .layout-md-column > .flex-md-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  .layout-column > .flex-md-66, .layout-md-column > .flex-md-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-md-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-md-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 960px) {
  .flex-order-gt-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-md-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-md-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-md-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-md-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-md-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-md-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-md-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .flex-offset-gt-md-0, .offset-gt-md-0 {
    margin-left: 0; }
  .flex-offset-gt-md-5, .offset-gt-md-5 {
    margin-left: 5%; }
  .flex-offset-gt-md-10, .offset-gt-md-10 {
    margin-left: 10%; }
  .flex-offset-gt-md-15, .offset-gt-md-15 {
    margin-left: 15%; }
  .flex-offset-gt-md-20, .offset-gt-md-20 {
    margin-left: 20%; }
  .flex-offset-gt-md-25, .offset-gt-md-25 {
    margin-left: 25%; }
  .flex-offset-gt-md-30, .offset-gt-md-30 {
    margin-left: 30%; }
  .flex-offset-gt-md-35, .offset-gt-md-35 {
    margin-left: 35%; }
  .flex-offset-gt-md-40, .offset-gt-md-40 {
    margin-left: 40%; }
  .flex-offset-gt-md-45, .offset-gt-md-45 {
    margin-left: 45%; }
  .flex-offset-gt-md-50, .offset-gt-md-50 {
    margin-left: 50%; }
  .flex-offset-gt-md-55, .offset-gt-md-55 {
    margin-left: 55%; }
  .flex-offset-gt-md-60, .offset-gt-md-60 {
    margin-left: 60%; }
  .flex-offset-gt-md-65, .offset-gt-md-65 {
    margin-left: 65%; }
  .flex-offset-gt-md-70, .offset-gt-md-70 {
    margin-left: 70%; }
  .flex-offset-gt-md-75, .offset-gt-md-75 {
    margin-left: 75%; }
  .flex-offset-gt-md-80, .offset-gt-md-80 {
    margin-left: 80%; }
  .flex-offset-gt-md-85, .offset-gt-md-85 {
    margin-left: 85%; }
  .flex-offset-gt-md-90, .offset-gt-md-90 {
    margin-left: 90%; }
  .flex-offset-gt-md-95, .offset-gt-md-95 {
    margin-left: 95%; }
  .flex-offset-gt-md-33, .offset-gt-md-33 {
    margin-left: calc(100% / 3); }
  .flex-offset-gt-md-66, .offset-gt-md-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-md-center, .layout-align-gt-md-center-center, .layout-align-gt-md-center-end, .layout-align-gt-md-center-start {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-gt-md-end, .layout-align-gt-md-end-center, .layout-align-gt-md-end-end, .layout-align-gt-md-end-start {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-gt-md-space-around, .layout-align-gt-md-space-around-center, .layout-align-gt-md-space-around-end, .layout-align-gt-md-space-around-start {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-gt-md-space-between, .layout-align-gt-md-space-between-center, .layout-align-gt-md-space-between-end, .layout-align-gt-md-space-between-start {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-gt-md-center-start, .layout-align-gt-md-end-start, .layout-align-gt-md-space-around-start, .layout-align-gt-md-space-between-start, .layout-align-gt-md-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-gt-md-center-center, .layout-align-gt-md-end-center, .layout-align-gt-md-space-around-center, .layout-align-gt-md-space-between-center, .layout-align-gt-md-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .layout-align-gt-md-center-center > *, .navik-header .layout-align-gt-md-center-center > *::before, .navik-header .layout-align-gt-md-center-center > *::after, .navik-header .layout-align-gt-md-center-center > .dropdown-plus::after, .layout-align-gt-md-end-center > *, .navik-header .layout-align-gt-md-end-center > *::before, .navik-header .layout-align-gt-md-end-center > *::after, .navik-header .layout-align-gt-md-end-center > .dropdown-plus::after, .layout-align-gt-md-space-around-center > *, .navik-header .layout-align-gt-md-space-around-center > *::before, .navik-header .layout-align-gt-md-space-around-center > *::after, .navik-header .layout-align-gt-md-space-around-center > .dropdown-plus::after, .layout-align-gt-md-space-between-center > *, .navik-header .layout-align-gt-md-space-between-center > *::before, .navik-header .layout-align-gt-md-space-between-center > *::after, .navik-header .layout-align-gt-md-space-between-center > .dropdown-plus::after, .layout-align-gt-md-start-center > *, .navik-header .layout-align-gt-md-start-center > *::before, .navik-header .layout-align-gt-md-start-center > *::after, .navik-header .layout-align-gt-md-start-center > .dropdown-plus::after {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-md-center-end, .layout-align-gt-md-end-end, .layout-align-gt-md-space-around-end, .layout-align-gt-md-space-between-end, .layout-align-gt-md-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-gt-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-md-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-md-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-0, .layout-gt-md-row > .flex-gt-md-0, .layout-row > .flex-gt-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-0, .layout-gt-md-column > .flex-gt-md-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box; }
  .flex-gt-md-5, .layout-gt-md-row > .flex-gt-md-5, .layout-row > .flex-gt-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-5, .layout-gt-md-column > .flex-gt-md-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-md-10, .layout-gt-md-row > .flex-gt-md-10, .layout-row > .flex-gt-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-10, .layout-gt-md-column > .flex-gt-md-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-md-15, .layout-gt-md-row > .flex-gt-md-15, .layout-row > .flex-gt-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-15, .layout-gt-md-column > .flex-gt-md-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-md-20, .layout-gt-md-row > .flex-gt-md-20, .layout-row > .flex-gt-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-20, .layout-gt-md-column > .flex-gt-md-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-md-25, .layout-gt-md-row > .flex-gt-md-25, .layout-row > .flex-gt-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-25, .layout-gt-md-column > .flex-gt-md-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-md-30, .layout-gt-md-row > .flex-gt-md-30, .layout-row > .flex-gt-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-30, .layout-gt-md-column > .flex-gt-md-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-md-35, .layout-gt-md-row > .flex-gt-md-35, .layout-row > .flex-gt-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-35, .layout-gt-md-column > .flex-gt-md-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-md-40, .layout-gt-md-row > .flex-gt-md-40, .layout-row > .flex-gt-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-40, .layout-gt-md-column > .flex-gt-md-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-md-45, .layout-gt-md-row > .flex-gt-md-45, .layout-row > .flex-gt-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-45, .layout-gt-md-column > .flex-gt-md-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-md-50, .layout-gt-md-row > .flex-gt-md-50, .layout-row > .flex-gt-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-50, .layout-gt-md-column > .flex-gt-md-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-md-55, .layout-gt-md-row > .flex-gt-md-55, .layout-row > .flex-gt-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-55, .layout-gt-md-column > .flex-gt-md-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-md-60, .layout-gt-md-row > .flex-gt-md-60, .layout-row > .flex-gt-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-60, .layout-gt-md-column > .flex-gt-md-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-md-65, .layout-gt-md-row > .flex-gt-md-65, .layout-row > .flex-gt-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-65, .layout-gt-md-column > .flex-gt-md-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-md-70, .layout-gt-md-row > .flex-gt-md-70, .layout-row > .flex-gt-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-70, .layout-gt-md-column > .flex-gt-md-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-md-75, .layout-gt-md-row > .flex-gt-md-75, .layout-row > .flex-gt-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-75, .layout-gt-md-column > .flex-gt-md-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-md-80, .layout-gt-md-row > .flex-gt-md-80, .layout-row > .flex-gt-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-80, .layout-gt-md-column > .flex-gt-md-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-md-85, .layout-gt-md-row > .flex-gt-md-85, .layout-row > .flex-gt-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-85, .layout-gt-md-column > .flex-gt-md-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-md-90, .layout-gt-md-row > .flex-gt-md-90, .layout-row > .flex-gt-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-90, .layout-gt-md-column > .flex-gt-md-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-md-95, .layout-gt-md-row > .flex-gt-md-95, .layout-row > .flex-gt-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-95, .layout-gt-md-column > .flex-gt-md-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-md-100, .layout-column > .flex-gt-md-100, .layout-gt-md-column > .flex-gt-md-100, .layout-gt-md-row > .flex-gt-md-100, .layout-row > .flex-gt-md-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-33, .layout-row > .flex-gt-md-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-66, .layout-row > .flex-gt-md-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-33, .layout-gt-md-column > .flex-gt-md-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-66, .layout-gt-md-column > .flex-gt-md-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-md-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-md-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 960px) and (max-width: 1199px) {
  .hide-gt-md:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-lg:not(.show-lg):not(.show), .hide:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none; }
  .flex-order-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-lg-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-lg-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-lg-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-lg-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-lg-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-lg-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-lg-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .flex-offset-lg-0, .offset-lg-0 {
    margin-left: 0; }
  .flex-offset-lg-5, .offset-lg-5 {
    margin-left: 5%; }
  .flex-offset-lg-10, .offset-lg-10 {
    margin-left: 10%; }
  .flex-offset-lg-15, .offset-lg-15 {
    margin-left: 15%; }
  .flex-offset-lg-20, .offset-lg-20 {
    margin-left: 20%; }
  .flex-offset-lg-25, .offset-lg-25 {
    margin-left: 25%; }
  .flex-offset-lg-30, .offset-lg-30 {
    margin-left: 30%; }
  .flex-offset-lg-35, .offset-lg-35 {
    margin-left: 35%; }
  .flex-offset-lg-40, .offset-lg-40 {
    margin-left: 40%; }
  .flex-offset-lg-45, .offset-lg-45 {
    margin-left: 45%; }
  .flex-offset-lg-50, .offset-lg-50 {
    margin-left: 50%; }
  .flex-offset-lg-55, .offset-lg-55 {
    margin-left: 55%; }
  .flex-offset-lg-60, .offset-lg-60 {
    margin-left: 60%; }
  .flex-offset-lg-65, .offset-lg-65 {
    margin-left: 65%; }
  .flex-offset-lg-70, .offset-lg-70 {
    margin-left: 70%; }
  .flex-offset-lg-75, .offset-lg-75 {
    margin-left: 75%; }
  .flex-offset-lg-80, .offset-lg-80 {
    margin-left: 80%; }
  .flex-offset-lg-85, .offset-lg-85 {
    margin-left: 85%; }
  .flex-offset-lg-90, .offset-lg-90 {
    margin-left: 90%; }
  .flex-offset-lg-95, .offset-lg-95 {
    margin-left: 95%; }
  .flex-offset-lg-33, .offset-lg-33 {
    margin-left: calc(100% / 3); }
  .flex-offset-lg-66, .offset-lg-66 {
    margin-left: calc(200% / 3); }
  .layout-align-lg-center, .layout-align-lg-center-center, .layout-align-lg-center-end, .layout-align-lg-center-start {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-lg-end, .layout-align-lg-end-center, .layout-align-lg-end-end, .layout-align-lg-end-start {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-lg-space-around, .layout-align-lg-space-around-center, .layout-align-lg-space-around-end, .layout-align-lg-space-around-start {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-lg-space-between, .layout-align-lg-space-between-center, .layout-align-lg-space-between-end, .layout-align-lg-space-between-start {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-lg-center-start, .layout-align-lg-end-start, .layout-align-lg-space-around-start, .layout-align-lg-space-between-start, .layout-align-lg-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-lg-center-center, .layout-align-lg-end-center, .layout-align-lg-space-around-center, .layout-align-lg-space-between-center, .layout-align-lg-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .layout-align-lg-center-center > *, .navik-header .layout-align-lg-center-center > *::before, .navik-header .layout-align-lg-center-center > *::after, .navik-header .layout-align-lg-center-center > .dropdown-plus::after, .layout-align-lg-end-center > *, .navik-header .layout-align-lg-end-center > *::before, .navik-header .layout-align-lg-end-center > *::after, .navik-header .layout-align-lg-end-center > .dropdown-plus::after, .layout-align-lg-space-around-center > *, .navik-header .layout-align-lg-space-around-center > *::before, .navik-header .layout-align-lg-space-around-center > *::after, .navik-header .layout-align-lg-space-around-center > .dropdown-plus::after, .layout-align-lg-space-between-center > *, .navik-header .layout-align-lg-space-between-center > *::before, .navik-header .layout-align-lg-space-between-center > *::after, .navik-header .layout-align-lg-space-between-center > .dropdown-plus::after, .layout-align-lg-start-center > *, .navik-header .layout-align-lg-start-center > *::before, .navik-header .layout-align-lg-start-center > *::after, .navik-header .layout-align-lg-start-center > .dropdown-plus::after {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-lg-center-end, .layout-align-lg-end-end, .layout-align-lg-space-around-end, .layout-align-lg-space-between-end, .layout-align-lg-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-lg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-lg-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-lg-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-lg-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-lg-0, .layout-lg-row > .flex-lg-0, .layout-row > .flex-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-0, .layout-lg-column > .flex-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box; }
  .flex-lg-5, .layout-lg-row > .flex-lg-5, .layout-row > .flex-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-5, .layout-lg-column > .flex-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-lg-10, .layout-lg-row > .flex-lg-10, .layout-row > .flex-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-10, .layout-lg-column > .flex-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-lg-15, .layout-lg-row > .flex-lg-15, .layout-row > .flex-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-15, .layout-lg-column > .flex-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-lg-20, .layout-lg-row > .flex-lg-20, .layout-row > .flex-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-20, .layout-lg-column > .flex-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-lg-25, .layout-lg-row > .flex-lg-25, .layout-row > .flex-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-25, .layout-lg-column > .flex-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-lg-30, .layout-lg-row > .flex-lg-30, .layout-row > .flex-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-30, .layout-lg-column > .flex-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-lg-35, .layout-lg-row > .flex-lg-35, .layout-row > .flex-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-35, .layout-lg-column > .flex-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-lg-40, .layout-lg-row > .flex-lg-40, .layout-row > .flex-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-40, .layout-lg-column > .flex-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-lg-45, .layout-lg-row > .flex-lg-45, .layout-row > .flex-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-45, .layout-lg-column > .flex-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-lg-50, .layout-lg-row > .flex-lg-50, .layout-row > .flex-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-50, .layout-lg-column > .flex-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-lg-55, .layout-lg-row > .flex-lg-55, .layout-row > .flex-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-55, .layout-lg-column > .flex-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-lg-60, .layout-lg-row > .flex-lg-60, .layout-row > .flex-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-60, .layout-lg-column > .flex-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-lg-65, .layout-lg-row > .flex-lg-65, .layout-row > .flex-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-65, .layout-lg-column > .flex-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-lg-70, .layout-lg-row > .flex-lg-70, .layout-row > .flex-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-70, .layout-lg-column > .flex-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-lg-75, .layout-lg-row > .flex-lg-75, .layout-row > .flex-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-75, .layout-lg-column > .flex-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-lg-80, .layout-lg-row > .flex-lg-80, .layout-row > .flex-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-80, .layout-lg-column > .flex-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-lg-85, .layout-lg-row > .flex-lg-85, .layout-row > .flex-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-85, .layout-lg-column > .flex-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-lg-90, .layout-lg-row > .flex-lg-90, .layout-row > .flex-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-90, .layout-lg-column > .flex-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-lg-95, .layout-lg-row > .flex-lg-95, .layout-row > .flex-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-95, .layout-lg-column > .flex-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-lg-100, .layout-column > .flex-lg-100, .layout-lg-column > .flex-lg-100, .layout-lg-row > .flex-lg-100, .layout-row > .flex-lg-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-33, .layout-row > .flex-lg-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-66, .layout-row > .flex-lg-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-33, .layout-lg-column > .flex-lg-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  .layout-column > .flex-lg-66, .layout-lg-column > .flex-lg-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-lg-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-lg-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1200px) {
  .hide-gt-lg:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show), .hide-gt-md:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show), .hide-gt-sm:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show), .hide:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show) {
    display: none; }
  .flex-order-gt-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-lg-13 {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-lg-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-lg-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-lg-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-lg-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-lg-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-lg-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .flex-offset-gt-lg-0, .offset-gt-lg-0 {
    margin-left: 0; }
  .flex-offset-gt-lg-5, .offset-gt-lg-5 {
    margin-left: 5%; }
  .flex-offset-gt-lg-10, .offset-gt-lg-10 {
    margin-left: 10%; }
  .flex-offset-gt-lg-15, .offset-gt-lg-15 {
    margin-left: 15%; }
  .flex-offset-gt-lg-20, .offset-gt-lg-20 {
    margin-left: 20%; }
  .flex-offset-gt-lg-25, .offset-gt-lg-25 {
    margin-left: 25%; }
  .flex-offset-gt-lg-30, .offset-gt-lg-30 {
    margin-left: 30%; }
  .flex-offset-gt-lg-35, .offset-gt-lg-35 {
    margin-left: 35%; }
  .flex-offset-gt-lg-40, .offset-gt-lg-40 {
    margin-left: 40%; }
  .flex-offset-gt-lg-45, .offset-gt-lg-45 {
    margin-left: 45%; }
  .flex-offset-gt-lg-50, .offset-gt-lg-50 {
    margin-left: 50%; }
  .flex-offset-gt-lg-55, .offset-gt-lg-55 {
    margin-left: 55%; }
  .flex-offset-gt-lg-60, .offset-gt-lg-60 {
    margin-left: 60%; }
  .flex-offset-gt-lg-65, .offset-gt-lg-65 {
    margin-left: 65%; }
  .flex-offset-gt-lg-70, .offset-gt-lg-70 {
    margin-left: 70%; }
  .flex-offset-gt-lg-75, .offset-gt-lg-75 {
    margin-left: 75%; }
  .flex-offset-gt-lg-80, .offset-gt-lg-80 {
    margin-left: 80%; }
  .flex-offset-gt-lg-85, .offset-gt-lg-85 {
    margin-left: 85%; }
  .flex-offset-gt-lg-90, .offset-gt-lg-90 {
    margin-left: 90%; }
  .flex-offset-gt-lg-95, .offset-gt-lg-95 {
    margin-left: 95%; }
  .flex-offset-gt-lg-33, .offset-gt-lg-33 {
    margin-left: calc(100% / 3); }
  .flex-offset-gt-lg-66, .offset-gt-lg-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-lg-center, .layout-align-gt-lg-center-center, .layout-align-gt-lg-center-end, .layout-align-gt-lg-center-start {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-gt-lg-end, .layout-align-gt-lg-end-center, .layout-align-gt-lg-end-end, .layout-align-gt-lg-end-start {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-gt-lg-space-around, .layout-align-gt-lg-space-around-center, .layout-align-gt-lg-space-around-end, .layout-align-gt-lg-space-around-start {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-gt-lg-space-between, .layout-align-gt-lg-space-between-center, .layout-align-gt-lg-space-between-end, .layout-align-gt-lg-space-between-start {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-gt-lg-center-start, .layout-align-gt-lg-end-start, .layout-align-gt-lg-space-around-start, .layout-align-gt-lg-space-between-start, .layout-align-gt-lg-start-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-gt-lg-center-center, .layout-align-gt-lg-end-center, .layout-align-gt-lg-space-around-center, .layout-align-gt-lg-space-between-center, .layout-align-gt-lg-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .layout-align-gt-lg-center-center > *, .navik-header .layout-align-gt-lg-center-center > *::before, .navik-header .layout-align-gt-lg-center-center > *::after, .navik-header .layout-align-gt-lg-center-center > .dropdown-plus::after, .layout-align-gt-lg-end-center > *, .navik-header .layout-align-gt-lg-end-center > *::before, .navik-header .layout-align-gt-lg-end-center > *::after, .navik-header .layout-align-gt-lg-end-center > .dropdown-plus::after, .layout-align-gt-lg-space-around-center > *, .navik-header .layout-align-gt-lg-space-around-center > *::before, .navik-header .layout-align-gt-lg-space-around-center > *::after, .navik-header .layout-align-gt-lg-space-around-center > .dropdown-plus::after, .layout-align-gt-lg-space-between-center > *, .navik-header .layout-align-gt-lg-space-between-center > *::before, .navik-header .layout-align-gt-lg-space-between-center > *::after, .navik-header .layout-align-gt-lg-space-between-center > .dropdown-plus::after, .layout-align-gt-lg-start-center > *, .navik-header .layout-align-gt-lg-start-center > *::before, .navik-header .layout-align-gt-lg-start-center > *::after, .navik-header .layout-align-gt-lg-start-center > .dropdown-plus::after {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-lg-center-end, .layout-align-gt-lg-end-end, .layout-align-gt-lg-space-around-end, .layout-align-gt-lg-space-between-end, .layout-align-gt-lg-start-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-gt-lg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box; }
  .flex-gt-lg-grow {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-lg-initial {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-none {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-0, .layout-gt-lg-row > .flex-gt-lg-0, .layout-row > .flex-gt-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-0, .layout-gt-lg-column > .flex-gt-lg-0 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box; }
  .flex-gt-lg-5, .layout-gt-lg-row > .flex-gt-lg-5, .layout-row > .flex-gt-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-5, .layout-gt-lg-column > .flex-gt-lg-5 {
    -webkit-flex: 1 1 5%;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-lg-10, .layout-gt-lg-row > .flex-gt-lg-10, .layout-row > .flex-gt-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-10, .layout-gt-lg-column > .flex-gt-lg-10 {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-lg-15, .layout-gt-lg-row > .flex-gt-lg-15, .layout-row > .flex-gt-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-15, .layout-gt-lg-column > .flex-gt-lg-15 {
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-lg-20, .layout-gt-lg-row > .flex-gt-lg-20, .layout-row > .flex-gt-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-20, .layout-gt-lg-column > .flex-gt-lg-20 {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-lg-25, .layout-gt-lg-row > .flex-gt-lg-25, .layout-row > .flex-gt-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-25, .layout-gt-lg-column > .flex-gt-lg-25 {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-lg-30, .layout-gt-lg-row > .flex-gt-lg-30, .layout-row > .flex-gt-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-30, .layout-gt-lg-column > .flex-gt-lg-30 {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-lg-35, .layout-gt-lg-row > .flex-gt-lg-35, .layout-row > .flex-gt-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-35, .layout-gt-lg-column > .flex-gt-lg-35 {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-lg-40, .layout-gt-lg-row > .flex-gt-lg-40, .layout-row > .flex-gt-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-40, .layout-gt-lg-column > .flex-gt-lg-40 {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-lg-45, .layout-gt-lg-row > .flex-gt-lg-45, .layout-row > .flex-gt-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-45, .layout-gt-lg-column > .flex-gt-lg-45 {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-lg-50, .layout-gt-lg-row > .flex-gt-lg-50, .layout-row > .flex-gt-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-50, .layout-gt-lg-column > .flex-gt-lg-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-lg-55, .layout-gt-lg-row > .flex-gt-lg-55, .layout-row > .flex-gt-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-55, .layout-gt-lg-column > .flex-gt-lg-55 {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-lg-60, .layout-gt-lg-row > .flex-gt-lg-60, .layout-row > .flex-gt-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-60, .layout-gt-lg-column > .flex-gt-lg-60 {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-lg-65, .layout-gt-lg-row > .flex-gt-lg-65, .layout-row > .flex-gt-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-65, .layout-gt-lg-column > .flex-gt-lg-65 {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-lg-70, .layout-gt-lg-row > .flex-gt-lg-70, .layout-row > .flex-gt-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-70, .layout-gt-lg-column > .flex-gt-lg-70 {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-lg-75, .layout-gt-lg-row > .flex-gt-lg-75, .layout-row > .flex-gt-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-75, .layout-gt-lg-column > .flex-gt-lg-75 {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-lg-80, .layout-gt-lg-row > .flex-gt-lg-80, .layout-row > .flex-gt-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-80, .layout-gt-lg-column > .flex-gt-lg-80 {
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-lg-85, .layout-gt-lg-row > .flex-gt-lg-85, .layout-row > .flex-gt-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-85, .layout-gt-lg-column > .flex-gt-lg-85 {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-lg-90, .layout-gt-lg-row > .flex-gt-lg-90, .layout-row > .flex-gt-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-90, .layout-gt-lg-column > .flex-gt-lg-90 {
    -webkit-flex: 1 1 90%;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-lg-95, .layout-gt-lg-row > .flex-gt-lg-95, .layout-row > .flex-gt-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-95, .layout-gt-lg-column > .flex-gt-lg-95 {
    -webkit-flex: 1 1 95%;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-lg-100, .layout-column > .flex-gt-lg-100, .layout-gt-lg-column > .flex-gt-lg-100, .layout-gt-lg-row > .flex-gt-lg-100, .layout-row > .flex-gt-lg-100 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-33, .layout-row > .flex-gt-lg-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-66, .layout-row > .flex-gt-lg-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-33, .layout-gt-lg-column > .flex-gt-lg-33 {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-66, .layout-gt-lg-column > .flex-gt-lg-66 {
    -webkit-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-lg-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-lg-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@-webkit-keyframes md-autocomplete-list-out {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  50% {
    opacity: 0;
    height: 40px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    height: 0;
    opacity: 0; } }

@keyframes md-autocomplete-list-out {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  50% {
    opacity: 0;
    height: 40px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    height: 0;
    opacity: 0; } }

@-webkit-keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    opacity: 0;
    height: 40px; }
  100% {
    opacity: 1;
    height: 40px; } }

@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    opacity: 0;
    height: 40px; }
  100% {
    opacity: 1;
    height: 40px; } }

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px; }

md-autocomplete[disabled] input {
  cursor: not-allowed; }

md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: 0 0;
  height: auto; }

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 26px; }

md-autocomplete[md-floating-label] md-input-container.md-input-has-messages {
  padding-bottom: 2px; }

md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto; }

md-autocomplete[md-floating-label] button {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px; }

md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 40px; }

md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51; }

md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0; }

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto; }

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none; }

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px; }

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity .15s linear; }

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1; }

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity .15s linear; }

md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0; }

md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px; }

md-autocomplete input:not(.md-input)::-ms-clear {
  display: none; }

md-autocomplete button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px; }

md-autocomplete button:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

md-autocomplete button:focus {
  outline: 0; }

md-autocomplete button:focus:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

md-autocomplete button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9); }

md-autocomplete button md-icon path {
  stroke-width: 0; }

md-autocomplete button.ng-enter {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out; }

md-autocomplete button.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

md-autocomplete button.ng-leave {
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out; }

md-autocomplete button.ng-leave.ng-leave-active {
  -webkit-transform: scale(0);
  transform: scale(0); }

@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff; }
  md-autocomplete li:focus {
    color: #fff; } }

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  height: 225.5px;
  max-height: 225.5px;
  z-index: 100; }

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0; }

.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background .15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis; }

.md-autocomplete-suggestions li:focus {
  outline: 0; }

.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer; }

@media screen and (-ms-high-contrast: active) {
  .md-autocomplete-suggestions, md-autocomplete {
    border: 1px solid #fff; } }

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: -webkit-transform;
  transition-property: transform; }

md-bottom-sheet.md-has-header {
  padding-top: 0; }

md-bottom-sheet.ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(0, 80px, 0) !important;
  transform: translate3d(0, 80px, 0) !important; }

md-bottom-sheet.ng-leave-active {
  -webkit-transform: translate3d(0, 100%, 0) !important;
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto,'Helvetica Neue',sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap; }

md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444; }

md-bottom-sheet md-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: 0; }

md-bottom-sheet md-list-item:hover {
  cursor: pointer; }

md-bottom-sheet.md-list md-list-item {
  padding: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px; }

md-bottom-sheet.md-list md-list-item div.md-icon-container {
  display: inline-block;
  height: 24px;
  margin-right: 32px; }

md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0; }

md-bottom-sheet.md-grid md-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all .5s;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

md-bottom-sheet.md-grid md-list-item {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px; }

@media screen and (max-width: 600px) {
  md-bottom-sheet.md-grid md-list-item {
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%; }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media screen and (min-width: 600px) and (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%; } }

@media screen and (min-width: 960px) and (max-width: 1200px) {
  md-bottom-sheet.md-grid md-list-item {
    -webkit-flex: 1 1 16.66667%;
    -ms-flex: 1 1 16.66667%;
    flex: 1 1 16.66667%;
    max-width: 16.66667%; } }

@media screen and (min-width: 1200px) {
  md-bottom-sheet.md-grid md-list-item {
    -webkit-flex: 1 1 14.28571%;
    -ms-flex: 1 1 14.28571%;
    flex: 1 1 14.28571%;
    max-width: 14.28571%; } }

md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  padding-bottom: 16px; }

md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px; }

md-bottom-sheet.md-grid md-list-item .md-icon-container {
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  margin: 0; }

md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px; }

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff; } }

md-backdrop {
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }

md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 94; }

md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0; }

md-backdrop.md-dialog-backdrop {
  z-index: 79; }

md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69; }

md-backdrop.md-sidenav-backdrop {
  z-index: 59; }

md-backdrop.md-click-catcher {
  position: absolute; }

md-backdrop.md-opaque {
  opacity: .48; }

md-backdrop.md-opaque.ng-enter {
  opacity: 0; }

md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: .48; }

md-backdrop.md-opaque.ng-leave {
  opacity: .48;
  transition: opacity 400ms; }

md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0; }

md-card {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

md-card > :not(md-card-content) img, md-card > img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: auto; }

md-card md-card-content {
  display: block;
  padding: 16px; }

md-card .md-actions, md-card md-card-actions {
  margin: 0; }

md-card .md-actions .md-button, md-card md-card-actions .md-button {
  margin: 8px 4px; }

md-card md-card-footer {
  margin-top: auto;
  padding: 16px; }

@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff; } }

button.md-button::-moz-focus-inner {
  border: 0; }

.md-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  border: 0;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: 0 0;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-button:focus {
  outline: 0; }

.md-button:focus, .md-button:hover {
  text-decoration: none; }

.md-button.ng-hide, .md-button.ng-leave {
  transition: none; }

.md-button.md-cornered {
  border-radius: 0; }

.md-button.md-icon {
  padding: 0;
  background: 0 0; }

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-button.md-icon-button {
  margin: 0 6px;
  height: 48px;
  min-width: 0;
  line-height: 48px;
  padding-left: 0;
  padding-right: 0;
  width: 48px;
  border-radius: 50%; }

.md-button.md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: .2s linear;
  transition-property: background-color,box-shadow; }

.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute; }

.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute; }

.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute; }

.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute; }

.md-button.md-fab .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px; }

.md-button.md-fab.ng-hide, .md-button.md-fab.ng-leave {
  transition: none; }

.md-button:not([disabled]).md-fab.md-focused, .md-button:not([disabled]).md-raised.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-button:not([disabled]).md-fab:active, .md-button:not([disabled]).md-raised:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

.md-button .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

.md-toast-open-top .md-button.md-fab-top-left, .md-toast-open-top .md-button.md-fab-top-right {
  -webkit-transform: translate3d(0, 42px, 0);
  transform: translate3d(0, 42px, 0); }

.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  -webkit-transform: translate3d(0, 41px, 0);
  transform: translate3d(0, 41px, 0); }

.md-toast-open-bottom .md-button.md-fab-bottom-left, .md-toast-open-bottom .md-button.md-fab-bottom-right {
  -webkit-transform: translate3d(0, -42px, 0);
  transform: translate3d(0, -42px, 0); }

.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  -webkit-transform: translate3d(0, -43px, 0);
  transform: translate3d(0, -43px, 0); }

.md-button-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.md-button-group > .md-button {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-button-group > .md-button:first-child {
  border-radius: 2px 0 0 2px; }

.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0; }

@media screen and (-ms-high-contrast: active) {
  .md-button.md-fab, .md-button.md-raised {
    border: 1px solid #fff; } }

.md-inline-form md-checkbox {
  margin: 19px 0 18px; }

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin: 8px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px 2px 2px 18px;
  position: relative;
  line-height: 26px;
  min-width: 18px;
  min-height: 18px; }

body[dir=rtl] md-checkbox, html[dir=rtl] md-checkbox {
  padding-left: 2px;
  padding-right: 18px;
  unicode-bidi: embed; }

md-checkbox bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

md-checkbox bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

md-checkbox.md-focused:not([disabled]) .md-container:before, md-checkbox.md-focused:not([disabled]) .md-container.dropdown-plus::after {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px; }

md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before, md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container.dropdown-plus::after {
  background-color: rgba(0, 0, 0, 0.12); }

md-checkbox .md-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  right: auto; }

body[dir=rtl] md-checkbox .md-container, html[dir=rtl] md-checkbox .md-container {
  left: auto;
  right: 0;
  unicode-bidi: embed; }

md-checkbox .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

md-checkbox .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

md-checkbox .md-container:before, md-checkbox .md-container.dropdown-plus::after {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto; }

md-checkbox .md-container:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px; }

md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px; }

md-checkbox.md-align-top-left > div.md-container {
  top: 12px; }

md-checkbox .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px; }

md-checkbox.md-checked .md-icon {
  border: none; }

md-checkbox[disabled] {
  cursor: no-drop; }

md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: ''; }

md-checkbox .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-left: 10px;
  margin-right: 0; }

body[dir=rtl] md-checkbox .md-label, html[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  margin-right: 10px;
  unicode-bidi: embed; }

md-checkbox .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

md-checkbox .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

.md-contact-chips .md-chips .md-chip {
  padding: 0 25px 0 0; }

.md-contact-chips .md-chips .md-chip .md-contact-avatar {
  float: left; }

.md-contact-chips .md-chips .md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px; }

.md-contact-chips .md-chips .md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px; }

.md-contact-suggestion {
  height: 56px; }

.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px; }

.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px; }

.md-contact-suggestion .md-contact-email, .md-contact-suggestion .md-contact-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis; }

.md-contact-chips-suggestions li {
  height: 100%; }

.md-chips {
  display: block;
  font-family: Roboto,'Helvetica Neue',sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle; }

.md-chips:after {
  content: '';
  display: table;
  clear: both; }

.md-chips:not(.md-readonly) {
  cursor: text; }

.md-chips:not(.md-readonly) .md-chip:not(.md-readonly) {
  padding-right: 22px; }

.md-chips .md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative; }

.md-chips .md-chip .md-chip-content {
  display: block;
  padding-right: 4px;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.md-chips .md-chip .md-chip-content:focus {
  outline: 0; }

.md-chips .md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px; }

.md-chips .md-chip .md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative; }

.md-chips .md-chip .md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  float: left; }

.md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type=url], .md-chips .md-chip-input-container input[type=text], .md-chips .md-chip-input-container input[type=email], .md-chips .md-chip-input-container input[type=number], .md-chips .md-chip-input-container input[type=tel] {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0; }

.md-chips .md-chip-input-container input:not([type]):focus, .md-chips .md-chip-input-container input[type=url]:focus, .md-chips .md-chip-input-container input[type=text]:focus, .md-chips .md-chip-input-container input[type=email]:focus, .md-chips .md-chip-input-container input[type=number]:focus, .md-chips .md-chip-input-container input[type=tel]:focus {
  outline: 0; }

.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  background: 0 0; }

.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none; }

.md-chips .md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0; }

.md-chips .md-chip-input-container input:focus {
  outline: 0; }

.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  height: 32px; }

.md-chips .md-chip-input-container md-autocomplete {
  box-shadow: none; }

.md-chips .md-chip-input-container md-autocomplete input {
  position: relative; }

.md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 8px 0 0; }

.md-chips .md-chip-input-container input {
  background: 0 0;
  border-width: 0; }

.md-chips md-autocomplete button {
  display: none; }

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container, md-chip {
    border: 1px solid #fff; }
  .md-chip-input-container md-autocomplete {
    border: none; } }

md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden; }

md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden; }

md-content.autoScroll {
  -webkit-overflow-scrolling: auto; }

md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px; }

.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none; }

.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%; }

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px; }

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none; }

.md-calendar-date:first-child {
  padding-left: 16px; }

.md-calendar-date:last-child {
  padding-right: 16px; }

.md-calendar-date.md-calendar-date-disabled {
  cursor: default; }

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px; }

.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer; }

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px; }

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }

.md-calendar-day-header th {
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  font-weight: 400;
  height: 40px; }

.md-calendar-day-header th:first-child {
  padding-left: 16px; }

.md-calendar-day-header th:last-child {
  padding-right: 16px; }

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }

.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.md-calendar:first-child {
  border-top: 1px solid transparent; }

md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 18px;
  margin-right: -18px; }

.md-inline-form md-datepicker {
  margin-top: 8px; }

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: 0 0; }

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  min-width: 120px;
  max-width: 328px; }

.md-datepicker-input::-ms-clear {
  display: none; }

.md-datepicker-input-container {
  position: relative;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
  margin-left: 12px; }

.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px; }

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 95;
  border-width: 1px;
  border-style: solid;
  background: 0 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-datepicker-calendar-pane.md-pane-open {
  -webkit-transform: scale(1);
  transform: scale(1); }

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  background: 0 0;
  pointer-events: none;
  cursor: text; }

.md-datepicker-input-mask-opaque {
  position: absolute;
  right: 0;
  left: 120px;
  height: 100%; }

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1); }

.md-pane-open .md-datepicker-calendar {
  opacity: 1; }

.md-datepicker-calendar md-calendar:focus {
  outline: 0; }

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid; }

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-25%) translateX(45%);
  transform: translateY(-25%) translateX(45%); }

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 100%;
  width: 36px;
  position: absolute; }

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent; }

md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none; }

.md-datepicker-open .md-datepicker-input-container {
  margin-left: -12px;
  border: none; }

.md-datepicker-open .md-datepicker-input {
  margin-left: 24px;
  height: 40px; }

.md-datepicker-open .md-datepicker-triangle-button, .md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none; }

.md-datepicker-calendar-pane .md-calendar {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
  transition: -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: .125s; }

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.md-dialog-is-showing {
  max-height: 100%; }

.md-dialog-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden; }

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 100%, 0) scale(0.2);
  transform: translate3d(0, 100%, 0) scale(0.2); }

md-dialog > form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto; }

md-dialog .md-dialog-content {
  padding: 24px; }

md-dialog md-dialog-content {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

md-dialog md-dialog-content:not([layout=row]) > :first-child:not(.md-subheader) {
  margin-top: 0; }

md-dialog md-dialog-content:focus {
  outline: 0; }

md-dialog md-dialog-content .md-subheader {
  margin: 0; }

md-dialog md-dialog-content .md-subheader.sticky-clone {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }

md-dialog md-dialog-content.sticky-container {
  padding: 0; }

md-dialog md-dialog-content.sticky-container > div {
  padding: 0 24px 24px; }

md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%; }

md-dialog .md-actions, md-dialog md-dialog-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  box-sizing: border-box;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden; }

md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  margin: 8px 0 8px 8px; }

md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid; }

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff; } }

md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0; }

md-divider[md-inset] {
  margin-left: 80px; }

md-fab-speed-dial {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20; }

md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute; }

md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute; }

md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute; }

md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute; }

md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none; }

md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item, md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto; }

md-fab-speed-dial .md-css-variables {
  z-index: 20; }

md-fab-speed-dial.md-is-open .md-fab-action-item {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

md-fab-speed-dial md-fab-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-fab-speed-dial.md-down {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

md-fab-speed-dial.md-down md-fab-trigger {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

md-fab-speed-dial.md-down md-fab-actions {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

md-fab-speed-dial.md-up {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

md-fab-speed-dial.md-up md-fab-trigger {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

md-fab-speed-dial.md-up md-fab-actions {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

md-fab-speed-dial.md-left {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

md-fab-speed-dial.md-left md-fab-trigger {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

md-fab-speed-dial.md-left md-fab-actions {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-fab-speed-dial.md-right {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

md-fab-speed-dial.md-right md-fab-trigger {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

md-fab-speed-dial.md-right md-fab-actions {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-fab-speed-dial.md-fling-remove .md-fab-action-item > *, md-fab-speed-dial.md-fling-remove .navik-header .md-fab-action-item > *::before, .navik-header md-fab-speed-dial.md-fling-remove .md-fab-action-item > *::before, md-fab-speed-dial.md-fling-remove .navik-header .md-fab-action-item > *::after, .navik-header md-fab-speed-dial.md-fling-remove .md-fab-action-item > *::after, md-fab-speed-dial.md-fling-remove .navik-header .md-fab-action-item > .dropdown-plus::after, .navik-header md-fab-speed-dial.md-fling-remove .md-fab-action-item > .dropdown-plus::after, md-fab-speed-dial.md-scale-remove .md-fab-action-item > *, md-fab-speed-dial.md-scale-remove .navik-header .md-fab-action-item > *::before, .navik-header md-fab-speed-dial.md-scale-remove .md-fab-action-item > *::before, md-fab-speed-dial.md-scale-remove .navik-header .md-fab-action-item > *::after, .navik-header md-fab-speed-dial.md-scale-remove .md-fab-action-item > *::after, md-fab-speed-dial.md-scale-remove .navik-header .md-fab-action-item > .dropdown-plus::after, .navik-header md-fab-speed-dial.md-scale-remove .md-fab-action-item > .dropdown-plus::after {
  visibility: hidden; }

md-fab-speed-dial.md-scale .md-fab-action-item {
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .14286s; }

md-fab-toolbar {
  display: block; }

md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute; }

md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute; }

md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute; }

md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute; }

md-fab-toolbar .md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px; }

md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20; }

md-fab-toolbar md-fab-trigger button {
  overflow: visible !important; }

md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in; }

md-fab-toolbar.md-left md-fab-trigger {
  right: 0; }

md-fab-toolbar.md-left .md-toolbar-tools {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: .6rem;
  margin-left: -.8rem; }

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px; }

md-fab-toolbar.md-right md-fab-trigger {
  left: 0; }

md-fab-toolbar.md-right .md-toolbar-tools {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23; }

md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px; }

md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .15s; }

md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none; }

md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0; }

md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative; }

md-grid-list md-grid-tile, md-grid-list md-grid-tile-footer, md-grid-list md-grid-tile-header, md-grid-list md-grid-tile > figure {
  box-sizing: border-box; }

md-grid-list md-grid-tile {
  display: block;
  position: absolute; }

md-grid-list md-grid-tile figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0; }

md-grid-list md-grid-tile md-grid-tile-footer, md-grid-list md-grid-tile md-grid-tile-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0; }

md-grid-list md-grid-tile md-grid-tile-footer h3, md-grid-list md-grid-tile md-grid-tile-footer h4, md-grid-list md-grid-tile md-grid-tile-header h3, md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-weight: 400;
  margin: 0 0 0 16px; }

md-grid-list md-grid-tile md-grid-tile-footer h3, md-grid-list md-grid-tile md-grid-tile-header h3 {
  font-size: 14px; }

md-grid-list md-grid-tile md-grid-tile-footer h4, md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-size: 12px; }

md-grid-list md-grid-tile md-grid-tile-header {
  top: 0; }

md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0; }

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff; }
  md-grid-tile-footer {
    border-top: 1px solid #fff; } }

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0; }

md-input-container.md-block {
  display: block; }

md-input-container.md-has-icon {
  padding-left: 36px; }

md-input-container.md-input-has-messages {
  padding-bottom: 2px; }

md-input-container > md-icon {
  position: absolute;
  top: 5px;
  left: 2px; }

md-input-container input[type=url], md-input-container input[type=text], md-input-container input[type=password], md-input-container input[type=datetime], md-input-container input[type=datetime-local], md-input-container input[type=date], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week], md-input-container input[type=color], md-input-container input[type=search], md-input-container input[type=email], md-input-container input[type=number], md-input-container input[type=tel], md-input-container textarea {
  -moz-appearance: none;
  -webkit-appearance: none; }

md-input-container input[type=datetime-local], md-input-container input[type=date], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week] {
  min-height: 26px; }

md-input-container textarea {
  resize: none;
  overflow: hidden; }

md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto; }

md-input-container label {
  position: absolute;
  bottom: 100%; }

md-input-container .md-placeholder, md-input-container label:not(.md-no-float) {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
  -webkit-transform: translate3d(0, 28px, 0) scale(1);
  transform: translate3d(0, 28px, 0) scale(1);
  transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  -webkit-transform-origin: left top;
  transform-origin: left top; }

body[dir=rtl] md-input-container .md-placeholder, body[dir=rtl] md-input-container label:not(.md-no-float), html[dir=rtl] md-input-container .md-placeholder, html[dir=rtl] md-input-container label:not(.md-no-float) {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  unicode-bidi: embed; }

md-input-container .md-placeholder bdo[dir=rtl], md-input-container label:not(.md-no-float) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

md-input-container .md-placeholder bdo[dir=ltr], md-input-container label:not(.md-no-float) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }

md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0); }

md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0; }

md-input-container:not(.md-input-has-value) input:not(:focus), md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
  color: transparent; }

md-input-container .md-input {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  margin-top: 0;
  background: 0 0;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box; }

md-input-container .md-input:focus {
  outline: 0; }

md-input-container .md-input:invalid {
  outline: 0;
  box-shadow: none; }

md-input-container .md-input.md-no-flex {
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

md-input-container .md-char-counter {
  position: absolute;
  right: 2px;
  bottom: 7px; }

md-input-container.md-input-invalid [data-ng-messages], md-input-container.md-input-invalid [ng-messages], md-input-container.md-input-invalid [x-ng-messages], md-input-container.md-input-invalid data-ng-messages, md-input-container.md-input-invalid ng-messages, md-input-container.md-input-invalid x-ng-messages {
  opacity: 1; }

md-input-container [data-ng-messages], md-input-container [ng-messages], md-input-container [x-ng-messages], md-input-container data-ng-messages, md-input-container ng-messages, md-input-container x-ng-messages {
  position: relative;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  min-height: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .26667s;
  opacity: 0; }

md-input-container [data-ng-messages] .md-char-counter, md-input-container [ng-messages] .md-char-counter, md-input-container [x-ng-messages] .md-char-counter, md-input-container data-ng-messages .md-char-counter, md-input-container ng-messages .md-char-counter, md-input-container x-ng-messages .md-char-counter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto; }

md-input-container .md-char-counter, md-input-container [data-ng-message-exp], md-input-container [data-ng-message], md-input-container [ng-message-exp], md-input-container [ng-message], md-input-container [x-ng-message-exp], md-input-container [x-ng-message], md-input-container data-ng-message, md-input-container ng-message, md-input-container x-ng-message {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  padding-top: 5px; }

md-input-container .md-char-counter:not(.md-char-counter), md-input-container [data-ng-message-exp]:not(.md-char-counter), md-input-container [data-ng-message]:not(.md-char-counter), md-input-container [ng-message-exp]:not(.md-char-counter), md-input-container [ng-message]:not(.md-char-counter), md-input-container [x-ng-message-exp]:not(.md-char-counter), md-input-container [x-ng-message]:not(.md-char-counter), md-input-container data-ng-message:not(.md-char-counter), md-input-container ng-message:not(.md-char-counter), md-input-container x-ng-message:not(.md-char-counter) {
  padding-right: 50px; }

md-input-container .md-char-counter.ng-enter, md-input-container [data-ng-message-exp].ng-enter, md-input-container [data-ng-message].ng-enter, md-input-container [ng-message-exp].ng-enter, md-input-container [ng-message].ng-enter, md-input-container [x-ng-message-exp].ng-enter, md-input-container [x-ng-message].ng-enter, md-input-container data-ng-message.ng-enter, md-input-container ng-message.ng-enter, md-input-container x-ng-message.ng-enter {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-delay: .2s;
  transition-duration: .2s;
  opacity: 0;
  margin-top: -19px; }

md-input-container .md-char-counter.ng-enter.ng-enter-active, md-input-container [data-ng-message-exp].ng-enter.ng-enter-active, md-input-container [data-ng-message].ng-enter.ng-enter-active, md-input-container [ng-message-exp].ng-enter.ng-enter-active, md-input-container [ng-message].ng-enter.ng-enter-active, md-input-container [x-ng-message-exp].ng-enter.ng-enter-active, md-input-container [x-ng-message].ng-enter.ng-enter-active, md-input-container data-ng-message.ng-enter.ng-enter-active, md-input-container ng-message.ng-enter.ng-enter-active, md-input-container x-ng-message.ng-enter.ng-enter-active {
  opacity: 1;
  margin-top: 0; }

md-input-container .md-char-counter.ng-leave, md-input-container [data-ng-message-exp].ng-leave, md-input-container [data-ng-message].ng-leave, md-input-container [ng-message-exp].ng-leave, md-input-container [ng-message].ng-leave, md-input-container [x-ng-message-exp].ng-leave, md-input-container [x-ng-message].ng-leave, md-input-container data-ng-message.ng-leave, md-input-container ng-message.ng-leave, md-input-container x-ng-message.ng-leave {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .26667s; }

md-input-container .md-char-counter.ng-leave.ng-leave-active, md-input-container [data-ng-message-exp].ng-leave.ng-leave-active, md-input-container [data-ng-message].ng-leave.ng-leave-active, md-input-container [ng-message-exp].ng-leave.ng-leave-active, md-input-container [ng-message].ng-leave.ng-leave-active, md-input-container [x-ng-message-exp].ng-leave.ng-leave-active, md-input-container [x-ng-message].ng-leave.ng-leave-active, md-input-container data-ng-message.ng-leave.ng-leave-active, md-input-container ng-message.ng-leave.ng-leave-active, md-input-container x-ng-message.ng-leave.ng-leave-active {
  margin-top: -19px;
  opacity: 0; }

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  transform: translate3d(0, 6px, 0) scale(0.75); }

md-input-container.md-input-has-value label {
  transition: none; }

md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-focused .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px; }

[disabled] md-input-container .md-input, md-input-container .md-input[disabled] {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px; }

md-input-container.md-icon-float {
  transition: margin-top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute; }

md-input-container.md-icon-float > md-icon {
  top: 2px;
  left: 2px; }

md-input-container.md-icon-float.md-input-focused label, md-input-container.md-icon-float.md-input-has-value label {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s; }

md-input-container.md-icon-right input {
  margin-right: 36px; }

md-input-container.md-icon-right input + md-icon {
  top: 26px;
  right: 2px;
  margin-right: 0; }

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff; } }

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 95;
  opacity: 0;
  border-radius: 2px; }

.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%; }

.md-open-menu-container md-menu-content > *, .md-open-menu-container .navik-header md-menu-content > *::before, .navik-header .md-open-menu-container md-menu-content > *::before, .md-open-menu-container .navik-header md-menu-content > *::after, .navik-header .md-open-menu-container md-menu-content > *::after, .md-open-menu-container .navik-header md-menu-content > .dropdown-plus::after, .navik-header .md-open-menu-container md-menu-content > .dropdown-plus::after {
  opacity: 0; }

.md-open-menu-container:not(.md-clickable) {
  pointer-events: none; }

.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms; }

.md-open-menu-container.md-active > md-menu-content > *, .navik-header .md-open-menu-container.md-active > md-menu-content > *::before, .navik-header .md-open-menu-container.md-active > md-menu-content > *::after, .navik-header .md-open-menu-container.md-active > md-menu-content > .dropdown-plus::after {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms; }

.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms; }

md-menu-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto; }

md-menu-content.md-dense {
  max-height: 208px; }

md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 0; }

md-menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

md-menu-item > *, .navik-header md-menu-item > *::before, .navik-header md-menu-item > *::after, .navik-header md-menu-item > .dropdown-plus::after {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px; }

md-menu-item > a.md-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

md-menu-item > .md-button {
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  text-align: left;
  text-align: start;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%; }

md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0; }

md-menu-item > .md-button p {
  display: inline-block;
  margin: auto; }

md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto; }

md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit; }

.md-menu {
  padding: 8px 0; }

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0; }

@media (max-width: 599px) {
  md-menu-content {
    min-width: 112px; }
  md-menu-content[width="3"] {
    min-width: 168px; }
  md-menu-content[width="4"] {
    min-width: 224px; }
  md-menu-content[width="5"] {
    min-width: 280px; }
  md-menu-content[width="6"] {
    min-width: 336px; }
  md-menu-content[width="7"] {
    min-width: 392px; } }

@media (min-width: 600px) {
  md-menu-content {
    min-width: 96px; }
  md-menu-content[width="3"] {
    min-width: 192px; }
  md-menu-content[width="4"] {
    min-width: 256px; }
  md-menu-content[width="5"] {
    min-width: 320px; }
  md-menu-content[width="6"] {
    min-width: 384px; }
  md-menu-content[width="7"] {
    min-width: 448px; } }

md-list {
  display: block;
  padding: 8px 0; }

md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2em; }

md-list-item {
  position: relative; }

md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color .15s linear; }

md-list-item .md-no-style, md-list-item.md-no-proxy {
  position: relative;
  padding: 0 16px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

md-list-item .md-no-style.md-button, md-list-item.md-no-proxy.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  border-radius: 0; }

md-list-item .md-no-style.md-button > .md-ripple-container, md-list-item.md-no-proxy.md-button > .md-ripple-container {
  border-radius: 0; }

md-list-item .md-no-style:focus, md-list-item.md-no-proxy:focus {
  outline: 0; }

md-list-item.md-with-secondary {
  position: relative; }

md-list-item.md-clickable:hover {
  cursor: pointer; }

md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

md-list-item md-divider[md-inset] {
  left: 96px;
  width: calc(100% - 96px);
  margin: 0; }

md-list-item, md-list-item .md-list-item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  height: auto; }

md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon), md-list-item > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon), md-list-item > md-icon.md-secondary:not(.md-avatar-icon), md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box; }

md-list-item .md-list-item-inner md-checkbox.md-secondary, md-list-item .md-list-item-inner > div.md-primary > md-checkbox, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox, md-list-item .md-list-item-inner > md-checkbox:first-child, md-list-item md-checkbox.md-secondary, md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox, md-list-item > md-checkbox:first-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label, md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label, md-list-item .md-list-item-inner > md-checkbox:first-child .md-label, md-list-item md-checkbox.md-secondary .md-label, md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label, md-list-item > md-checkbox:first-child .md-label {
  display: none; }

md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon), md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px; }

md-list-item .md-list-item-inner > md-checkbox:first-child, md-list-item > md-checkbox:first-child {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px; }

md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar-icon, md-list-item .md-list-item-inner > .md-avatar, md-list-item > .md-avatar {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box; }

md-list-item .md-list-item-inner > .md-avatar, md-list-item > .md-avatar {
  width: 40px;
  height: 40px; }

md-list-item .md-list-item-inner > .md-avatar-icon, md-list-item > .md-avatar-icon {
  padding: 8px; }

md-list-item .md-list-item-inner md-checkbox.md-secondary, md-list-item .md-list-item-inner md-switch.md-secondary, md-list-item md-checkbox.md-secondary, md-list-item md-switch.md-secondary {
  margin-top: 0;
  margin-bottom: 0; }

md-list-item .md-list-item-inner md-checkbox.md-secondary, md-list-item md-checkbox.md-secondary {
  margin-right: 0; }

md-list-item .md-list-item-inner md-switch.md-secondary, md-list-item md-switch.md-secondary {
  margin-right: -6px; }

md-list-item .md-list-item-inner button.md-button.md-secondary-container, md-list-item button.md-button.md-secondary-container {
  background-color: transparent;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  margin: 0;
  min-width: 0; }

md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple, md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple-container, md-list-item button.md-button.md-secondary-container .md-ripple, md-list-item button.md-button.md-secondary-container .md-ripple-container {
  border-radius: 50%; }

md-list-item .md-list-item-inner button.md-button.md-secondary-container.md-icon-button, md-list-item button.md-button.md-secondary-container.md-icon-button {
  margin-right: -12px; }

md-list-item .md-list-item-inner .md-secondary, md-list-item .md-list-item-inner .md-secondary-container, md-list-item .md-secondary, md-list-item .md-secondary-container {
  margin-left: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

md-list-item .md-list-item-inner > .md-button.md-secondary-container > .md-secondary, md-list-item > .md-button.md-secondary-container > .md-secondary {
  margin-left: 0;
  position: static; }

md-list-item .md-list-item-inner > .md-list-item-inner > p, md-list-item .md-list-item-inner > p, md-list-item > .md-list-item-inner > p, md-list-item > p {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0; }

md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  text-overflow: ellipsis; }

md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px; }

md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  margin: 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

md-list-item.md-2-line .md-list-item-text h4, md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: .01em;
  margin: 3px 0 1px;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0;
  line-height: 1.6em; }

md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px; }

md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text {
  margin: 1.6em; }

md-list-item.md-2-line .md-avatar-icon, md-list-item.md-2-line > .md-avatar, md-list-item.md-2-line > .md-no-style .md-avatar-icon, md-list-item.md-2-line > .md-no-style > .md-avatar {
  margin-top: 12px; }

md-list-item.md-2-line > .md-no-style > md-icon:first-child, md-list-item.md-2-line > md-icon:first-child {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px; }

md-list-item.md-3-line.md-long-text, md-list-item.md-3-line > .md-no-style.md-long-text {
  margin: 1.6em; }

md-list-item.md-3-line > .md-avatar, md-list-item.md-3-line > .md-no-style > .md-avatar, md-list-item.md-3-line > .md-no-style > md-icon:first-child, md-list-item.md-3-line > md-icon:first-child {
  margin-top: 16px; }

md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px; }

md-icon svg {
  pointer-events: none; }

md-icon[md-font-icon] {
  line-height: 1;
  width: auto; }

md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px 28px 12px; }

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2; }

md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative; }

md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px; }

md-menu-bar md-backdrop.md-menu-backdrop {
  z-index: -2; }

md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0; }

md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative; }

md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px; }

md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button {
  padding: 0 32px 0 64px; }

md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 8px; }

md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0; }

md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button {
  text-align: left;
  text-align: start; }

md-menu-content.md-menu-bar-menu.md-dense .md-menu {
  padding: 0; }

md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  padding-left: 16px; }

md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: '\25BC';
  position: absolute;
  top: 0;
  speak: none;
  -webkit-transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px; }

md-progress-circular {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

md-progress-circular .md-spinner-wrapper {
  display: block;
  position: relative;
  overflow: hidden; }

md-progress-circular .md-spinner-wrapper .md-inner {
  width: 100px;
  height: 100px;
  position: relative; }

md-progress-circular .md-spinner-wrapper .md-inner .md-gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top-width: 10px;
  border-top-style: solid;
  box-sizing: border-box; }

md-progress-circular .md-spinner-wrapper .md-inner .md-left, md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden; }

md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%; }

md-progress-circular .md-spinner-wrapper .md-inner .md-left {
  left: 0; }

md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  left: 0;
  border-right-color: transparent; }

md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  right: 0; }

md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  right: 0;
  border-left-color: transparent; }

md-progress-circular .md-spinner-wrapper.md-mode-indeterminate {
  -webkit-animation: outer-rotate 2.91667s linear infinite;
  animation: outer-rotate 2.91667s linear infinite; }

md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner {
  -webkit-animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite; }

md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-right .md-half-circle {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3125s;
  animation-duration: 1.3125s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1); }

md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-left .md-half-circle {
  -webkit-animation-name: left-wobble;
  animation-name: left-wobble; }

md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-right .md-half-circle {
  -webkit-animation-name: right-wobble;
  animation-name: right-wobble; }

md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper, md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner {
  -webkit-animation: none;
  animation: none; }

md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  -webkit-animation-name: none;
  animation-name: none; }

md-progress-circular .md-spinner-wrapper.ng-hide, md-progress-circular .md-spinner-wrapper.ng-hide .md-inner {
  -webkit-animation: none;
  animation: none; }

md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-right .md-half-circle {
  -webkit-animation-name: none;
  animation-name: none; }

@-webkit-keyframes outer-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes outer-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes left-wobble {
  0%, 100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes left-wobble {
  0%, 100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes right-wobble {
  0%, 100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes right-wobble {
  0%, 100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes sporadic-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes sporadic-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important; }

md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }

md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px; }

md-progress-linear .md-container .md-dashed:before, md-progress-linear .md-container .md-dashed.dropdown-plus::after {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 0 -23px; }

md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear; }

md-progress-linear .md-container.md-mode-query .md-bar1 {
  display: none; }

md-progress-linear .md-container.md-mode-query .md-bar2 {
  transition: all .2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); }

md-progress-linear .md-container.md-mode-determinate .md-bar1 {
  display: none; }

md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
  -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite;
  animation: md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite; }

md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
  -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite;
  animation: md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite; }

md-progress-linear .md-container.ng-hide {
  -webkit-animation: none;
  animation: none; }

md-progress-linear .md-container.ng-hide .md-bar1, md-progress-linear .md-container.ng-hide .md-bar2 {
  -webkit-animation-name: none;
  animation-name: none; }

md-progress-linear .md-container.md-mode-buffer {
  background-color: transparent !important;
  transition: all .2s linear; }

md-progress-linear .md-container.md-mode-buffer .md-dashed:before, md-progress-linear .md-container.md-mode-buffer .md-dashed.dropdown-plus::after {
  display: block;
  -webkit-animation: buffer 3s infinite linear;
  animation: buffer 3s infinite linear; }

@-webkit-keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1); } }

@keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1); } }

@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0; }

.md-select-menu-container:not(.md-clickable) {
  pointer-events: none; }

.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important; }

.md-select-menu-container.md-active {
  opacity: 1; }

.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms; }

.md-select-menu-container.md-active md-select-menu > *, .md-select-menu-container.md-active .navik-header md-select-menu > *::before, .navik-header .md-select-menu-container.md-active md-select-menu > *::before, .md-select-menu-container.md-active .navik-header md-select-menu > *::after, .navik-header .md-select-menu-container.md-active md-select-menu > *::after, .md-select-menu-container.md-active .navik-header md-select-menu > .dropdown-plus::after, .navik-header .md-select-menu-container.md-active md-select-menu > .dropdown-plus::after {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms; }

.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms; }

md-input-container > md-select {
  margin: 0;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

md-select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 26px; }

md-select[disabled] .md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px; }

md-select:focus {
  outline: 0; }

md-select[disabled]:hover {
  cursor: default; }

md-select:not([disabled]):hover {
  cursor: pointer; }

md-select:not([disabled]).ng-invalid.ng-dirty .md-select-value {
  border-bottom: 2px solid;
  padding-bottom: 0; }

md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0; }

.md-select-value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.md-select-value :first-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 2*8px);
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0); }

.md-select-value .md-select-icon {
  display: block;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0); }

.md-select-value .md-select-icon:after {
  display: block;
  content: '\25BC';
  position: relative;
  top: 2px;
  speak: none;
  -webkit-transform: scaleY(0.6) scaleX(1);
  transform: scaleY(0.6) scaleX(1); }

.md-select-value.md-select-placeholder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1; }

md-select-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1);
  transform: scale(1); }

md-select-menu.md-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px; }

body[dir=rtl] md-select-menu, html[dir=rtl] md-select-menu {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  unicode-bidi: embed; }

md-select-menu bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

md-select-menu bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto; }

md-select-menu > *, .navik-header md-select-menu > *::before, .navik-header md-select-menu > *::after, .navik-header md-select-menu > .dropdown-plus::after {
  opacity: 0; }

md-option {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0 16px;
  height: 48px; }

md-option:focus {
  outline: 0; }

md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px; }

md-optgroup {
  display: block; }

md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500; }

md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px; }

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent; }
  md-select-menu {
    border: 1px solid #fff; } }

.md-switch-thumb, md-radio-button {
  box-sizing: border-box;
  display: block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer; }

.md-switch-thumb .md-container, md-radio-button .md-container {
  box-sizing: border-box;
  position: relative;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.md-switch-thumb .md-container .md-ripple-container, md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  left: -16px;
  top: -16px; }

.md-switch-thumb .md-container:before, .md-switch-thumb .md-container.dropdown-plus::after, md-radio-button .md-container:before, md-radio-button .md-container.dropdown-plus::after {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto; }

.md-switch-thumb.md-align-top-left > div.md-container, md-radio-button.md-align-top-left > div.md-container {
  top: -15px; }

.md-switch-thumb .md-off, md-radio-button .md-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease .28s; }

.md-switch-thumb .md-on, md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: -webkit-transform ease .28s;
  transition: transform ease .28s;
  -webkit-transform: scale(0);
  transform: scale(0); }

.md-switch-thumb.md-checked .md-on, md-radio-button.md-checked .md-on {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.md-switch-thumb .md-label, md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto; }

body[dir=rtl] .md-switch-thumb .md-label, body[dir=rtl] md-radio-button .md-label, html[dir=rtl] .md-switch-thumb .md-label, html[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
  margin-right: 10px;
  unicode-bidi: embed; }

.md-switch-thumb .md-label bdo[dir=rtl], md-radio-button .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

.md-switch-thumb .md-label bdo[dir=ltr], md-radio-button .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

.md-switch-thumb .circle, md-radio-button .circle {
  border-radius: 50%; }

md-radio-group:focus {
  outline: 0; }

md-radio-group.md-focused .md-checked .md-container:before, md-radio-group.md-focused .md-checked .md-container.dropdown-plus::after {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px; }

.md-inline-form md-radio-group {
  margin: 18px 0 19px; }

.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff; } }

md-sidenav {
  box-sizing: border-box;
  position: absolute;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 60;
  width: 304px;
  min-width: 304px;
  max-width: 304px;
  bottom: 0;
  overflow: auto; }

md-sidenav ul {
  list-style: none; }

md-sidenav.md-closed {
  display: none; }

md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: .2s ease-in all; }

md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

md-sidenav.md-locked-open-add, md-sidenav.md-locked-open-remove {
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

md-sidenav.md-locked-open {
  width: 304px;
  min-width: 304px;
  max-width: 304px; }

md-sidenav.md-locked-open, md-sidenav.md-locked-open-remove.md-closed, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0;
  min-width: 0; }

md-sidenav.md-closed.md-locked-open-add {
  width: 0;
  min-width: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

md-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 304px;
  min-width: 304px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.md-sidenav-backdrop.md-locked-open {
  display: none; }

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.md-sidenav-left.md-closed, md-sidenav.md-closed {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.md-sidenav-right {
  left: 100%;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.md-sidenav-right.md-closed {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (max-width: 360px) {
  md-sidenav {
    width: 85%; } }

@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff; }
  .md-sidenav-right {
    border-left: 1px solid #fff; } }

@-webkit-keyframes sliderFocusThumb {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sliderFocusThumb {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

md-slider {
  height: 48px;
  position: relative;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0; }

md-slider *, md-slider .navik-header *::before, .navik-header md-slider *::before, md-slider .navik-header *::after, .navik-header md-slider *::after, md-slider .navik-header .dropdown-plus::after, .navik-header md-slider .dropdown-plus::after, md-slider :after {
  box-sizing: border-box; }

md-slider .md-slider-wrapper {
  position: relative; }

md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px; }

md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%; }

md-slider .md-track-fill {
  transition: width .05s linear; }

md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%; }

md-slider .md-track-ticks canvas {
  width: 100%; }

md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: left .1s linear; }

md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -19px;
  top: 5px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all .1s linear; }

md-slider .md-thumb:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-width: 3px;
  border-style: solid; }

md-slider .md-sign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -20px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-transform: scale(0.4) translate3d(0, 70px, 0);
  transform: scale(0.4) translate3d(0, 70px, 0);
  transition: all .2s ease-in-out; }

md-slider .md-sign:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  transition: all .2s ease-in-out; }

md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: 700; }

md-slider .md-focus-thumb {
  position: absolute;
  left: -24px;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: none;
  opacity: 0;
  background-color: silver;
  -webkit-animation: sliderFocusThumb .4s linear;
  animation: sliderFocusThumb .4s linear; }

md-slider .md-focus-ring {
  position: absolute;
  left: -24px;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .2s linear;
  opacity: .26; }

md-slider .md-disabled-thumb {
  position: absolute;
  left: -22px;
  top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
  border-width: 6px;
  border-style: solid;
  display: none; }

md-slider.md-min .md-thumb:after {
  background-color: #fff; }

md-slider.md-min .md-sign {
  opacity: 0; }

md-slider:focus {
  outline: 0; }

md-slider.md-dragging .md-thumb-container, md-slider.md-dragging .md-track-fill {
  transition: none; }

md-slider:not([md-discrete]) .md-sign, md-slider:not([md-discrete]) .md-track-ticks {
  display: none; }

md-slider:not([md-discrete]):not([disabled]):hover .md-thumb {
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

md-slider:not([md-discrete]):not([disabled]).md-active .md-focus-thumb, md-slider:not([md-discrete]):not([disabled]):focus .md-focus-thumb {
  display: block; }

md-slider:not([md-discrete]):not([disabled]).md-active .md-focus-ring, md-slider:not([md-discrete]):not([disabled]):focus .md-focus-ring {
  -webkit-transform: scale(1);
  transform: scale(1); }

md-slider:not([md-discrete]):not([disabled]).md-active .md-thumb, md-slider:not([md-discrete]):not([disabled]):focus .md-thumb {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

md-slider[md-discrete] .md-focus-ring, md-slider[md-discrete] .md-focus-thumb {
  display: none; }

md-slider[md-discrete]:not([disabled]).md-active .md-sign, md-slider[md-discrete]:not([disabled]).md-active .md-sign:after, md-slider[md-discrete]:not([disabled]):focus .md-sign, md-slider[md-discrete]:not([disabled]):focus .md-sign:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

md-slider[disabled] .md-sign, md-slider[disabled] .md-track-fill {
  display: none; }

md-slider[disabled] .md-thumb {
  -webkit-transform: scale(0.35);
  transform: scale(0.35); }

md-slider[disabled] .md-disabled-thumb {
  display: block; }

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff; } }

.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  -webkit-transform: translate3d(-9999px, -9999px, 0);
  transform: translate3d(-9999px, -9999px, 0); }

.md-sticky-clone[sticky-state=active] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  -webkit-animation: subheaderStickyHoverIn .3s ease-out both;
  animation: subheaderStickyHoverIn .3s ease-out both; }

@-webkit-keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@-webkit-keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: .2s ease-out margin; }

.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0; }

.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2; }

.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px; }

.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  -webkit-animation: subheaderStickyHoverOut .3s ease-out both;
  animation: subheaderStickyHoverOut .3s ease-out both; }

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  position: relative; }

.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px; }

.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative; }

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px; }

md-switch {
  display: inline-block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 28px; }

md-switch.md-block {
  display: block; }

md-switch .md-container {
  cursor: -webkit-grab;
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 8px;
  margin-top: 3px;
  float: left; }

md-switch:not([disabled]) .md-dragging, md-switch:not([disabled]).md-dragging .md-container {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

md-switch.md-focused:not([disabled]) .md-thumb:before, md-switch.md-focused:not([disabled]) .md-thumb.dropdown-plus::after {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px; }

md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before, md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb.dropdown-plus::after {
  background-color: rgba(0, 0, 0, 0.12); }

md-switch .md-label {
  border-color: transparent;
  border-width: 0;
  float: left; }

md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute; }

md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1; }

md-switch.md-checked .md-thumb-container {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

md-switch .md-thumb:before, md-switch .md-thumb.dropdown-plus::after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto; }

md-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px; }

md-switch:not(.md-dragging) .md-bar, md-switch:not(.md-dragging) .md-thumb, md-switch:not(.md-dragging) .md-thumb-container {
  transition: all .08s linear;
  transition-property: -webkit-transform,background-color;
  transition-property: transform,background-color; }

md-switch:not(.md-dragging) .md-bar, md-switch:not(.md-dragging) .md-thumb {
  transition-delay: .05s; }

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666; }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E; }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff; } }

@-webkit-keyframes md-tab-content-hide {
  0%, 50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes md-tab-content-hide {
  0%, 50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0; }

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px; }

md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px; }

md-tabs[md-align-tabs=bottom] md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2; }

md-tabs[md-align-tabs=bottom] md-tabs-content-wrapper {
  top: 0;
  bottom: 48px; }

md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible; }

md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative; }

md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid; }

md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px; }

md-tabs-wrapper {
  display: block;
  position: relative; }

md-tabs-wrapper md-next-button, md-tabs-wrapper md-prev-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: center center no-repeat;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); }

md-tabs-wrapper md-next-button:focus, md-tabs-wrapper md-prev-button:focus {
  outline: 0; }

md-tabs-wrapper md-next-button.md-disabled, md-tabs-wrapper md-prev-button.md-disabled {
  opacity: .25;
  cursor: default; }

md-tabs-wrapper md-next-button.ng-leave, md-tabs-wrapper md-prev-button.ng-leave {
  transition: none; }

md-tabs-wrapper md-next-button md-icon, md-tabs-wrapper md-prev-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==); }

md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K); }

md-tabs-wrapper md-next-button md-icon {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transform: translate3d(-50%, -50%, 0) rotate(180deg); }

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px; }

md-tabs-canvas:after {
  content: '';
  display: table;
  clear: both; }

md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0; }

md-tabs-canvas.md-paginated {
  margin: 0 32px; }

md-tabs-canvas.md-center-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block; }

md-pagination-wrapper {
  height: 48px;
  display: block;
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  width: 999999px;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

md-pagination-wrapper:after {
  content: '';
  display: table;
  clear: both; }

md-pagination-wrapper.md-center-tabs {
  position: relative;
  width: initial;
  margin: 0 auto; }

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

md-tab-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto; }

md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden; }

md-tab-content.md-no-transition, md-tab-content.ng-leave {
  transition: none; }

md-tab-content.md-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: 1s md-tab-content-hide;
  animation: 1s md-tab-content-hide;
  opacity: 0; }

md-tab-content.md-left *, md-tab-content.md-left .navik-header *::before, .navik-header md-tab-content.md-left *::before, md-tab-content.md-left .navik-header *::after, .navik-header md-tab-content.md-left *::after, md-tab-content.md-left .navik-header .dropdown-plus::after, .navik-header md-tab-content.md-left .dropdown-plus::after {
  transition: visibility 0s linear;
  transition-delay: .5s;
  visibility: hidden; }

md-tab-content.md-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: 1s md-tab-content-hide;
  animation: 1s md-tab-content-hide;
  opacity: 0; }

md-tab-content.md-right *, md-tab-content.md-right .navik-header *::before, .navik-header md-tab-content.md-right *::before, md-tab-content.md-right .navik-header *::after, .navik-header md-tab-content.md-right *::after, md-tab-content.md-right .navik-header .dropdown-plus::after, .navik-header md-tab-content.md-right .dropdown-plus::after {
  transition: visibility 0s linear;
  transition-delay: .5s;
  visibility: hidden; }

md-tab-content > div.ng-leave {
  -webkit-animation: 1s md-tab-content-hide;
  animation: 1s md-tab-content-hide; }

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px; }

md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); }

md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1); }

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px; }

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.md-tab.md-focused {
  box-shadow: none;
  outline: 0; }

.md-tab.md-active {
  cursor: default; }

.md-tab.md-disabled {
  pointer-events: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: .5;
  cursor: default; }

.md-tab.ng-leave {
  transition: none; }

md-toolbar + md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

md-toast {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  cursor: default;
  height: 0;
  max-height: 168px;
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

md-toast.md-capsule {
  border-radius: 24px; }

md-toast.ng-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-toast.md-swipedown, md-toast.md-swipeleft, md-toast.md-swiperight, md-toast.md-swipeup {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

md-toast.ng-enter {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0; }

md-toast.ng-enter.md-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

md-toast.ng-enter.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

md-toast.ng-leave.ng-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

md-toast.ng-leave.ng-leave-active.md-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

md-toast.ng-leave.ng-leave-active.md-swipeleft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

md-toast.ng-leave.ng-leave-active.md-swiperight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  cursor: pointer;
  text-transform: uppercase;
  float: right; }

md-toast .md-action.md-button {
  min-width: 0; }

@media (max-width: 600px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0; }
  md-toast.md-top {
    bottom: auto;
    top: 0; } }

@media (min-width: 600px) {
  md-toast {
    min-width: 288px; }
  md-toast.md-bottom {
    bottom: 8px; }
  md-toast.md-left {
    left: 8px; }
  md-toast.md-right {
    right: 8px; }
  md-toast.md-top {
    top: 8px; }
  md-toast.ng-leave.ng-leave-active.md-swipeleft {
    -webkit-transform: translate3d(-100%, 25%, 0) rotateZ(-15deg);
    transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); }
  md-toast.ng-leave.ng-leave-active.md-swiperight {
    -webkit-transform: translate3d(100%, 25%, 0) rotateZ(15deg);
    transform: translate3d(100%, 25%, 0) rotateZ(15deg); }
  md-toast.ng-leave.ng-leave-active.md-top.md-swipeleft {
    -webkit-transform: translate3d(-100%, 0, 0) rotateZ(-15deg);
    transform: translate3d(-100%, 0, 0) rotateZ(-15deg); }
  md-toast.ng-leave.ng-leave-active.md-top.md-swiperight {
    -webkit-transform: translate3d(100%, 0, 0) rotateZ(15deg);
    transform: translate3d(100%, 0, 0) rotateZ(15deg); } }

@media (min-width: 1200px) {
  md-toast {
    max-width: 568px; } }

@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff; } }

md-toolbar {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%; }

md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow .5s linear; }

md-toolbar md-toolbar-filler {
  width: 72px; }

md-toolbar *, md-toolbar .navik-header *::before, .navik-header md-toolbar *::before, md-toolbar .navik-header *::after, .navik-header md-toolbar *::after, md-toolbar :after, md-toolbar :before, md-toolbar .dropdown-plus::after {
  box-sizing: border-box; }

md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px; }

md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px; }

md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px; }

md-toolbar > .md-indent {
  margin-left: 64px; }

md-toolbar ~ md-content > md-list {
  padding: 0; }

md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none; }

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: .005em;
  box-sizing: border-box;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0; }

.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit; }

.md-toolbar-tools a {
  color: inherit;
  text-decoration: none; }

.md-toolbar-tools .fill-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0; }

.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px; }

.md-toolbar-tools > .md-button:last-child, .md-toolbar-tools > md-menu:last-child {
  margin-right: -8px; }

.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0; }

@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff; } }

@media only screen and (min-width: 0) and (max-width: 600px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px; }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px; } }

@media only screen and (min-width: 0) and (max-width: 600px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px; }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px; } }

md-tooltip {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px; }

@media screen and (min-width: 600px) {
  md-tooltip {
    font-size: 10px; } }

md-tooltip .md-content {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px; }

@media screen and (min-width: 600px) {
  md-tooltip .md-content {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px; } }

md-tooltip .md-content.md-show-add {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .2s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

md-tooltip .md-content.md-show, md-tooltip .md-content.md-show-add-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

md-tooltip .md-content.md-show-remove {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .2s; }

md-tooltip .md-content.md-show-remove.md-show-remove-active {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px; }

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden; }

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap; }

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-2dp {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-3dp {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }

.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12); }

.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12); }

.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12); }

.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff; } }

.back-button {
  display: inline-block;
  padding: 10px;
  min-height: 32px;
  min-width: 32px; }
  .back-button a {
    color: #00abc8 !important; }
  .back-button a:hover {
    color: #273c49 !important; }

.back-button-icon {
  vertical-align: middle; }

.back-button-text {
  font-size: 1.1em;
  color: #273c49; }

.form-select {
  -webkit-appearance: none;
  background: #f9f9f9 url(../img/down-arrow.png) no-repeat 95% 50%;
  outline: 0;
  height: 38px;
  line-height: 2.3;
  text-indent: 5px;
  border-radius: .25em;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border: 1px solid #00abc8;
  color: #4a4a4a; }

.form-select-width-218 {
  width: 218px; }

.form-select-width {
  width: 100%; }

.fa-align-to-icon i {
  margin-left: 10px;
  font-size: 30px;
  height: 30px;
  vertical-align: middle;
  padding-right: 7px; }

.fa-align-to-icon a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4a4a4a; }

.fa-align-to-icon a:hover {
  color: #00abc8; }

.quote-callout {
  font-size: 40px;
  color: #00abc8;
  font-family: "Times New Roman", Times, serif; }

.temp-calc-wrapper {
  width: 755px;
  height: 425px; }

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7; }

.fa-star:before, .fa-star.dropdown-plus::after {
  content: "\f005"; }

.fa-star-o:before, .fa-star-o.dropdown-plus::after {
  content: "\f006"; }

.fa-star-half:before, .fa-star-half.dropdown-plus::after {
  content: "\f089"; }

.fa-star-half-empty:before, .fa-star-half-empty.dropdown-plus::after, .fa-star-half-full:before, .fa-star-half-full.dropdown-plus::after, .fa-star-half-o:before, .fa-star-half-o.dropdown-plus::after {
  content: "\f123"; }

.GMOCalloutStyle div, .GMOCalloutStyle td {
  border: solid 1px Black;
  background-color: #f5f57d;
  color: black; }

.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td {
  border: solid 1px #C8D8DE;
  background-color: #EBF2F5;
  color: Black;
  font-size: 14px; }

.modal {
  position: fixed;
  z-index: 1;
  padding-top: 300px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  margin: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border: solid 4px #d7e5ee;
  width: 327px;
  padding: 10px;
  -webkit-border-radius: .3em 0 .3em .3em;
  -moz-border-radius: .3em 0 .3em .3em;
  border-radius: .3em 0 .3em .3em;
  background: #f3f8fc; }

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.form-ddcb-border {
  border-color: #00abc8;
  border-width: 1px;
  border-radius: 2px;
  height: 4.8rem; }

.pt-title {
  margin-left: 0px !important; }

.notice {
  background-color: #ffdada; }

.notice-content {
  font-size: 1.4em;
  color: #000;
  text-align: center;
  padding: 10px 15px 10px 15px; }

.nft-radio-btn {
  max-width: 775px;
  margin: auto; }

.nft-price-level-header {
  text-align: center;
  font-weight: 700;
  font-size: 1.8em;
  color: #dc8a00;
  padding-top: 30px;
  line-height: 1.25em; }

.nft-price-level-header.inactive {
  color: #273c49 !important; }

:root {
  --gutterSm: 0.4rem;
  --gutterMd: 0.8rem;
  --gutterLg: 1.6rem;
  --gutterXl: 2.4rem;
  --gutterXx: 7.2rem;
  --colorPrimary400: #7e57c2;
  --colorPrimary600: $secondary-color;
  --colorPrimary800: #4527a0;
  --fontFamily: "Dosis", sans-serif;
  --fontSizeSm: 1.2rem;
  --fontSizeMd: 1.6rem;
  --fontSizeLg: 2.1rem;
  --fontSizeXl: 2.8rem;
  --fontSizeXx: 3.6rem;
  --lineHeightSm: 1.1;
  --lineHeightMd: 1.8;
  --transitionDuration: 300ms;
  --transitionTF: cubic-bezier(0.645, 0.045, 0.355, 1);
  --inputPaddingV: var(--gutterMd);
  --inputPaddingH: var(--gutterLg);
  --inputFontSize: var(--fontSizeLg);
  --inputLineHeight: var(--lineHeightMd);
  --labelScaleFactor: 0.8;
  --labelDefaultPosY: 50%;
  --labelTransformedPosY: calc(
    (var(--labelDefaultPosY)) - 
    (var(--inputPaddingV) * var(--labelScaleFactor)) - 
    (var(--inputFontSize) * var(--inputLineHeight))
  );
  --inputTransitionDuration: var(--transitionDuration);
  --inputTransitionTF: var(--transitionTF); }

*, .navik-header *::before, .navik-header *::after, .navik-header .dropdown-plus::after,
*::before,
*::after {
  box-sizing: border-box; }

.Input-text {
  display: block;
  margin: 0;
  padding: var(--inputPaddingV) var(--inputPaddingH);
  color: inherit;
  width: 100%;
  font-family: inherit;
  font-size: var(--inputFontSize);
  font-weight: inherit;
  line-height: var(--inputLineHeight);
  border: none;
  border-radius: 0.4rem;
  transition: box-shadow var(--transitionDuration); }

.Input-text::placeholder {
  color: #B0BEC5; }

.Input-text:focus {
  outline: none;
  box-shadow: 0.2rem 0.8rem 1.6rem var(--colorPrimary600); }

.Input-label {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 1rem;
  color: #fff;
  font-family: inherit;
  font-size: var(--inputFontSize);
  font-weight: inherit;
  line-height: var(--inputLineHeight);
  opacity: 0;
  transform: translate3d(0, var(--labelDefaultPosY), 0) scale(1);
  transform-origin: 0 0;
  transition: opacity var(--inputTransitionDuration) var(--inputTransitionTF), transform var(--inputTransitionDuration) var(--inputTransitionTF), visibility 0ms var(--inputTransitionDuration) var(--inputTransitionTF), z-index 0ms var(--inputTransitionDuration) var(--inputTransitionTF); }

.Input-text:placeholder-shown + .Input-label {
  visibility: hidden;
  z-index: -1; }

.Input-text:not(:placeholder-shown) + .Input-label,
.Input-text:focus:not(:placeholder-shown) + .Input-label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translate3d(0, var(--labelTransformedPosY), 0) scale(var(--labelScaleFactor));
  transition: transform var(--inputTransitionDuration), visibility 0ms, z-index 0ms; }

.input-text-box-size {
  width: 220px; }

.banner-rotator {
  height: 100%;
  margin-top: 50px; }

@media (min-width: 580px) {
  .ibuyer-text-center {
    text-align: center; }
  .ibuyer-number {
    font-size: 1.4em !important; }
  .ibuyer-label {
    font-size: 1.2em !important; } }

@media (max-width: 580px) {
  .ibuyer-spacer-1 {
    padding-left: 85px; }
  .ibuyer-spacer-2 {
    padding-left: 70px; }
  .ibuyer-spacer-3 {
    padding-left: 37px; }
  .ibuyer-number {
    font-size: 1.8em !important; }
  .ibuyer-label {
    font-size: 1.8em !important; } }

.number-circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 2px solid #00abc8;
  color: #00abc8;
  text-align: center; }

@media (max-width: 904px) {
  .know-checklist-mobile {
    padding-left: 28% !important; } }

.sprite-sold, .sprite-cost, .sprite-review, .sprite-lead-1, .sprite-lead-2, .sprite-lead-3, .sprite-lead-4, .sprite-lead-5, .sprite-service, .sprite-marketing, .sprite-contracts, .sprite-term, .sprite-power, .sprite-photo-tour, .sprite-housecert, .sprite-inspection, .sprite-negotiation, .sprite-pricing, .sprite-appraisal-shortfall, .sprite-contracts2 {
  background-image: url("../img/sprites-callout.png");
  background-repeat: no-repeat; }

.sprite-sold {
  background-position: 10px 0px; }

.sprite-cost {
  background-position: -108px 0px; }

.sprite-review {
  background-position: -248px 0px; }

.sprite-lead-1 {
  background-position: 0px -80px; }

.sprite-lead-2 {
  background-position: -125px -80px; }

.sprite-lead-3 {
  background-position: -241px -80px; }

.sprite-lead-4 {
  background-position: -360px -80px; }

.sprite-lead-5 {
  background-position: -480px -80px; }

.sprite-photo-tour {
  background-position: -368px -250px; }

.sprite-housecert {
  background-position: -487px -250px; }

.sprite-inspection {
  background-position: 0px -344px; }

.sprite-negotiation {
  background-position: -120px -344px; }

.sprite-pricing {
  background-position: -248px -344px; }

.sprite-appraisal-shortfall {
  background-position: -368px -344px; }

.sprite-contracts2 {
  background-position: -475px -344px; }

.sprite-calendar, .sprite-leads, .sprite-support, .sprite-same-day, .sprite-contract-forms, .sprite-cancel-anytime, .sprite-global-marketing, .sprite-premium-marketing, .sprite-representation, .sprite-single-agency {
  background-image: url("../img/sprites-index.png");
  background-repeat: no-repeat; }

.sprite-calendar {
  background-position: 10px 0px; }

.sprite-leads {
  background-position: -120px 0px; }

.sprite-support {
  background-position: -230px 0px; }

.sprite-same-day {
  background-position: 20px -90px; }

.sprite-contract-forms {
  background-position: -100px -90px; }

.sprite-cancel-anytime {
  background-position: -230px -90px; }

.sprite-global-marketing {
  background-position: -360px -90px; }

.sprite-premium-marketing {
  background-position: -10px -170px; }

.sprite-representation {
  background-position: -175px -170px; }

.sprite-single-agency {
  background-position: -350px -170px; }

.program-view-plans {
  background: url(../img/sprites-programs-view-plans.png) 0 0 no-repeat;
  display: block;
  height: 27px;
  width: 129px; }

.program-flat-fee:hover {
  background-position: 0 -33px; }

.program-flat-fee {
  background: url(../img/sprites-programs-flat-fee.png) 0 0 no-repeat;
  display: block;
  height: 130px;
  width: 228px; }

.program-flat-fee:hover {
  background-position: 0 -150px; }

.program-flat-fee:visited {
  background-position: 0 -300px; }

.program-fsbo {
  background: url(../img/sprites-programs-fsbo.png) 0 0 no-repeat;
  display: block;
  height: 130px;
  width: 200px; }

.program-fsbo:hover {
  background-position: 0 -150px; }

.program-fsbo:visited {
  background-position: 0 -300px; }

.program-for-rent {
  background: url(../img/sprites-programs-for-rent.png) 0 0 no-repeat;
  display: block;
  height: 130px;
  width: 200px; }

.program-for-rent:hover {
  background-position: 0 -150px; }

.program-for-rent:visited {
  background-position: 0 -300px; }

.sprite-service {
  background-position: -375px 0px; }

.sprite-marketing {
  background-position: -480px 0px; }

.sprite-contracts {
  background-position: 25px -250px; }

.sprite-term {
  background-position: -110px -250px; }

.sprite-power {
  background-position: -245px -250px; }

.sprite-logo-realtor, .sprite-logo-showingbee, .sprite-logo-homes, .sprite-logo-realtor-com, .sprite-logo-getmoreoffers, .sprite-logo-hotpads, .sprite-logo-zillow, .sprite-logo-homesnap, .sprite-logo-homefinder, .sprite-logo-trulia, .sprite-logo-realtytrac, .sprite-logo-redfin, .sprite-logo-movato, .sprite-logo-youtube, .sprite-logo-addvantage, .sprite-logo-bbb, .sprite-live-customer-support {
  background-image: url("../img/sprites-programs-details-logos.png");
  background-repeat: no-repeat; }

.sprite-logo-realtor {
  background-position: 10px 0px; }

.sprite-logo-showingbee {
  background-position: -220px 0px; }

.sprite-logo-homes {
  background-position: -520px 0px; }

.sprite-logo-realtor-com {
  background-position: 10px -69px; }

.sprite-logo-getmoreoffers {
  background-position: -233px -70px; }

.sprite-logo-hotpads {
  background-position: -530px -72px; }

.sprite-logo-zillow {
  background-position: 10px -140px; }

.sprite-logo-homesnap {
  background-position: -220px -135px; }

.sprite-logo-homefinder {
  background-position: -525px -140px; }

.sprite-logo-trulia {
  background-position: 10px -210px; }

.sprite-logo-redfin {
  background-position: -220px -220px; }

.sprite-logo-realtytrac {
  background-position: -525px -220px; }

.sprite-logo-movato {
  background-position: 70px -290px; }

.sprite-logo-youtube {
  background-position: -260px -290px; }

.sprite-logo-addvantage {
  background-position: 10px -370px; }

.sprite-logo-bbb {
  background-position: -220px -370px; }

.sprite-live-customer-support {
  background-position: -530px -370px; }

.sprite-add-ons-colorplast-sign, .sprite-add-ons-metal-sign, .sprite-add-ons-vinyl-applique, .sprite-add-ons-sign-rented-post, .sprite-add-ons-lockbox, .sprite-add-ons-lockbox-electronic, .sprite-add-ons-virtual-tour, .sprite-add-ons-virtual-tour-matterport, .sprite-add-ons-advanced-open-house, .sprite-add-ons-open-house-sign, .sprite-add-ons-open-house-18x24, .sprite-add-ons-directional-sign-for-sale, .sprite-add-ons-directional-sign-open-house, .sprite-add-ons-qr-code, .sprite-add-ons-postcards, .sprite-add-ons-rental-listing-in-mls, .sprite-add-ons-housecert, .sprite-add-ons-coachingsellers, .sprite-add-ons-cma {
  background-image: url("../img/sprites-programs-details-add-ons.png");
  background-repeat: no-repeat; }

.sprite-add-ons-colorplast-sign {
  background-position: 0px 0px; }

.sprite-add-ons-metal-sign {
  background-position: -135px 0px; }

.sprite-add-ons-vinyl-applique {
  background-position: -265px 0px; }

.sprite-add-ons-sign-rented-post {
  background-position: 30px -200px; }

.sprite-add-ons-lockbox {
  background-position: -90px -200px; }

.sprite-add-ons-lockbox-electronic {
  background-position: -138px -300px; }

.sprite-add-ons-virtual-tour {
  background-position: -395px 0px; }

.sprite-add-ons-virtual-tour-matterport {
  background-position: -250px -304px; }

.sprite-add-ons-advanced-open-house {
  background-position: 20px -100px; }

.sprite-add-ons-open-house-sign {
  background-position: -100px -100px; }

.sprite-add-ons-open-house-18x24 {
  background-position: -410px -301px; }

.sprite-add-ons-directional-sign-for-sale {
  background-position: 0px -305px; }

.sprite-add-ons-directional-sign-open-house {
  background-position: -405px -100px; }

.sprite-add-ons-qr-code {
  background-position: -250px -200px; }

.sprite-add-ons-postcards {
  background-position: -410px -200px; }

.sprite-add-ons-rental-listing-in-mls {
  background-position: -265px -100px; }

.sprite-add-ons-housecert {
  background-position: 25px -400px; }

.sprite-add-ons-coachingsellers {
  background-position: -125px -390px; }

.sprite-add-ons-cma {
  background-position: -248px -390px; }

.sprite-platinum-adv-marketing-website, .sprite-platinum-adv-marketing-brochure, .sprite-platinum-adv-marketing-social-media {
  background-image: url("../img/sprites-programs-platinum-adv-marketing.jpg");
  background-repeat: no-repeat; }

.sprite-platinum-adv-marketing-website {
  background-position: 0px 0px; }

.sprite-platinum-adv-marketing-brochure {
  background-position: -280px 0px; }

.sprite-platinum-adv-marketing-social-media {
  background-position: -530px 0px; }

.sprite-flat-fee-works-register, .sprite-flat-fee-works-show, .sprite-flat-fee-works-sold {
  background-image: url("../img/sprites-how-flat-fee-works.png");
  background-repeat: no-repeat; }

.sprite-flat-fee-works-register {
  background-position: 80px 0px; }

.sprite-flat-fee-works-show {
  background-position: 90px -275px; }

.sprite-flat-fee-works-sold {
  background-position: 80px -550px; }

.sprite-signup-single-family {
  background: url(../img/sprites-signup-single-family.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-single-family:hover {
  background-position: 0 -174px; }

.sprite-signup-condo {
  background: url(../img/sprites-signup-condo.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-condo:hover {
  background-position: 0 -174px; }

.sprite-signup-townhome {
  background: url(../img/sprites-signup-townhome.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-townhome:hover {
  background-position: 0 -174px; }

.sprite-signup-villa {
  background: url(../img/sprites-signup-villa.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-villa:hover {
  background-position: 0 -174px; }

.sprite-signup-mobile-home {
  background: url(../img/sprites-signup-mobile-home.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-mobile-home:hover {
  background-position: 0 -174px; }

.sprite-signup-manufactured-home {
  background: url(../img/sprites-signup-manufactured-home.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-manufactured-home:hover {
  background-position: 0 -174px; }

.sprite-signup-commercial {
  background: url(../img/sprites-signup-commercial.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-commercial:hover {
  background-position: 0 -174px; }

.sprite-signup-multi-family {
  background: url(../img/sprites-signup-multi-family.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-multi-family:hover {
  background-position: 0 -174px; }

.sprite-signup-vacant-land {
  background: url(../img/sprites-signup-vacant-land.png) 0 0 no-repeat;
  display: block;
  height: 150px;
  width: 150px; }

.sprite-signup-vacant-land:hover {
  background-position: 0 -174px; }

.social-media-facebook {
  background: url(../img/sprites-social-media-facebook.png) 0 0 no-repeat;
  display: block;
  height: 90px;
  width: 90px; }

.social-media-facebook:hover {
  background-position: 0 -100px; }

.social-media-twitter {
  background: url(../img/sprites-social-media-twitter.png) 0 0 no-repeat;
  display: block;
  height: 90px;
  width: 90px; }

.social-media-twitter:hover {
  background-position: 0 -100px; }

.social-media-google {
  background: url(../img/sprites-social-media-google.png) 0 0 no-repeat;
  display: block;
  height: 90px;
  width: 90px; }

.social-media-google:hover {
  background-position: 0 -100px; }

.social-media-linkedin {
  background: url(../img/sprites-social-media-linkedin.png) 0 0 no-repeat;
  display: block;
  height: 90px;
  width: 90px; }

.social-media-linkedin:hover {
  background-position: 0 -100px; }

.social-media-pinterest {
  background: url(../img/sprites-social-media-pinterest.png) 0 0 no-repeat;
  display: block;
  height: 90px;
  width: 90px; }

.social-media-pinterest:hover {
  background-position: 0 -100px; }

.sprite-flat-fee-basics-icon, .sprite-flat-fee-things-to-know-icon, .sprite-flat-fee-preparing-to-sell-icon, .sprite-flat-fee-basics-what-is-flat-fee, .sprite-flat-fee-number-1, .sprite-flat-fee-number-2, .sprite-flat-fee-number-3, .sprite-flat-fee-number-4, .sprite-flat-fee-number-5, .sprite-flat-fee-number-6, .sprite-flat-fee-number-7, .sprite-flat-fee-number-8, .sprite-flat-fee-number-9, .sprite-flat-fee-number-10, .sprite-flat-fee-number-11 {
  background-image: url("../img/sprites-flat-fee.png");
  background-repeat: no-repeat; }

.sprite-flat-fee-basics-icon {
  background-position: 10px 10px; }

.sprite-flat-fee-things-to-know-icon {
  background-position: -89px 10px; }

.sprite-flat-fee-preparing-to-sell-icon {
  background-position: -187px 10px; }

.sprite-flat-fee-basics-what-is-flat-fee {
  background-position: 10px 10px; }

.sprite-flat-fee-number-1 {
  background-position: 10px -60px; }

.sprite-flat-fee-number-2 {
  background-position: -61px -60px; }

.sprite-flat-fee-number-3 {
  background-position: -132px -60px; }

.sprite-flat-fee-number-4 {
  background-position: -203px -60px; }

.sprite-flat-fee-number-5 {
  background-position: -274px -60px; }

.sprite-flat-fee-number-6 {
  background-position: -345px -60px; }

.sprite-flat-fee-number-7 {
  background-position: -416px -60px; }

.sprite-flat-fee-number-8 {
  background-position: -487px -60px; }

.sprite-flat-fee-number-9 {
  background-position: 10px -147px; }

.sprite-flat-fee-number-10 {
  background-position: -61px -147px; }

.sprite-flat-fee-number-11 {
  background-position: -132px -147px; }

.sprite-index-google, .sprite-index-facebook, .sprite-index-yelp, .sprite-index-bbb, .sprite-index-sold, .sprite-index-learn, .sprite-index-book, .sprite-index-quiz, .sprite-index-total-sold, .sprite-index-5-star, .sprite-index-com-saved, .sprite-index-homes-sold {
  background-image: url("../img/sprites-index-hero.png");
  background-repeat: no-repeat; }

.sprite-index-google {
  background-position: 0px 0px; }

.sprite-index-facebook {
  background-position: -170px 0px; }

.sprite-index-yelp {
  background-position: -325px 0px; }

.sprite-index-bbb {
  background-position: -501px 0px; }

.sprite-index-sold {
  background-position: 18px -90px; }

.sprite-index-learn {
  background-position: -130px -90px; }

.sprite-index-book {
  background-position: -275px -90px; }

.sprite-index-quiz {
  background-position: -450px -90px; }

.sprite-index-total-sold {
  background-position: 40px -195px; }

.sprite-index-5-star {
  background-position: -130px -195px; }

.sprite-index-com-saved {
  background-position: -285px -195px; }

.sprite-index-homes-sold {
  background-position: -455px -195px; }

.sprite-staff-keith, .sprite-staff-erin, .sprite-staff-renee, .sprite-staff-lynn, .sprite-staff-marci, .sprite-staff-michelle, .sprite-staff-toni, .sprite-staff-jessica, .sprite-staff-todd, .sprite-staff-james, .sprite-staff-richard, .sprite-staff-whitney {
  background-image: url("../img/sprites-staff.png");
  background-repeat: no-repeat; }

.sprite-staff-keith {
  background-position: 0px 0px; }

.sprite-staff-erin {
  background-position: -102px 0px; }

.sprite-staff-renee {
  background-position: -204px 0px; }

.sprite-staff-lynn {
  background-position: -305px 0px; }

.sprite-staff-marci {
  background-position: -407px 0px; }

.sprite-staff-michelle {
  background-position: -509px 0px; }

.sprite-staff-toni {
  background-position: -610px 0px; }

.sprite-staff-jessica {
  background-position: -712px 0px; }

.sprite-staff-todd {
  background-position: -814px 0px; }

.sprite-staff-james {
  background-position: -916px 0px; }

.sprite-staff-richard {
  background-position: -1018px 0px; }

.sprite-staff-whitney {
  background-position: -1120px 0px; }

.profile-form {
  max-width: 725px; }

.checkbox-switch {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px; }

.checkbox-switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.checkbox-slider:before, .checkbox-slider.dropdown-plus::after {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .checkbox-slider {
  background-color: green; }

input:focus + .checkbox-slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .checkbox-slider:before, input:checked + .checkbox-slider.dropdown-plus::after {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.checkbox-slider.checkbox-round {
  border-radius: 34px; }

.checkbox-slider.checkbox-round:before, .checkbox-round.dropdown-plus::after {
  border-radius: 50%; }

.checkbox-slider-width {
  width: 507px;
  text-align: left; }

.content-align-right {
  text-align: right; }

.center-text {
  text-align: center; }

.side-by-side-close {
  display: inline-block; }

.user-img-mgmt-container {
  align-content: center;
  max-width: 225px;
  min-width: 225px;
  margin: 0px 0px 10px 0px; }

.user-img-mgmt-side-by-side {
  display: inline-block;
  padding: .3em;
  vertical-align: top; }

.user-img-mgmt-control-bar-wrapper {
  position: relative;
  top: -33px;
  background-color: rgba(39, 60, 73, 0.5);
  width: 215px; }

.user-img-mgmt-img {
  border: 1px solid #273c49;
  padding: 5px;
  vertical-align: top; }
