@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #0d4673;
  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: #f3a520;
    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; }

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 #f3a520;
  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: #c2841a; }
  [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: #0d4673;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(10, 56, 92, 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 #f3a520; }
  [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; }

*,
*::before,
*::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 #b67c18;
  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: #0d4673; }

h2 {
  color: #4a4a4a; }

h3 {
  color: #ffffff; }

h4 {
  color: #4a4a4a; }

h5 {
  color: #4a4a4a; }

h6 {
  color: #0d4673; }

a {
  color: #0d4673;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #0a3556; }

hr {
  border-bottom: 1px solid #f3a520;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

header.navigation {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  min-height: 80px;
  width: 100%;
  z-index: 999; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.navigation .logo {
    float: left;
    max-height: 80px;
    padding-left: 0.5em;
    padding-right: .5em; }
    header.navigation .logo img {
      max-height: 80px;
      padding: 0.8em 0; }
  header.navigation .navigation-menu-button {
    color: #4a4a4a;
    display: block;
    float: right;
    line-height: 80px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 995px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #f3a520; }
  header.navigation nav {
    float: none;
    min-height: 80px;
    z-index: 9999999; }
    @media (min-width: 995px) {
      header.navigation nav {
        float: left; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    @media (min-width: 1px) and (max-width: 1151px) {
      header.navigation ul.navigation-menu {
        font-size: 1.2em; } }
    @media (min-width: 1152px) {
      header.navigation ul.navigation-menu {
        font-size: 1.3em; } }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media (min-width: 995px) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  @media (min-width: 1px) and (max-width: 1151px) {
    header.navigation ul li.nav-link {
      padding-right: 0.4em; } }
  @media (min-width: 1152px) {
    header.navigation ul li.nav-link {
      padding-right: 0em; } }
  header.navigation ul li.nav-link {
    background: #f9f9f9;
    display: block;
    line-height: 80px;
    overflow: hidden;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media (min-width: 995px) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 80px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: #4a4a4a;
      display: inline-block;
      text-decoration: none; }
      @media (min-width: 995px) {
        header.navigation ul li.nav-link a {
          padding-right: 1em; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: #f3a520; }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media (min-width: 1px) and (max-width: 1151px) {
      header.navigation li.more.nav-link {
        padding-right: 0.5em; } }
    @media (min-width: 1152px) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 0.4em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.4em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: #4a4a4a;
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media (min-width: 995px) {
        header.navigation li.more > a {
          margin-right: 0.4em; } }
      @media (min-width: 1px) and (max-width: 1151px) {
        header.navigation li.more > a::after {
          content: "›";
          font-size: 1.2em;
          position: absolute;
          right: 0.2em; } }
      @media (min-width: 1152px) {
        header.navigation li.more > a::after {
          content: "›";
          font-size: 1.4em;
          position: absolute;
          right: 0.2em; } }
    header.navigation li.more:focus > .submenu,
    header.navigation li.more:hover > .submenu {
      display: block; }
    @media (min-width: 995px) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media (min-width: 995px) {
      header.navigation ul.submenu {
        left: -0.4em;
        position: absolute;
        top: 1.5em; } }
    @media (min-width: 995px) {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 21.8em;
        top: 0; } }
    @media (min-width: 995px) {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -21.8em;
        top: 0; } }
    @media (min-width: 995px) {
      header.navigation ul.submenu .submenu {
        left: 21.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media (min-width: 995px) {
        header.navigation ul.submenu li {
          line-height: 61.5384615385px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f1f1f1;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media (min-width: 995px) {
          header.navigation ul.submenu li a {
            background-color: #f9f9f9;
            padding-left: 0.4em;
            text-align: left;
            width: 22em; } }
  header.navigation .header-navigation-tools {
    background: #f9f9f9;
    clear: both;
    display: block;
    height: 80px;
    padding: 30px 10px 0px 0px; }
    @media (min-width: 995px) {
      header.navigation .header-navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
    header.navigation .header-navigation-tools .header-phone-number {
      color: #0d4673;
      font-size: 1.3em;
      font-weight: 600;
      padding: 10px; }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar .login-form {
      position: relative; }
      header.navigation .search-bar .login-form input[type=search] {
        background: white;
        border: 1px solid #ececec;
        border-radius: 10px;
        box-sizing: border-box;
        color: #4a4a4a;
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media (min-width: 995px) {
          header.navigation .search-bar .login-form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar .login-form button[type=submit] {
        background: white;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar .login-form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media (min-width: 995px) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

.header-right-content {
  display: inline-block; }

.sky-nav {
  height: 30px;
  z-index: 9999;
  position: relative; }
  .sky-nav .sky-nav-content {
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: 600;
    float: right;
    padding-right: 25px; }
    .sky-nav .sky-nav-content a {
      color: #0d4673; }
    .sky-nav .sky-nav-content a:hover {
      color: #f3a520; }
    .sky-nav .sky-nav-content .logged-in {
      font-size: 0.8em !important; }

.add-menu-items {
  text-align: center; }

.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: #0d4673;
    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: #0d4673;
    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: #0d4673; }

.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 {
  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 {
  z-index: 2;
  content: "\f067";
  font-family: 'FontAwesome';
  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 {
  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 {
  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 {
  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: #f3a520; }

h2.default-title-bar a:before {
  background: #f3a520; }

h2.default-title-bar a:hover {
  color: #0d4673; }

h2.default-title-bar a:hover:before {
  background: #787878; }

h2.default-title-bar-active {
  background: #0d4673; }

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: #0d4673; }

h2.default-title-bar-active a:before {
  content: "\f068";
  background: #f3a520; }

h2.default-title-bar-active a:hover {
  color: #f0f0f0; }

h2.default-title-bar-active a:hover:before {
  content: "\f068";
  background: #0d4673; }

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 {
  -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 {
  -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 {
  -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 {
  -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 {
  content: "\f107";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle a:hover:before {
  content: "\f107";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_active a:before {
  content: "\f106";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_active a:hover:before {
  content: "\f106";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double a:before {
  content: "\f103";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double a:hover:before {
  content: "\f103";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double_active a:before {
  content: "\f102";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_double_active a:hover:before {
  content: "\f102";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret a:before {
  content: "\f0d8";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret a:hover:before {
  content: "\f0d8";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret_active a:before {
  content: "\f0d7";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_caret_active a:hover:before {
  content: "\f0d7";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron a:before {
  content: "\f078";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron a:hover:before {
  content: "\f078";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron_active a:before {
  content: "\f077";
  font-family: 'FontAwesome'; }

h2.nav_icon_angle_chevron_active a:hover:before {
  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 {
  -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 {
  -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 {
  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 {
  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[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 {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right; }

.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1; }

.token.tab:not(:empty):before {
  content: '\21E5'; }

.token.cr:before {
  content: '\240D'; }

.token.crlf:before {
  content: '\240D\240A'; }

.token.lf:before {
  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 {
  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 * {
  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 {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  float: right;
  transition: all .2s linear; }

.accordion-item.active .accordion-header .accordion-item-arrow:before {
  -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; }

.li-links a {
  color: #0d4673; }

.li-links a:hover {
  color: #f3a520;
  text-decoration: underline; }

.btn {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 1.2em; }

.btn-small {
  color: white;
  text-decoration: none;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 0.9em; }

.btn-green {
  background: #8FAD44; }
  .btn-green:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-green:active {
    background: #435120; }

.btn-blue {
  background: #3498db; }
  .btn-blue:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-blue:active {
    background: #16527a; }

.btn-yellow {
  background: #f1c40f; }
  .btn-yellow:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-yellow:active {
    background: #796307; }

.btn-red {
  background: #e61e25; }
  .btn-red:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-red:active {
    background: #770d11; }

.btn-primary {
  background: #f3a520; }
  .btn-primary:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-primary:active {
    background: #8c5b08; }

.btn-primary-small {
  background: #f3a520; }
  .btn-primary-small:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-primary-small:active {
    background: #8c5b08; }

.btn-secondary {
  background: #ebebeb; }
  .btn-secondary:hover {
    background: #0d4673;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-secondary:active {
    background: #ababab; }

.btn-tertiary {
  background: #ffffff; }
  .btn-tertiary:hover {
    background: #0d4673;
    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; }

.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: #0d4673;
  color: #4a4a4a; }

.outline-btn-primary:hover {
  background: #f3a520;
  color: white;
  border-color: #f3a520; }

.centered-btn {
  text-align: center; }

*:focus {
  outline: 0;
  outline: none; }

.callout-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #0d4673;
  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-title {
    font-size: 1.2em;
    font-weight: 600;
    color: #0d4673;
    text-align: center;
    width: 100%;
    margin: 10px auto; }
    .callout-layout .callout-block-title a {
      font-size: 1em; }
    .callout-layout .callout-block-title a:hover {
      color: #f3a520; }
  .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-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;
    font-size: .9em;
    margin-top: 1em; }
    .callout-layout .callout-block-list ul li {
      list-style-type: none;
      margin-left: 1.4em;
      font-size: 1.2em;
      line-height: 1.2em; }
    .callout-layout .callout-block-list li:before {
      background-color: #f3a520;
      border-radius: 50%;
      content: "";
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 2px;
      margin-left: -1em;
      height: 8px;
      width: 8px; }
  .callout-layout .callout-block-text {
    font-size: .9em;
    color: #4a4a4a;
    max-width: 240px; }

.center-text {
  text-align: center; }

.container-flex {
  display: flex;
  flex-wrap: wrap; }

.rounded-container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.rounded-container {
  margin: 8px;
  border-radius: 15px; }

.blue-container {
  background: #e4e9ed; }

.yellow-container {
  background: #f7e8cd; }

.rounded-container-3 {
  background: #e4e9ed;
  width: 305px;
  height: 350px;
  margin: 8px;
  border-radius: 15px; }
  .rounded-container-3 h2 {
    font-size: 2em;
    font-weight: 300;
    color: #4a4a4a;
    margin-bottom: 5px; }
  .rounded-container-3 h3 {
    font-size: 1.2em;
    font-weight: 300;
    color: #4a4a4a; }

.img-container-center {
  text-align: center; }

.container-center {
  text-align: center; }

.content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  .content-wrapper::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: #0d4673;
  font-size: 1.4em;
  margin-bottom: .5em;
  font-weight: 600;
  padding-top: .5em; }

.content-general h2 {
  margin-top: 1em; }

.content-general p {
  font-size: 1.20em;
  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 li:before {
  background-color: #f3a520;
  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 {
  background-color: none;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 8px;
  width: 8px; }

.content-title h1, h6 {
  color: #0d4673;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 1em;
  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-align: left; }

.content-align-right {
  text-align: right; }

.content-align-center {
  text-align: center; }

.content-pad-right-30 {
  padding-right: 30px; }

.content-pad-top-20 {
  padding-top: 20px; }

.content-pad-bottom-20 {
  padding-bottom: 20px; }

.content-pad-left-5 {
  padding-left: 5px; }

.content-margin-left-5 {
  margin-left: 5px !important; }

.content-margin-left-10 {
  margin-left: 10px !important; }

.fas-red {
  color: red; }

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 * {
  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: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  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 {
  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 {
  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 {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  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 #0d4673; }
      .flex-boxes .flex-box:nth-child(1):focus, .flex-boxes .flex-box:nth-child(1):hover {
        background-color: rgba(13, 70, 115, 0.1); }
    .flex-boxes .flex-box:nth-child(2) {
      border-top: 6px solid #0d4673; }
      .flex-boxes .flex-box:nth-child(2):focus, .flex-boxes .flex-box:nth-child(2):hover {
        background-color: rgba(13, 70, 115, 0.1); }
    .flex-boxes .flex-box:nth-child(3) {
      border-top: 6px solid #0d4673; }
      .flex-boxes .flex-box:nth-child(3):focus, .flex-boxes .flex-box:nth-child(3):hover {
        background-color: rgba(13, 70, 115, 0.1); }
    .flex-boxes .flex-box img {
      display: block;
      height: 8em;
      margin: 0 auto 1em; }
    .flex-boxes .flex-box .flex-box-header {
      background-color: #0d4673;
      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: #0d4673;
      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:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html * {
  -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 #f3a520; }

.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 {
    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 {
    display: none; }
  .has-margins .flipper-wrapper > li {
    border-radius: 4px 4px 6px 6px; }
  .has-margins .flipper-wrapper > li::before {
    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 {
    display: none; }
  .exclusive + li .flipper-wrapper > li::before {
    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 {
  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; }

.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 {
  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 {
  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 {
  -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 {
  height: 18px;
  left: -1px;
  top: -1px;
  width: 18px; }

.radio_style2 li input[type="radio"] + label span:before {
  height: 10px;
  left: 3px;
  top: 3px;
  width: 10px; }

.radio_style3 li input[type="radio"] + label span::before {
  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 {
  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 {
  -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 {
  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 {
  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 {
  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 {
  transform: scale(0.6);
  background: #2079ff; }

.checkbox_style5 li input[type="checkbox"] + label span::before {
  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 {
  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 {
  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: #ebebeb;
  border: 1px solid #f3a520; }

.input_select3 .list {
  background: #ebebeb;
  border: 1px solid #f3a520; }

.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 {
  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 {
  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 {
  background: #fff; }

.switch_style2 .switch:checked + label:before {
  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 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 {
  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 {
  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 {
  opacity: 1;
  visibility: visible; }

.switch_style2.switch_icon label span.icon::before {
  color: #ED2553; }

.switch_icon .sm_switch label span.icon::before,
.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 {
  left: 6px; }

.switch_icon .md_switch label span.icon::before,
.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 {
  left: 10px; }

.switch_icon .lg_switch label span.icon::before,
.switch_icon .lg_switch label span.icon::after {
  font-size: 25px; }

.switch_icon .xl_switch label span.icon::before,
.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 {
  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 {
  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 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 {
  left: 16px;
  color: #fff;
  opacity: 0;
  visibility: hidden; }

.switch_common.text label span.icon::after {
  content: "no"; }

.switch_common.text label span.icon::before {
  content: "yes"; }

.switch_common.text .switch:checked + label span.icon::after {
  opacity: 0;
  visibility: hidden; }

.switch_common.text .switch:checked + label span.icon::before {
  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 {
  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 {
  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 {
  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 {
  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: #0d4673;
  outline: none;
  padding: 0;
  margin: 0; }
  .range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f3a520;
    cursor: pointer;
    transition: background .15s ease-in-out; }
    .range-slider__range::-webkit-slider-thumb:hover {
      background: #f3a520; }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #f3a520; }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #f3a520;
    cursor: pointer;
    transition: background .15s ease-in-out; }
    .range-slider__range::-moz-range-thumb:hover {
      background: #f3a520; }
  .range-slider__range:active::-moz-range-thumb {
    background: #f3a520; }
  .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #f3a520, 0 0 0 6px #f3a520; }

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #0d4673;
  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: #0d4673;
  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: #0d4673;
  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: #0d4673; }
  .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: #0d4673; }
        .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 {
        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: #0d4673;
  font-weight: 600; }

.background-white {
  background-color: #ffffff; }

.background-platinum {
  background-color: #f9f9f9; }

.background-gmo-blue {
  background-color: #0d4673; }

.background-gray {
  background-color: #ebebeb; }

.background-light-blue-platinum {
  background-color: #e1e8ed; }

.background-light-blue-9 {
  background-color: #e4e9ed; }

.background-light-blue-6 {
  background-color: #ebeef1; }

.background-light-blue-3 {
  background-color: #f2f3f5; }

.background-gmo-yellow {
  background-color: #f3a520; }

.background-dark-grey {
  background-color: #cecece; }

.rounded-div {
  background-color: #e4e9ed;
  padding: 30px;
  border-radius: 15px; }

.rounded-div-400 {
  max-width: 400px;
  margin: 15px 0px 15px 0px;
  display: inline-block; }

@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; } }

.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-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; } }

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 80px; }

.bt-menu {
  position: fixed;
  top: 80px;
  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: #0d4673;
    outline: 0 !important; }
  .bt-menu a:hover {
    color: #f3a520;
    outline: 0 !important; }

.bt-menu.bt-menu-open {
  height: 100%;
  border-width: 0px 0px 0px 210px;
  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: 90px;
  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: 75px;
  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: 210px;
  height: 50px;
  line-height: 50px;
  -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: 50px;
  line-height: 50px;
  -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: #0d4673;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  -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 {
  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 a:focus:before {
  color: #f3a520; }

@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 {
  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 {
  content: "\e001"; }

.codrops-icon-prev:before {
  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-alt:before {
  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 {
  font-family: "FontAwesome"; }

.icon-window-delete:before {
  content: "\e000"; }

.icon-download:before {
  content: "\e002"; }

.icon-home:before {
  content: "\e003"; }

.icon-calendar:before {
  content: "\e004"; }

.icon-folder-add:before {
  content: "\e001"; }

.icon-windows:before {
  content: "\e008"; }

.icon-volume:before {
  content: "\e00e"; }

.icon-speaker:before {
  content: "\e011"; }

.icon-star:before {
  content: "\e012"; }

.icon-sun:before {
  content: "\e014"; }

.icon-trash:before {
  content: "\e018"; }

.icon-zoom:before {
  content: "\e005"; }

.icon-user-outline:before {
  content: "\e006"; }

.icon-picture:before {
  content: "\e007"; }

.icon-phone:before {
  content: "\e009"; }

.icon-newspaper:before {
  content: "\e00a"; }

.icon-printer:before {
  content: "\e00b"; }

.icon-microwave:before {
  content: "\e00c"; }

.icon-refresh:before {
  content: "\e00d"; }

.icon-lock:before {
  content: "\e00f"; }

.icon-email:before {
  content: "\e010"; }

.icon-browser:before {
  content: "\e013"; }

.icon-bubble:before {
  content: "\e015"; }

.icon-calculator:before {
  content: "\e016"; }

.icon-cd:before {
  content: "\e017"; }

.icon-enter:before {
  content: "\e019"; }

.icon-file-add:before {
  content: "\e01a"; }

.icon-flag:before {
  content: "\e01b"; }

.icon-twitter:before {
  content: "\e01c"; }

.icon-gplus:before {
  content: "\e020"; }

.icon-github:before {
  content: "\e021"; }

.icon-facebook:before {
  content: "\e01d"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-play:before {
  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: 2rem; }

.taboo__nav-item {
  padding: 1rem 3rem;
  text-decoration: none;
  background-color: #ffffff;
  transition: background .1s linear;
  color: #0d4673;
  font-size: 1.2em;
  font-weight: 600; }
  .taboo__nav-item:nth-child(even) {
    background-color: #ffffff; }
  .taboo__nav-item:hover {
    color: #0d4673;
    text-decoration: none;
    background-color: #f2f2f2; }
  .taboo__nav-item.active {
    background-color: #e4e9ed;
    background-image: url("../img/sprites-programs-blue-arrows.png");
    color: #0d4673; }
  @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: #f3a520;
  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 {
  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 {
  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; }

.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: #0d4673; }

div.front p {
  color: #0d4673;
  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); }

.hero-title-yellow {
  color: #f3a520 !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 #f3a520;
  margin-top: 20px; }

.topic-section-header {
  height: 80px;
  width: 90px;
  background: #ffffff;
  border: 1px solid #f3a520;
  margin-top: 20px; }

.topic-header-icon {
  height: 75px;
  width: 87px; }

.topic-header-content {
  font-weight: 600;
  font-size: 1.8em;
  color: #0d4673;
  vertical-align: top;
  padding-top: 25px; }

.topic-section-header-content {
  font-weight: 600;
  font-size: 1.8em;
  color: #0d4673;
  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: #0d4673;
  font-weight: 600; }

.jump-links a {
  color: #0d4673;
  font-size: 1.2em; }

.jump-links-anchor a {
  color: #0d4673;
  font-weight: 600;
  font-size: 1.6em; }

.flat-fee-container h2 {
  color: #0d4673;
  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: #0d4673;
  font-size: 1.4em; }

.flat-fee-sub-container li {
  margin: .5em 0;
  font-size: 1.2em !important; }

.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: #0d4673;
  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: #0d4673;
  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: #0d4673;
  font-size: 2.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.statement-block h2 {
  color: #0d4673;
  font-size: 2.2em;
  margin: 0;
  font-weight: 500;
  padding-top: .0em;
  letter-spacing: 1px; }

.statement-block h3 {
  color: #f3a520;
  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: #0d4673;
  font-size: 1.8em;
  margin: 0;
  font-weight: 500;
  padding-top: .0em;
  letter-spacing: 1px;
  padding-bottom: 70px; }
  .statement-block h4 a {
    color: #f3a520; }
  .statement-block h4 a:hover {
    color: #4a4a4a; }

.index-image-circle {
  padding: 30px 0px 20px 50px; }

.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: #f3a520; }
  .statement-block-transparent h4 a:hover {
    color: #4a4a4a; }

.program-block-header h2 {
  color: #0d4673;
  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: #0d4673;
  padding-top: 10px;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block h3 {
  color: #0d4673;
  padding-top: 5px;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block h4 {
  color: #0d4673;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.savings-calculator-block h5 {
  color: #0d4673;
  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; }
  .savings-calculator-block .plan-highlights ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; }
  .savings-calculator-block .plan-highlights li:before {
    background-color: #f3a520;
    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: #f3a520; }

.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: #0d4673;
    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: #0d4673;
    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: #0d4673;
    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 .callout-block-list ul li {
  font-size: 1em; }

.service-block-one .callout-block-title {
  max-width: 225px; }

.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 {
  color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  margin: 0;
  font-weight: 600;
  padding-top: .7em;
  letter-spacing: 1px; }

.service-block-two 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 {
  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 .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: #0d4673;
      font-size: 1.2em;
      font-weight: 600; }
  .knowledge-block h1 {
    color: #0d4673; }
  .knowledge-block .more-knowledge-button {
    text-align: center;
    padding: 20px 0px 30px 0px; }

@media (min-width: 620px) {
  .default-flat-fee {
    padding-top: 20px; } }

@media (min-width: 1px) and (max-width: 619px) {
  .defualt-flat-fee {
    padding-top: 50px; }
  .default-flat-fee h1 {
    font-size: 1.8em !important; }
  .default-flat-fee h2 {
    font-size: 1.4em !important; } }

.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: #f3a520; }

.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: #f3a520;
  box-shadow: inset 0 0 0 0.2rem #f3a520; }

.input-wrapper .vertical-stack, .input-wrapper-close .vertical-stack, .input-wrapper-no-pad .vertical-stack, .input-wrapper-checkboxes .vertical-stack {
  display: block;
  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: #0d4673;
  background: #fff;
  box-shadow: inset 0 1.5rem 0 #f3a520, inset 0 0 0 0.2rem #f3a520; }

.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: #0d4673; }

.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-45 {
    width: 45%; }
  .lg-46 {
    width: 46%; }
  .lg-47 {
    width: 47%; }
  .lg-48 {
    width: 48%; }
  .lg-49 {
    width: 49%; }
  .lg-50 {
    width: 50%; }
  .lg-55 {
    width: 55%; }
  .lg-60 {
    width: 60%; }
  .lg-65 {
    width: 65%; }
  .lg-70 {
    width: 70%; }
  .lg-74 {
    width: 74%; }
  .lg-75 {
    width: 75%; }
  .lg-80 {
    width: 80%; }
  .lg-84 {
    width: 84%; }
  .lg-85 {
    width: 80%; }
  .lg-90 {
    width: 90%; }
  .lg-92 {
    width: 92%; }
  .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%); } }

.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: #0d4673;
  font-weight: 700; }

.emphasis-text-large {
  color: #0d4673;
  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; } }

.housecert-top-text {
  color: #0d4673;
  font-size: 1.6em;
  font-weight: 500;
  padding-top: 40px; }

.housecert-top-logo-section {
  text-align: center; }
  .housecert-top-logo-section h1 {
    color: #0d4673;
    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(13, 70, 115, 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(13, 70, 115, 0.3);
  padding: 5px 0px 5px 7px;
  background-color: white;
  border-left: 1px solid rgba(13, 70, 115, 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 {
    background-color: #f3a520;
    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: #f3a520; }

.pcc-section-cell {
  display: table-cell;
  padding: 5px 0px 5px 7px;
  border-bottom: 1px solid rgba(13, 70, 115, 0.3);
  color: #0d4673;
  font-weight: 600; }

.pcc-text-cell {
  display: table-cell;
  border-bottom: 1px solid rgba(13, 70, 115, 0.3);
  text-align: center;
  vertical-align: middle;
  background-color: white; }

.pcc-text-cell-header {
  display: table-cell;
  border-bottom: 1px solid rgba(13, 70, 115, 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: 40%;
  vertical-align: middle; }
  .pcc-description a {
    vertical-align: middle; }

.pcc-mls-only {
  width: 15%;
  text-align: center; }

.pcc-silver {
  width: 15%;
  text-align: center; }

.pcc-gold {
  width: 15%;
  text-align: center; }

.pcc-platinum {
  width: 15%;
  text-align: center; }

.pcc-check {
  color: green;
  font-size: 1.4em; }

.pcc-header-text {
  color: #0d4673;
  font-weight: 600; }

.pcc-desktop-title-text {
  color: #0d4673;
  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: #0d4673;
  font-weight: 600;
  font-size: 1.4em;
  padding: 0px 0px 26px 0px; }

.pcc-desktop-platinum-price-text {
  color: #0d4673;
  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(13, 70, 115, 0.3);
  color: #0d4673;
  font-weight: 600; }

.pcc-text-cell-mobile {
  display: table-cell;
  border-top: 1px solid rgba(13, 70, 115, 0.3);
  text-align: center;
  vertical-align: middle; }

.pcc-cell-mobile {
  display: table-cell;
  padding: 10px 0px 10px 0px;
  border-top: 1px solid rgba(13, 70, 115, 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 {
    background-color: #f3a520;
    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: 5%;
  text-align: center;
  color: #f1e3d7; }

.pcc-silver-mobile {
  width: 5%;
  color: #e2e2e4;
  text-align: center; }

.pcc-gold-mobile {
  width: 5%;
  color: #ece48b;
  text-align: center; }

.pcc-platinum-mobile {
  width: 5%;
  color: #d4e1ec;
  text-align: center; }

.pcc-header-text-mobile {
  color: #0d4673;
  font-weight: 600; }

.pcc-header-text-mobile {
  color: #0d4673;
  font-size: .6em;
  font-weight: 600;
  transform: rotate(90deg); }

.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 {
  background-color: #f3a520;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -1em;
  height: 6px;
  width: 6px; }

.ppc-bullet-default ul li {
  list-style-type: none;
  margin-left: 1.4em;
  font-size: 1.2em;
  line-height: 1.2em; }

.ppc-bullet-default li:before {
  background-color: #f3a520;
  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 {
  background-color: #f3a520;
  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 {
  background-color: #f3a520;
  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: #0d4673;
  font-size: 1.4em;
  font-weight: 600; }

.programs-detail-max-marketing-icons {
  margin: 0 auto;
  padding-top: 10px; }
  .programs-detail-max-marketing-icons ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; }
  .programs-detail-max-marketing-icons li:before {
    background-color: #f3a520;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -1em;
    height: 8px;
    width: 8px; }

.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; }

.programs-detail-listing-features li:before, .programs-detail-choose-us li:before {
  background-color: #f3a520;
  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: #f3a520; }

.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-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-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 {
  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-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 {
    color: #f3a520;
    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-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 {
    color: #e4e9ed;
    outline: none; }

.success-table {
  width: 680px;
  padding-left: 58px;
  top: -280px;
  position: relative; }

.success-link-1 {
  left: 205px;
  top: 40px; }

.success-link-2 {
  left: 286px;
  top: 10px; }

.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: 792px;
  top: 155px; }

.success-link-8 {
  left: 665px;
  top: 150px; }

.success-link-9 {
  left: 950px;
  top: 325px; }

.success-link-10 {
  left: 920px;
  top: 355px; }

.success-link-11 {
  left: 730px;
  top: -100px; }

.success-link-12 {
  left: 770px;
  top: 250px; }

.success-link-13 {
  left: 703px;
  top: 10px; }

.success-link-14 {
  left: 955px;
  top: 128px; }

.success-link-15 {
  left: 945px;
  top: 170px; }

.success-link-16 {
  left: 913px;
  top: 117px; }

.success-link-17 {
  left: 922px;
  top: 50px; }

.success-property-address {
  color: #0d4673;
  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%;
  border-bottom: 1px solid rgba(13, 70, 115, 0.2);
  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: #f3a520;
    border-radius: 5px;
    padding: 0.1em;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 0em; }

.solid-pt button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

.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 *: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: 619px) {
  .solid-pt .col-xs-3 {
    width: 100%; } }

@media (max-width: 991px) {
  .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: 768px) {
  .solid-pt .col-sm-3 {
    width: 50%; }
  .solid-pt .col-sm-3:nth-child(2n+3) {
    clear: left; } }

@media (max-width: 1199px) and (min-width: 620px) {
  .solid-pt .col-xs-3 {
    width: 50%; }
  .solid-pt .col-xs-3:nth-child(2n+3) {
    clear: left; } }

@media (min-width: 620px) {
  .solid-pt .pt-cols-4 > .pt-col,
  .solid-pt .pt-cols-2 > .pt-col {
    width: 50%; } }

@media (min-width: 620px) and (max-width: 767px) {
  .solid-pt .pt-cols-4,
  .solid-pt .pt-cols-2 {
    margin: 0 -15px; }
  .solid-pt .pt-cols-4 > .pt-col,
  .solid-pt .pt-cols-2 > .pt-col {
    padding: 0 15px;
    float: left; } }

@media (min-width: 620px) {
  .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: 991px) {
  .solid-pt .pt-cols-4 > .pt-col:nth-child(3) {
    clear: left; } }

@media (min-width: 768px) {
  .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: 768px) 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: 992px) {
  .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: #0d4673; }

.solid-pt .pt-block {
  margin: 30px 0 40px;
  position: relative;
  padding: 0px 0px 25px 7px; }

.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.4em;
  font-weight: 600;
  line-height: 50px;
  color: #333; }

.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-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 .pt-price-block {
  color: #333;
  padding-top: 5px;
  height: 65px;
  -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;
  text-align: left;
  width: 100%; }

.solid-pt .pt-price-block span {
  vertical-align: middle; }

.solid-pt .pt-price-block .pt-currency {
  font-size: 1.4em;
  font-weight: 600; }

.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 {
  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: 768px) {
  .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 .pt-compare-check-1:checked ~ .pt-a-btn-1,
.solid-pt .pt-compare-check-2:checked ~ * .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 .pt-compare-check-3:checked ~ .pt-a-btn-3,
.solid-pt .pt-compare-check-4:checked ~ * .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 .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,
.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,
.pt-compare-check:checked ~ .pt-compare-check:checked ~ .pt-compare-e-msg {
  display: none; }

.pt-hide-a-table:checked ~ * .pt-a-hidden,
.pt-hide-a-table:checked ~ .pt-a-hidden {
  display: inline-block; }

.pt-hide-a-table:checked ~ * .pt-a-shown,
.pt-hide-a-table:checked ~ .pt-a-shown {
  display: none; }

.pt-hide-a-table:checked ~ * .pt-a-table,
.pt-hide-a-table:checked ~ .pt-a-table {
  display: none; }

.pt-show-a-table:checked ~ * .pt-compare-e-msg,
.pt-show-a-table:checked ~ .pt-compare-e-msg,
.pt-show-a-table:checked ~ * .pt-a-hidden,
.pt-show-a-table:checked ~ .pt-a-hidden,
.pt-show-a-table:checked ~ * .pt-a-compare-select,
.pt-show-a-table:checked ~ .pt-a-compare-select {
  display: none; }

.pt-show-a-table:checked ~ * .pt-a-shown,
.pt-show-a-table:checked ~ .pt-a-shown {
  display: inline-block; }

.pt-show-a-table:checked ~ * .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-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-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-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: #0d4673; }

.pt-solid-steelBlue .pt-back {
  border-color: #699bc4; }

.pt-solid-steelBlue .pt-title {
  color: #0d4673; }

.pt-solid-steelBlue .pt-sub-title {
  color: #4a4a4a; }

.pt-solid-steelBlue .pt-sub-text {
  color: #0d4673; }

.pt-solid-steelBlue .pt-btn,
.pt-solid-steelBlue .btn {
  background-color: #f3a520;
  color: #fff;
  border-color: #f3a520; }

.pt-solid-steelBlue .pt-bottom-link a,
.pt-solid-steelBlue .pt-bottom-link label {
  color: #0d4673; }

.pt-solid-steelBlue .pt-feature {
  color: #0d4673; }

.pt-solid-steelBlue .pt-feature .pt-feature-description {
  color: #7ba7cc; }

.pt-solid-steelBlue .pt-features-round .pt-feature-icon {
  color: #fff;
  background-color: #0d4673; }

.pt-solid-steelBlue .pt-price-block {
  color: #0d4673; }

.pt-solid-steelBlue .pt-progress-bar {
  background-color: #7ba7cc; }

.pt-solid-steelBlue .pt-progress-value {
  background-color: #0d4673; }

.pt-solid-steelBlue .pt-select select {
  background-color: #0d4673;
  color: #fff;
  border-color: #3f75a2; }

.pt-solid-steelBlue .pt-select .pt-arrow {
  background-color: #0d4673;
  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: #0d4673;
  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: #0d4673; }

.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: #0d4673; }

.pt-solid-steelBlue .pt-a-subtitle {
  color: #0d4673; }

.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: #0d4673; }

.pt-solid-steelBlue .pt-a-price {
  color: #7ba7cc; }

.pt-solid-steelBlue .pt-compare-check-1:checked ~ * .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 .pt-compare-check-2:checked ~ .pt-a-btn-2,
.pt-solid-steelBlue .pt-compare-check-3:checked ~ * .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 .pt-compare-check-4:checked ~ .pt-a-btn-4,
.pt-solid-steelBlue .pt-compare-check-5:checked ~ * .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: #0d4673; }

.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: #0d4673;
  -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: #0d4673; }

.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: #0d4673; }

.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: #0d4673; }

.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: #0d4673; }

.pt-solid-steelBlue:hover .pt-selected {
  color: #38678f; }

.pt-solid-steelBlue:hover .pt-selected .pt-title {
  color: #0d4673; }

.pt-solid-steelBlue:hover .pt-selected .pt-sub-title {
  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: #0d4673; }

.pt-solid-steelBlue:hover .pt-selected .pt-btn,
.pt-solid-steelBlue:hover .pt-selected .btn {
  background-color: #0d4673;
  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: #0d4673; }

.pt-solid-steelBlue .pt-tooltip .pt-tooltip-content {
  background-color: #f3a520;
  color: #000000; }

.pt-solid-steelBlue .pt-tooltip .pt-tooltip-content:after {
  border-color: rgba(27, 50, 70, 0);
  border-top-color: #f3a520; }

.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: #f3a520; }

.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: #f3a520; }

.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: #f3a520; }

.pt-banner-best {
  z-index: -1;
  float: right;
  position: absolute;
  right: 0;
  top: 0px; }
  .pt-banner-best > img {
    min-width: 100px;
    min-height: 100px; }

.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; }

.solid-pt .pt-blank-spacer-mls-only {
  height: 136px; }

.solid-pt .pt-blank-spacer-mls-only-comparison {
  height: 238px; }

.solid-pt .pt-blank-spacer-silver {
  height: 102px; }

.solid-pt .pt-blank-spacer-silver-comparison {
  height: 238px; }

.solid-pt .pt-blank-spacer-gold {
  height: 68px; }

.solid-pt .pt-blank-spacer-gold-comparison {
  height: 136px; }

.solid-pt .pt-blank-spacer-fsbo-basic {
  height: 68px; }

.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: #f3a520; }
    .programs-back-button .programs-back-arrow .fa-arrow-circle-left:hover {
      color: #0d4673; }
  .programs-back-button .programs-back-text {
    color: #4a4a4a;
    font-size: 1.4em;
    vertical-align: middle;
    padding-left: 5px; }

@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(13, 70, 115, 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: #f3a520;
    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: #f3a520;
    margin-left: .3em; }
  .stars .far {
    color: rgba(74, 74, 74, 0.4);
    margin-left: .3em; }

.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: #f3a520; }

.list-buttons .fas:hover {
  color: #0d4673; }

@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: #0d4673;
  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 > * {
  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: #f3a520;
  color: #fff; }

a.qty:hover {
  background: #0d4673; }

.layout-inline > * {
  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 {
  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 {
  background-color: #e4e9ed;
  padding: 8px;
  border-radius: 15px; }

.cp-common-forms a {
  color: #0d4673;
  outline: 0 !important;
  font-size: 1.3em; }

.cp-common-forms a:hover {
  color: #f3a520 !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: 10%; }
    .cp-prop-image img {
      max-height: 110px; }
  .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: #0d4673;
      outline: 0 !important;
      font-size: 1.3em; }
    .cp-common-forms .a:hover {
      color: #f3a520 !important;
      outline: 0 !important; } }

@media (max-width: 900px) {
  .cp-prop-image {
    max-width: 50%; }
  .cp-common-forms {
    margin-left: 10%; }
    .cp-common-forms a {
      color: #0d4673;
      outline: 0 !important;
      font-size: 1.2em; }
    .cp-common-forms .a:hover {
      color: #f3a520 !important;
      outline: 0 !important; } }

.cp-icon {
  text-align: center;
  padding-top: 15px; }

.cp-link {
  margin-right: 13.7px; }
  .cp-link a {
    color: #0d4673 !important;
    outline: 0 !important; }
  .cp-link a:hover {
    color: #f3a520 !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: #0d4673;
  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; }

.hero-year-badge {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: -75px; }

.hero-link-banner {
  position: relative;
  z-index: -10;
  margin-top: -40px;
  text-align: left;
  line-height: 4rem;
  width: 100%;
  background-color: #0d4673; }

.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: #f3a520; }
  .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: 620px) {
  .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: 5em; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        color: #ffffff;
        font-size: 2.8em;
        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: 2.2em;
        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: #f3a520; }
      .hero-index .hero-index-wrapper .hero-sub-title-index {
        position: relative;
        z-index: 4;
        margin-top: 2em;
        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: 619px) {
  .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: 85vh;
    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: #f3a520; }
      .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: 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.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: 2em;
        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: 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: 60px;
      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: #f3a520; }
    .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: 120px;
      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: 65px;
      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: #f3a520; }
    .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: #f3a520; }
    .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 #0d4673;
  padding: 42px 0;
  color: #FFF; }

.ParallaxContent h3 {
  color: #FFF;
  text-align: center; }

.ParallaxVideo {
  height: 600px;
  padding-bottom: 50px;
  padding-top: 50px; }
  .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;
  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; } }

.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: #0d4673; }

.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: #f3a520;
  -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: #0d4673; }

.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: #0d4673; }

.ad-price {
  float: right;
  color: #0d4673;
  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 #f3a520; }

.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; }
  .sub-columns ul li {
    list-style-type: none;
    margin-left: 1.4em;
    font-size: 1.2em;
    line-height: 1.2em; }
  .sub-columns li:before {
    background-color: #f3a520;
    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: #0d4673; }

.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: #f3a520; }
  .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: #ebebeb;
  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: #0d4673; }

.show-favorites {
  position: relative;
  top: -15px;
  left: 75px;
  width: 24px; }
  .show-favorites a {
    color: #f3a520; }
  .show-favorites a:active {
    color: #0d4673; }
  .show-favorites a:hover {
    color: #0d4673;
    transition: all 0.3s ease !important;
    text-decoration: none; }

.show-favorites i {
  color: #f3a520; }

.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 {
  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 {
  border-right-color: #4a4a4a; }

.form-wrapper-2 button:focus:before {
  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 #f3a520;
  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: #0d4673; }

.search-input label.not-empty {
  top: 0;
  font-size: 0.75rem; }

.search-input span:nth-of-type(3) {
  position: absolute;
  color: #0d4673;
  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: #0d4673; }

.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: #0d4673;
  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: #0d4673;
  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: #0d4673;
  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: #ebebeb;
  overflow-y: visible; }

.select-alignment {
  padding: 10px 0 0 30px; }

.select-alignment-search-options {
  padding: 20px 0 0 10px; }

.back-button {
  display: inline-block;
  padding: 10px;
  min-height: 32px;
  min-width: 32px; }
  .back-button a {
    color: #f3a520 !important; }
  .back-button a:hover {
    color: #0d4673 !important; }

.back-button-icon {
  vertical-align: middle; }

.back-button-text {
  font-size: 1.1em;
  color: #0d4673; }

.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 #f3a520;
  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: #f3a520; }

.quote-callout {
  font-size: 40px;
  color: #f3a520;
  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 {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  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;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 300px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-content {
  /*background-color: #fefefe;
  
  padding: 20px;
  border: 1px solid #888;
  width: 80%; */
  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; }

.input-border input {
  border: 1px solid #f3a520; }

.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 {
  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-calendar, .sprite-leads, .sprite-support, .sprite-same-day, .sprite-contract-forms, .sprite-cancel-anytime, .sprite-global-marketing, .sprite-premium-marketing, .sprite-representation, .sprite-listing-features {
  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: -170px -170px; }

.sprite-listing-features {
  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 {
  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-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; }
