<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************
**
** VARIABLES AND FUNCTIONS
**
************************/
/************************
**
** IMPORT BASE FILES
**
************************/
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
body {
  padding-top: 70px;
  padding-bottom: 30px;
}
body {
  min-width: 1170px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 560px;
  width: 100%;
}
/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}
/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container,
#welcome,
#menunav {
  min-width: 1170px;
  max-width: none !important;
}
/* Reset the container */
@media (min-width: 768px) {
  .container, #welcome, #menunav {
    min-width: 750px;
    max-width: none !important;
  }  
}
@media (min-width: 992px) {
  .container, #welcome, #menunav {
    min-width: 970px;
    max-width: none !important;
  }  
}
@media (min-width: 1200px) {
  .container, #welcome, #menunav {
    min-width: 1170px;
    max-width: none !important;
  }  
}

.container-fluid .navbar-header,
.container-fluid .navbar-collapse,
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav &gt; li {
  float: left;
}
.navbar-nav &gt; li &gt; a {
  padding: 15px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
.navbar .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
/* Undo form expansion */
.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.navbar-form .form-control-static {
  display: inline-block;
}
.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}
.navbar-form .input-group &gt; .form-control {
  width: 100%;
}
.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
  top: 0;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker &gt; div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu {
  z-index: 10000;
}
/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0 .9375rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] &gt; * {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-xs-1 &gt; * {
  width: 100%;
}
.block-grid-xs-1 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 &gt; *:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 &gt; * {
  width: 50%;
}
.block-grid-xs-2 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 &gt; *:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 &gt; * {
  width: 33.333333333333336%;
}
.block-grid-xs-3 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 &gt; *:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 &gt; * {
  width: 25%;
}
.block-grid-xs-4 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 &gt; *:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 &gt; * {
  width: 20%;
}
.block-grid-xs-5 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 &gt; *:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 &gt; * {
  width: 16.666666666666668%;
}
.block-grid-xs-6 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 &gt; *:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 &gt; * {
  width: 14.285714285714286%;
}
.block-grid-xs-7 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 &gt; *:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 &gt; * {
  width: 12.5%;
}
.block-grid-xs-8 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 &gt; *:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 &gt; * {
  width: 11.11111111111111%;
}
.block-grid-xs-9 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 &gt; *:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 &gt; * {
  width: 10%;
}
.block-grid-xs-10 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 &gt; *:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 &gt; * {
  width: 9.090909090909092%;
}
.block-grid-xs-11 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 &gt; *:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 &gt; * {
  width: 8.333333333333334%;
}
.block-grid-xs-12 &gt; *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 &gt; *:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 &gt; * {
    width: 100%;
  }
  .block-grid-sm-1 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 &gt; *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 &gt; * {
    width: 50%;
  }
  .block-grid-sm-2 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 &gt; *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 &gt; * {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 &gt; *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 &gt; * {
    width: 25%;
  }
  .block-grid-sm-4 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 &gt; *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 &gt; * {
    width: 20%;
  }
  .block-grid-sm-5 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 &gt; *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 &gt; * {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 &gt; *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 &gt; * {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 &gt; *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 &gt; * {
    width: 12.5%;
  }
  .block-grid-sm-8 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 &gt; *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 &gt; * {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 &gt; *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 &gt; * {
    width: 10%;
  }
  .block-grid-sm-10 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 &gt; *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 &gt; * {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 &gt; *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 &gt; * {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 &gt; *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 &gt; * {
    width: 100%;
  }
  .block-grid-md-1 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 &gt; *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 &gt; * {
    width: 50%;
  }
  .block-grid-md-2 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 &gt; *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 &gt; * {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 &gt; *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 &gt; * {
    width: 25%;
  }
  .block-grid-md-4 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 &gt; *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 &gt; * {
    width: 20%;
  }
  .block-grid-md-5 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 &gt; *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 &gt; * {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 &gt; *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 &gt; * {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 &gt; *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 &gt; * {
    width: 12.5%;
  }
  .block-grid-md-8 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 &gt; *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 &gt; * {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 &gt; *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 &gt; * {
    width: 10%;
  }
  .block-grid-md-10 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 &gt; *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 &gt; * {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 &gt; *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 &gt; * {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 &gt; *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 &gt; * {
    width: 100%;
  }
  .block-grid-lg-1 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 &gt; *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 &gt; * {
    width: 50%;
  }
  .block-grid-lg-2 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 &gt; *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 &gt; * {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 &gt; *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 &gt; * {
    width: 25%;
  }
  .block-grid-lg-4 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 &gt; *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 &gt; * {
    width: 20%;
  }
  .block-grid-lg-5 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 &gt; *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 &gt; * {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 &gt; *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 &gt; * {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 &gt; *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 &gt; * {
    width: 12.5%;
  }
  .block-grid-lg-8 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 &gt; *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 &gt; * {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 &gt; *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 &gt; * {
    width: 10%;
  }
  .block-grid-lg-10 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 &gt; *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 &gt; * {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 &gt; *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 &gt; * {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 &gt; *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 &gt; *:nth-of-type(12n+1) {
    clear: both;
  }
}
#voice-sample .nav &gt; li {
  cursor: pointer;
  padding: 3px;
}
#voice-sample .nav &gt; li.active {
  font-weight: bold;
}
#voice-sample .nav-tabs {
  margin: 10px 0 0;
  border-bottom: 10px solid #000;
}
#voice-sample .nav-tabs &gt; li {
  text-transform: uppercase;
  margin-bottom: 0;
  background: #0679BF;
  color: #fff;
  float: right;
  min-width: 200px;
  border-radius: 0;
}
#voice-sample .nav-tabs &gt; li.active {
  background: #000;
}
#voice-sample .nav-pills li {
  background: transparent none no-repeat 0 50%;
  padding-left: 26px;
}
#voice-sample .nav-pills .flag-spanish-english {
  background-image: url(../images/flag_mx.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-american-us {
  background-image: url(../images/flag_us.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-english-canadian {
  background-image: url(../images/flag_ca.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-french-canadian {
  background-image: url(../images/flag_ca.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-canadian {
  background-image: url(../images/flag_ca.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-british {
  background-image: url(../images/flag_gb.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-australian {
  background-image: url(../images/flag_au.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-french {
  background-image: url(../images/flags/flag_fr.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills .flag-italian {
  background-image: url(../images/flag_it.svg);
  background-size: 16px auto;
}
#voice-sample .nav-pills &gt; li {
  text-align: left;
}
#voice-sample .nav-pills &gt; li a {
  cursor: pointer;
  padding: 5px;
}
#voice-sample th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
#voice-sample td {
  text-overflow: ellipsis;
}
#voice-sample .playbutton,
#voice-sample .pauseButton {
  width: 16px;
  height: 16px;
  background: #000;
  cursor: pointer;
}
#voice-sample h4 {
  color: #0679BF;
}
#voice-sample-content {
  padding: 10px 0;
  background: #e3e4e3;
}
#table-audio-samples.table-condensed &gt; thead &gt; tr &gt; th,
#table-audio-samples.table-condensed &gt; tbody &gt; tr &gt; th,
#table-audio-samples.table-condensed &gt; thead &gt; tr &gt; td,
#table-audio-samples.table-condensed &gt; tbody &gt; tr &gt; td {
  padding: 3px;
  border-top: 0px;
}
#table-audio-samples.table-striped &gt; tbody &gt; tr &gt; td,
#table-audio-samples.table-striped &gt; tbody &gt; tr &gt; th {
  background-color: #f5f6f7;
}
#table-audio-samples.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td,
#table-audio-samples.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
  background-color: #eaebf3;
}
.btn-link:focus {
  outline: none;
}
#voice-sample-day-1 {
  padding: 10px;
}
#voice-sample-day-1 h2 {
  background: #428BCA;
  color: white;
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 15px;
}
#voice-sample-day-1 #voice-sample-day-1-content th {
  text-transform: uppercase;
  text-align: center;
}
#voice-sample-day-1 #table1 {
  border-right: 1px solid white;
}
#voice-sample-day-1 #table1,
#voice-sample-day-1 #table2 {
  background: #e3e4e3;
}
#voice-sample-day-1 table {
  margin-top: 10px;
}
#voice-sample-day-1 .playbutton,
#voice-sample-day-1 .pauseButton {
  width: 16px;
  height: 16px;
  background: #000;
  cursor: pointer;
}
.content-player {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  font-weight: normal;
}
@font-face {
  font-family: 'din_mediumregular';
  src: url('../fonts/ufonts.com_din_medium-webfont.eot');
  src: url('../fonts/ufonts.com_din_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_din_medium-webfont.woff') format('woff'), url('../fonts/ufonts.com_din_medium-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_din_medium-webfont.svg#din_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.din {
  font-weight: 300;
  font-family: 'din_mediumregular';
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@keyframes animation-progress {
  from {
    border-color: red;
  }
  to {
    border-color: yellow;
  }
}
@-webkit-keyframes animation-progress {
  from {
    border-color: red;
  }
  to {
    border-color: yellow;
  }
}
select.input-xs {
  height: 20px;
  line-height: 20px;
}
html {
  min-height: 100%;
  /* make sure it is at least as tall as the viewport */
  height: 100%;
  position: relative;
}
body {
  font-family: Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  padding-bottom: 30px;
  height: 100%;
}
.upper {
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
#container {
  min-height: 100%;
  height: 100%;
}
.nopadding {
  padding: 0;
}
.rotated {
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(180deg);
  /* Firefox 3.5-15 */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -o-transform: rotate(180deg);
  /* Opera 10.50-12.00 */
  transform: rotate(180deg);
  /* Firefox 16+, IE 10+, Opera 12.10+ */
}
@font-face {
  font-family: 'snap-icon-player';
  src: url('../fonts/snap-icon-player.eot?1fj89y');
  src: url('../fonts/snap-icon-player.eot?1fj89y#iefix') format('embedded-opentype'), url('../fonts/snap-icon-player.ttf?1fj89y') format('truetype'), url('../fonts/snap-icon-player.woff?1fj89y') format('woff'), url('../fonts/snap-icon-player.svg?1fj89y#snap-icon-player') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-player {
  font-family: 'snap-icon-player';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.play:before {
  content: "\e900";
}
.pause:before {
  content: "\e901";
}
.stop:before {
  content: "\e902";
}
.play-line:before {
  content: "\e903";
}
.pause-line:before {
  content: "\e904";
}
.stop-line:before {
  content: "\e905";
}
.playblack:before {
  content: "\e906";
}
.pauseblack:before {
  content: "\e907";
}
.stopblack:before {
  content: "\e908";
}
/************************
**
** LOADER
**
************************/
#mainLoader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999999;
}
#mainLoader .rel {
  position: relative;
}
#mainLoader h7 {
  font-size: 20px;
  position: absolute;
  top: 50%;
  color: #333;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
/************************
**
** LOGIN
**
************************/
/*
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
*/
body {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #f5f5f5;
  font: 500 15px/1.4 'Dosis', sans-serif;
  color: #000;
}
body#welcome {
  padding: 0;
}
body#welcome .navbar {
  margin: 0;
  background-color: rgba(248, 248, 248, 0.95);
}
h1,
h2 {
  font-weight: 400;
}
.navbar-default {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.navbar-default .navbar-nav &gt; li &gt; a.login,
.navbar-default .navbar-nav &gt; li &gt; a.resetPassword {
  color: #9A9A9A;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.logo {
  display: inline-block;
  width: 107px;
  height: 28px;
  background: url(../images/POWERED_BY_LOGO.png);
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
  margin-top: 17px;
}
.partnerLogo {
  display: inline-block;
  height: 50px;
  /*background:url(../images/POWERED_BY_LOGO.png);*/
  text-indent: -9999px;
  cursor: pointer;
  float: left;
  margin-top: 6px;
  margin-left: 15px;
}
.login h1 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 200;
  font-size: 60px;
}
.login form {
  margin-top: 40px;
  padding: 15px 34px;
  border-top: 10px solid #aea89d;
  background: #fff;
  position: relative;
}
.login form label {
  font-weight: 500;
}
.login form a {
  color: #000;
  text-decoration: underline;
}
.login form a.btn {
  text-decoration: none !important;
  cursor: pointer;
}
.login form a.link-user-registered {
  display: block;
  color: #0074cd;
  font-weight: 500;
}
.login form .required-text {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #404040;
  font-family: "Crimson Text";
  font-size: 15px;
  font-weight: 400;
}
.login.login-register form {
  padding-top: 20px;
}
.login .link-registered {
  color: #0077c7;
  font-family: Dosis;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.form-group label {
  font-size: 18px;
}
.form-control {
  border-radius: 0;
  border-color: #959595;
}
.input-inline {
  display: inline-block;
  margin-right: 5px;
  width: auto;
}
.form-group.required label:after {
  color: #e9834b;
  content: "*";
}
.btn-login {
  margin: 10px 0 !important;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #a3a3a3;
  border-radius: 2em;
  color: #fff;
}
.btn-custom {
  margin: 20px 0 0;
  padding-right: 26px;
  padding-left: 26px;
  background-color: #000;
  border-radius: 2em;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.btn-custom:hover,
.btn-custom:focus {
  color: #fff;
}
.btn-orange {
  background-color: #E3641E;
}
.btn-white {
  background-color: #fff;
  color: #000;
}
.btn-white:hover {
  color: #000;
}
.btn-grey {
  background-color: #949494;
  color: #fff;
}
ul {
  padding: 0;
}
p {
  font-size: 18px;
  font-family: 'Crimson Text', serif;
}
/*
 * Welcome
 */
.welcome {
  max-height: 845px;
  min-height: 660px;
  /*background:url(../images/welcome_bg_new.jpg) bottom center no-repeat;*/
  background-size: cover;
  color: #fff;
  overflow: hidden;
  margin-top: 73px;
  display: table;
  width: 100%;
}
.welcome .videoBG_wrapper {
  display: table;
}
.welcome .welcome-inner {
  display: table-cell;
  vertical-align: middle;
}
.welcome h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
.welcome h2 {
  margin: 0 0 35px;
  font-size: 40px;
  font-weight: 500;
}
.welcome sub {
  bottom: 0.2em;
}
.welcome ul {
  padding: 0;
}
.welcome ul li {
  display: inline;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.welcome ul li:last-child:after {
  display: none;
}
.welcome ul li.dot:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  background: url(../images/li_icon.png) no-repeat;
}
.welcome ul li.dot:first-child:before {
  display: none;
}
.welcome ul li.comma:after {
  content: ',';
  display: inline-block;
  margin: 0 2px;
}
.welcome ul li.comma:last-child {
  display: block;
}
.welcome ul li.comma:last-child:after {
  display: none;
}
.welcome .btn-custom {
  margin-bottom: 40px;
}
.welcome .btn-custom.startOrder {
  font-size: 26px;
}
.welcome .btn-custom.startOrder strong {
  font-weight: 600;
}
.packages_start_at {
  width: 150px;
  height: 150px;
  margin: 40px auto 0;
  padding: 25px;
  border-radius: 50%;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.packages_start_at .currency {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
}
.packages_start_at .price {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 54px;
}
.welcome_mic {
  position: absolute;
  right: 100px;
  bottom: 30px;
  text-align: center;
}
.why_you_need {
  padding: 50px 0;
  background: #fff;
  height: 660px;
}
.why_you_need h1 {
  margin: 0;
  line-height: 1;
  font-size: 52px;
}
.why_you_need h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 45px 0px 0px;
}
.why_you_need h4 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 400;
}
h1.your_voice {
  margin-bottom: 40px;
  font-size: 99px;
}
.get_started {
  padding: 110px 0;
  background: #f5f5f5;
  background-size: auto 835px;
}
.get_started h1 {
  margin-bottom: 20px;
  font-size: 82px;
  font-weight: 300;
}
.get_started h4 {
  margin: 20px 0;
  font-size: 21px;
}
/*
 * How to use
 */
.how_to_use {
  padding: 70px 0 82px;
  background-color: #fff;
  text-align: center;
}
.how_to_use .item {
  height: 475px;
  text-align: center;
}
.how_to_use .item.step1 {
  background-color: #0d3942;
  color: #fff;
}
.how_to_use .item.step2 {
  background-color: #ffaa02;
}
.how_to_use .item.step3 {
  background-color: #e3641e;
}
.how_to_use .item.step4 {
  background-color: #0d3942;
}
.how_to_use h1 {
  font-weight: 200;
  font-size: 82px;
}
.how_to_use h1.extra-margin {
  margin-top: 135px;
}
.how_to_use .img-circle {
  display: inline-block;
  width: 165px;
  height: 165px;
  max-width: 100%;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #E3641E;
}
.how_to_use .img-circle img {
  width: 100%;
}
.how_to_use .icon-step1 {
  background: url(../images/icon_bottom_sprite.png) -660px 0 no-repeat;
}
.how_to_use .icon-step2 {
  background: url(../images/icon_bottom_sprite.png) -825px 0 no-repeat;
}
.how_to_use .icon-step3 {
  background: url(../images/icon_bottom_sprite.png) -990px 0 no-repeat;
}
.how_to_use .icon-step4 {
  background: url(../images/icon_bottom_sprite.png) -1155px 0 no-repeat;
}
.how_to_use h4 {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  white-space: nowrap;
}
.how_to_use h4.widther {
  width: 180px;
}
.how_to_use h4 .carousel-control.left {
  background-image: none;
  background: url(../images/arrow_left.png) center no-repeat;
}
.how_to_use h4 .carousel-control.right {
  background-image: none;
  background: url(../images/arrow_right.png) center no-repeat;
}
.how_to_use h4 .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  border-color: #d0d0d0;
}
/*
 * Listen Examples
 */
.listen_examples {
  padding: 85px 0;
  background-color: #f5f5f5;
  position: relative;
}
.listen_examples h1 {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 85px;
}
.listen_examples h4 {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
}
.listen_examples p {
  margin-bottom: 20px;
}
.listen_examples ul li.audio_example {
  list-style: none;
  margin-bottom: 2px;
  padding-left: 26px;
  line-height: 21px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  height: 20px;
  position: relative;
}
.listen_examples ul li.audio_example .icon-player {
  text-decoration: none;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  font-size: 18px;
  pointer-events: none;
}
.listen_examples ul li.audio_example .icon-player:before {
  content: '\e900';
}
.listen_examples ul li.audio_example.playing .icon-player:before {
  content: '\e901';
}
.listen_examples ul li.audio_example:hover {
  cursor: pointer;
  opacity: .65;
}
.listen_examples .info_listen {
  width: 190px;
  height: 90px;
  border-radius: 12px;
  position: absolute;
  right: 35px;
  top: 100px;
  z-index: 10;
  padding: 5px 10px;
  overflow: hidden;
}
.listen_examples .info_listen img {
  margin-top: 10px;
  width: 95%;
}
.listen_examples .info_listen p {
  color: #ffffff;
  font-family: Dosis;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.listen_examples .info_listen .row {
  margin-left: -10px;
  margin-right: -10px;
}
.listen_examples .info_listen .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/*
 * Packages
 */
.packages {
  padding: 85px 0;
  background-color: #fff;
}
.packages h1 {
  font-weight: 200;
  font-size: 78px;
}
.packages h1.title-alt {
  font-size: 70px;
}
.packages h2 {
  margin: 30px 0 10px;
  font-weight: 200;
  font-size: 50px;
}
.packages p {
  font-size: 16px;
}
.packages .package-item {
  margin-bottom: 45px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 15px;
  overflow: hidden;
}
.packages .package-item .title {
  margin-top: 0;
  background-color: #E3641E;
  line-height: 46px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.packages .package-item .price {
  margin: 25px 0;
  font-weight: 800;
  font-size: 26px;
}
.packages .package-item .description {
  display: block;
  height: 91px;
  margin: 0 8.3333%;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
  font-size: 18px;
}
.packages .package-item .btn-custom {
  margin-top: 0;
}
.packages ul.list-pricing &gt; li {
  font-size: 16px;
  text-transform: uppercase;
}
.packages ul.list-pricing &gt; li:before {
  content: 'â—';
  vertical-align: top;
  display: inline-block;
  margin-right: 6px;
  margin-left: -2px;
}
.packages ul.list-pricing &gt; li.no:before {
  display: none;
}
.packages ul.list-pricing &gt; li strong {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 700;
}
.packages .panel {
  width: 289px;
  border-radius: 15px;
  border-color: #bcbcbc;
  margin-top: 35px;
  margin-bottom: 45px;
  overflow: hidden;
}
.packages .panel &gt; .panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  background-color: #0077c7;
}
.packages .panel &gt; .panel-heading &gt; h3 {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
}
.packages .panel &gt; .panel-body p.title strong {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.packages .panel &gt; .panel-body p.info span {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.packages .panel &gt; .panel-body p.info i {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.packages .panel &gt; .panel-body p.description {
  display: block;
  margin-bottom: 20px;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.packages .panel &gt; .panel-body .btn-custom {
  margin-top: 2px;
  padding: 5px 16px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
}
.packages .list-group-horizontal {
  margin-top: 40px;
}
.packages .list-group-horizontal .list-group-item {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: 0;
  height: 100px;
  padding: 10px;
  border: 2px solid #e1e1e1;
  vertical-align: middle;
  width: 148px;
}
.packages .list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.packages .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}
.packages .list-group-horizontal .list-group-item.active {
  background-color: #0077c7;
}
.packages .list-group-horizontal .list-group-item h3 {
  font-size: 23px;
  margin-top: 14px;
  font-weight: 500;
}
.packages .list-group-horizontal .list-group-item h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
.packages .list-group-horizontal .list-group-item p {
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
/*
 * Pricing
 */
.pricing {
  padding: 86px 0;
  display: block;
  background-color: #f0f0f0;
}
.pricing h2 {
  font-size: 78px;
  font-weight: 200;
}
.pricing ul.list-pricing &gt; li {
  font-size: 16px;
  text-transform: uppercase;
}
.pricing ul.list-pricing &gt; li:before {
  content: 'â—';
  vertical-align: top;
  display: inline-block;
  margin-right: 6px;
  margin-left: -2px;
}
.pricing ul.list-pricing &gt; li.no:before {
  display: none;
}
.pricing ul.list-pricing &gt; li strong {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 700;
}
.pricing .panel {
  width: 289px;
  border-radius: 15px;
  border-color: #bcbcbc;
  margin-top: 35px;
}
.pricing .panel &gt; .panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  background-color: #0077c7;
}
.pricing .panel &gt; .panel-heading &gt; h3 {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
}
.pricing .panel &gt; .panel-body p.title strong {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pricing .panel &gt; .panel-body p.info span {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.pricing .panel &gt; .panel-body p.info i {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.pricing .panel &gt; .panel-body .btn-custom {
  margin-top: 2px;
  padding: 5px 16px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
}
.pricing .list-group-horizontal {
  margin-top: 85px;
}
.pricing .list-group-horizontal .list-group-item {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: 0;
  height: 100px;
  padding: 10px;
  border: 2px solid #e1e1e1;
  vertical-align: middle;
  width: 148px;
}
.pricing .list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pricing .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}
.pricing .list-group-horizontal .list-group-item.active {
  background-color: #0077c7;
}
.pricing .list-group-horizontal .list-group-item h3 {
  font-size: 23px;
  margin-top: 14px;
  font-weight: 500;
}
.pricing .list-group-horizontal .list-group-item h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pricing .list-group-horizontal .list-group-item p {
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
/*
 * Voice Talent
 */
.voice_talent {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.voice_talent h1 {
  font-weight: 200;
  font-size: 85px;
  margin-bottom: 40px;
}
.voice_talent .btn-custom {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
/*
 * Use Snap
 */
.use_snap {
  padding: 100px 0 85px;
  background-color: #fff;
}
.use_snap .col-xs-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.use_snap h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 68px;
}
.use_snap .img-circle {
  display: inline-block;
  width: 165px;
  height: 165px;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #E3641E;
  margin: 20px 0px;
  padding: 30px;
}
.use_snap .img-circle img {
  width: 100%;
}
.use_snap p {
  font-size: 15px;
  color: #4F4F4F;
}
.use_snap p.negative-margin {
  margin-left: -5px;
  margin-right: -5px;
}
.use_snap .icon-prices {
  background: url(../images/icon_bottom_sprite.png);
}
.use_snap .icon-support {
  background: url(../images/icon_bottom_sprite.png) -165px 0 no-repeat;
}
.use_snap .icon-days {
  background: url(../images/icon_bottom_sprite.png) -330px 0 no-repeat;
}
.use_snap .icon-call {
  background: url(../images/icon_bottom_sprite.png) -495px 0 no-repeat;
}
.getStarted {
  background-color: #E3641E;
}
.newBackgroundColor {
  background-color: #E3641E;
}
.newBorderColor {
  border: 10px solid #E3641E;
}
/*
 * Footer
 */
#footer {
  padding: 30px 0;
  background-color: #f5f5f5;
  color: #575757;
}
#footer h4 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
}
#footer ul {
  list-style: none;
  font-family: 'Crimson Text', serif;
}
#footer p {
  font-size: 16px;
}
#footer span,
#footer a {
  color: #575757;
  cursor: pointer;
}
.btn_tw,
.btn_fb {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  background-image: url(../images/btn_tw.png);
}
.btn_fb {
  background-image: url(../images/btn_fb.png);
}
.videoContainer {
  background-color: #f5f5f5;
  padding: 110px 0px;
  display: none;
}
.closeBtn {
  width: 33px;
  height: 33px;
  background: url(../images/VIDEO_CLOSE_BUTTON.png);
  display: inline-block;
  margin-right: -30px;
}
.separator {
  background: url(../images/LOGO_SEPARATE.png);
  height: 55px;
  width: 9px;
  float: left;
  margin: 0px 15px;
}
/*
 * Static
 */
h1.static {
  font-weight: 200;
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 0.7;
}
h1.static small {
  color: #000000;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  height: 125px;
}
.staticData {
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  -moz-box-shadow: 0 0 1px #888;
  -webkit-box-shadow: 0 0 1px#888;
  box-shadow: 0 0 1px #888;
  background: #eeeeee;
  padding: 15px;
}
.staticData .dataWrapper {
  background: white;
  padding: 20px;
}
.staticData .dataWrapper h4 {
  margin-bottom: 0px;
  font-weight: 500;
}
.staticData .dataWrapper p {
  font-weight: 200;
  margin-bottom: 25px;
}
.staticData .dataWrapper p strong {
  font-weight: 600;
}
/*
 * Contacts Buttons
 */
.contactButtons ul li {
  width: 300px;
}
.contactButtons ul li a,
.contactButtons ul li a:hover,
.contactButtons ul li a:active {
  color: black;
}
.contactButtons ul li i {
  width: 125px;
  height: 125px;
  overflow: hidden;
  display: block;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: 80px;
}
#callUs {
  background-image: url(../images/call.png);
}
#emailUs {
  background-image: url(../images/email.png);
}
#chatNow {
  background-image: url(../images/chat.png);
}
.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carrousel {
  background: #fff;
  padding: 100px 0px 50px;
}
.carrousel .carousel-control.left,
.carrousel .carousel-control.right {
  color: black;
}
.carrousel .carousel-control .rightArrow {
  background-image: url(../images/right.png);
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  height: 109px;
  width: 58px;
  right: 50%;
  background-size: 100%;
}
.carrousel .carousel-control .leftArrow {
  background-image: url(../images/left.png);
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  height: 109px;
  width: 58px;
  right: 50%;
  background-size: 100%;
}
.carrousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carrousel .carousel-inner .item {
  top: 20px;
  padding-bottom: 20px;
  height: 1200px;
}
.carrousel .carousel-indicators {
  top: 15px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 15;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.carrousel .carousel-indicators li,
.carrousel .carousel-indicators li.active {
  border: 1px solid #000;
  height: 16px;
  width: 16px;
}
.carrousel .carousel-indicators li.active {
  background-color: black;
  margin: 1px;
}
.carrousel .carousel-inner .slideContainer {
  margin-left: -40px;
}
.carrousel .audio_example {
  width: 188px;
  height: 50px;
  position: absolute;
  cursor: pointer;
}
#retailBtn1 {
  top: 207px;
  left: 449px;
}
#retailBtn2 {
  top: 499px;
  left: 220px;
}
#retailBtn3 {
  top: 499px;
  left: 689px;
}
#retailBtn4 {
  top: 943px;
  left: 220px;
}
#retailBtn5 {
  top: 943px;
  left: 689px;
}
#hospBtn1 {
  top: 208px;
  left: 452px;
}
#hospBtn2 {
  top: 485px;
  left: 220px;
}
#hospBtn3 {
  top: 485px;
  left: 690px;
}
#hospBtn4 {
  top: 934px;
  left: 219px;
}
#hospBtn5 {
  top: 934px;
  left: 454px;
}
#hospBtn6 {
  top: 934px;
  left: 688px;
}
#medicalBtn1 {
  top: 202px;
  left: 451px;
}
#medicalBtn2 {
  top: 531px;
  left: 220px;
}
#medicalBtn3 {
  top: 531px;
  left: 689px;
}
#medicalBtn4 {
  top: 974px;
  left: 219px;
}
#medicalBtn5 {
  top: 1002px;
  left: 454px;
}
#medicalBtn6 {
  top: 973px;
  left: 687px;
}
.buttonContainer {
  margin: 0 auto;
  position: relative;
}
#samplesCarousel h1 {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 85px;
}
#firstCarousel {
  height: 660px !important;
  max-height: 660px;
  position: relative;
  background: #fff;
}
#firstCarousel img {
  width: 100%;
}
#firstCarousel #wrapCarousel {
  position: absolute;
  z-index: 10;
}
#firstCarousel .carousel-control {
  z-index: 25;
}
#firstCarousel .carousel-control .rightArrow {
  background-image: url(../images/right.png);
  position: absolute;
  top: 50%;
  z-index: 30;
  display: inline-block;
  height: 109px;
  width: 58px;
  right: 50%;
  background-size: 100%;
}
#firstCarousel .carousel-control .leftArrow {
  background-image: url(../images/left.png);
  position: absolute;
  top: 50%;
  z-index: 30;
  display: inline-block;
  height: 109px;
  width: 58px;
  right: 50%;
  background-size: 100%;
}
#firstCarousel .carousel-control.left,
#firstCarousel .carousel-control.right {
  color: black;
}
#firstCarousel .carousel-inner .item {
  padding-bottom: 20px;
  height: 660px;
}
#firstCarousel .carousel-inner .item .slideContainer {
  height: 660px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#firstCarousel .carousel-indicators li,
#firstCarousel .carousel-indicators li:active {
  height: 16px;
  width: 16px;
}
/*
 * Reset Password
 */
.resetPassword h1 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 200;
  font-size: 60px;
}
.resetPassword p {
  font-size: 16px;
  font-weight: 200;
}
.resetPassword form {
  padding: 15px 20px;
  border-top: 10px solid #aea89d;
  background: #fff;
}
.resetPassword form label {
  font-weight: 500;
}
.resetPassword form a {
  color: #000;
  text-decoration: underline;
}
.resetPassword form a.btn {
  text-decoration: none !important;
  cursor: pointer;
}
.registration {
  width: 100%;
  min-height: 570px;
  background-color: #0077c7;
  display: table;
  padding: 20px 0;
}
.registration .registration-inner {
  display: table-cell;
  vertical-align: middle;
}
.registration h1 {
  color: #ffffff;
  font-size: 43px;
  text-transform: uppercase;
  font-weight: 500;
}
.registration h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  margin-top: 50px;
}
.registration sub {
  bottom: 0.2em;
}
.registration .list-info {
  margin-top: 70px;
}
.registration .list-info li {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
}
.registration .list-info li:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 19px;
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: -8px;
  background-image: url('../images/arrow_list.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.registration .list-info li:first-child:before {
  display: none;
}
.registration .module-register {
  width: 270px;
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  box-shadow: 0.75px 1.3px 3.3px 0.2px rgba(0, 0, 0, 0.22);
  padding: 25px;
}
.registration .module-register h5 {
  margin-top: 0;
  color: #0077c7;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.registration .module-register .form-register-user {
  position: relative;
  margin-top: 24px;
}
.registration .module-register .form-register-user .form-group {
  margin-bottom: 10px;
}
.registration .module-register .form-register-user .form-control {
  background-color: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 4px;
  height: 28px;
}
.registration .module-register .form-register-user label {
  color: #555;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.registration .module-register .form-register-user .required-text {
  position: absolute;
  right: 0;
  top: -10px;
  color: #404040;
  font-family: "Crimson Text";
  font-size: 15px;
  font-weight: 400;
}
.registration .module-register .form-register-user .btn-custom {
  color: #404040;
  margin-top: 0;
  margin-bottom: 10px;
  width: 87px;
  height: 32.5px;
  border: 1.5px solid #fbd240;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
  text-align: center;
}
.registration .module-register .form-register-user .link-user-registered {
  margin-bottom: -20px;
  display: block;
  font-weight: 600;
}
.registerId {
  /*#navbar{
        display: none!important;
    }*/
}
.registerId .well {
  padding: 20px 6px;
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 12px;
  max-width: 289px;
  width: 100%;
  display: inline-block;
  margin: 20px 30px 0;
}
.registerId .well p {
  font-family: 'Dosis';
  font-size: 16px;
}
.registerId .well .btn-custom {
  font-size: 13px;
  margin: 0!important;
  font-weight: 600;
  padding: 6px 15px;
}
/*
 * Modal
 */
.modal-custom .modal-dialog {
  width: 700px;
}
.modal-custom .modal-content {
  -webkit-box-shadow: 1.4px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  box-shadow: 1.4px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
  border: 1px solid #bcbcbc;
  margin-bottom: 20px;
}
.modal-custom .modal-content:before,
.modal-custom .modal-content:after {
  content: " ";
  display: table;
  line-height: 0;
}
.modal-custom .modal-content:after {
  clear: both;
}
.modal-custom .modal-content.body-transparent .data-content {
  background-color: transparent;
}
.modal-custom .modal-content .btn-modal {
  height: 31px;
  border: 1px solid #afafaf;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 31px;
  padding: 0 14px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.modal-custom .modal-content .btn-modal.btn-modal-black {
  background-color: #000;
}
.modal-custom .modal-content .btn-modal.btn-modal-green {
  background-color: #24ad4a;
}
.modal-custom .modal-content .modal-header {
  height: 48px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1.4px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  box-shadow: 1.4px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  display: block;
  position: relative;
  z-index: 10;
  padding: 0 18px;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.modal-custom .modal-content .modal-header h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  text-transform: uppercase;
  text-align: center;
}
.modal-custom .modal-content .modal-header .close {
  color: #a1a1a1;
  top: 14px;
  position: absolute;
  right: 18px;
}
.modal-custom .modal-content .modal-body {
  background-color: #eee;
  *zoom: 1;
}
.modal-custom .modal-content .modal-body:before,
.modal-custom .modal-content .modal-body:after {
  content: " ";
  display: table;
  line-height: 0;
}
.modal-custom .modal-content .modal-body:after {
  clear: both;
}
.modal-custom .modal-content .modal-body.modal-body-alert {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-custom .modal-content .modal-body.modal-body-alert .data-content {
  background-color: transparent;
}
.modal-custom .modal-content .modal-footer {
  background-color: #eee;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.modal-custom .modal-content .modal-footer .btn.btn-default {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 10px;
  font-size: 10px;
}
.modal-custom .modal-content .modal-footer .btn.btn-primary {
  background-color: #24ad4a;
  border: 1px solid #afafaf;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 10px;
  font-size: 10px;
}
.modal-custom .modal-content .modal-footer .btn.btn-danger {
  background-color: #000;
  border: 1px solid #afafaf;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 10px;
  font-size: 10px;
}
.modal-custom .modal-content .modal-footer .btn.btn-warning {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 10px;
  font-size: 10px;
}
/** popup attention **/
.attention .modal-dialog {
  position: absolute;
  margin: -135px 0 0 -300px;
  top: 50%;
  left: 50%;
}
.attention .modal-header {
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.attention .modal-header .close {
  margin-top: -4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
}
.attention .modal-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000;
}
.attention .modal-content {
  background: #eee;
  border-radius: 10px;
}
.attention .modal-body {
  margin: 22px;
  padding: 15px;
  background: #fff;
  text-align: center;
}
.attention .modal-body p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}</pre></body></html>