@charset "UTF-8";
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #dd1f2b;
  border: 0;
  border-radius: 3px;
  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: 500;
  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; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #b11922;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #60afe1; }

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 #60afe1;
  border-radius: 3px;
  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: #4d8cb4; }
  [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: #dd1f2b;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(199, 28, 39, 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 #60afe1; }
  [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 #4883a9;
  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: #dd1f2b; }

h2 {
  color: #4a4a4a; }

h3 {
  color: #4a4a4a; }

h4 {
  color: #4a4a4a; }

h5 {
  color: #4a4a4a; }

h6 {
  color: #4a4a4a; }

a {
  color: #dd1f2b;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #a61720; }

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

p {
  font-size: 1.2em;
  line-height: 1.1em; }

header.navigation {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  min-height: 100px;
  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: 100px;
    padding-left: 1em;
    padding-right: 2em; }
    header.navigation .logo img {
      max-height: 100px;
      padding: 0.3em 0; }
  header.navigation .navigation-menu-button {
    color: #4a4a4a;
    display: block;
    float: right;
    line-height: 100px;
    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: #dd1f2b; }
  header.navigation nav {
    float: none;
    min-height: 100px;
    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;
    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; } }
  header.navigation ul li.nav-link {
    background: #f9f9f9;
    display: block;
    line-height: 100px;
    overflow: hidden;
    padding-right: 0.25em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media (min-width: 995px) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 100px;
        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: #dd1f2b; }
  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: 995px) {
      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: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    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: 1em; } }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    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: -1em;
        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: 76.9230769231px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            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: 1em;
            text-align: left;
            width: 22em; } }
  header.navigation .header-navigation-tools {
    background: #f9f9f9;
    clear: both;
    display: block;
    height: 100px;
    padding: 40px 20px 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: #dd1f2b;
      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 form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: white;
        border: 1px solid #ececec;
        border-radius: 6px;
        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 form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar 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 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; }

.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;
    margin-bottom: 1.5em; }
  .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: #dd1f2b;
    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; }

.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-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: #dd1f2b;
    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; }
  @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;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .two-column-offset-flex .column {
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
    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; }

.li-links a {
  color: #dd1f2b; }

.li-links a:hover {
  color: #60afe1;
  text-decoration: underline; }

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

.btn-small {
  color: white;
  text-decoration: none;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 0.9em  !important; }

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

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

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

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

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

.btn-primary {
  background: #dd1f2b; }
  .btn-primary:hover {
    background: #60afe1;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-primary:active {
    background: #6d0f15; }

.btn-secondary {
  background: #60afe1; }
  .btn-secondary:hover {
    background: #60afe1;
    transition: all 0.3s ease;
    color: #ffffff; }
  .btn-secondary:active {
    background: #1f70a3; }

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

/*Other Stylez*/
.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: #dd1f2b;
  color: #4a4a4a; }

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

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

.callout-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #dd1f2b;
  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: #dd1f2b;
    text-align: center;
    width: 100%;
    margin: 10px auto; }
  .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-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: #60afe1;
      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-center {
  text-align: center; }

.center-container {
  display: flex;
  justify-content: 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 {
  color: #dd1f2b;
  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: #60afe1;
  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; }

/* HTML5 display-role reset for older browsers */
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; }

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

.content-general p {
  font-size: 1.20em;
  margin-bottom: 1.3em;
  line-height: 1.4em; }

/* Content Styles */
.content-title h1 {
  color: #dd1f2b;
  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; }

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

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;
  /* Using without prefix would break IE11 */
  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%; }

/* Fix iOS */
.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; }

/* Buttons */
.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; }

/* Fix IE11 */
.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; }

/* Close button on the top right corner of html content */
.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; }

/* Navigation arrows */
.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); }

/* Caption */
.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; }

/* Loading indicator */
.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); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.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); }

/* transitionEffect: fade */
.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; }

/* transitionEffect: zoom-in-out */
.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); }

/* transitionEffect: rotate */
.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); }

/* transitionEffect: circular */
.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); }

/* transitionEffect: tube */
.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); }

/* Styling for Small-Screen Devices */
@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))"; } } }

/* Share */
.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%; }

/* Thumbs */
.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; }

/* Styling for Small-Screen Devices */
@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: 3px;
    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 #dd1f2b; }
      .flex-boxes .flex-box:nth-child(1):focus, .flex-boxes .flex-box:nth-child(1):hover {
        background-color: rgba(221, 31, 43, 0.1); }
    .flex-boxes .flex-box:nth-child(2) {
      border-top: 6px solid #dd1f2b; }
      .flex-boxes .flex-box:nth-child(2):focus, .flex-boxes .flex-box:nth-child(2):hover {
        background-color: rgba(221, 31, 43, 0.1); }
    .flex-boxes .flex-box:nth-child(3) {
      border-top: 6px solid #dd1f2b; }
      .flex-boxes .flex-box:nth-child(3):focus, .flex-boxes .flex-box:nth-child(3):hover {
        background-color: rgba(221, 31, 43, 0.1); }
    .flex-boxes .flex-box img {
      display: block;
      height: 8em;
      margin: 0 auto 1em; }
    .flex-boxes .flex-box .flex-box-header {
      background-color: #dd1f2b;
      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: #dd1f2b;
      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; }

/*------------------radio style common-----------------*/
.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; }

/*-----------redio style-1-----------*/
.radio_common.radio_style1 li input[type="radio"] + label span::before {
  height: 18px;
  left: -1px;
  top: -1px;
  width: 18px; }

/*-----------redio style-2-----------*/
.radio_style2 li input[type="radio"] + label span:before {
  height: 10px;
  left: 3px;
  top: 3px;
  width: 10px; }

/*-----------redio style-3-----------*/
.radio_style3 li input[type="radio"] + label span::before {
  height: 8px;
  left: 4px;
  top: 4px;
  width: 8px; }

/*--------------checkbox common style----------------*/
.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 style-2---------------*/
.checkbox_style2 li input[type="checkbox"] + label span {
  border-radius: 3px; }

/*---------------checkbox style-3---------------*/
.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 style-4---------------*/
.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 style-5---------------*/
.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 style-6---------------*/
.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; }

/*--------------------------------------select input common style---------------------------------------*/
.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; }

/*--------scaling effect-----*/
.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); }

/*---------------select style-2----------------*/
.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; }

/*---------------select style-3----------------*/
.input_select3.nice-select {
  background: #ebebeb;
  border: 1px solid #60afe1; }

.input_select3 .list {
  background: #ebebeb;
  border: 1px solid #60afe1; }

.input_select3 .option:hover,
.input_select3 .option.focus,
.input_select3 .option.selected.focus {
  background-color: #f6f6f6; }

/*---------------select style-4----------------*/
.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; }

/*-------------------------------responsive style-----------------------------*/
/*---end 992-1199px media query----*/
@media (max-width: 991px) {
  .input_select {
    margin-bottom: 50px; } }

/*---end 768-991px media query----*/
@media (max-width: 767px) {
  .checkbox_common,
  .radio_common {
    margin-bottom: 30px; } }

/*---end 480-767px media query----*/
/*---end 300-489 media query----*/
.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; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

h1.page-title {
  text-align: center;
  padding: 0px 0px;
  font-size: 30px; }

h2.page-title {
  text-align: center;
  padding: 0px 0px;
  font-size: 22px; }

.responsive {
  width: 100%;
  height: auto; }

.responsive-table-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #dd1f2b;
  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: #dd1f2b; }
  .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: #dd1f2b; }
        .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; }

.background-white {
  background-color: #ffffff; }

.background-platinum {
  background-color: #f9f9f9; }

.background-gray {
  background-color: #ebebeb; }

.background-light-blue {
  background-color: #f4eff0; }

/* Hide and Show for Mobile Devices */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .hide-mobile {
    display: none; }
  /* hide it elsewhere */ }

@media screen and (min-width: 0px) and (max-width: 800px) {
  .show-mobile {
    display: block; }
  /* show it on small screens */ }

@media screen and (min-width: 801px) and (max-width: 3000px) {
  .show-mobile {
    display: none; }
  /* hide it elsewhere */ }

.side-by-side-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.side-by-side {
  display: inline-block;
  padding: .8em; }

.side-by-side-close {
  display: inline-block; }

.testimonial-container {
  margin-left: 15px;
  padding: 1em; }

.testimonial-button {
  text-align: center;
  padding-bottom: 20px; }

/* Common */
.loading {
  text-align: center;
  margin: 130px 0; }

/* Testimonials Slider */
.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: #60afe1;
  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; }

/* Quote */
.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 Tooltip */
.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; }

/* Style 2 */
.tiva-testimonials-slider .testimonial-item.style-2 .testimonial-content::before,
.tiva-testimonials-slider .testimonial-item.style-2 .testimonial-content::after {
  left: 50%; }

/* Style 3 */
.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; }

/* Style 4 */
.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; }

/* Style 5 */
.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; }

/* Style 6 */
.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; }

/* Style 7 */
.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 - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.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; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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;
  /* fix for flashing background */
  -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 */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.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 - Video Plugin
 */
.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; }

.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: #dd1f2b; }

div.front p {
  color: #dd1f2b;
  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 styles
 */
.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 styles
 */
.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
 */
.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 styles
 */
.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 styles
 */
.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 styles
 */
.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); }

/**
 * Tilt styles
 */
/*
.tilt {
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
        -ms-perspective: 800px;
         -o-perspective: 800px;
            perspective: 800px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
         -o-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
}

    .tilt {
        position: relative;

        -webkit-transition: all 1000ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
                            opacity 300ms ease;
           -moz-transition: all 1000ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
            -ms-transition: all 1000ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
                            opacity 300ms ease;
             -o-transition: all 1000ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
                            opacity 300ms ease;
                transition: all 1000ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
                            opacity 300ms ease;
    }
        .tilt.frontSide {
            opacity: 0;

            -webkit-transform: translateY( 100% ) translateZ(-200px);
               -moz-transform: translateY( 100% ) translateZ(-200px);
                -ms-transform: translateY( 100% ) translateZ(-200px);
                 -o-transform: translateY( 100% ) translateZ(-200px);
                    transform: translateY( 100% ) translateZ(-200px);
        }
        .tilt.backSide {
            opacity: 0;

            -webkit-transform: translateY( -100% ) translateZ(-200px);
               -moz-transform: translateY( -100% ) translateZ(-200px);
                -ms-transform: translateY( -100% ) translateZ(-200px);
                 -o-transform: translateY( -100% ) translateZ(-200px);
                    transform: translateY( -100% ) translateZ(-200px);
        }
*/
/**
 * Curl styles
 */
.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 styles
 */
/*.test {
    -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
        -ms-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
         -o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
            transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}*/
.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 styles
 */
.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 styles
 */
.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 styles
 */
.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); }

@media (max-width: 700px) {
  .intro-block {
    width: 100%;
    height: 950px; }
    .intro-block .intro-block-text {
      font-size: 1.7em;
      line-height: 1.4em; }
    .intro-block .intro-block-btn {
      width: 100%;
      text-align: center;
      margin: 2em 0em 3em 0em; } }

@media (min-width: 701px) {
  .intro-block {
    width: 100%;
    //height: 500px; }
    .intro-block .intro-block-text {
      font-size: 1.7em;
      line-height: 1.4em; }
    .intro-block .intro-block-btn {
      width: 100%;
      text-align: center;
      margin: 2em 0em 3em 0em; } }

.dickason-block .two-column-windows .two-column-window {
  padding-bottom: 0px; }

.dickason-block .dickason-image {
  margin-top: auto; }

.dickason-block .dickason-text {
  padding-top: .3em;
  width: 100%; }
  .dickason-block .dickason-text P {
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.2em;
    color: #4a4a4a; }

.full-row-cover-index {
  padding: 3em;
  position: relative;
  z-index: 1;
  background-image: url("../img/index-quick-links-bkg.jpg");
  background-size: cover;
  background-position: center; }

.effective-healthcare-block .two-column-windows .two-column-window {
  padding-bottom: 0px; }

.effective-healthcare-block .effective-healthcare-image {
  margin-top: auto; }

.effective-healthcare-block .effective-healthcare-text {
  padding: 2em 0em 2em 0em;
  width: 100%; }
  .effective-healthcare-block .effective-healthcare-text P {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.4em;
    color: #4a4a4a;
    font-style: italic; }

.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: #dd1f2b;
      font-size: 1.2em;
      font-weight: 600; }
  .knowledge-block h1 {
    color: #dd1f2b; }
  .knowledge-block .more-knowledge-button {
    text-align: center;
    padding: 20px 0px 30px 0px; }

.location-block .location-map {
  margin-top: 1em; }

.location-block .location-title h1 {
  font-size: 1.8em;
  margin: 2em 0em 0em 1em; }

.location-block .location-address {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 1em 0em 0em 1em; }

.location-block .social-media {
  margin: 1em 0em 0em 1em; }

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
.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: 1rem;
  width: 100%;
  background-color: rgba(183, 226, 250, 0.8); }

.banner-links {
  margin-left: 10px; }
  .banner-links a:link {
    color: rgba(0, 0, 0, 0.6);
    padding: 0px 15px;
    display: inline-block;
    text-decoration: underline;
    font-size: 1.0em;
    font-weight: 600; }
  .banner-links a:hover {
    color: #60afe1; }
  .banner-links a:visited {
    color: rgba(0, 0, 0, 0.6); }

.hero-index.parallax-index {
  background: url(../img/hero-parallax-index-bkg.jpg) center;
  background-size: cover; }

.hero.parallax-bkg-1 {
  background: url(../img/hero-parallax-bkg-1.jpg) center;
  background-size: cover; }

.hero.parallax-bkg-2 {
  background: url(../img/hero-parallax-bkg-2.jpg) center;
  background-size: cover; }

.hero.parallax-bkg-3 {
  background: url(../img/hero-parallax-bkg-3.jpg) center;
  background-size: cover; }

@media (min-width: 1152px) {
  .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: 110vh;
    width: 100vw; }
    .hero-index .hero-index-wrapper {
      position: relative;
      margin-right: 5px; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        margin-top: 14em;
        color: #ffffff;
        font-size: 2.2em;
        font-weight: 600;
        text-align: left;
        line-height: 6rem;
        letter-spacing: 1px;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a {
        color: #ffffff; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a:hover {
        color: #60afe1; }
      .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: 615px;
        letter-spacing: 1px; }
      .hero-index .hero-index-wrapper .hero-buttons-index {
        position: relative;
        z-index: 5;
        margin-top: 2em;
        max-width: 600px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-index-dc-logo {
        position: absolute;
        z-index: -1;
        margin-top: -35em;
        margin-left: 38em; } }

@media (min-width: 976px) and (max-width: 1151px) {
  .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: 95vh;
    width: 100vw; }
    .hero-index .hero-index-wrapper {
      position: relative;
      margin-right: 5px; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        margin-top: 15em;
        color: #ffffff;
        font-size: 2.2em;
        font-weight: 600;
        text-align: left;
        line-height: 6rem;
        letter-spacing: 1px;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a {
        color: #ffffff; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a:hover {
        color: #60afe1; }
      .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: 615px;
        letter-spacing: 1px; }
      .hero-index .hero-index-wrapper .hero-buttons-index {
        position: relative;
        z-index: 5;
        margin-top: 2em;
        max-width: 600px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-index-dc-logo {
        position: absolute;
        z-index: -1;
        margin-top: -32em;
        margin-left: 38em;
        width: 300px; } }

@media (min-width: 620px) and (max-width: 975px) {
  .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: 95vh;
    width: 100vw; }
    .hero-index .hero-index-wrapper {
      position: relative;
      margin-right: 5px; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 5px;
        margin-top: 10em;
        color: #ffffff;
        font-size: 2.2em;
        font-weight: 600;
        text-align: left;
        line-height: 6rem;
        letter-spacing: 1px;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a {
        color: #ffffff; }
      .hero-index .hero-index-wrapper .hero-sub-title-index a:hover {
        color: #60afe1; }
      .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: 615px;
        letter-spacing: 1px; }
      .hero-index .hero-index-wrapper .hero-buttons-index {
        position: relative;
        z-index: 5;
        margin-top: 2em;
        max-width: 600px;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center; }
      .hero-index .hero-index-wrapper .hero-index-dc-logo {
        position: absolute;
        z-index: -1;
        margin-top: -26em;
        margin-left: 32em;
        width: 250px; } }

@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-index-dc-logo {
        margin-top: 1em;
        z-index: -1;
        float: right; }
      .hero-index .hero-index-wrapper .hero-title-index {
        position: relative;
        z-index: 3;
        margin-right: 20px;
        margin-top: 10em;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center;
        line-height: 4rem;
        max-width: 615px;
        letter-spacing: 1px; }
      .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: left;
        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: #60afe1; }
      .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-index .hero-index-wrapper .hero-index-dc-logo {
        position: absolute;
        z-index: -1;
        margin-top: -22em;
        margin-left: 12em;
        width: 125px; } }

.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: #60afe1; }
    .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; } }

@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: #60afe1; }
    .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; } }

@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: #60afe1; }
    .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; } }

.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); }

@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;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(221, 31, 43, 0.2);
  background-color: #f9f9f9; }
  .review-list .column {
    padding: 10px;
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */ }
  .review-list .column.img {
    min-width: 310px;
    max-width: 310px; }
  .review-list .review-img {
    background: #60afe1;
    border-radius: 3px;
    padding: 0.1em;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 4em; }

.stars {
  margin-bottom: 1em;
  font-size: 1.4em; }
  .stars .fas {
    color: #eaa743;
    margin-left: .3em; }
  .stars .far {
    color: rgba(74, 74, 74, 0.4);
    margin-left: .3em; }

.link-span {
  background-color: ffb8b8;
  border-radius: 3px;
  height: 10px;
  width: 150px;
  line-height: 26px;
  margin-left: 3px; }

.notice {
  background-color: #ffdada; }

.notice-content {
  font-size: 1em;
  color: #000;
  text-align: center;
  padding: 10px 15px 10px 15px; }

.quick-link-student-registration {
  background: url(../img/sprites-quick-link-student-registration.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-student-registration:hover {
  background-position: 0 -249px; }

.quick-link-instructor-registration {
  background: url(../img/sprites-quick-link-instructor-registration.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-instructor-registration:hover {
  background-position: 0 -249px; }

.quick-link-faq {
  background: url(../img/sprites-quick-link-faq.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-faq:hover {
  background-position: 0 -249px; }

.quick-link-teachers {
  background: url(../img/sprites-quick-link-teachers.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-teachers:hover {
  background-position: 0 -249px; }

.quick-link-back-pain {
  background: url(../img/sprites-quick-link-back-pain.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-back-pain:hover {
  background-position: 0 -249px; }

.quick-link-headaches {
  background: url(../img/sprites-quick-link-headaches.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-headaches:hover {
  background-position: 0 -249px; }

.quick-link-numbness {
  background: url(../img/sprites-quick-link-numbness.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-numbness:hover {
  background-position: 0 -249px; }

.quick-link-neck-pain {
  background: url(../img/sprites-quick-link-neck-pain.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-neck-pain:hover {
  background-position: 0 -249px; }

.quick-link-chest-pain {
  background: url(../img/sprites-quick-link-chest-pain.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-chest-pain:hover {
  background-position: 0 -249px; }

.quick-link-dizziness {
  background: url(../img/sprites-quick-link-dizziness.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-dizziness:hover {
  background-position: 0 -249px; }

.quick-link-pins-needles {
  background: url(../img/sprites-quick-link-pins-needles.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-pins-needles:hover {
  background-position: 0 -249px; }

.quick-link-depression {
  background: url(../img/sprites-quick-link-depression.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-depression:hover {
  background-position: 0 -249px; }

.quick-link-heavy-head {
  background: url(../img/sprites-quick-link-heavy-head.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-heavy-head:hover {
  background-position: 0 -249px; }

.quick-link-loss-of-balance {
  background: url(../img/sprites-quick-link-loss-of-balance.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-loss-of-balance:hover {
  background-position: 0 -249px; }

.quick-link-ringing-in-ears {
  background: url(../img/sprites-quick-link-ringing-in-ears.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-ringing-in-ears:hover {
  background-position: 0 -249px; }

.quick-link-constipation {
  background: url(../img/sprites-quick-link-constipation.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-constipation:hover {
  background-position: 0 -249px; }

.quick-link-upset-stomach {
  background: url(../img/sprites-quick-link-upset-stomach.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-upset-stomach:hover {
  background-position: 0 -249px; }

.quick-link-diarrhea {
  background: url(../img/sprites-quick-link-diarrhea.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-diarrhea:hover {
  background-position: 0 -249px; }

.quick-link-lower-back-pain {
  background: url(../img/sprites-quick-link-lower-back-pain.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-lower-back-pain:hover {
  background-position: 0 -249px; }

.quick-link-pinched-nerve {
  background: url(../img/sprites-quick-link-pinched-nerve.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-pinched-nerve:hover {
  background-position: 0 -249px; }

.quick-link-upper-cervical {
  background: url(../img/sprites-quick-link-upper-cervical.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-upper-cervical:hover {
  background-position: 0 -249px; }

.quick-link-sciatica {
  background: url(../img/sprites-quick-link-sciatica.png) 0 0 no-repeat;
  display: block;
  height: 221px;
  width: 215px; }

.quick-link-sciatica:hover {
  background-position: 0 -249px; }

.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; }
