/*****************************************************************
	Imports
*****************************************************************/
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, .gform_wrapper .gform_button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, .gform_wrapper .gform_button,
input {
  line-height: normal; }

button, .gform_wrapper .gform_button,
select {
  text-transform: none; }

button, .gform_wrapper .gform_button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], .gform_wrapper [disabled].gform_button,
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, .gform_wrapper .gform_button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
.gform_wrapper .gform_button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, .gform_wrapper .gform_button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: #c09853; }

.text-danger {
  color: #b94a48; }

.text-success {
  color: #468847; }

.text-info {
  color: #3a87ad; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

h1 small, .h1 small {
  font-size: 24px; }

h2 small, .h2 small {
  font-size: 18px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre.prettyprint {
    margin-bottom: 20px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-control:-moz-placeholder {
  color: #999999; }
.form-control::-moz-placeholder {
  color: #999999; }
.form-control:-ms-input-placeholder {
  color: #999999; }
.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #ff6513;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 101, 19, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 101, 19, 0.6); }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-briefcase:before {
  content: "\1f4bc"; }

.glyphicon-calendar:before {
  content: "\1f4c5"; }

.glyphicon-pushpin:before {
  content: "\1f4cc"; }

.glyphicon-paperclip:before {
  content: "\1f4ce"; }

.glyphicon-camera:before {
  content: "\1f4f7"; }

.glyphicon-lock:before {
  content: "\1f512"; }

.glyphicon-bell:before {
  content: "\1f514"; }

.glyphicon-bookmark:before {
  content: "\1f516"; }

.glyphicon-fire:before {
  content: "\1f525"; }

.glyphicon-wrench:before {
  content: "\1f527"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .caret {
  border-top-color: #333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 5px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }

.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.tabbable:after {
  clear: both; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1000px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  z-index: 1030;
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1000px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e6e6e6; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1 {
        font-size: 63px; } }

.thumbnail {
  display: block; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca; }

.thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f8e5be; }
  .alert-warning .alert-link {
    color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }
  .alert-danger hr {
    border-top-color: #e6c1c7; }
  .alert-danger .alert-link {
    color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }
.panel > .panel-body + .table {
  border-top: 1px solid #ddd; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #fbeed5; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #eed3d7; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close, .gform_wrapper .close.gform_button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    margin-right: 15px; }

body.modal-open {
  margin-right: 15px; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/*****************************************************************
	HTML5 Reset
*****************************************************************/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  height: 100%; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button,
.gform_wrapper .gform_button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, .gform_wrapper .gform_button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button, .gform_wrapper .gform_button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #ddd;
  color: black;
  text-shadow: none; }

::selection {
  background: #ddd;
  color: black;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
/* Visibility
-------------------------------------------------------------------------------*/
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/*****************************************************************
	Mixins
*****************************************************************/
/**** Animation Mixin ****/
/*****************************************************************
	Mixins: Rem Conversions
*****************************************************************/
/**** Rem Conversion Mixin: for Base Ten Setup; ****/
/*@mixin font-size($sizeValue: 1.6) {
  font-size: ($sizeValue * 10) + px;
  font-size: $sizeValue + rem;
}*/
/**** Rem Conversion for 100% base fontsize ****/
/*****************************************************************
	Mixins
*****************************************************************/
/* Gotham */
/*****************************************************************
	Colors
*****************************************************************/
.blue {
  color: #00aeef; }

.green {
  color: #2cb549; }

.red {
  color: #fb561b; }

/*****************************************************************
	Custom Functions
*****************************************************************/
/***** Adds Background Images *****/
/***** Adds Slideshow Images *****/
/***** convert to rem  *****/
/*****************************************************************
	Variables
*****************************************************************/
/*****************************************************************
	CSS3 Transitions: Custom
*****************************************************************/
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-103px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-103px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-103px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideDown {
  0% {
    transform: translateY(-103px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-103px); } }
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-103px); } }
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-103px); } }
@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-103px); } }
@-webkit-keyframes opacity-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes opacity-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes opacity-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacity-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes opacity-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes opacity-pulse-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  50% {
    opacity: .3;
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@-moz-keyframes opacity-pulse-down {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  50% {
    opacity: .3;
    -moz-transform: translateY(10px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px); } }
@-ms-keyframes opacity-pulse-down {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  50% {
    opacity: .3;
    -ms-transform: translateY(10px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px); } }
@-o-keyframes opacity-pulse-down {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  50% {
    opacity: .3;
    -o-transform: translateY(10px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0px); } }
@keyframes opacity-pulse-down {
  0% {
    opacity: 1;
    transform: translateY(0); }
  50% {
    opacity: .3;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
/*****************************************************************
	Daneden CSS3 Transitions
*****************************************************************/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

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

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

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

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn !important;
  -moz-animation-name: fadeIn !important;
  -o-animation-name: fadeIn !important;
  animation-name: fadeIn !important; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp !important;
  -moz-animation-name: fadeInUp !important;
  -o-animation-name: fadeInUp !important;
  animation-name: fadeInUp !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown !important;
  -moz-animation-name: fadeInDown !important;
  -o-animation-name: fadeInDown !important;
  animation-name: fadeInDown !important; }

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp !important;
  -moz-animation-name: fadeOutUp !important;
  -o-animation-name: fadeOutUp !important;
  animation-name: fadeOutUp !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.caption-container {
  display: inline-block;
  width: 31%;
  margin: 0;
  text-align: left;
  position: relative;
  float: left; }

.caption-container img {
  max-width: 100%;
  display: block;
  position: relative;
  width: 100% !important; }

.caption-container figcaption {
  position: absolute;
  top: 0;
  left: 0; }

/* Individual Caption Styles */
/* Caption Style 1 */
/* .cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
} */
/* Caption Style 2 */
/* .cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto ! important;
	bottom: 0 ! important;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
} */
/* Caption Style 3 */
/* .cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 100px;
	width: 100%;
	top: auto ! important;
	bottom: 0 ! important;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
} */
/* Caption Style 4 */
/* .cs-style-4 {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
} */
/* Caption Style 5 */
/* .cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7) ! important;
	-moz-transform: scale(0.7) ! important;
	-ms-transform: scale(0.7) ! important;
	transform: scale(0.7) ! important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1) ! important;
	-moz-transform: scale(1) ! important;
	-ms-transform: scale(1) ! important;
	transform: scale(1) ! important;
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
} */
/* Caption Style 6 */
.caption-zoom-out img {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s !important;
  -moz-transition: -moz-transform 0.4s !important;
  transition: transform 0.4s !important;
  cursor: pointer;
  margin: 0 !important; }

.no-touch .caption-zoom-out:hover img,
.caption-zoom-out.cs-hover img,
.touch .caption-zoom-out img {
  -webkit-transform: translateY(-30%) scale(0.4);
  -moz-transform: translateY(-30%) scale(0.4);
  -ms-transform: translateY(-30%) scale(0.4);
  transform: translateY(-30%) scale(0.4); }

.caption-zoom-out figcaption {
  height: 57%;
  width: auto;
  overflow-y: scroll;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  padding: 0 10px; }
  .caption-zoom-out figcaption::-webkit-scrollbar {
    width: 8px; }
  .caption-zoom-out figcaption::-webkit-scrollbar-track {
    border-radius: 0;
    background: #fff; }
  .caption-zoom-out figcaption::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #f3f3f4; }

.caption-zoom-out figcaption * {
  position: relative; }

.caption-zoom-out h4 {
  font-size: 23px;
  padding-top: 0;
  padding-bottom: 15px; }

.caption-zoom-out p {
  font-size: 16px;
  line-height: 125%; }

/* Caption Style 7 */
/* .cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 10;
}

.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
	margin-top: 86% ! important;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
} */
/*****************************************************************
  Buttons
*****************************************************************/
/* General button style */
.button, aside .tagcloud a,
button,
.gform_wrapper .gform_button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  outline: none;
  position: relative;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  background: #2cb549;
  border: 1px solid #2cb549;
  color: #fff !important;
  height: 31px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 500 !important;
  text-transform: uppercase;
  white-space: nowrap; }
  .button:hover, aside .tagcloud a:hover, .button:active, aside .tagcloud a:active,
  button:hover,
  .gform_wrapper .gform_button:hover,
  button:active,
  .gform_wrapper .gform_button:active {
    border-color: #2a954b;
    background-color: #2a954b; }

.button, aside .tagcloud a {
  line-height: 31px;
  vertical-align: middle; }

.button.button-cta, aside .tagcloud a.button-cta,
button.button-cta,
.gform_wrapper .button-cta.gform_button {
  background: #f36f21;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #FFF !important;
  padding: 0 22px; }
  .button.button-cta:hover, aside .tagcloud a.button-cta:hover, .button.button-cta:active, aside .tagcloud a.button-cta:active,
  button.button-cta:hover,
  .gform_wrapper .button-cta.gform_button:hover,
  button.button-cta:active,
  .gform_wrapper .button-cta.gform_button:active {
    border-color: #e56920 !important;
    background-color: #e56920 !important; }

.button.button-alt, aside .tagcloud a.button-alt,
button.button-alt,
.gform_wrapper .button-alt.gform_button {
  background: #f9e8de;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #4c4d4f !important;
  padding: 0 22px; }
  .button.button-alt:hover, aside .tagcloud a.button-alt:hover, .button.button-alt:active, aside .tagcloud a.button-alt:active,
  button.button-alt:hover,
  .gform_wrapper .button-alt.gform_button:hover,
  button.button-alt:active,
  .gform_wrapper .button-alt.gform_button:active {
    border-color: #eaf8ed !important;
    background-color: #eaf8ed !important; }

button[disabled], .gform_wrapper [disabled].gform_button {
  background: #f3f3f4 !important;
  border-color: #f3f3f4 !important;
  color: #919396 !important;
  cursor: auto !important; }

html .button-disabled button, html .button-disabled .gform_wrapper .gform_button, .gform_wrapper html .button-disabled .gform_button, html button.disabled, html .gform_wrapper .disabled.gform_button, .gform_wrapper html .disabled.gform_button, html footer button.disabled:hover, html footer .gform_wrapper .disabled.gform_button:hover, .gform_wrapper html footer .disabled.gform_button:hover {
  background: #414143 !important;
  border-color: #414143 !important;
  color: #4d4d4f !important;
  cursor: auto !important; }

/*****************************************************************
   Typography
*****************************************************************/
html {
  font-size: 100%; }

body {
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #4c4d4f;
  font-size: 14px;
  font-size: 0.875rem; }

h1, h2, h4, h5, h6, p {
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal; }

h1 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 108%;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  letter-spacing: -3px; }
  h1 small {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 108%;
    color: #fff;
    font-weight: inherit; }

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 125%;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #f3f3f4;
  letter-spacing: -1px;
  text-transform: none;
  color: #000; }

h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 145%;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: -1px; }

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 120%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal; }

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 135%;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: none;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  margin-bottom: 5px; }

p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  padding-bottom: 24px; }
  p span {
    color: #737374; }

.p-l p, p.p-l {
  font-size: 16px;
  font-size: 1rem; }

ul, ol, dl {
  margin-bottom: 1.25em;
  list-style-position: outside;
  line-height: 150%;
  padding-left: 20px; }

ul li ul, ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em; }

ol li ul, ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

ul {
  list-style-type: disc; }

dt {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 145%;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: -1px; }

dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 120%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  font-weight: 300 !important; }
  dd.last {
    padding: 0 !important; }

li {
  line-height: 150%; }

/*****************************************************************
  Style Tags / Links
*****************************************************************/
a {
  text-decoration: none !important;
  color: #2cb549; }

a:hover {
  color: #737374; }

a.link-big {
  text-transform: uppercase;
  display: block;
  font-weight: 400; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, p > a, section > a, aside > a, address > a {
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal; }

blockquote {
  font-size: 22px;
  line-height: 125%;
  height: auto;
  margin-bottom: 23px;
  padding-right: 20px !important;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  color: #4c4d4f;
  letter-spacing: -1px; }
  blockquote p {
    font-size: 22px;
    line-height: 125%;
    height: auto;
    margin-bottom: 23px;
    padding-right: 20px !important;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    color: #4c4d4f;
    letter-spacing: -1px;
    padding: 0px !important; }
  blockquote cite {
    display: block;
    color: #000;
    margin-top: 23px;
    font-size: 18px;
    letter-spacing: -1px; }
    blockquote cite h6 {
      text-transform: uppercase;
      margin-bottom: 0;
      color: #534d55; }
    blockquote cite .role {
      font-size: 13px;
      line-height: 165%;
      color: #4c4d4f;
      padding: 0;
      margin: 0 0 20px 0;
      font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 300 !important;
      font-style: normal; }
  blockquote p {
    padding-bottom: 15px; }

code {
  font-family: Monaco;
  font-size: .7em;
  color: #00aeef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 4px 2px 4px;
  padding: 0.125rem 0.25rem 0.125rem 0.25rem;
  border: 1px solid #4d4d4f; }

pre {
  background: #000;
  color: white;
  padding: 20px;
  margin: 0 0 20px 0;
  /* Probably the same as paragraphs */ }

mark {
  background: #4b4c4d;
  color: white;
  padding: 0px 2px 2px 2px;
  padding: 0rem 0.125rem 0.125rem 0.125rem;
  display: inline-block;
  line-height: inherit;
  white-space: nowrap; }

details {
  color: #00aeef; }
  details summary {
    color: #00aeef;
    cursor: pointer; }
  details p {
    color: #000;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.break {
  clear: both; }

.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  clear: both; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url("../i/rs/grab.png") 8 8, move; }

.grabbing-cursor {
  cursor: url("../i/rs/grabbing.png") 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../i/rs/blank.gif); }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: white;
  color: black; }

/***************
*
*  1. Arrows
*
****************/
/* .rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; } */
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../i/rs/rs-default.png"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }

  .rsDefault .rsThumbsHor {
    height: 44px; }

  .rsDefault .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../i/rs/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(../i/rs/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../i/rs/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../i/rs/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

path {
  stroke: none; }

path.a {
  fill: #1ac054; }

path.b {
  fill: #00cce5; }

path.c {
  fill: #ff6e00; }

span.a {
  color: #0ac04a; }

span.b {
  color: #00c0ca; }

span.c {
  color: #f05a00; }

#icon {
  width: 300px;
  margin: auto auto;
  padding-bottom: 40px; }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.3.0
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc; }

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url("../type/video-js-font/vjs.eot");
  src: url("../type/video-js-font/vjs.eot?#iefix") format("embedded-opentype"), url("../type/video-js-font/vjs.woff") format("woff"), url("../type/video-js-font/vjs.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9); }

.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff; }

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7); }

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none; }

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none; }

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em; }

/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff; }

.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */ }

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer; }

.vjs-default-skin .vjs-play-control:before {
  content: "\e001"; }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002"; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005"; }

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right; }

.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em; }

.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em; }

.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em; }

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%; }

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.4); }

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%; }

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em; }

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em; }

.vjs-default-skin .vjs-current-time {
  float: left; }

.vjs-default-skin .vjs-duration {
  float: left; }

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left; }

.vjs-time-divider {
  float: left;
  line-height: 3em; }

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000"; }

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b"; }

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em; }

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none; }

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none; }

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear; }

.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer; }

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */ }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); }

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block; }

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000; }

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c"; }

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008"; }

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto; }

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none; }

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em; }

/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5); }

.video-js .vjs-subtitles {
  color: #ffffff; }

.video-js .vjs-captions {
  color: #ffcc66; }

.vjs-tt-cue {
  display: block; }

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*****************************************************************
   Global Page
*****************************************************************/
body, html {
  height: 100%;
  width: auto; }

*, body {
  text-rendering: optimizeLegibility; }

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }

img {
  max-width: 100%; }

.aligncenter {
  margin: 0 auto;
  display: table; }

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -187px;
  padding: 103px 0 187px 0; }

.container {
  padding: 0;
  position: relative;
  max-width: 998px;
  padding-left: 20px;
  padding-right: 20px; }

.break {
  clear: both; }

.content-section > .container, .container-main {
  margin-top: 43px;
  padding-bottom: 30px; }

.row {
  margin: 0 !important; }

.row > div {
  padding-bottom: 20px; }

.content-section {
  position: relative;
  border-bottom: 2px solid #e7e7e8; }

.content-section:last-child {
  border-bottom: 0px; }

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

#main-image {
  width: 100%;
  clear: both;
  float: left;
  height: 350px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding: 0; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.movable {
  cursor: move; }

.icon {
  line-height: 100%; }

.mobile {
  display: none; }

.noscroll {
  overflow: hidden; }

/*****************************************************************
   Header
*****************************************************************/
#header-main {
  height: 103px;
  width: 100%;
  position: fixed;
  display: block;
  z-index: 500;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #header-main .container {
    height: 103px;
    position: relative;
    padding: 0; }
  #header-main .navbar-header {
    height: 103px; }
  #header-main #logo {
    width: 222px;
    height: 51px;
    background-size: contain;
    background-image: url("../i/logo/logo.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 23px; }

ul.mobile-sub li ul.mobile-sub {
  display: block !important; }

/* Retina Logo */
@media (-webkit-min-device-pixel-ratio: 2) {
  #header-main #logo {
    background-image: url("../i/logo/logo@2x.png"); } }
@media screen and (min-width: 768px) {
  #header-main.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }

  #header-main.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; } }
@media screen and (max-width: 767px) {
  #header-main {
    position: absolute; } }
/*****************************************************************
   Nav
*****************************************************************/
nav {
  display: table;
  white-space: nowrap;
  z-index: 1; }

nav ul {
  width: 100%;
  margin-bottom: 0;
  color: #e7e7e8; }

.get-started {
  background: #2cb549;
  margin-top: 4px;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  float: left;
  text-transform: uppercase; }
  .get-started a {
    color: #fff !important;
    display: block;
    padding: 5px 10px !important; }
  .get-started a:hover {
    color: #fff !important; }
  .get-started.get-started-orange {
    background: #f36f21 !important; }
    .get-started.get-started-orange:hover {
      background: #f36f21 !important; }

.get-started:hover {
  background: #2a954b; }

#menu-header-navigation .get-started {
  background: #f36f21; }
  #menu-header-navigation .get-started:hover {
    background: #f36f21; }

.nav-phone-number {
  color: #4c4d4f;
  float: right;
  margin-top: -65px; }

/*.get-started::before {
    color: #4c4d4f;
    content: "(540) 867-5309";
    font-weight: bold;
    position: absolute;
    top: -20px;
    text-align: center;
    width: 100%;
}*/
nav li {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px; }
  nav li:last-child {
    padding-right: 0 !important; }
  nav li a {
    color: #a7a9ac; }
nav > li:first-child {
  padding-left: 0; }

/**** Header ****/
#customer.single .tri-nav-blog a {
  color: #a7a9ac !important;
  font-weight: 400 !important; }
  #customer.single .tri-nav-blog a:hover {
    color: #4d4d4f !important; }
  #customer.single .tri-nav-blog a::before {
    height: 0px; }
#customer.single .tri-nav-customers a {
  color: #000 !important;
  font-weight: 500 !important; }
  #customer.single .tri-nav-customers a:before {
    width: 100%;
    content: "";
    height: 9px;
    background: #2cb549;
    position: absolute;
    top: -36px;
    left: 0;
    cursor: auto;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }

#events.events .tri-nav-company a {
  color: #a7a9ac !important;
  font-weight: 400 !important; }
  #events.events .tri-nav-company a:hover {
    color: #4d4d4f !important; }
  #events.events .tri-nav-company a::before {
    height: 0px; }
#events.events .tri-nav-events a {
  color: #000 !important;
  font-weight: 500 !important; }
  #events.events .tri-nav-events a:before {
    width: 100%;
    content: "";
    height: 9px;
    background: #2cb549;
    position: absolute;
    top: -36px;
    left: 0;
    cursor: auto;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }

#resources .tri-nav-blog a {
  color: #a7a9ac !important;
  font-weight: 400 !important; }
  #resources .tri-nav-blog a:hover {
    color: #4d4d4f !important; }
  #resources .tri-nav-blog a::before {
    height: 0px; }
#resources .tri-nav-resources a {
  color: #000 !important;
  font-weight: 500 !important; }
  #resources .tri-nav-resources a:before {
    width: 100%;
    content: "";
    height: 9px;
    background: #2cb549;
    position: absolute;
    top: -36px;
    left: 0;
    cursor: auto;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }

#news .tri-nav-news a {
  color: #000 !important;
  font-weight: 500 !important; }
  #news .tri-nav-news a:before {
    width: 100%;
    content: "";
    height: 9px;
    background: #2cb549;
    position: absolute;
    top: -36px !important;
    left: 0;
    cursor: auto;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }

#company.news .tri-nav-news a {
  color: #000 !important;
  font-weight: 500 !important; }
  #company.news .tri-nav-news a:before {
    width: 100%;
    content: "";
    height: 9px;
    background: #2cb549;
    position: absolute;
    top: -36px !important;
    left: 0;
    cursor: auto;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }

header nav {
  position: absolute;
  right: 0;
  bottom: 27px; }
header .navbar-nav li {
  padding-right: 20px;
  padding-left: 0; }
  header .navbar-nav li a {
    font-weight: 400;
    padding: 10px 0; }
header a:before {
  width: 100%;
  content: "";
  height: 9px;
  background: #2cb549;
  position: absolute;
  top: -45px;
  left: 0;
  cursor: auto;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }
header .get-started a:before {
  width: 100%;
  content: "";
  height: 0px;
  background: #2cb549;
  position: absolute;
  top: -45px;
  left: 0;
  cursor: auto;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }
header nav a:hover, header nav a:focus {
  background: none !important; }
header a:hover {
  color: #4d4d4f;
  /* &:before {
  	top: $nav-border-offset;
  	@include transition-all;
  } */ }
header .container > .navbar-header, header .container > .navbar-collapse {
  margin: 0 !important; }
header .navbar-nav {
  margin: 0px; }
header .navbar-collapse {
  padding: 0 !important;
  max-height: none !important; }
  header .navbar-collapse.in {
    overflow-y: hidden !important; }
header .navbar-toggle {
  background: none !important;
  padding: 0;
  border: 0;
  background: 0;
  height: auto;
  width: auto;
  margin-top: 15px;
  margin-bottom: 0; }
  header .navbar-toggle .icon {
    color: #737374;
    font-size: 25px;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }
  header .navbar-toggle:hover .icon {
    color: #737374;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }

header li.active a {
  color: #000;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  position: relative; }
header li.active a:before {
  top: -36px; }

header li.current_page_parent a {
  color: #000;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  position: relative; }
header li.current_page_parent a:before {
  top: -36px; }

.mobile-sub {
  display: none;
  background: #fff;
  border-top: 1px solid #DEDEDE;
  float: left;
  margin-left: 0 !important;
  padding-left: 40px; }
  .mobile-sub li {
    float: left;
    position: relative; }
  .mobile-sub li a {
    display: block;
    margin: 0 !important;
    color: #a7a9ac !important;
    font-weight: 400 !important; }
  .mobile-sub li.active a {
    color: #000;
    font-weight: 500; }
  .mobile-sub li a:before {
    height: 0 !important; }

@media only screen and (min-width: 1001px) {
  .navbar-nav > li > ul.mobile-sub {
    width: 303px;
    max-height: 0;
    overflow: hidden;
    position: absolute; }
  .navbar-nav > li:hover > ul.mobile-sub {
    max-height: 1000px; }

  ul.mobile-sub {
    display: block;
    float: none;
    padding-left: 0;
    border: 0;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }
    ul.mobile-sub li {
      width: 100%;
      float: none;
      display: block;
      border: 1px solid #DEDEDE;
      border-bottom: 0;
      padding: 0; }
      ul.mobile-sub li:last-child {
        border-bottom: 10px solid #DEDEDE; }
      ul.mobile-sub li a {
        padding: 15px 25px;
        display: block;
        font-weight: 200; }
        ul.mobile-sub li a:hover {
          color: #4d4d4f !important; }
      ul.mobile-sub li.active > a {
        color: #000;
        border-left: 9px solid #2cb549;
        padding-left: 16px;
        font-weight: 500; }
      ul.mobile-sub li.active.current-page-parent > a {
        color: #a7a9ac;
        border-left: none;
        padding-left: 25px; }
      ul.mobile-sub li.active ul.mobile-sub {
        display: block; }
      ul.mobile-sub li ul.mobile-sub {
        display: none; }
        ul.mobile-sub li ul.mobile-sub li {
          border-left: 0;
          border-right: 0; }
          ul.mobile-sub li ul.mobile-sub li a {
            padding-left: 45px !important; }
          ul.mobile-sub li ul.mobile-sub li:last-child {
            border-bottom: 0; } }
/**** Sub Nav (bar) ****/
.sub-nav {
  position: relative;
  width: 100%;
  background: #6d6f71; }
  .sub-nav ul {
    display: block;
    width: 100%;
    margin: auto auto;
    position: relative; }
  .sub-nav li {
    height: 45px;
    background: #808285;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    float: left;
    display: table;
    padding: 0;
    margin-right: 1px; }
    .sub-nav li ul {
      display: none !important; }
  .sub-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px; }
  .sub-nav li.active, .sub-nav li.current_page_parent {
    background: #4d4d4f; }
    .sub-nav li.active a, .sub-nav li.current_page_parent a {
      color: #fff !important;
      font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700 !important;
      font-style: normal; }
  .sub-nav li:hover {
    background: #4d4d4f;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }
  .sub-nav .menu-item-890 {
    width: 90px; }
  .sub-nav .menu-item-1407,
  .sub-nav .menu-item-1458 {
    width: 79px; }

#people .sub-nav .dropdown {
  position: static; }
#people .sub-nav li.menu-item-890 ul {
  position: absolute;
  left: 0px;
  top: 65px;
  width: 550px;
  border-top: 0px;
  padding-left: 20px; }
  #people .sub-nav li.menu-item-890 ul li {
    float: left;
    background: none;
    height: 30px;
    margin-right: 30px; }
    #people .sub-nav li.menu-item-890 ul li a {
      background: none;
      color: #4d4d4f !important;
      padding: 0px;
      font-weight: normal !important; }
  #people .sub-nav li.menu-item-890 ul .active a {
    font-weight: 700 !important;
    border-top: 2px solid #2cb649; }

.news .sub-nav .dropdown {
  position: static; }
.news .sub-nav li.menu-item-1407 {
  background: #4d4d4f; }
  .news .sub-nav li.menu-item-1407 a {
    font-weight: 700 !important; }
  .news .sub-nav li.menu-item-1407 ul {
    display: block !important;
    position: absolute;
    left: 0px;
    top: 65px;
    width: 550px;
    border-top: 0px;
    padding-left: 20px; }
    .news .sub-nav li.menu-item-1407 ul li {
      float: left;
      background: none;
      height: 30px;
      margin-right: 30px; }
      .news .sub-nav li.menu-item-1407 ul li a {
        background: none;
        color: #4d4d4f !important;
        padding: 0px;
        font-weight: normal !important; }
    .news .sub-nav li.menu-item-1407 ul .active a {
      font-weight: 700 !important;
      border-top: 2px solid #2cb649; }

/*
	PAGINATION
*/
nav.pagination {
  text-align: center;
  display: block; }
  nav.pagination a, nav.pagination span {
    padding: 6px 10px;
    display: inline-block; }
    nav.pagination a.current, nav.pagination span.current {
      background: #2cb549;
      color: #fff; }

#inner-nav {
  background: #f3f3f4;
  padding: 30px 0 0 0; }
  #inner-nav ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    #inner-nav ul li {
      float: left;
      list-style-type: none;
      margin: 0 30px 0 0;
      padding: 0px;
      font-size: 12px;
      text-transform: uppercase; }
      #inner-nav ul li a {
        color: #4d4d4f;
        text-decoration: none; }
    #inner-nav ul .current_page_item, #inner-nav ul .current-menu-item {
      font-weight: 700;
      border-top: 2px solid #2cb549;
      padding: 1px 0 0 0;
      margin-top: -3px; }

/*****************************************************************
  Banner
*****************************************************************/
.banner {
  height: 462px !important;
  width: 100%;
  background: #737374;
  background-size: cover !important;
  background-position: top center; }
  .banner .container {
    display: block;
    height: 100%;
    padding-top: 143px; }
  .banner h1 {
    margin: auto auto;
    line-height: 124%;
    background: #000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.45);
    display: inline;
    margin: 0;
    padding-bottom: 0 !important;
    box-shadow: -16px 0 0 rgba(0, 0, 0, 0.45);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; }
    .banner h1 small {
      line-height: inherit; }
    .banner h1 span {
      position: relative;
      left: -9px; }
    .banner h1 strong {
      font-weight: inherit;
      color: #30bfd9;
      font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700 !important;
      font-style: normal; }
  .banner .h1-outer {
    line-height: normal;
    padding: 5px 0 5px 15px;
    display: inline-block;
    overflow-y: hidden; }
  .banner > * {
    color: #fff; }

.banner-short {
  height: auto !important;
  margin: 0;
  padding: 20px 0; }
  .banner-short .container {
    padding-top: 0; }
  .banner-short .h1-outer {
    display: table;
    padding: 0;
    height: 100%; }
  .banner-short > * {
    width: 100%;
    text-align: left;
    padding: 0; }
  .banner-short > .container {
    padding-left: 20px;
    padding-right: 20px; }
  .banner-short h1 {
    background: none;
    display: table-cell;
    vertical-align: middle;
    box-shadow: none;
    font-size: 2.5rem; }

.banner-left h1 {
  width: 100%; }

/*****************************************************************
  Article
*****************************************************************/
.alignleft {
  float: left;
  margin: 5px 20px 20px 0 !important; }

article {
  background: #fff;
  border-bottom: 10px solid #e7e7e8;
  margin-bottom: 20px;
  padding: 0 0 48px 0; }
  article h4 {
    padding: 0;
    text-transform: uppercase;
    line-height: 100%; }
  article p {
    line-height: 155%; }
  article > img {
    width: 100%;
    clear: both; }
  article header {
    position: relative;
    padding: 20px 20px 30px 20px;
    float: left;
    clear: both;
    width: 100%; }
    article header .logo {
      position: absolute;
      right: 20px;
      top: 20px;
      width: auto !important;
      max-width: 100px; }
    article header .date {
      float: left; }
    article header .author {
      color: #b3b5b8;
      float: right; }
  article section {
    padding: 0 20px;
    clear: both; }
    article section h2 {
      color: #000;
      text-transform: none;
      font-size: 25px;
      margin-bottom: 20px;
      margin-right: 100px;
      clear: both; }
      article section h2 a {
        color: #000;
        display: block; }
    article section img {
      margin-bottom: 25px;
      max-width: 100% !important;
      width: auto; }
    article section p {
      width: 100% !important;
      max-width: 100% !important; }
    article section .link {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 150%;
      padding-bottom: 24px;
      font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 500 !important;
      font-style: normal;
      display: block;
      padding: 0; }
      article section .link span {
        color: #737374; }
  article footer {
    background: none;
    min-height: 0; }

aside {
  background: #fff;
  border-bottom: 10px solid #e7e7e8;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px; }
  aside h4 {
    padding: 0;
    text-transform: uppercase;
    line-height: 100%; }
  aside p {
    line-height: 155%; }
  aside img {
    width: 100%; }
  aside .indiv-download {
    margin: 15px 0 0 0 !important; }
  aside h4 {
    margin-bottom: 20px; }
  aside p {
    padding: 0; }
  aside address {
    padding-top: 20px; }
  aside .post-list {
    list-style: none;
    margin: 0; }
    aside .post-list li {
      margin-bottom: 24px; }
    aside .post-list li:last-child {
      margin-bottom: 0; }
  aside .link-archive {
    font-size: 32px;
    font-size: 2rem;
    line-height: 125%;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #f3f3f4;
    letter-spacing: -1px;
    text-transform: none;
    color: #000;
    color: #2cb549;
    display: block;
    clear: both;
    margin-bottom: 10px;
    line-height: 100%;
    font-size: 36px; }
    aside .link-archive:hover {
      color: #737374; }
  aside .tag-group {
    display: table; }
  aside .tag {
    display: inline-block;
    line-height: 29px;
    padding: 0 15px;
    margin: 0 1px 1px 0; }
  aside .tagcloud {
    display: table; }
    aside .tagcloud a {
      display: inline-block;
      line-height: 29px;
      padding: 0 15px;
      margin: 0 1px 1px 0; }
      aside .tagcloud a[style] {
        font-size: 12px !important; }

aside#aside-author {
  padding: 0; }
  aside#aside-author cite {
    display: block;
    padding: 20px 20px 48px 20px; }
  aside#aside-author h4 {
    margin-bottom: 3px; }
  aside#aside-author h5 {
    padding: 0;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    text-transform: none; }

aside .social-strip {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: table; }
  aside .social-strip .social-block {
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: block;
    background: #737374;
    display: table;
    margin-right: 1px;
    float: left;
    clear: none; }
    aside .social-strip .social-block:hover {
      background: #4d4d4f; }
  aside .social-strip .icon {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 18px; }

.social-block.linked-in:hover, .social-block.linkedin:hover {
  background: #007bb6 !important; }

.social-block.facebook:hover {
  background: #3B5998 !important; }

.social-block.twitter:hover {
  background: #33CCFF !important; }

/*****************************************************************
   Footer
*****************************************************************/
footer {
  min-height: 187px;
  width: 100%;
  position: relative;
  display: block;
  background: #4d4d4f;
  clear: both; }
  footer > .container {
    height: 100%;
    position: relative;
    min-height: 142px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  footer .form-left, footer .form-right {
    margin-top: 56px; }
  footer .form-left {
    float: left; }
  footer .form-right {
    float: right; }
    footer .form-right label {
      float: left;
      margin: 5px 15px 0 0; }
    footer .form-right .validation_error {
      display: none !important; }
    footer .form-right .gform_wrapper .gfield_description.validation_message {
      background-color: #4d4d4f !important; }
  footer .form-left, footer .form-right, footer input, footer .button, footer aside .tagcloud a, aside .tagcloud footer a, footer button, footer .gform_wrapper .gform_button, .gform_wrapper footer .gform_button {
    height: 31px !important; }
  footer .form-left, footer .button, footer aside .tagcloud a, aside .tagcloud footer a {
    line-height: 31px !important; }
  footer input {
    background-color: #4d4d4f !important;
    color: #fff !important;
    font-weight: 200 !important; }
  footer input:focus,
  footer textarea:focus, footer .form-control:focus {
    border-color: #a7a9ac; }
  footer label {
    font-size: 13px !important;
    color: #fff;
    margin-right: 10px;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: 0; }
  footer .form-group {
    margin-right: 6px;
    margin-top: -15px; }
    footer .form-group .gform_body {
      float: left;
      margin: 0 15px 0 0; }
    footer .form-group .gform_footer {
      float: left; }
      footer .form-group .gform_footer input[type=submit] {
        background: #414143 !important;
        border: 1px solid #414143; }
      footer .form-group .gform_footer input[type=submit]:hover {
        background: #2cb549 !important;
        border: 1px solid #2cb549; }
    footer .form-group .gfield_label {
      display: none; }
  footer button:hover, footer .gform_wrapper .gform_button:hover, .gform_wrapper footer .gform_button:hover, footer button:active, footer .gform_wrapper .gform_button:active, .gform_wrapper footer .gform_button:active {
    background: #2a954b;
    color: #fff !important;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }
  footer .sub-nav {
    background: #4d4d4f;
    display: block;
    border-top: 1px solid #414142;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    footer .sub-nav > .container {
      background: #4d4d4f; }
    footer .sub-nav ul {
      position: relative; }
    footer .sub-nav li {
      background: #4d4d4f; }
    footer .sub-nav li a {
      color: #808285;
      text-transform: none;
      font-size: 14px;
      letter-spacing: -1px;
      padding-right: 0;
      font-weight: 400; }
    footer .sub-nav li:hover a {
      color: #fff; }
    footer .sub-nav #footer-copyright {
      color: #fff;
      text-transform: none;
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 12px;
      position: absolute;
      top: 0;
      right: 20px;
      font-weight: 400; }
  footer .social-strip {
    position: relative;
    display: block;
    height: 45px;
    background: none;
    float: left; }
    footer .social-strip .social-block {
      display: table;
      float: left;
      clear: none;
      background: #58595b;
      height: 43px;
      width: 45px;
      margin-top: 1px;
      margin-right: 1px; }
      footer .social-strip .social-block:last-child {
        margin-right: 0; }
    footer .social-strip .linkedin i, footer .social-strip .twitter i, footer .social-strip .facebook i {
      font-size: 22px; }

.form-inline .form-group, .navbar-form .form-group, .navbar-form .form-group {
  margin-bottom: 1px; }

#bucket-footer {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 75px 0; }
  #bucket-footer .footer-bucket:first-child {
    margin: 0px; }
    #bucket-footer .footer-bucket:first-child a {
      background: #26ad38; }
  #bucket-footer .footer-bucket:last-child {
    margin: 0px; }
    #bucket-footer .footer-bucket:last-child a {
      background: #18b9d8; }

.footer-bucket {
  width: 296px;
  float: left;
  background: #fff;
  padding: 30px;
  position: relative;
  border-bottom: 10px solid #ccc;
  margin: 0 35px;
  height: 260px; }
  .footer-bucket h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0 0 10px 0; }
  .footer-bucket a {
    background: #f56500;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 8px;
    position: absolute;
    bottom: 30px;
    left: 30px; }

@media all and (max-width: 480px) and (min-width: 0px) {
  .footer-bucket {
    width: 100%;
    margin: 10px 0; }

  #bucket-footer {
    padding: 30px 0; } }
/*****************************************************************
  Forms
*****************************************************************/
*:focus {
  outline: none; }

/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Label Styles */
label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  padding-bottom: 24px;
  font-weight: normal;
  color: #919396; }
  label span {
    color: #737374; }
  label span {
    color: #919396; }

label.right {
  float: none;
  text-align: right; }

label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0; }

.form-control {
  height: 38px;
  font-size: 13px;
  font-weight: 300; }

input, textarea, .form-control {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #919396;
  padding: 0.5em;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }

textarea {
  resize: none; }

input:focus,
textarea:focus, .form-control:focus {
  border-color: #4d4d4f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[disabled],
textarea[disabled] {
  background-color: #dddddd;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin-top: .16rem;
  float: left;
  margin-right: .4em;
  width: auto; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }

fieldset legend {
  width: auto;
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em; }

.gform_validation_container {
  display: none !important; }

/*****************************************************************
  Tables
*****************************************************************/
table {
  background: white;
  margin-bottom: 1.25em; }

table thead,
table tfoot {
  background: #00aeef;
  font-weight: bold; }

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #fff;
  text-align: left; }

table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: black;
  border: solid 1px #737374; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em; }

a.th {
  display: inline-block; }

.notification {
  padding: 15px; }
  .notification.status-success {
    background-color: #bcf4c7; }

/*****************************************************************
   Home
*****************************************************************/
#home #wrap {
  background: #f3f3f4; }
#home #opener {
  position: relative;
  width: 100%;
  padding-bottom: 0; }
#home #home-cta {
  width: 100%;
  height: 90px;
  background: #6c6d70;
  display: table; }
  #home #home-cta .container {
    display: table;
    height: 90px;
    width: 998px; }
  #home #home-cta .copy {
    width: 95%;
    float: left;
    margin-top: 23px;
    text-align: center; }
  #home #home-cta h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 80%; }
    #home #home-cta h3 a {
      color: #fff; }
    #home #home-cta h3 a:hover {
      color: #f3f3f4 !important; }
  #home #home-cta p a {
    color: #cccccc; }
  #home #home-cta #readmore {
    width: 142px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle; }
    #home #home-cta #readmore a {
      background: url(../i/bg-button.png);
      background-size: 142px auto;
      display: block;
      color: #6c6d70;
      text-decoration: none;
      padding: 6px 10px 7px 16px; }
      #home #home-cta #readmore a:hover {
        color: #fff;
        background: url(../i/bg-button.png) 0 -62px;
        background-size: 142px auto; }
#home #home-bottom .container {
  padding-left: 10px;
  padding-right: 10px; }
#home #home-bottom .intro {
  margin-bottom: 2rem; }
  #home #home-bottom .intro h1 {
    color: #414143;
    font-size: 2.1rem;
    margin-bottom: 1.5rem; }
#home #home-bottom .feeds .col, #home #home-bottom .bottom-row .col {
  padding-left: 10px;
  padding-right: 10px; }
  #home #home-bottom .feeds .col:first-child, #home #home-bottom .bottom-row .col:first-child {
    padding-left: 0; }
#home #home-bottom .col.sidebar {
  padding-left: 10px;
  padding-right: 10px; }
#home #home-bottom article {
  padding-bottom: 20px;
  position: relative;
  height: auto !important;
  overflow: hidden; }
#home #home-bottom #news, #home #home-bottom #blog {
  height: 533px !important; }
#home #home-bottom header, #home #home-bottom section {
  padding-left: 0;
  padding-right: 0; }
#home #home-bottom header {
  padding-bottom: 27px; }
#home #home-bottom section {
  padding-bottom: 39px; }
  #home #home-bottom section img {
    margin-bottom: 15px; }
#home #home-bottom h6, #home #home-bottom h5, #home #home-bottom h4 {
  padding-left: 17px;
  padding-right: 17px; }
#home #home-bottom h6, #home #home-bottom h5 {
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  color: #8b8d90;
  padding-bottom: 7px;
  text-transform: none; }
#home #home-bottom h5.date {
  text-transform: uppercase; }
#home #home-bottom h6.author {
  padding-top: 2px;
  font-size: 12px; }
#home #home-bottom p {
  padding-left: 17px;
  padding-right: 6px;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 155%; }
#home #home-bottom .p-l p, #home #home-bottom p.p-l {
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 17px;
  color: #4c4d4f;
  letter-spacing: -1px;
  line-height: 155%;
  padding-bottom: 0;
  color: #000;
  padding-left: 17px;
  padding-right: 17px; }
  #home #home-bottom .p-l p a:hover, #home #home-bottom p.p-l a:hover {
    color: #737374; }
#home #home-bottom a p {
  color: #4c4c4e !important; }
#home #home-bottom a:hover p {
  color: #000 !important; }
#home #home-bottom button, #home #home-bottom .gform_wrapper .gform_button, .gform_wrapper #home #home-bottom .gform_button, #home #home-bottom .button, #home #home-bottom aside .tagcloud a, aside .tagcloud #home #home-bottom a {
  margin-left: 17px; }
#home #home-bottom .bottom-link {
  display: block;
  position: absolute;
  left: 17px;
  bottom: 17px; }
#home #join-us section {
  padding-bottom: 0px; }
  #home #join-us section img {
    margin-bottom: 0px; }
  #home #join-us section button, #home #join-us section .gform_wrapper .gform_button, .gform_wrapper #home #join-us section .gform_button, #home #join-us section .button, #home #join-us section aside .tagcloud a, aside .tagcloud #home #join-us section a {
    margin: -50px auto 30px auto;
    display: table; }
  #home #join-us section p {
    padding-bottom: 0px; }
#home #twitter {
  border: 1px solid #e7e7e8;
  height: 137px; }
  #home #twitter ul {
    margin: 0px;
    float: left;
    padding: 0px; }
    #home #twitter ul li {
      list-style-type: none;
      float: left;
      width: 100%; }
  #home #twitter header {
    background: url(../i/icons/ico-twitter-grey.jpg) no-repeat;
    height: 21px;
    padding: 0 0 0 28px;
    margin: 20px 0 0 20px; }
  #home #twitter .home-tweet-date {
    display: none; }
  #home #twitter .home-tweet-tweet {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px 0 20px; }
#home #twitter-arrow {
  float: right;
  margin: -21px 40px 0 0;
  position: relative;
  z-index: 99; }
#home #social {
  border: 1px solid #e7e7e8;
  padding-bottom: 0px !important; }
  #home #social section {
    padding-bottom: 0px !important; }
    #home #social section h4 {
      padding: 0px;
      float: left;
      margin: 15px 0 0 17px; }
    #home #social section ul {
      float: right;
      margin: 0px;
      padding: 0px; }
      #home #social section ul li {
        float: left;
        width: 45px;
        height: 45px;
        list-style-type: none;
        background: #e7e7e8;
        margin-right: 1px; }
        #home #social section ul li a {
          display: block;
          width: 45px;
          height: 45px; }
        #home #social section ul li img {
          margin: 0 auto;
          display: table; }
      #home #social section ul li:last-child {
        margin-right: 0px; }
      #home #social section ul li:hover {
        background: #2cb549; }
      #home #social section ul .facebook img {
        margin-top: 12px; }
      #home #social section ul .twitter img {
        margin-top: 14px; }
      #home #social section ul .linkedin img {
        margin-top: 12px; }
      #home #social section ul .email img {
        margin-top: 15px; }
#home #overview {
  border-bottom: 0px !important;
  padding-bottom: 0px !important; }
  #home #overview img {
    float: left;
    width: 100%; }

/** FANCY BOX **/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../i/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../i/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../i/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../i/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../i/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../i/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*****************************************************************
  Blog 
*****************************************************************/
#blog #wrap {
  background: #f3f3f4; }
#blog .banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top right; }
  #blog .banner h1 {
    width: 70%;
    position: relative;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal; }
#blog.single .author {
  display: none; }
#blog article .headerimg {
  max-height: 275px;
  overflow: hidden; }

#author-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px;
  border-bottom: 10px solid #26ad38; }

/*****************************************************************
   Careers
*****************************************************************/
#careers #wrap {
  background: #f3f3f4; }
#careers li.current_page_parent a:before {
  top: -100px; }
#careers li.current_page_parent a {
  font-weight: normal !important;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #a7a9ac !important; }
#careers #menu-item-887 a {
  font-weight: 500 !important;
  color: #000 !important; }
#careers #menu-item-887 a:before {
  top: -51px !important; }
#careers #cat-leadership {
  border-color: #fcc042; }
#careers #cat-design {
  border-color: #f36f21; }
#careers #cat-product {
  border-color: #488a5d; }
#careers #cat-support {
  border-color: #a2998a; }
#careers #cat-engineering {
  border-color: #135378; }
#careers #cat-board {
  border-color: #517989; }
#careers #cat-technical {
  border-color: #cb424e; }
#careers #cat-ux {
  border-color: #ef6d39; }
#careers #cat-marketing, #careers #cat-sales {
  border-color: #7c71a7; }
#careers #opener .rsBullets {
  margin-top: -25px;
  margin-left: 25px; }
#careers article {
  padding-bottom: 30px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }
  #careers article .career-title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 145%;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: -1px;
    padding-bottom: 32px;
    cursor: pointer;
    color: #737374;
    clear: both;
    line-height: 120%;
    display: block;
    padding-left: 20px;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal; }
  #careers article .career-title:hover {
    color: #4d4d4f; }
#careers h3 {
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important;
  font-style: normal; }

#careers.single article {
  padding-bottom: 80px; }
  #careers.single article h2 {
    color: #4c4d4f;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal; }

/*****************************************************************
   About
*****************************************************************/
#aboutintro .tagline {
  font-weight: 200;
  font-size: 43px;
  line-height: 300px; }
  #aboutintro .tagline span {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0; }
    #aboutintro .tagline span.reveal {
      opacity: 1; }
  @media only screen and (max-width: 768px) {
    #aboutintro .tagline {
      line-height: 1em; }
      #aboutintro .tagline span {
        opacity: 1; } }
#aboutintro .tryptic h3 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 1em;
  font-weight: 200 !important; }
#aboutintro .tryptic p {
  padding-right: 45px; }
  @media only screen and (max-width: 768px) {
    #aboutintro .tryptic p {
      padding-right: 0; } }
@media only screen and (max-width: 768px) {
  #aboutintro {
    padding-right: 5px;
    padding-left: 5px; } }

.about .row h3 {
  padding-right: 55px; }
.about h2 {
  text-transform: uppercase;
  color: #737374;
  font-size: 30px; }
.about .content-section img {
  max-width: none !important;
  width: auto !important; }

.partner-image {
  float: left;
  width: 100%;
  height: 55px; }

.partner-text p {
  color: #8b8d90;
  font-size: 12px; }

/*****************************************************************
   News
*****************************************************************/
#news.news-coverage #menu-header-navigation-1 li.menu-item-coverage {
  background: #4d4d4f; }
#news.news-releases #menu-header-navigation-1 li.menu-item-releases {
  background: #4d4d4f; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.news .container-main {
  margin-top: 80px !important; }
.news #wrap {
  background: #f3f3f4; }
.news .link-archive {
  font-size: 32px;
  font-size: 2rem;
  line-height: 125%;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #f3f3f4;
  letter-spacing: -1px;
  text-transform: none;
  color: #000;
  color: #2cb549;
  display: block;
  clear: both;
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 36px; }
  .news .link-archive:hover {
    color: #737374; }
.news .author {
  display: none; }
.news li.current_page_parent a:before {
  top: -100px; }
.news li.current_page_parent a {
  font-weight: normal !important;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #a7a9ac !important; }

.hero-head {
  background: url("../i/product/hero_background.png");
  height: 495px; }
  .hero-head .hero-head-left {
    margin-top: 145px; }

.product-nav {
  background: white;
  border-bottom: 10px solid #f2733a;
  height: 86px; }
  .product-nav .product-nav-border-struct {
    border-bottom: 10px solid #52CCDF;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .product-nav .product-nav-border-clean {
    border-bottom: 10px solid #4DB970;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .product-nav .product-nav-border-enrich {
    border-bottom: 10px solid #E7B54A;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .product-nav .product-nav-border-distill {
    border-bottom: 10px solid #1F4E84;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .product-nav.stuck {
    position: fixed;
    top: 103px;
    width: 100%;
    z-index: 499; }
  .product-nav ul {
    height: 86px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .product-nav ul li {
      display: inline-block;
      height: 86px;
      width: 18%; }
      .product-nav ul li .product-nav-inner {
        display: table;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        vertical-align: middle; }
        .product-nav ul li .product-nav-inner .icon-link {
          display: block;
          height: 100%;
          width: 100%; }
      .product-nav ul li:hover {
        cursor: pointer; }
        .product-nav ul li:hover a {
          color: #515153; }
        .product-nav ul li:hover .product-nav-disc {
          background: url("../i/product/product-nav-icons.png") 0 0; }
        .product-nav ul li:hover .product-nav-struct {
          background: url("../i/product/product-nav-icons.png") -52px 0; }
        .product-nav ul li:hover .product-nav-clean {
          background: url("../i/product/product-nav-icons.png") -100px 0; }
        .product-nav ul li:hover .product-nav-enrich {
          background: url("../i/product/product-nav-icons.png") -152px 0; }
        .product-nav ul li:hover .product-nav-distill {
          background: url("../i/product/product-nav-icons.png") -199px 0; }
      .product-nav ul li .product-nav-current a {
        color: #515153; }
      .product-nav ul li .product-nav-current .product-nav-disc {
        background: url("../i/product/product-nav-icons.png") 0 0; }
      .product-nav ul li .product-nav-current .product-nav-struct {
        background: url("../i/product/product-nav-icons.png") -52px 0; }
      .product-nav ul li .product-nav-current .product-nav-clean {
        background: url("../i/product/product-nav-icons.png") -100px 0; }
      .product-nav ul li .product-nav-current .product-nav-enrich {
        background: url("../i/product/product-nav-icons.png") -152px 0; }
      .product-nav ul li .product-nav-current .product-nav-distill {
        background: url("../i/product/product-nav-icons.png") -199px 0; }
      .product-nav ul li a {
        color: rgba(81, 81, 83, 0.5);
        display: table-cell;
        font-weight: bold;
        letter-spacing: -1px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%; }
      .product-nav ul li .product-nav-disc {
        background: url("../i/product/product-nav-icons.png") 0 -52px no-repeat;
        float: left;
        height: 37px;
        margin-right: 20px;
        width: 37px;
        vertical-align: middle; }
      .product-nav ul li .product-nav-struct {
        background: url("../i/product/product-nav-icons.png") -52px -53px no-repeat;
        float: left;
        height: 37px;
        margin-right: 20px;
        width: 37px;
        vertical-align: middle; }
      .product-nav ul li .product-nav-clean {
        background: url("../i/product/product-nav-icons.png") -100px -53px no-repeat;
        float: left;
        height: 37px;
        margin-right: 20px;
        width: 37px;
        vertical-align: middle; }
      .product-nav ul li .product-nav-enrich {
        background: url("../i/product/product-nav-icons.png") -152px -53px no-repeat;
        float: left;
        height: 37px;
        margin-right: 20px;
        width: 37px;
        vertical-align: middle; }
      .product-nav ul li .product-nav-distill {
        background: url("../i/product/product-nav-icons.png") -201px -53px no-repeat;
        float: left;
        height: 37px;
        margin-right: 20px;
        width: 37px;
        vertical-align: middle; }

.product-features {
  margin-top: 100px; }
  .product-features .product-feature {
    margin-bottom: 100px; }
    .product-features .product-feature .product-feature-left {
      float: left; }
    .product-features .product-feature .product-feature-right {
      float: right; }
    .product-features .product-feature h2 {
      color: #515153;
      font-size: 16px;
      font-weight: bold !important;
      margin-bottom: 30px;
      margin-top: 70px;
      text-transform: uppercase; }
    .product-features .product-feature p {
      color: #646466;
      font-size: 13px; }

.product-slider-container {
  background: url("../i/product/device-screen.png");
  height: 333px;
  margin: 0 auto;
  position: relative;
  width: 415px; }
  .product-slider-container .product-slider-inner {
    height: 229px;
    left: 17px;
    top: 17px;
    position: absolute;
    width: 381px; }
    .product-slider-container .product-slider-inner:hover .product-slider-zoom {
      background: #2cb549; }
    .product-slider-container .product-slider-inner .product-slider-zoom {
      background: rgba(0, 0, 0, 0.4);
      padding: 5px 5px 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100; }
    .product-slider-container .product-slider-inner .product-slider {
      height: 100% !important;
      width: 100% !important; }
      .product-slider-container .product-slider-inner .product-slider .product-slider-slide {
        max-height: 100%;
        max-width: 100%; }
  .product-slider-container .rsBullets {
    display: table;
    float: none;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center; }
    .product-slider-container .rsBullets .rsBullet {
      border-radius: 50%;
      border: 1px solid #cecece;
      float: left;
      height: 12px;
      margin-right: 10px;
      width: 12px; }
      .product-slider-container .rsBullets .rsBullet.rsNavSelected {
        background: #e7e7e8; }

.product-footer {
  background: #f2f2f2;
  padding: 75px 0; }
  .product-footer .product-footer-box {
    background: #ffffff;
    border-bottom: 10px solid #e7e7e8;
    min-height: 280px;
    padding: 40px 30px; }
    .product-footer .product-footer-box h2 {
      color: #515153;
      font-size: 16px;
      font-weight: bold !important;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .product-footer .product-footer-box p {
      color: #646466;
      font-size: 13px; }
    .product-footer .product-footer-box a {
      bottom: 40px;
      color: white;
      font-size: 12px;
      padding: 5px 8px;
      position: absolute;
      text-transform: uppercase; }
      .product-footer .product-footer-box a.button-green {
        background: #26ad38; }
      .product-footer .product-footer-box a.button-orange {
        background: #f56500; }
      .product-footer .product-footer-box a.button-blue {
        background: #18b9d8; }

.predictive-nav {
  background: white;
  border-bottom: 10px solid #4ac7dc;
  height: 86px; }
  .predictive-nav .predictive-nav-border-versus {
    border-bottom: 10px solid #f2733a;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .predictive-nav .predictive-nav-border-how {
    border-bottom: 10px solid #45b267;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .predictive-nav.stuck {
    position: fixed;
    top: 103px;
    width: 100%;
    z-index: 499; }
  .predictive-nav ul {
    height: 86px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .predictive-nav ul li {
      display: inline-block;
      height: 86px;
      width: 32%; }
      .predictive-nav ul li .predictive-nav-inner {
        height: 100%;
        line-height: 86px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 100%; }
      .predictive-nav ul li:hover {
        cursor: pointer; }
        .predictive-nav ul li:hover a {
          color: #515153; }
      .predictive-nav ul li .predictive-nav-current a {
        color: #515153; }
      .predictive-nav ul li a {
        color: rgba(81, 81, 83, 0.5);
        display: block;
        font-weight: bold;
        height: 100%;
        letter-spacing: -1px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%; }

#top-pred {
  float: left;
  width: 100%;
  padding: 90px 0; }
  #top-pred img {
    margin: 0 0 40px 0; }
  #top-pred p {
    padding: 0 145px 15px 145px;
    text-align: center; }
  #top-pred h1 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    color: #646466;
    font-size: 28px;
    text-align: center; }

#mid-pref {
  float: left;
  width: 100%;
  padding: 0px 0 90px 0; }
  #mid-pref .col-sm-5:last-child {
    float: right; }
  #mid-pref h1 {
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    color: #646466;
    font-size: 28px;
    text-align: center; }
  #mid-pref h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0 0 25px 0;
    height: 40px; }

#bot-pref {
  float: left;
  width: 100%;
  padding: 0 0 90px 0; }
  #bot-pref h1 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    color: #646466;
    font-size: 28px;
    text-align: center; }
  #bot-pref h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0 0 25px 0;
    height: 40px; }

.pref-row-1 {
  float: left;
  width: 100%;
  height: 160px; }
  .pref-row-1 img:last-child {
    float: right; }

.pref-row-2 {
  float: left;
  width: 100%;
  height: 54px; }
  .pref-row-2 img {
    margin: 0 auto;
    display: table; }

.pref-row-3 {
  float: left;
  width: 100%;
  height: 140px; }

.pref-row-label {
  float: left;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border-left: 2px solid #d0d1d3;
  border-right: 2px solid #d0d1d3;
  border-top: 2px solid #d0d1d3;
  border-bottom: 8px solid #d0d1d3;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #818181;
  margin: 22px 0; }

#green-row img {
  border-bottom: 10px solid #45b267;
  clear: both; }

#orange-row img {
  border-bottom: 10px solid #f2733a;
  clear: both; }

#blue-row img {
  border-bottom: 10px solid #54cade;
  clear: both; }

.how-row {
  float: left;
  width: 100%;
  padding: 65px 0;
  border-bottom: 1px solid #ccc; }
  .how-row .img-caption {
    float: left;
    width: 60%;
    margin: 15px 0 0 0;
    font-size: 12px; }
  .how-row .col-sm-5:last-child {
    float: right; }

.how-row:last-child {
  border-bottom: 0px; }

@media all and (max-width: 480px) and (min-width: 0px) {
  #top-pred p {
    padding-right: 0px;
    padding-left: 0px; }

  #mid-pref {
    padding: 0 0 50px 0; }
    #mid-pref h1 {
      margin: 0 0 40px 0; }
    #mid-pref .col-sm-5 {
      float: left; }

  .pref-row-1 img {
    width: auto !important; }

  .pref-row-1, .pref-row-2, .pref-row-3 {
    height: auto; }

  .how-row {
    padding: 30px 0; } }
.technology-nav {
  background: white;
  border-bottom: 10px solid #808285;
  height: 86px; }
  .technology-nav .technology-nav-border-interface {
    border-bottom: 10px solid #4ac7dc;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav .technology-nav-border-learning {
    border-bottom: 10px solid #f2733a;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav .technology-nav-border-data {
    border-bottom: 10px solid #45b267;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav .technology-nav-border-flow {
    border-bottom: 10px solid #4d4d4f;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav.stuck {
    position: fixed;
    top: 103px;
    width: 100%;
    z-index: 499; }
  .technology-nav ul {
    height: 86px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .technology-nav ul li {
      display: inline-block;
      height: 86px;
      width: 19%; }
      .technology-nav ul li .technology-nav-inner {
        height: 100%;
        line-height: 86px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 100%; }
      .technology-nav ul li:hover {
        cursor: pointer; }
        .technology-nav ul li:hover a {
          color: #515153; }
      .technology-nav ul li .technology-nav-current a {
        color: #515153; }
      .technology-nav ul li a {
        color: rgba(81, 81, 83, 0.5);
        display: block;
        font-weight: bold;
        height: 100%;
        letter-spacing: -1px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%; }

#product .techall {
  padding-top: 43px;
  background-color: #f3f3f4; }

#fo-mobile-intro {
  display: none; }
  @media only screen and (max-width: 1024px) {
    #fo-mobile-intro {
      display: block; } }

#tech:before, #tech:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
#tech:after {
  clear: both; }
#tech #flyout {
  position: relative;
  min-height: 360px;
  margin-left: 20px;
  width: 30%; }
  #tech #flyout .section {
    position: absolute;
    top: 0;
    left: -10%;
    width: 319px;
    opacity: 0;
    -webkit-transition: left 0.3s ease-out, opacity 0.2s ease-out;
    transition: left 0.3s ease-out, opacity 0.2s ease-out; }
    #tech #flyout .section.exposed {
      left: 0;
      opacity: 1; }
  @media only screen and (max-width: 1024px) {
    #tech #flyout {
      display: none; } }

#technology h2 {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin: 0 0 10px 0; }

#top-technology {
  float: left;
  width: 100%;
  padding: 70px 0;
  border-bottom: 1px solid #ccc; }
  #top-technology h1 {
    font-size: 28px;
    width: 100%;
    color: #646466;
    padding: 0 0 80px 0;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important; }

#interface .col-md-4 h2 {
  color: #4ac7dc; }

#learning .col-md-4 h2 {
  color: #f2733a; }

#data .col-md-4 h2 {
  color: #45b267; }

.tech-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 90px 0; }
  .tech-row h2 {
    text-align: center; }
  .tech-row p {
    padding: 0 145px;
    text-align: center; }
  .tech-row .col-md-4 {
    margin: 65px 0 0 0; }
    .tech-row .col-md-4 h2 {
      text-align: left; }
    .tech-row .col-md-4 p {
      padding: 0 25px 0 0;
      text-align: left; }

#tech-flow {
  padding: 90px 0;
  float: left;
  width: 100%; }
  #tech-flow h2 {
    text-align: center; }
  #tech-flow p {
    padding: 0 145px;
    text-align: center; }
  #tech-flow img {
    margin: 90px auto 0 auto;
    display: table; }

#layers {
  padding-right: 20px; }
  #layers .layer {
    color: #FFF;
    text-align: center;
    padding: 32px 0;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
    position: relative; }
    #layers .layer > p {
      display: none;
      margin: 10px 10px 0;
      text-align: left;
      padding-bottom: 0; }
    #layers .layer .icon-t-close {
      position: absolute;
      top: 20px;
      right: 10px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
    #layers .layer:before, #layers .layer:after {
      border-top: 5px solid #f3f3f4;
      font-size: 0px;
      content: ".";
      position: absolute;
      top: 0; }
    #layers .layer:before {
      left: 0; }
    #layers .layer:after {
      right: 0; }
    #layers .layer.interface, #layers .layer.learning, #layers .layer.data {
      cursor: pointer; }
    #layers .layer.interface {
      background-color: #5ac8da;
      margin: 0 40px;
      background-image: -webkit-gradient(linear, left 5px, left 5px, from(#3dbed3), to(#5ac8da));
      background-image: -webkit-linear-gradient(top, #3dbed3, 5px, #5ac8da, 5px);
      background-image: -moz-linear-gradient(top, #3dbed3 5px, #5ac8da 5px);
      background-image: linear-gradient(to bottom, #3dbed3 5px, #5ac8da 5px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3DBED3', endColorstr='#FF5AC8DA', GradientType=0); }
      #layers .layer.interface:before {
        border-right: 10px solid #3dbed3; }
      #layers .layer.interface:after {
        border-left: 10px solid #3dbed3; }
      #layers .layer.interface .point {
        background-color: #30bad1; }
    #layers .layer.learning {
      background-color: #f17c45;
      margin: 0 30px;
      background-image: -webkit-gradient(linear, left 5px, left 5px, from(#ef6524), to(#f17c45));
      background-image: -webkit-linear-gradient(top, #ef6524, 5px, #f17c45, 5px);
      background-image: -moz-linear-gradient(top, #ef6524 5px, #f17c45 5px);
      background-image: linear-gradient(to bottom, #ef6524 5px, #f17c45 5px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF6524', endColorstr='#FFF17C45', GradientType=0); }
      #layers .layer.learning:before {
        border-right: 10px solid #ef6524; }
      #layers .layer.learning:after {
        border-left: 10px solid #ef6524; }
      #layers .layer.learning .point {
        background-color: #ed5b16; }
    #layers .layer.data {
      background-color: #4ab771;
      margin: 0 20px -15px;
      background-image: -webkit-gradient(linear, left 5px, left 5px, from(#3f9e61), to(#4ab771));
      background-image: -webkit-linear-gradient(top, #3f9e61, 5px, #4ab771, 5px);
      background-image: -moz-linear-gradient(top, #3f9e61 5px, #4ab771 5px);
      background-image: linear-gradient(to bottom, #3f9e61 5px, #4ab771 5px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3F9E61', endColorstr='#FF4AB771', GradientType=0);
      z-index: 1; }
      #layers .layer.data:before {
        border-right: 10px solid #3f9e61; }
      #layers .layer.data:after {
        border-left: 10px solid #3f9e61; }
      #layers .layer.data .point {
        background-color: #3b935a; }
    #layers .layer.hadoop {
      background-color: #e7e7e8;
      background-image: -webkit-gradient(linear, left 25px, left 25px, from(#d5d5d7), to(#e7e7e8));
      background-image: -webkit-linear-gradient(top, #d5d5d7, 25px, #e7e7e8, 25px);
      background-image: -moz-linear-gradient(top, #d5d5d7 25px, #e7e7e8 25px);
      background-image: linear-gradient(to bottom, #d5d5d7 25px, #e7e7e8 25px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD5D5D7', endColorstr='#FFE7E7E8', GradientType=0);
      z-index: 0;
      padding: 40px 0 15px; }
      #layers .layer.hadoop h3 {
        background: url("../i/product/technology-layer-hadoop.png") no-repeat bottom center;
        height: 45px;
        overflow: hidden;
        text-indent: 105%; }
      #layers .layer.hadoop:before, #layers .layer.hadoop:after {
        border-top: 25px solid #f3f3f4; }
      #layers .layer.hadoop:before {
        border-right: 25px solid #d5d5d7; }
      #layers .layer.hadoop:after {
        border-left: 25px solid #d5d5d7; }
    #layers .layer h3, #layers .layer h4 {
      text-transform: uppercase; }
    #layers .layer h3 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500 !important;
      letter-spacing: 0.05em; }
    #layers .layer .sub {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s ease-out;
      transition: max-height 0.3s ease-out;
      margin-left: 20px; }
      #layers .layer .sub .point {
        display: table;
        vertical-align: top;
        width: 31%;
        padding: 11px;
        margin: 20px 1% 0 0;
        height: 50px;
        float: left; }
        #layers .layer .sub .point:last-child {
          margin-right: 0; }
        #layers .layer .sub .point h4 {
          padding-bottom: 0;
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: 0.05em;
          display: table-cell;
          vertical-align: middle;
          width: 100%; }
    #layers .layer.exposed {
      padding-bottom: 15px; }
      #layers .layer.exposed .icon-t-close {
        opacity: 1; }
      #layers .layer.exposed .sub {
        max-height: 71px; }
  @media only screen and (max-width: 1024px) {
    #layers {
      width: 100%;
      padding-right: 0; }
      #layers .tech-row p {
        padding: 0px; }
      #layers .layer {
        margin-left: 0 !important;
        margin-right: 0 !important; }
        #layers .layer .sub {
          margin-left: 10px;
          margin-right: 10px; }
          #layers .layer .sub .point {
            width: 100%;
            margin: 10px 0 0;
            height: auto; }
        #layers .layer.exposed > p {
          display: block; }
        #layers .layer.exposed .sub {
          max-height: 200px; } }

@media all and (max-width: 480px) and (min-width: 0px) {
  .tech-row, #tech-flow {
    padding: 40px 0; }
    .tech-row p, #tech-flow p {
      padding: 0px; }
    .tech-row .col-md-4, #tech-flow .col-md-4 {
      margin: 35px 0 0 0;
      padding-bottom: 0px !important; }

  #top-technology .col-md-6 {
    margin: 20px 0 0 0 !important; } }
/*****************************************************************
   People
*****************************************************************/
#people .banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top right;
  height: 469px; }
  #people .banner h1 {
    width: 70%;
    position: relative;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal; }
#people .board .social-strip, #people .technical .social-strip {
  display: none !important; }
#people blockquote {
  font-size: 18px; }

/*****************************************************************
   Contact
*****************************************************************/
.contact .col-sm-4 aside:first-child {
  margin-top: 40px; }
.contact h3 {
  text-transform: uppercase;
  margin-bottom: 20px; }
.contact aside {
  border-width: 1px;
  padding-top: 0;
  /* h4 {
  	font-size: 15px;
  } */ }
  .contact aside address {
    padding-top: 0px !important; }
.contact aside.last {
  border: 0 !important;
  padding-bottom: 0;
  margin-bottom: 30px; }
  .contact aside.last p {
    max-width: 75%; }
.contact .link-big {
  padding-top: 20px; }
.contact #map {
  float: left;
  width: 100%;
  height: 520px; }
  .contact #map img {
    max-width: none; }
.contact .content-block:first-child {
  margin-top: 40px; }

/*****************************************************************
	Early Access
*****************************************************************/
#schedule-a-demo aside address {
  padding-top: 0px; }
#schedule-a-demo #wrap {
  background: #f3f3f4; }
#schedule-a-demo .col-sm-8 article {
  background: #f3f3f4;
  border-bottom: 0px; }
#schedule-a-demo .gfield_label {
  display: none; }
#schedule-a-demo #no-toggle {
  margin-left: 30px !important; }
#schedule-a-demo #fields-required {
  font-size: 11px;
  display: block;
  margin-bottom: -40px; }
#schedule-a-demo #gform_fields_2 {
  float: left;
  width: 100%; }
  #schedule-a-demo #gform_fields_2 li {
    float: left;
    list-style-type: none; }
    #schedule-a-demo #gform_fields_2 li input {
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #schedule-a-demo #gform_fields_2 li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }
    #schedule-a-demo #gform_fields_2 li select {
      -webkit-appearance: none;
      background: url(../i/dropdown.png) no-repeat #fff top right 14px;
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      padding: 10px 13px 10px 13px;
      -moz-appearance: none; }
    #schedule-a-demo #gform_fields_2 li select::-ms-expand {
      display: none; }
  #schedule-a-demo #gform_fields_2 #field_2_1, #schedule-a-demo #gform_fields_2 #field_2_5, #schedule-a-demo #gform_fields_2 #field_2_10, #schedule-a-demo #gform_fields_2 #field_2_4 {
    width: 290px;
    margin: 0 15px 15px 0; }
    #schedule-a-demo #gform_fields_2 #field_2_1 label, #schedule-a-demo #gform_fields_2 #field_2_5 label, #schedule-a-demo #gform_fields_2 #field_2_10 label, #schedule-a-demo #gform_fields_2 #field_2_4 label {
      font-size: 12px;
      color: #4c4d4f;
      float: left;
      margin: 12px 15px 0 0;
      cursor: text; }
  #schedule-a-demo #gform_fields_2 #field_2_2, #schedule-a-demo #gform_fields_2 #field_2_6, #schedule-a-demo #gform_fields_2 #field_2_17, #schedule-a-demo #gform_fields_2 #field_2_18 {
    width: 290px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_2 #field_2_3 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_2 #field_2_8 {
    width: 290px;
    float: left; }
    #schedule-a-demo #gform_fields_2 #field_2_8 select {
      width: 100%;
      border: 0px; }
  #schedule-a-demo #gform_fields_2 #field_2_9 {
    width: 595px; }
  #schedule-a-demo #gform_fields_2 #field_2_16 {
    margin: -2px 15px 0 0;
    width: 290px;
    float: left; }
    #schedule-a-demo #gform_fields_2 #field_2_16 select {
      width: 100%;
      border: 0px; }
#schedule-a-demo #field_2_10 .gfield_label {
  display: block; }
#schedule-a-demo #field_2_10 #choice_10_1:empty, #schedule-a-demo #field_2_10 #choice_10_2:empty {
  margin-left: -999999px; }
#schedule-a-demo #field_2_10 #choice_10_1 ~ label {
  position: relative;
  float: left;
  line-height: .3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 11px; }
  #schedule-a-demo #field_2_10 #choice_10_1 ~ label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: block;
    margin: 12px 0 0 12px; }
#schedule-a-demo #field_2_10 #choice_10_1:empty ~ label:before, #schedule-a-demo #field_2_10 #choice_10_2:empty ~ label:before, #schedule-a-demo #field_2_10 #choice_10_2:empty ~ label:after, #schedule-a-demo #field_2_10 #choice_10_1:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 5em;
  background-color: #c33;
  border-radius: 5em;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
#schedule-a-demo #field_2_10 #choice_10_1:empty ~ label:after, #schedule-a-demo #field_2_10 #choice_10_2:empty ~ label:after {
  width: 1.4em;
  top: 0.3em;
  bottom: 0.1em;
  margin-left: 0.3em;
  background-color: #fff;
  border-radius: 5em;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
  height: 20px; }
#schedule-a-demo #field_2_10 #choice_10_1:checked ~ label:before, #schedule-a-demo #field_2_10 #choice_10_2:checked ~ label:before {
  background-color: #2cb549; }
#schedule-a-demo #field_2_10 #choice_10_1:checked ~ label:after, #schedule-a-demo #field_2_10 #choice_10_2:checked ~ label:after {
  margin-left: 3.2em; }

#early-access #wrap, .early-access #wrap {
  background: #f3f3f4; }
#early-access aside, .early-access aside {
  clear: both; }
#early-access .form-container, .early-access .form-container {
  float: left; }
  #early-access .form-container h2.title, .early-access .form-container h2.title {
    padding-top: 36px; }
  #early-access .form-container p, .early-access .form-container p {
    width: 90% !important; }
  #early-access .form-container form, .early-access .form-container form {
    float: right;
    margin-top: 33px;
    margin-right: 53px;
    width: 340px; }
  #early-access .form-container input, #early-access .form-container textarea, #early-access .form-container label, .early-access .form-container input, .early-access .form-container textarea, .early-access .form-container label {
    float: left; }
  #early-access .form-container input:not([type="submit"]), #early-access .form-container textarea, .early-access .form-container input:not([type="submit"]), .early-access .form-container textarea {
    width: 100%;
    background: #737374;
    /* The Fallback */
    background: rgba(115, 115, 116, 0.1); }
  #early-access .form-container input:not([type="submit"]):focus, #early-access .form-container textarea:focus, .early-access .form-container input:not([type="submit"]):focus, .early-access .form-container textarea:focus {
    background: #737374;
    /* The Fallback */
    background: rgba(115, 115, 116, 0.2); }
  #early-access .form-container textarea, .early-access .form-container textarea {
    min-height: 190px; }
  #early-access .form-container label, .early-access .form-container label {
    position: absolute;
    top: 10px;
    right: 100%;
    padding-bottom: 0;
    padding-right: 23px;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;
    font-size: 13px;
    width: 45%; }
    #early-access .form-container label span, .early-access .form-container label span {
      clear: both;
      float: right;
      margin-top: 10px;
      text-transform: none;
      white-space: normal; }
  #early-access .form-container .form-group, .early-access .form-container .form-group {
    clear: both;
    margin-bottom: 10px;
    float: right;
    position: relative;
    width: 100%; }
  #early-access .form-container button, #early-access .form-container .gform_wrapper .gform_button, .gform_wrapper #early-access .form-container .gform_button,
  #early-access .form-container .gform_button, .early-access .form-container button, .early-access .form-container .gform_wrapper .gform_button, .gform_wrapper .early-access .form-container .gform_button,
  .early-access .form-container .gform_button {
    float: left;
    clear: both;
    margin-top: 10px; }
  #early-access .form-container .thank-you, .early-access .form-container .thank-you {
    color: #2cb549;
    clear: both;
    text-align: left;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    transition: opacity 0.5s linear 0.2s;
    -webkit-transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    -ms-transition: opacity 0.5s linear 0.2s;
    -o-transition: opacity 0.5s linear 0.2s; }
#early-access .success input, #early-access .success textarea, .early-access .success input, .early-access .success textarea {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  font-weight: 400;
  color: black;
  clear: both; }
#early-access .success .thank-you, .early-access .success .thank-you {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }
#early-access .success button, #early-access .success .gform_wrapper .gform_button, .gform_wrapper #early-access .success .gform_button,
#early-access .success .gform_button, .early-access .success button, .early-access .success .gform_wrapper .gform_button, .gform_wrapper .early-access .success .gform_button,
.early-access .success .gform_button {
  display: none; }

.gform_wrapper .validation_error {
  background-color: #fcd0c2;
  padding: 15px;
  margin: 0 0 20px 0; }
.gform_wrapper .gforms_confirmation_message {
  background-color: #bcf4c7;
  padding: 15px; }
.gform_wrapper ul.gform_fields {
  list-style: none;
  padding-left: 0; }
  .gform_wrapper ul.gform_fields .gfield_required {
    display: none; }
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error select, .gform_wrapper .gfield.gfield_error textarea {
  border-color: #fb561b; }
.gform_wrapper .gfield_description.validation_message {
  font-size: 12px;
  background-color: #f3f3f4;
  padding: 4px 0px;
  color: #f33021; }
.gform_wrapper #field_2_9 .validation_message {
  margin-top: -30px; }

/*****************************************************************
   Events
*****************************************************************/
#events #wrap {
  background: #f3f3f4;
  padding-bottom: 0px; }

#events-all {
  float: left;
  width: 100%;
  padding: 60px 0; }
  #events-all aside address {
    padding-top: 0px; }

.indiv-event {
  width: 100%;
  background: #fff;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 10px solid #e7e7e8;
  margin: 0 0 20px 0; }

.indiv-event-top {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  float: left; }

.indiv-event-top-left {
  float: left;
  width: 70%; }

.indiv-event-date {
  background: url(../i/ico-date.jpg) no-repeat;
  color: #b3b3b5;
  font-size: 13px;
  padding: 0 0 0 22px;
  float: left;
  margin: 0 20px 0 0; }

.indiv-event-loc {
  background: url(../i/ico-location.jpg) no-repeat;
  color: #b3b3b5;
  font-size: 13px;
  padding: 0 0 0 18px;
  float: left;
  min-width: 150px; }

.indiv-event-top-right {
  float: left;
  width: 30%; }
  .indiv-event-top-right .get-started {
    float: right; }

.indiv-event-title {
  color: #4d4d4f;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 8px 0; }

.indiv-event-title:hover {
  color: #000; }

.indiv-event-left {
  float: left;
  width: 70%;
  margin-right: 5%; }
  .indiv-event-left p {
    font-size: 11px; }
  .indiv-event-left p:last-child {
    padding-bottom: 0px; }
  .indiv-event-left ul {
    font-size: 11px; }

.indiv-event-right {
  float: left;
  width: 25%; }
  .indiv-event-right img {
    float: right; }

/*****************************************************************
   Resources
*****************************************************************/
#resources #wrap {
  background: #f3f3f4;
  padding-bottom: 0px; }

#resource .gform_wrapper {
  width: 70%;
  margin: 0 auto; }
#resource #gform_wrapper_3 {
  width: 100%; }
  #resource #gform_wrapper_3 .form-control {
    border: 1px solid #919396;
    font-size: 13px;
    padding: 0.5em; }

.gfield .ginput_container select {
  font-size: 12px;
  border: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  color: #9E99AF;
  margin-bottom: 15px;
  margin-top: 0;
  text-indent: 7px; }

#resources-all {
  float: left;
  width: 100%;
  padding: 60px 0; }
  #resources-all aside address {
    padding-top: 0px; }
  #resources-all h4 {
    text-transform: uppercase;
    line-height: 18px; }
  #resources-all .resources-landing-video {
    position: relative;
    text-align: center; }
    #resources-all .resources-landing-video a {
      height: 100%;
      position: absolute;
      width: 100%; }

.resources-landing-form .gfield_label {
  display: none; }
.resources-landing-form li {
  float: left;
  list-style-type: none; }
  .resources-landing-form li input {
    font-size: 12px;
    border: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    width: 100%; }
  .resources-landing-form li textarea {
    font-size: 12px;
    width: 100%;
    border: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    margin: 0 0 30px 0; }
  .resources-landing-form li select {
    -webkit-appearance: none;
    background: url(../i/dropdown.png) no-repeat #fff top right 14px;
    font-size: 12px;
    width: 100%;
    border: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 10px 13px 10px 13px;
    -moz-appearance: none; }
  .resources-landing-form li select::-ms-expand {
    display: none; }
.resources-landing-form #field_10_5, .resources-landing-form #field_10_4, .resources-landing-form #field_10_6, .resources-landing-form #field_10_7, .resources-landing-form #field_10_8 {
  width: 48%;
  margin: 0 15px 15px 0; }
.resources-landing-form #field_10_4, .resources-landing-form #field_10_7 {
  float: right;
  margin: 0 0 15px 0; }
.resources-landing-form #field_12_5, .resources-landing-form #field_12_4, .resources-landing-form #field_12_6, .resources-landing-form #field_12_7, .resources-landing-form #field_12_8 {
  width: 48%;
  margin: 0 15px 15px 0; }
.resources-landing-form #field_12_4, .resources-landing-form #field_12_7 {
  float: right;
  margin: 0 0 15px 0; }
.resources-landing-form .gform_footer {
  clear: both; }

.video-resource {
  background: #fff;
  width: 300px;
  float: left;
  margin: 0 29px 30px 0;
  height: 350px;
  position: relative; }
  .video-resource h3 {
    font-size: 14px;
    color: #646466;
    float: left;
    margin: 20px 0 0 20px;
    font-weight: 500 !important; }
  .video-resource p {
    width: 100%;
    padding: 10px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    float: left;
    min-height: 140px; }
  .video-resource img {
    float: left; }
  .video-resource .download-title {
    display: block;
    float: left;
    padding: 0 15px 0 25px;
    background: url(../i/pdf-icon.png) no-repeat; }
  .video-resource span {
    font-size: 12px;
    color: #8b8d90;
    float: left;
    display: block;
    width: 100%;
    margin: 15px 0 10px 0; }
  .video-resource p {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    float: left; }
  .video-resource .get-started {
    margin: 10px 0 0 0;
    font-size: 11px;
    font-weight: 500 !important;
    position: absolute;
    bottom: 20px;
    left: 20px; }

.video-resource:nth-child(3n+3) {
  margin: 0 0 30px 0px; }
  .video-resource:nth-child(3n+3) img {
    float: left; }

.video-resource-download {
  float: left;
  width: 300px;
  background: #fff;
  margin: 0 29px 30px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .video-resource-download p {
    padding: 0px; }

#data-transformation img {
  float: left; }

#downloads {
  background: #fff;
  float: left;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 0; }
  #downloads h3 {
    font-size: 14px;
    color: #646466;
    font-weight: 500 !important;
    float: left;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e5e6;
    padding: 0 0 10px 0; }

.indiv-download {
  float: left;
  width: 300px;
  background: #fff;
  margin: 0 29px 30px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .indiv-download .download-title {
    display: block;
    float: left;
    padding: 0 15px 0 25px;
    background: url(../i/pdf-icon.png) no-repeat; }
  .indiv-download span {
    font-size: 12px;
    color: #8b8d90;
    float: left;
    display: block;
    width: 100%;
    margin: 15px 0 10px 0; }
  .indiv-download p {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    float: left; }
  .indiv-download .get-started {
    margin: 10px 0 0 0;
    font-size: 11px;
    font-weight: 500 !important; }

.indiv-download:nth-child(3n+3) {
  margin: 0 0 30px 0px; }
  .indiv-download:nth-child(3n+3) img {
    float: left; }

.indiv-download:last-child {
  border-bottom: 0px; }

#home-resources article {
  min-height: 232px !important; }
#home-resources .download-title {
  display: block;
  float: left;
  padding: 0 15px 0 0;
  font-size: 16px; }
#home-resources span {
  font-size: 12px;
  color: #8b8d90;
  float: left;
  display: block; }
#home-resources ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0 0 5px 0; }

.single-resource #wrap {
  background: #f3f3f4; }
.single-resource .gfield_label {
  display: none; }
.single-resource input[type="text"] {
  font-size: 12px;
  border: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  margin: 0 0 15px 0; }
.single-resource article {
  background: none;
  border-bottom: 0px; }
.single-resource .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
.single-resource .embed-container iframe, .single-resource .embed-container object, .single-resource .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.single-resource li.current_page_parent a:before {
  top: -45px; }
.single-resource li.current_page_parent a {
  color: #a7a9ac;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important; }
.single-resource li#menu-item-918 a {
  color: #000;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  position: relative; }
.single-resource li#menu-item-918 a:before {
  top: -36px; }

#customers aside address, #partners aside address {
  padding-top: 0px; }
#customers #wrap, #partners #wrap {
  padding-bottom: 0px !important; }

#page-header {
  background-color: #f2f2f2; }
  #page-header #page-header-sub {
    background-color: white;
    border-bottom: 10px solid #e7e7e8;
    height: 75px;
    padding: 0 20px; }
    #page-header #page-header-sub h1 {
      color: #515153;
      float: left;
      font-family: 'Gotham B', 'Gotham A', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 13px;
      font-weight: bolder !important;
      margin: 0;
      padding: 0;
      letter-spacing: normal;
      line-height: 65px;
      text-transform: uppercase; }
    #page-header #page-header-sub #page-header-search {
      float: right;
      margin-top: 17px; }
      #page-header #page-header-sub #page-header-search input[type=text] {
        background-color: #f3f3f4;
        border: none;
        color: #646466;
        float: left;
        font-size: 12px;
        height: 31px;
        padding: 7px 12px; }
      #page-header #page-header-sub #page-header-search input[type=image] {
        border: 0;
        padding: 0; }

#customers-all {
  background: #f3f3f4;
  float: left;
  width: 100%;
  padding: 43px 0;
  overflow: hidden; }
  #customers-all .indiv-download {
    margin-left: -20px !important;
    margin-top: 60px !important; }

.customer-slide-logo {
  width: 340px;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 99; }

#customer-slider {
  float: left;
  position: relative;
  margin: 0 0 30px 0;
  width: 100%; }
  #customer-slider .royalSlider {
    width: 100%;
    height: 296px; }

.customers-pagination {
  float: left;
  margin-bottom: 30px; }
  .customers-pagination .customers-pagination-prev {
    float: left; }
    .customers-pagination .customers-pagination-prev a::before {
      content: '\00AB\0020'; }
  .customers-pagination .customers-pagination-next {
    float: right; }
    .customers-pagination .customers-pagination-next a::after {
      content: ' \00BB'; }
  .customers-pagination a {
    background: #808285;
    color: #fff !important;
    display: block;
    font-weight: 400;
    padding: 5px 10px !important;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }
    .customers-pagination a:hover {
      background: #4d4d4f; }

#customer article {
  background: #fff; }
  #customer article h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: .5px;
    padding: 30px 0 0 0; }
#customer #wrap {
  background: #f2f2f2; }
#customer .col-sm-4 .customer-quote {
  float: right; }
#customer .customer-quote {
  background-color: white;
  color: white;
  height: auto;
  padding: 20px 35px 20px 20px;
  position: relative;
  width: 293px; }
  #customer .customer-quote .customer-quote-open {
    display: block;
    float: left;
    font-size: 40px;
    font-weight: bold;
    height: 30px;
    line-height: 1;
    margin-right: 15px;
    padding-left: 5px;
    padding-top: 2px;
    width: 32px;
    background: rgba(0, 0, 0, 0.1); }
  #customer .customer-quote p {
    margin: 15px 0 0 15px;
    padding: 0 0 60px 0;
    font-size: 13px; }
  #customer .customer-quote .customer-quote-meta {
    bottom: 20px;
    font-size: 13px;
    margin-left: 15px;
    position: absolute; }
    #customer .customer-quote .customer-quote-meta .customer-quote-meta-name {
      display: block;
      font-weight: bold;
      text-transform: uppercase; }

.customer-row {
  float: left;
  height: 307px;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%; }
  .customer-row .customer-card {
    background-color: white;
    border-bottom: 10px solid #e7e7e8;
    height: 100%;
    position: relative;
    width: 628px; }
    .customer-row .customer-card .customer-card-image {
      float: left;
      position: relative;
      width: 285px;
      height: 100%; }
      .customer-row .customer-card .customer-card-image img {
        display: block;
        height: 297px;
        width: auto;
        position: absolute;
        top: 0px;
        left: 0px; }
      .customer-row .customer-card .customer-card-image .company-logo {
        position: absolute;
        top: 45%;
        width: 80%;
        height: auto;
        z-index: 99;
        margin: 0 0 0 30px; }
    .customer-row .customer-card .customer-card-content {
      float: left;
      height: 100%;
      margin-left: 30px;
      padding: 40px 0;
      width: 290px; }
      .customer-row .customer-card .customer-card-content h2 {
        color: #515153;
        font-family: 'Gotham B', 'Gotham A', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: bold !important;
        letter-spacing: normal;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .customer-row .customer-card .customer-card-content p {
        color: #646466;
        line-height: 1.75em;
        margin: 0;
        padding: 0; }
      .customer-row .customer-card .customer-card-content h2, .customer-row .customer-card .customer-card-content p {
        font-size: 13px; }
    .customer-row .customer-card .customer-card-read-more {
      bottom: 20px;
      font-size: 14px;
      position: absolute;
      width: 100%; }
      .customer-row .customer-card .customer-card-read-more a {
        font-weight: bold;
        text-transform: uppercase; }
  .customer-row .customer-card-left {
    float: left; }
  .customer-row .customer-card-right {
    float: right; }
  .customer-row .customer-quote {
    background-color: white;
    color: white;
    height: 100%;
    padding: 20px 35px 20px 20px;
    position: relative;
    width: 293px; }
    .customer-row .customer-quote .customer-quote-open {
      display: block;
      float: left;
      font-size: 40px;
      font-weight: bold;
      height: 30px;
      line-height: 1;
      margin-right: 15px;
      padding-left: 5px;
      padding-top: 2px;
      width: 32px;
      background: rgba(0, 0, 0, 0.1); }
    .customer-row .customer-quote p {
      margin: 15px 0 0 15px;
      padding: 0;
      font-size: 13px; }
    .customer-row .customer-quote .customer-quote-meta {
      bottom: 20px;
      font-size: 13px;
      margin-left: 15px;
      position: absolute; }
      .customer-row .customer-quote .customer-quote-meta .customer-quote-meta-name {
        display: block;
        font-weight: bold;
        text-transform: uppercase; }
  .customer-row .customer-quote-left {
    float: left; }
  .customer-row .customer-quote-right {
    float: right; }
  .customer-row .customer-quote-blue .customer-quote-open {
    background-color: #15a5c1; }
  .customer-row .customer-quote-green {
    background-color: #26ad38;
    border-bottom: 10px solid #239633; }
    .customer-row .customer-quote-green .customer-quote-open {
      background-color: #239633; }

.rsArrow {
  position: absolute;
  width: 30px;
  height: 30px; }

.rsArrowLeft {
  background: url(../i/arrow-left.png) no-repeat;
  bottom: 20px;
  right: 51px; }

.rsArrowRight {
  background: url(../i/arrow-right.png) no-repeat;
  bottom: 20px;
  right: 20px; }

#customers aside address, #partners aside address {
  padding-top: 0px; }
#customers #wrap, #partners #wrap {
  padding-bottom: 0px !important; }

#customers-all {
  background: #f3f3f4;
  float: left;
  width: 100%;
  padding: 43px 0; }

.indiv-customer {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

.indiv-customer:last-child {
  margin: 0px; }

.indiv-customer-left {
  width: 120px;
  float: left; }

.indiv-customer-info {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #000; }
  .indiv-customer-info span {
    font-size: 11px;
    color: #8b8d90;
    display: block;
    margin: 10px 0 0 0; }

.indiv-customer-arrow {
  float: left;
  margin: 60px 0 0 15px; }

.indiv-customer-right {
  float: left;
  background: #fff;
  width: 638px;
  border-bottom: 10px solid #3bb656; }

.indiv-customer-logo {
  border-bottom: 1px solid #e4e5e6;
  float: left;
  width: 100%;
  text-align: center; }

.indiv-partner-logo {
  float: left;
  width: 70%;
  padding: 10px 0; }
  .indiv-partner-logo img {
    float: left;
    margin: 0 0 0 20px;
    width: 50%;
    height: auto; }

.indiv-partner-badges {
  float: left;
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 20px; }

.indiv-partner-top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e5e6;
  display: table; }

.indiv-customer-quote {
  float: left;
  width: 100%;
  padding: 25px;
  border-bottom: 1px solid #e4e5e6;
  font-size: 20px;
  font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300 !important; }

.indiv-customer-snapshot, .indiv-customer-background {
  float: left;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #e4e5e6;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }
  .indiv-customer-snapshot p, .indiv-customer-background p {
    color: #8b8d90;
    font-size: 11px; }

.indiv-customer-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  width: 100%;
  cursor: pointer;
  background: url(../i/ico-c-open.png) no-repeat top right;
  height: 20px; }
  .indiv-customer-title.closed {
    background: url(../i/ico-c-closed.png) no-repeat top right; }

.indiv-customer-body {
  float: left;
  width: 100%; }
  .indiv-customer-body p {
    margin-top: 10px;
    font-size: 12px;
    color: #4c4d4f; }

.indiv-customer-background .indiv-customer-body,
.partners .indiv-customer-snapshot .indiv-customer-body {
  display: none; }

#customers-sidebar {
  padding-bottom: 60px; }
  #customers-sidebar p {
    font-size: 16px;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    color: #4c4d4f; }
  #customers-sidebar .get-started {
    margin: 10px 0 0 0; }
    #customers-sidebar .get-started a {
      padding: 5px 50px !important; }

.quote-name {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0 0 0; }

#logos-all {
  float: left;
  width: 100%;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 30px; }

.partner-logo-small {
  width: 33%;
  float: left;
  text-align: center;
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table; }
  .partner-logo-small img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%); }
  .partner-logo-small img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%); }
  .partner-logo-small .helper {
    display: table-cell;
    vertical-align: middle; }

.partner-logo-small:nth-child(3n+3) {
  border-right: 0px; }

.partner-logo-small:last-child {
  border-bottom: 0px; }

.technology-nav {
  background: white;
  border-bottom: 10px solid #808285;
  height: 86px; }
  .technology-nav .technology-nav-border-interface {
    border-bottom: 10px solid #4ac7dc;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav .technology-nav-border-learning {
    border-bottom: 10px solid #f2733a;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav .technology-nav-border-data {
    border-bottom: 10px solid #45b267;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav .technology-nav-border-flow {
    border-bottom: 10px solid #4d4d4f;
    float: right;
    height: 86px;
    margin-top: -86px;
    width: 0%; }
  .technology-nav.stuck {
    position: fixed;
    top: 103px;
    width: 100%;
    z-index: 499; }
  .technology-nav ul {
    height: 86px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .technology-nav ul li {
      display: inline-block;
      height: 86px;
      width: 19%; }
      .technology-nav ul li .technology-nav-inner {
        height: 100%;
        line-height: 86px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 100%; }
      .technology-nav ul li:hover {
        cursor: pointer; }
        .technology-nav ul li:hover a {
          color: #515153; }
      .technology-nav ul li .technology-nav-current a {
        color: #515153; }
      .technology-nav ul li a {
        color: rgba(81, 81, 83, 0.5);
        display: block;
        font-weight: bold;
        height: 100%;
        letter-spacing: -1px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%; }

#product .techall {
  padding-top: 43px;
  background-color: #f3f3f4; }

#fo-mobile-intro {
  display: none; }
  @media only screen and (max-width: 1024px) {
    #fo-mobile-intro {
      display: block; } }

#tech:before, #tech:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
#tech:after {
  clear: both; }
#tech #flyout {
  position: relative;
  min-height: 360px;
  margin-left: 20px;
  width: 30%; }
  #tech #flyout .section {
    position: absolute;
    top: 0;
    left: -10%;
    width: 319px;
    opacity: 0;
    -webkit-transition: left 0.3s ease-out, opacity 0.2s ease-out;
    transition: left 0.3s ease-out, opacity 0.2s ease-out; }
    #tech #flyout .section.exposed {
      left: 0;
      opacity: 1; }
  @media only screen and (max-width: 1024px) {
    #tech #flyout {
      display: none; } }

#technology h2 {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin: 0 0 10px 0; }

#top-technology {
  float: left;
  width: 100%;
  padding: 70px 0;
  border-bottom: 1px solid #ccc; }
  #top-technology h1 {
    font-size: 28px;
    width: 100%;
    color: #646466;
    padding: 0 0 80px 0;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important; }

#interface .col-md-4 h2 {
  color: #4ac7dc; }

#learning .col-md-4 h2 {
  color: #f2733a; }

#data .col-md-4 h2 {
  color: #45b267; }

.tech-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 90px 0; }
  .tech-row h2 {
    text-align: center; }
  .tech-row p {
    padding: 0 145px;
    text-align: center; }
  .tech-row .col-md-4 {
    margin: 65px 0 0 0; }
    .tech-row .col-md-4 h2 {
      text-align: left; }
    .tech-row .col-md-4 p {
      padding: 0 25px 0 0;
      text-align: left; }

#tech-flow {
  padding: 90px 0;
  float: left;
  width: 100%; }
  #tech-flow h2 {
    text-align: center; }
  #tech-flow p {
    padding: 0 145px;
    text-align: center; }
  #tech-flow img {
    margin: 90px auto 0 auto;
    display: table; }

#layers {
  padding-right: 20px; }
  #layers .layer {
    color: #FFF;
    text-align: center;
    padding: 32px 0;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
    position: relative; }
    #layers .layer > p {
      display: none;
      margin: 10px 10px 0;
      text-align: left;
      padding-bottom: 0; }
    #layers .layer .icon-t-close {
      position: absolute;
      top: 20px;
      right: 10px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
    #layers .layer:before, #layers .layer:after {
      border-top: 5px solid #f3f3f4;
      font-size: 0px;
      content: ".";
      position: absolute;
      top: 0; }
    #layers .layer:before {
      left: 0; }
    #layers .layer:after {
      right: 0; }
    #layers .layer.interface, #layers .layer.learning, #layers .layer.data {
      cursor: pointer; }
    #layers .layer.interface {
      background-color: #5ac8da;
      margin: 0 40px;
      background-image: -webkit-gradient(linear, left 5px, left 5px, from(#3dbed3), to(#5ac8da));
      background-image: -webkit-linear-gradient(top, #3dbed3, 5px, #5ac8da, 5px);
      background-image: -moz-linear-gradient(top, #3dbed3 5px, #5ac8da 5px);
      background-image: linear-gradient(to bottom, #3dbed3 5px, #5ac8da 5px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3DBED3', endColorstr='#FF5AC8DA', GradientType=0); }
      #layers .layer.interface:before {
        border-right: 10px solid #3dbed3; }
      #layers .layer.interface:after {
        border-left: 10px solid #3dbed3; }
      #layers .layer.interface .point {
        background-color: #30bad1; }
    #layers .layer.learning {
      background-color: #f17c45;
      margin: 0 30px;
      background-image: -webkit-gradient(linear, left 5px, left 5px, from(#ef6524), to(#f17c45));
      background-image: -webkit-linear-gradient(top, #ef6524, 5px, #f17c45, 5px);
      background-image: -moz-linear-gradient(top, #ef6524 5px, #f17c45 5px);
      background-image: linear-gradient(to bottom, #ef6524 5px, #f17c45 5px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF6524', endColorstr='#FFF17C45', GradientType=0); }
      #layers .layer.learning:before {
        border-right: 10px solid #ef6524; }
      #layers .layer.learning:after {
        border-left: 10px solid #ef6524; }
      #layers .layer.learning .point {
        background-color: #ed5b16; }
    #layers .layer.data {
      background-color: #4ab771;
      margin: 0 20px -15px;
      background-image: -webkit-gradient(linear, left 5px, left 5px, from(#3f9e61), to(#4ab771));
      background-image: -webkit-linear-gradient(top, #3f9e61, 5px, #4ab771, 5px);
      background-image: -moz-linear-gradient(top, #3f9e61 5px, #4ab771 5px);
      background-image: linear-gradient(to bottom, #3f9e61 5px, #4ab771 5px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3F9E61', endColorstr='#FF4AB771', GradientType=0);
      z-index: 1; }
      #layers .layer.data:before {
        border-right: 10px solid #3f9e61; }
      #layers .layer.data:after {
        border-left: 10px solid #3f9e61; }
      #layers .layer.data .point {
        background-color: #3b935a; }
    #layers .layer.hadoop {
      background-color: #e7e7e8;
      background-image: -webkit-gradient(linear, left 25px, left 25px, from(#d5d5d7), to(#e7e7e8));
      background-image: -webkit-linear-gradient(top, #d5d5d7, 25px, #e7e7e8, 25px);
      background-image: -moz-linear-gradient(top, #d5d5d7 25px, #e7e7e8 25px);
      background-image: linear-gradient(to bottom, #d5d5d7 25px, #e7e7e8 25px);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD5D5D7', endColorstr='#FFE7E7E8', GradientType=0);
      z-index: 0;
      padding: 40px 0 15px; }
      #layers .layer.hadoop h3 {
        background: url("../i/product/technology-layer-hadoop.png") no-repeat bottom center;
        height: 45px;
        overflow: hidden;
        text-indent: 105%; }
      #layers .layer.hadoop:before, #layers .layer.hadoop:after {
        border-top: 25px solid #f3f3f4; }
      #layers .layer.hadoop:before {
        border-right: 25px solid #d5d5d7; }
      #layers .layer.hadoop:after {
        border-left: 25px solid #d5d5d7; }
    #layers .layer h3, #layers .layer h4 {
      text-transform: uppercase; }
    #layers .layer h3 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500 !important;
      letter-spacing: 0.05em; }
    #layers .layer .sub {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s ease-out;
      transition: max-height 0.3s ease-out;
      margin-left: 20px; }
      #layers .layer .sub .point {
        display: table;
        vertical-align: top;
        width: 31%;
        padding: 11px;
        margin: 20px 1% 0 0;
        height: 50px;
        float: left; }
        #layers .layer .sub .point:last-child {
          margin-right: 0; }
        #layers .layer .sub .point h4 {
          padding-bottom: 0;
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: 0.05em;
          display: table-cell;
          vertical-align: middle;
          width: 100%; }
    #layers .layer.exposed {
      padding-bottom: 15px; }
      #layers .layer.exposed .icon-t-close {
        opacity: 1; }
      #layers .layer.exposed .sub {
        max-height: 71px; }
  @media only screen and (max-width: 1024px) {
    #layers {
      width: 100%;
      padding-right: 0; }
      #layers .tech-row p {
        padding: 0px; }
      #layers .layer {
        margin-left: 0 !important;
        margin-right: 0 !important; }
        #layers .layer .sub {
          margin-left: 10px;
          margin-right: 10px; }
          #layers .layer .sub .point {
            width: 100%;
            margin: 10px 0 0;
            height: auto; }
        #layers .layer.exposed > p {
          display: block; }
        #layers .layer.exposed .sub {
          max-height: 200px; } }

@media all and (max-width: 480px) and (min-width: 0px) {
  .tech-row, #tech-flow {
    padding: 40px 0; }
    .tech-row p, #tech-flow p {
      padding: 0px; }
    .tech-row .col-md-4, #tech-flow .col-md-4 {
      margin: 35px 0 0 0;
      padding-bottom: 0px !important; }

  #top-technology .col-md-6 {
    margin: 20px 0 0 0 !important; } }
.trial-landing {
  background: #EEEEEE !important;
  /*
  ** Trial Banner
  */
  /*
  ** Trial Neck
  */
  /*
  ** Trial Bottom
  */
  /*
  ** Trial Testimonials
  */
  /*
  ** Trial Footer CTA
  */ }
  .trial-landing #header-main {
    position: relative; }
  .trial-landing .trial-header {
    background-color: white;
    height: 127px;
    overflow: auto; }
    .trial-landing .trial-header a.logo {
      background-image: url(../i/trial_program_logo.png);
      background-size: 145px 89px;
      display: block;
      height: 89px;
      margin: 16px auto 0;
      text-indent: -9999px;
      width: 145px; }
  .trial-landing .trial-banner {
    background-image: url(../i/trial_landing_banner.jpg);
    background-size: cover;
    min-height: 580px;
    padding: 40px 0 0; }
    .trial-landing .trial-banner.trial-banner-confirmation {
      padding-top: 0 !important; }
    .trial-landing .trial-banner .trial-banner-inner {
      margin: 0 auto;
      max-width: 1196px; }
      .trial-landing .trial-banner .trial-banner-inner.trial-banner-inner-confirmation {
        margin-top: 0 !important; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-confirmation {
        height: 746px;
        text-align: center;
        width: 100%; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-confirmation .trial-banner-confirmation-inner {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-confirmation h1 {
          font-size: 46px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-confirmation p {
          color: white;
          font-size: 24px;
          margin-top: 40px; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-left {
        color: white;
        float: left;
        width: 530px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-left h1 {
          font-weight: 400 !important;
          font-size: 31px;
          letter-spacing: 0.2px;
          line-height: 42px;
          margin-bottom: 0px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-left p {
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          margin: 0; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-left ul {
          margin-top: 16px;
          padding-left: 0; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-left ul li {
            background: url(../i/trial_landing_checkbox.png) no-repeat;
            font-size: 14px;
            font-weight: bold;
            list-style-type: none;
            margin: 0 0 18px 0;
            padding: 0 0 0 40px;
            text-transform: uppercase;
            vertical-align: middle; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right {
        float: right;
        margin-top: 84px;
        padding-bottom: 40px;
        width: 580px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield_label {
          display: none; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield_error ::-webkit-input-placeholder {
          color: red !important; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield_error :-moz-placeholder {
          /* Firefox 18- */
          color: red !important; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield_error ::-moz-placeholder {
          /* Firefox 19+ */
          color: red !important; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield_error :-ms-input-placeholder {
          color: red !important; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield_error .ginput_container select {
          border: 1px solid red !important;
          color: red !important; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield {
          margin-bottom: 20px; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield .ginput_container select {
            color: #999999;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield .validation_message {
            display: none; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield input, .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield select {
            font-weight: 500 !important;
            height: 39px; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield ::-webkit-input-placeholder {
            color: #999999; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield :-moz-placeholder {
            /* Firefox 18- */
            color: #999999; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield ::-moz-placeholder {
            /* Firefox 19+ */
            color: #999999; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield :-ms-input-placeholder {
            color: #999999; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield input[type="text"] {
            color: #999999;
            font-size: 12px;
            font-weight: 300;
            padding: 0px 18px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(1),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(2),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(4),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(5),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(6),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(7),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(8),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(9) {
          width: 274px; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(1) input, .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(1) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(2) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(2) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(4) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(4) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(5) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(5) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(6) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(6) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(7) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(7) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(8) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(8) select,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(9) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(9) select {
            margin-bottom: 0;
            width: 100%; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(3),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(10) {
          clear: both;
          width: 100%; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(3) input,
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(10) input {
            width: 100%; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(1),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(4),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(6),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(8) {
          float: left; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(2),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(5),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(7),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(9) {
          float: right; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gform_button {
          height: 39px;
          width: 100%; }
  .trial-landing .trial-neck {
    background-color: #F4F4F4;
    border-bottom: 10px solid #E5E5E6;
    height: 109px;
    text-align: center; }
    .trial-landing .trial-neck a {
      background-color: white;
      color: #a4a4a4;
      display: block;
      font-size: 20px;
      font-weight: 400;
      height: 100%;
      line-height: 109px;
      margin: 0 auto;
      width: 109px; }
      .trial-landing .trial-neck a:hover span {
        background-position: 0 -35px; }
      .trial-landing .trial-neck a span {
        background-image: url(../i/trial_neck_arrow.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 38px 35px;
        display: block;
        height: 17px;
        margin: 0 auto;
        position: relative;
        text-align: -9999px;
        top: 50%;
        transform: translateY(-50%);
        width: 38px; }
  .trial-landing .trial-bottom-container {
    background-color: #EEEEEE !important;
    clear: both;
    padding-bottom: 816px; }
  .trial-landing .trial-bottom {
    background-color: #EEEEEE !important; }
    .trial-landing .trial-bottom .trial-bottom-inner {
      padding-top: 40px; }
      .trial-landing .trial-bottom .trial-bottom-inner h1 {
        color: #59595b;
        font-size: 50px;
        line-height: 42px;
        margin-bottom: 24px;
        text-align: center; }
      .trial-landing .trial-bottom .trial-bottom-inner p {
        color: #59595b;
        font-size: 21.73px;
        font-weight: 300 !important;
        line-height: 26.59px;
        max-width: 913px;
        text-align: center; }
  .trial-landing .trial-testimonials {
    background-color: #EEEEEE !important;
    margin: 20px auto 0;
    padding-top: 40px;
    position: relative;
    max-width: 1017px !important; }
    .trial-landing .trial-testimonials .trial-testimonial {
      background-color: white;
      border: 1px solid #d5d5d5;
      position: absolute; }
      .trial-landing .trial-testimonials .trial-testimonial .trial-testimonial-responsive-meta {
        display: none; }
      .trial-landing .trial-testimonials .trial-testimonial .testimonial-inner {
        padding: 0 40px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .trial-landing .trial-testimonials .trial-testimonial .testimonial-inner p {
          color: #666666;
          font-size: 16px;
          font-weight: 400 !important;
          line-height: 24px;
          padding-bottom: 0;
          text-align: center; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-one {
        height: 222px;
        width: 646px;
        top: 0;
        left: 0; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:before {
          top: 100%;
          left: 75%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:after {
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ffffff;
          border-width: 16px;
          margin-left: -16px; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:before {
          border-color: rgba(213, 213, 213, 0);
          border-top-color: #d5d5d5;
          border-width: 17px;
          margin-left: -17px; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-two {
        height: 308px;
        width: 340px;
        top: 135px;
        right: 0; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:before {
          bottom: 100%;
          left: 80%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:after {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #ffffff;
          border-width: 16px;
          margin-left: -16px; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:before {
          border-color: rgba(213, 213, 213, 0);
          border-bottom-color: #d5d5d5;
          border-width: 17px;
          margin-left: -17px; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-three {
        height: 308px;
        width: 340px;
        top: 386px;
        left: 0; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:before {
          bottom: 100%;
          left: 20%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:after {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #ffffff;
          border-width: 16px;
          margin-left: -16px; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:before {
          border-color: rgba(213, 213, 213, 0);
          border-bottom-color: #d5d5d5;
          border-width: 17px;
          margin-left: -17px; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-four {
        height: 222px;
        width: 557px;
        top: 472px;
        right: 0; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:before {
          top: 100%;
          left: 25%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:after {
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ffffff;
          border-width: 16px;
          margin-left: -16px; }
        .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:before {
          border-color: rgba(213, 213, 213, 0);
          border-top-color: #d5d5d5;
          border-width: 17px;
          margin-left: -17px; }
    .trial-landing .trial-testimonials .trial-testimonial-meta {
      position: absolute; }
      .trial-landing .trial-testimonials .trial-testimonial-meta p {
        color: #777777;
        font-size: 12px;
        font-weight: 600 !important;
        line-height: 10px;
        margin-top: 10px;
        padding-bottom: 0;
        text-transform: uppercase; }
      .trial-landing .trial-testimonials .trial-testimonial-meta.testimonial-one {
        left: 340px;
        text-align: center;
        top: 267px;
        width: 306px; }
      .trial-landing .trial-testimonials .trial-testimonial-meta.testimonial-two {
        right: 0;
        text-align: center;
        top: 0;
        width: 340px; }
      .trial-landing .trial-testimonials .trial-testimonial-meta.testimonial-three {
        left: 0;
        text-align: center;
        top: 280px;
        width: 340px; }
      .trial-landing .trial-testimonials .trial-testimonial-meta.testimonial-four {
        right: 278px;
        text-align: center;
        top: 737px;
        width: 278px; }
  .trial-landing .trial-footer-cta {
    background-color: #EEEEEE !important;
    border: 2px solid #2cb549;
    height: 68px;
    text-align: center;
    width: 100%; }
    .trial-landing .trial-footer-cta:hover {
      background-color: #2cb549 !important; }
      .trial-landing .trial-footer-cta:hover a {
        color: #EEEEEE; }
    .trial-landing .trial-footer-cta a {
      color: #2cb549;
      display: block;
      font-size: 14px;
      font-weight: 500;
      height: 100%;
      line-height: 68px;
      text-transform: uppercase;
      width: 100%; }
  .trial-landing .trial-footer {
    height: 192px !important; }
    .trial-landing .trial-footer .trial-social-strip {
      height: 149px;
      line-height: 149px;
      text-align: center; }
      .trial-landing .trial-footer .trial-social-strip a {
        color: white;
        font-size: 26px;
        font-weight: 400 !important;
        margin-right: 12px; }
        .trial-landing .trial-footer .trial-social-strip a:last-child {
          margin-right: 0; }
        .trial-landing .trial-footer .trial-social-strip a:hover.facebook {
          color: #3b5998; }
        .trial-landing .trial-footer .trial-social-strip a:hover.twitter {
          color: #3cf; }
        .trial-landing .trial-footer .trial-social-strip a:hover.linkedin {
          color: #007bb6; }

@media only screen and (max-width: 1200px) {
  .trial-landing .trial-banner .trial-banner-inner {
    margin-top: 106px;
    max-width: 90%; }
    .trial-landing .trial-banner .trial-banner-inner .trial-banner-left {
      width: 45%; }
    .trial-landing .trial-banner .trial-banner-inner .trial-banner-right {
      width: 50%; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield {
        margin-bottom: 10px; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(1),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(2),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(4),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(5),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(6),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(7),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(8),
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(9) {
        width: 49%; } }
@media only screen and (max-width: 568px) {
  .trial-landing .trial-banner {
    overflow: visible; }
    .trial-landing .trial-banner .trial-banner-inner {
      margin-top: 0px;
      max-width: 90%; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-left {
        float: none;
        width: 100%; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-left h1 {
          line-height: 1em;
          margin-bottom: 20px;
          padding-top: 20px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-left ul {
          margin-top: 0; }
          .trial-landing .trial-banner .trial-banner-inner .trial-banner-left ul li {
            margin-bottom: 6px; }
      .trial-landing .trial-banner .trial-banner-inner .trial-banner-right {
        float: none;
        width: 100%; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield {
          margin-bottom: 2px; }
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(1),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(2),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(4),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(5),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(6),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(7),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(8),
        .trial-landing .trial-banner .trial-banner-inner .trial-banner-right .gfield:nth-child(9) {
          width: 49%; } }
@media only screen and (max-width: 1024px) {
  .trial-bottom-container {
    padding-bottom: 0px !important; }

  .trial-bottom-inner {
    padding-top: 54px !important; }

  .trial-landing .trial-testimonials {
    margin-top: 30px !important;
    padding-top: 0 !important; }
    .trial-landing .trial-testimonials .trial-testimonial {
      height: auto !important;
      left: 0 !important;
      margin: 0 auto;
      margin-bottom: 168px;
      position: relative;
      right: 0 !important;
      top: 0 !important;
      width: 90% !important; }
      .trial-landing .trial-testimonials .trial-testimonial .testimonial-inner {
        padding: 40px;
        top: 0 !important;
        transform: translateY(0) !important; }
      .trial-landing .trial-testimonials .trial-testimonial .trial-testimonial-responsive-meta {
        display: block;
        margin-top: 34px;
        position: absolute;
        text-align: center;
        top: 100%;
        width: 100%; }
        .trial-landing .trial-testimonials .trial-testimonial .trial-testimonial-responsive-meta p {
          padding-bottom: 0; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:before, .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:before, .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:before, .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:after, .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 16px;
        margin-left: -16px; }
      .trial-landing .trial-testimonials .trial-testimonial.testimonial-one:before, .trial-landing .trial-testimonials .trial-testimonial.testimonial-two:before, .trial-landing .trial-testimonials .trial-testimonial.testimonial-three:before, .trial-landing .trial-testimonials .trial-testimonial.testimonial-four:before {
        border-color: rgba(213, 213, 213, 0);
        border-top-color: #d5d5d5;
        border-width: 17px;
        margin-left: -17px; }
    .trial-landing .trial-testimonials .trial-testimonial-meta {
      display: none; } }
#landing {
  background: #f3f3f4; }
  #landing #wrap {
    background: #f3f3f4; }
  #landing .content {
    padding-bottom: 2em; }
    #landing .content h2 {
      margin-bottom: 0.5em; }
    #landing .content h3 {
      margin-bottom: 1em; }
    #landing .content .resource {
      margin-bottom: 1em; }
      #landing .content .resource .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
      #landing .content .resource .video-container iframe,
      #landing .content .resource .video-container object,
      #landing .content .resource .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #landing .sidebar label {
    display: none; }
  #landing #landing_signup li {
    margin-bottom: 0.5em; }
    #landing #landing_signup li input {
      background: #f3f3f4;
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #landing #landing_signup li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }

#webinar {
  background: #f3f3f4; }
  #webinar header li.current_page_parent a {
    color: #a7a9ac;
    font-weight: normal !important; }
  #webinar header li.current_page_parent a:before {
    top: -45px; }
  #webinar header li.current_page_parent a:hover {
    color: #4d4d4f !important; }
  #webinar header #menu-item-918 a {
    color: #000;
    font-weight: 500 !important; }
  #webinar header #menu-item-918 a:before {
    top: -36px; }
  #webinar #wrap {
    background: #f3f3f4; }
  #webinar .content {
    padding-bottom: 2em; }
    #webinar .content h2 {
      margin-bottom: 0.5em; }
    #webinar .content h3 {
      margin-bottom: 1em; }
    #webinar .content .resource {
      margin-bottom: 1em; }
      #webinar .content .resource .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
      #webinar .content .resource .video-container iframe,
      #webinar .content .resource .video-container object,
      #webinar .content .resource .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #webinar #speakers .speaker {
    margin-bottom: 2em;
    border-bottom: 1px solid #b3b5b8; }
    #webinar #speakers .speaker:before, #webinar #speakers .speaker:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    #webinar #speakers .speaker:after {
      clear: both; }
    #webinar #speakers .speaker:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    #webinar #speakers .speaker h6, #webinar #speakers .speaker p {
      margin-left: 250px; }
    #webinar #speakers .speaker img {
      float: left;
      max-width: 225px; }
  #webinar .sidebar label {
    display: none; }
  #webinar #webinar_signup li {
    margin-bottom: 0.5em;
    clear: both; }
    #webinar #webinar_signup li input, #webinar #webinar_signup li select {
      background: #f3f3f4;
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #webinar #webinar_signup li select {
      color: #9E99AF;
      margin-bottom: 0.5em;
      margin-top: 0;
      text-indent: 7px; }
    #webinar #webinar_signup li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }

@-moz-document url-prefix() {
  #webinar #webinar_signup li select {
    float: none;
    padding-left: 0; } }
#strata .container {
  max-width: 1160px; }
#strata .hide {
  display: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container-strata-top {
  clear: both;
  margin-top: 0px !important; }

#top-logo {
  margin: 0 auto;
  width: 280px;
  display: table; }
  #top-logo img {
    width: 100%;
    height: auto; }

#top-area {
  float: left;
  width: 100%;
  margin: 50px 0; }

#top-area-left {
  float: left;
  width: 540px; }
  #top-area-left img {
    float: left;
    width: 100%;
    height: auto; }
    #top-area-left img:hover {
      cursor: pointer; }

#top-area-right {
  float: right;
  width: 540px;
  color: #5a5a5b !important; }
  #top-area-right h1 {
    font-size: 20px;
    font-weight: 600 !important;
    color: #5a5a5b !important;
    margin: 0 0 10px 0;
    letter-spacing: 0px;
    text-transform: uppercase; }
  #top-area-right p {
    color: #5a5a5b !important; }
  #top-area-right .second-link {
    margin: 0 0 0 15px;
    color: #b5b5b5;
    font-weight: 600; }

#bottom-half {
  background: #f0f0f0;
  float: left;
  width: 100%;
  padding: 0px 0 50px 0; }

#top-bottom-half {
  float: left;
  width: 100%;
  text-align: center; }
  #top-bottom-half h4 {
    color: #b5b5b5;
    font-size: 48px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    padding: 0px;
    line-height: 48px; }
  #top-bottom-half h1 {
    font-size: 30px;
    color: #6c6c6e;
    letter-spacing: 0px;
    font-weight: 600 !important;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 34px; }
  #top-bottom-half p {
    font-weight: 600;
    font-style: italic; }

.date-divider {
  float: left;
  width: 100%;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  text-align: center;
  color: #b5b5b5;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 60px 0 40px 0; }

.block-boxes {
  float: left;
  width: 100%; }
  .block-boxes .block-box:last-child .event-times {
    width: 230px; }

.block-box {
  float: left;
  width: 540px;
  background: #fff;
  padding: 30px;
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 700px; }
  .block-box:nth-child(even) {
    margin-right: 0; }
  .block-box.block-box-center {
    clear: both;
    float: none;
    margin: 0 auto; }
  .block-box p {
    font-size: 13px; }
  .block-box h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 30px; }
  .block-box img {
    float: left; }

.top-block-box {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .top-block-box .speaker-photo {
    margin-bottom: 10px;
    margin-right: 10px; }
    .top-block-box .speaker-photo:last-child {
      margin-right: 20px; }

.event-times {
  width: 230px;
  float: left;
  margin: 0 0 0 0; }
  .event-times p {
    padding-bottom: 0; }

#green {
  border-bottom: 10px solid #2bb43f; }
  #green h3 {
    color: #2bb43f !important; }

#orange {
  border-bottom: 10px solid #f36f21; }
  #orange h3 {
    color: #f36f21 !important; }
  #orange .button, #orange aside .tagcloud a, aside .tagcloud #orange a {
    background: #f36f21;
    border: 1px solid #f36f21; }

#blue {
  border-bottom: 10px solid #38c2dc; }
  #blue h3 {
    color: #38c2dc !important; }
  #blue .button, #blue aside .tagcloud a, aside .tagcloud #blue a {
    background: #38c2dc;
    border: 1px solid #38c2dc; }

.event-time-col, .event-time-mid {
  width: 32%;
  float: left; }

.event-time-mid {
  margin: 0 2%; }

#grey {
  border-bottom: 10px solid #b5b5b5; }
  #grey h3 {
    color: #b5b5b5 !important; }
  #grey .button, #grey aside .tagcloud a, aside .tagcloud #grey a {
    background: #b5b5b5;
    border: 1px solid #b5b5b5; }
  #grey .event-times {
    width: 220px; }

#form-overlay {
  float: left;
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: auto;
  position: fixed;
  z-index: 999;
  right: 0px;
  bottom: 0px; }

#background-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9); }

#gform_wrapper_9 {
  display: block !important; }

#form-box {
  width: 770px;
  margin: 80px auto 0 auto;
  display: table;
  position: relative;
  z-index: 9999; }

#form-box-header {
  float: left;
  width: 100%;
  background: #2bb43f;
  padding: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative; }
  #form-box-header span {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    color: #228a31;
    text-transform: uppercase; }

#form-box-body {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background: #f3f3f4;
  padding: 85px 85px 60px 85px;
  height: auto;
  border-bottom: 10px solid #b5b5b5; }
  #form-box-body h2 {
    margin: 0 0 15px 0; }

#schedule-a-demo aside address {
  padding-top: 0px; }
#schedule-a-demo #wrap {
  background: #f3f3f4; }
#schedule-a-demo .col-sm-8 article {
  background: #f3f3f4;
  border-bottom: 0px; }
#schedule-a-demo .gfield_label {
  display: none; }
#schedule-a-demo #no-toggle {
  margin-left: 30px !important; }
#schedule-a-demo #fields-required {
  font-size: 11px;
  display: block;
  margin-bottom: -40px; }
#schedule-a-demo #gform_fields_9 {
  float: left;
  width: 100%; }
  #schedule-a-demo #gform_fields_9 li {
    float: left;
    list-style-type: none; }
    #schedule-a-demo #gform_fields_9 li input {
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #schedule-a-demo #gform_fields_9 li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }
    #schedule-a-demo #gform_fields_9 li select {
      -webkit-appearance: none;
      background: url(../i/dropdown.png) no-repeat #fff top right 14px;
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      padding: 10px 13px 10px 13px;
      -moz-appearance: none; }
    #schedule-a-demo #gform_fields_9 li select::-ms-expand {
      display: none; }
  #schedule-a-demo #gform_fields_9 #field_9_1, #schedule-a-demo #gform_fields_9 #field_9_5, #schedule-a-demo #gform_fields_9 #field_9_10 {
    width: 290px;
    margin: 0 15px 15px 0; }
    #schedule-a-demo #gform_fields_9 #field_9_1 label, #schedule-a-demo #gform_fields_9 #field_9_5 label, #schedule-a-demo #gform_fields_9 #field_9_10 label {
      font-size: 12px;
      color: #4c4d4f;
      float: left;
      margin: 12px 15px 0 0;
      cursor: text; }
  #schedule-a-demo #gform_fields_9 #field_9_2, #schedule-a-demo #gform_fields_9 #field_9_6 {
    width: 290px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_9 #field_9_3 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_9 #field_9_4 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_9 #field_9_8 {
    width: 290px;
    float: left; }
    #schedule-a-demo #gform_fields_9 #field_9_8 select {
      width: 100%;
      border: 0px; }
  #schedule-a-demo #gform_fields_9 #field_9_9 {
    width: 595px; }
#schedule-a-demo #field_9_10 .gfield_label {
  display: block; }
#schedule-a-demo #field_9_10 #choice_10_1:empty, #schedule-a-demo #field_9_10 #choice_10_2:empty {
  margin-left: -999999px; }
#schedule-a-demo #field_9_10 #choice_10_1 ~ label {
  position: relative;
  float: left;
  line-height: .3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 11px; }
  #schedule-a-demo #field_9_10 #choice_10_1 ~ label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: block;
    margin: 12px 0 0 12px; }
#schedule-a-demo #field_9_10 #choice_10_1:empty ~ label:before, #schedule-a-demo #field_9_10 #choice_10_2:empty ~ label:before, #schedule-a-demo #field_9_10 #choice_10_2:empty ~ label:after, #schedule-a-demo #field_9_10 #choice_10_1:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 5em;
  background-color: #c33;
  border-radius: 5em;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
#schedule-a-demo #field_9_10 #choice_10_1:empty ~ label:after, #schedule-a-demo #field_9_10 #choice_10_2:empty ~ label:after {
  width: 1.4em;
  top: 0.3em;
  bottom: 0.1em;
  margin-left: 0.3em;
  background-color: #fff;
  border-radius: 5em;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
  height: 20px; }
#schedule-a-demo #field_9_10 #choice_10_1:checked ~ label:before, #schedule-a-demo #field_9_10 #choice_10_2:checked ~ label:before {
  background-color: #2cb549; }
#schedule-a-demo #field_9_10 #choice_10_1:checked ~ label:after, #schedule-a-demo #field_9_10 #choice_10_2:checked ~ label:after {
  margin-left: 3.2em; }
#schedule-a-demo #gform_fields_18 {
  float: left;
  width: 100%; }
  #schedule-a-demo #gform_fields_18 li {
    float: left;
    list-style-type: none; }
    #schedule-a-demo #gform_fields_18 li input {
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #schedule-a-demo #gform_fields_18 li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }
    #schedule-a-demo #gform_fields_18 li select {
      -webkit-appearance: none;
      background: url(../i/dropdown.png) no-repeat #fff top right 14px;
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      padding: 10px 13px 10px 13px;
      -moz-appearance: none; }
    #schedule-a-demo #gform_fields_18 li select::-ms-expand {
      display: none; }
  #schedule-a-demo #gform_fields_18 #field_18_1, #schedule-a-demo #gform_fields_18 #field_18_5, #schedule-a-demo #gform_fields_18 #field_18_10 {
    width: 290px;
    margin: 0 15px 15px 0; }
    #schedule-a-demo #gform_fields_18 #field_18_1 label, #schedule-a-demo #gform_fields_18 #field_18_5 label, #schedule-a-demo #gform_fields_18 #field_18_10 label {
      font-size: 12px;
      color: #4c4d4f;
      float: left;
      margin: 12px 15px 0 0;
      cursor: text; }
  #schedule-a-demo #gform_fields_18 #field_18_2, #schedule-a-demo #gform_fields_18 #field_18_6 {
    width: 290px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_18 #field_18_3 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_18 #field_18_4 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_18 #field_18_8 {
    width: 290px;
    float: left; }
    #schedule-a-demo #gform_fields_18 #field_18_8 select {
      width: 100%;
      border: 0px; }
  #schedule-a-demo #gform_fields_18 #field_18_9 {
    width: 595px; }
#schedule-a-demo #field_18_10 .gfield_label {
  display: block; }
#schedule-a-demo #field_18_10 #choice_10_1:empty, #schedule-a-demo #field_18_10 #choice_10_2:empty {
  margin-left: -999999px; }
#schedule-a-demo #field_18_10 #choice_10_1 ~ label {
  position: relative;
  float: left;
  line-height: .3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 11px; }
  #schedule-a-demo #field_18_10 #choice_10_1 ~ label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: block;
    margin: 12px 0 0 12px; }
#schedule-a-demo #field_18_10 #choice_10_1:empty ~ label:before, #schedule-a-demo #field_18_10 #choice_10_2:empty ~ label:before, #schedule-a-demo #field_18_10 #choice_10_2:empty ~ label:after, #schedule-a-demo #field_18_10 #choice_10_1:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 5em;
  background-color: #c33;
  border-radius: 5em;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
#schedule-a-demo #field_18_10 #choice_10_1:empty ~ label:after, #schedule-a-demo #field_18_10 #choice_10_2:empty ~ label:after {
  width: 1.4em;
  top: 0.3em;
  bottom: 0.1em;
  margin-left: 0.3em;
  background-color: #fff;
  border-radius: 5em;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
  height: 20px; }
#schedule-a-demo #field_18_10 #choice_10_1:checked ~ label:before, #schedule-a-demo #field_18_10 #choice_10_2:checked ~ label:before {
  background-color: #2cb549; }
#schedule-a-demo #field_18_10 #choice_10_1:checked ~ label:after, #schedule-a-demo #field_18_10 #choice_10_2:checked ~ label:after {
  margin-left: 3.2em; }
#schedule-a-demo #gform_fields_11 {
  float: left;
  width: 100%; }
  #schedule-a-demo #gform_fields_11 li {
    float: left;
    list-style-type: none; }
    #schedule-a-demo #gform_fields_11 li input {
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #schedule-a-demo #gform_fields_11 li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }
    #schedule-a-demo #gform_fields_11 li select {
      -webkit-appearance: none;
      background: url(../i/dropdown.png) no-repeat #fff top right 14px;
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      padding: 10px 13px 10px 13px;
      -moz-appearance: none; }
    #schedule-a-demo #gform_fields_11 li select::-ms-expand {
      display: none; }
  #schedule-a-demo #gform_fields_11 #field_11_1, #schedule-a-demo #gform_fields_11 #field_11_5, #schedule-a-demo #gform_fields_11 #field_11_10 {
    width: 290px;
    margin: 0 15px 15px 0; }
    #schedule-a-demo #gform_fields_11 #field_11_1 label, #schedule-a-demo #gform_fields_11 #field_11_5 label, #schedule-a-demo #gform_fields_11 #field_11_10 label {
      font-size: 12px;
      color: #4c4d4f;
      float: left;
      margin: 12px 15px 0 0;
      cursor: text; }
  #schedule-a-demo #gform_fields_11 #field_11_2, #schedule-a-demo #gform_fields_11 #field_11_6 {
    width: 290px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_11 #field_11_3 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_11 #field_11_4 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_11 #field_11_8 {
    width: 290px;
    float: left; }
    #schedule-a-demo #gform_fields_11 #field_11_8 select {
      width: 100%;
      border: 0px; }
  #schedule-a-demo #gform_fields_11 #field_11_9 {
    width: 595px; }
#schedule-a-demo #field_11_10 .gfield_label {
  display: block; }
#schedule-a-demo #field_11_10 #choice_10_1:empty, #schedule-a-demo #field_11_10 #choice_10_2:empty {
  margin-left: -999999px; }
#schedule-a-demo #field_11_10 #choice_10_1 ~ label {
  position: relative;
  float: left;
  line-height: .3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 11px; }
  #schedule-a-demo #field_11_10 #choice_10_1 ~ label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: block;
    margin: 12px 0 0 12px; }
#schedule-a-demo #field_11_10 #choice_10_1:empty ~ label:before, #schedule-a-demo #field_11_10 #choice_10_2:empty ~ label:before, #schedule-a-demo #field_11_10 #choice_10_2:empty ~ label:after, #schedule-a-demo #field_11_10 #choice_10_1:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 5em;
  background-color: #c33;
  border-radius: 5em;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
#schedule-a-demo #field_11_10 #choice_10_1:empty ~ label:after, #schedule-a-demo #field_11_10 #choice_10_2:empty ~ label:after {
  width: 1.4em;
  top: 0.3em;
  bottom: 0.1em;
  margin-left: 0.3em;
  background-color: #fff;
  border-radius: 5em;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
  height: 20px; }
#schedule-a-demo #field_11_10 #choice_10_1:checked ~ label:before, #schedule-a-demo #field_11_10 #choice_10_2:checked ~ label:before {
  background-color: #2cb549; }
#schedule-a-demo #field_11_10 #choice_10_1:checked ~ label:after, #schedule-a-demo #field_11_10 #choice_10_2:checked ~ label:after {
  margin-left: 3.2em; }
#schedule-a-demo #gform_fields_12 {
  float: left;
  width: 100%; }
  #schedule-a-demo #gform_fields_12 li {
    float: left;
    list-style-type: none; }
    #schedule-a-demo #gform_fields_12 li input {
      font-size: 12px;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 15px;
      width: 100%; }
    #schedule-a-demo #gform_fields_12 li textarea {
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      width: 100%;
      margin: 0 0 30px 0; }
    #schedule-a-demo #gform_fields_12 li select {
      -webkit-appearance: none;
      background: url(../i/dropdown.png) no-repeat #fff top right 14px;
      font-size: 12px;
      width: 100%;
      border: 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      padding: 10px 13px 10px 13px;
      -moz-appearance: none; }
    #schedule-a-demo #gform_fields_12 li select::-ms-expand {
      display: none; }
  #schedule-a-demo #gform_fields_12 #field_12_1, #schedule-a-demo #gform_fields_12 #field_12_5, #schedule-a-demo #gform_fields_12 #field_12_10 {
    width: 290px;
    margin: 0 15px 15px 0; }
    #schedule-a-demo #gform_fields_12 #field_12_1 label, #schedule-a-demo #gform_fields_12 #field_12_5 label, #schedule-a-demo #gform_fields_12 #field_12_10 label {
      font-size: 12px;
      color: #4c4d4f;
      float: left;
      margin: 12px 15px 0 0;
      cursor: text; }
  #schedule-a-demo #gform_fields_12 #field_12_2, #schedule-a-demo #gform_fields_12 #field_12_6 {
    width: 290px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_12 #field_12_3 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_12 #field_12_4 {
    width: 595px;
    margin: 0 0 15px 0; }
  #schedule-a-demo #gform_fields_12 #field_12_8 {
    width: 290px;
    float: left; }
    #schedule-a-demo #gform_fields_12 #field_12_8 select {
      width: 100%;
      border: 0px; }
  #schedule-a-demo #gform_fields_12 #field_12_9 {
    width: 595px; }
#schedule-a-demo #field_12_10 .gfield_label {
  display: block; }
#schedule-a-demo #field_12_10 #choice_10_1:empty, #schedule-a-demo #field_12_10 #choice_10_2:empty {
  margin-left: -999999px; }
#schedule-a-demo #field_12_10 #choice_10_1 ~ label {
  position: relative;
  float: left;
  line-height: .3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 8px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 11px; }
  #schedule-a-demo #field_12_10 #choice_10_1 ~ label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: block;
    margin: 12px 0 0 12px; }
#schedule-a-demo #field_12_10 #choice_10_1:empty ~ label:before, #schedule-a-demo #field_12_10 #choice_10_2:empty ~ label:before, #schedule-a-demo #field_12_10 #choice_10_2:empty ~ label:after, #schedule-a-demo #field_12_10 #choice_10_1:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 5em;
  background-color: #c33;
  border-radius: 5em;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
#schedule-a-demo #field_12_10 #choice_10_1:empty ~ label:after, #schedule-a-demo #field_12_10 #choice_10_2:empty ~ label:after {
  width: 1.4em;
  top: 0.3em;
  bottom: 0.1em;
  margin-left: 0.3em;
  background-color: #fff;
  border-radius: 5em;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
  height: 20px; }
#schedule-a-demo #field_12_10 #choice_10_1:checked ~ label:before, #schedule-a-demo #field_12_10 #choice_10_2:checked ~ label:before {
  background-color: #2cb549; }
#schedule-a-demo #field_12_10 #choice_10_1:checked ~ label:after, #schedule-a-demo #field_12_10 #choice_10_2:checked ~ label:after {
  margin-left: 3.2em; }

@media only screen and (max-width: 1200px) {
  .block-box {
    height: 850px;
    width: 49%;
    margin-right: 2%; }

  .top-block-box img {
    max-width: 102px; }
  .top-block-box .event-times {
    margin-left: 0;
    width: 100%; }

  #top-area-left {
    margin-right: 2%;
    width: 49%; }
    #top-area-left img {
      max-width: 100%; }

  #top-area-right {
    width: 49%; } }
@media only screen and (max-width: 768px) {
  .block-box {
    height: auto;
    width: 100%;
    margin-right: 0; }

  .top-block-box img {
    max-width: 102px; }
  .top-block-box .event-times {
    margin-left: 20px;
    margin-top: 10px;
    width: 230px; }

  #top-area-left {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%; }
    #top-area-left img {
      max-width: 540px; }

  #top-area-right {
    width: 100%; }

  #form-overlay #form-box {
    margin-top: 0;
    width: 100%; }
    #form-overlay #form-box #form-box-body {
      padding: 40px 30px; } }
/*****************************************************************
   Quote Slider (custom style of royal slidder) 
*****************************************************************/
.quote-slider {
  height: auto;
  min-height: 257px;
  border: 2px solid #e7e7e8;
  padding: 20px;
  margin-bottom: 23px;
  position: relative;
  float: right; }
  .quote-slider h3 {
    margin-top: 23px; }
  .quote-slider .rsBullets {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    margin: auto auto;
    z-index: 35;
    padding-top: 23px;
    height: auto;
    text-align: center;
    line-height: 100%; }
  .quote-slider .rsBullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-right: 7px; }
    .quote-slider .rsBullet span {
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #39c2dc;
      transition: all .25s linear;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear; }
    .quote-slider .rsBullet:last-child {
      margin-right: 0; }
  .quote-slider .rsBullet:hover span {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    filter: alpha(opacity=70);
    zoom: 1;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear; }
  .quote-slider .rsNavSelected span {
    background: #737374; }

/*****************************************************************
   Investors Section
*****************************************************************/
#investors h5 {
  padding-top: 30px;
  padding-bottom: 43px; }

/*****************************************************************
   Quote Slider (custom style of royal slidder) 
*****************************************************************/
#opener {
  background: #fff;
  padding-bottom: 43px; }
  #opener h3 {
    margin-bottom: 20px;
    color: #00aeef; }

#opener {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  #opener .royalSlider {
    width: 100% !important;
    height: 590px !important;
    position: relative;
    direction: ltr;
    margin: auto auto;
    margin-bottom: 80px;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    opacity: 0; }
  #opener .royalSlider.rsWithBullets {
    opacity: 1; }
  #opener .rsOverflow {
    overflow: visible; }
  #opener .rsSlide {
    transition: all 0s linear !important;
    -webkit-transition: all 0s linear !important;
    -moz-transition: all 0s linear !important;
    -o-transition: all 0s linear !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    #opener .rsSlide:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 1;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1;
      transition: all .25s linear;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear; }
  #opener .rsBullets {
    background: none !important;
    position: relative;
    float: left;
    height: 30px;
    margin-top: 20px;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    #opener .rsBullets .rsBullet, #opener .rsBullets .rsBullet span {
      border-radius: 0;
      height: 6px;
      width: 43px;
      cursor: pointer; }
    #opener .rsBullets .rsBullet {
      margin-right: 2px;
      float: left;
      padding: 0; }
    #opener .rsBullets .rsBullet span {
      background: #e7e7e8;
      transition: all .25s linear;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear; }
    #opener .rsBullets .rsBullet:hover span {
      background: #4d4d4f;
      transition: all .25s linear;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear; }
    #opener .rsBullets .rsNavSelected span {
      background: #4d4d4f; }
  #opener .rsActiveSlide:before {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 5 ")";
    filter: alpha(opacity=5);
    zoom: 1; }
  #opener .rsSlide:hover {
    transition: all 0s linear !important;
    -webkit-transition: all 0s linear !important;
    -moz-transition: all 0s linear !important;
    -o-transition: all 0s linear !important; }
    #opener .rsSlide:hover:before {
      background-color: #737374;
      transition: all .25s linear;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear; }
  #opener .rsSlide:not(.rsActiveSlide):before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
    filter: alpha(opacity=80);
    zoom: 1; }
  #opener .rsSlide:not(.rsActiveSlide):hover {
    cursor: pointer !important; }
    #opener .rsSlide:not(.rsActiveSlide):hover:before {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
      filter: alpha(opacity=60);
      zoom: 1;
      transition: all .25s linear;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear; }
  #opener .rsOverflow {
    background: white; }
  #opener .rsImg {
    display: inline; }

/*****************************************************************
  Home / Fullyscreen slideshow
*****************************************************************/
#home #opener .rsOverflow {
  overflow: hidden; }
#home #opener .rsNav.rsBullets {
  max-width: 676px;
  margin: auto auto;
  position: relative;
  top: -27px;
  float: none; }
#home #opener .royalSlider {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  height: 451px !important;
  margin-bottom: 0 !important;
  transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  opacity: 0; }
#home #opener .royalSlider.rsWithBullets {
  opacity: 1; }
#home #opener .slide-block {
  max-width: 1000px;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 51px;
  right: 0;
  position: absolute;
  height: 346px;
  margin: auto;
  text-align: center;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #home #opener .slide-block .block-top {
    height: 56px;
    width: 100%;
    text-transform: uppercase;
    display: table;
    display: none !important; }
    #home #opener .slide-block .block-top p {
      font-size: 12px;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle;
      color: white;
      padding: 0; }
  #home #opener .slide-block h2, #home #opener .slide-block h3 {
    font-weight: 300 !important; }
  #home #opener .slide-block h2 {
    font-size: 45px;
    letter-spacing: -3px;
    margin-top: 13px;
    color: #fff;
    line-height: 120%; }
  #home #opener .slide-block p {
    font-size: 22px;
    color: #fff;
    letter-spacing: -1px;
    margin-top: 45px;
    padding: 0 10px;
    line-height: 125%; }
    #home #opener .slide-block p.banner-margin-small {
      margin-top: 10px; }
  #home #opener .slide-block h3 {
    font-size: 28px;
    color: #fff;
    letter-spacing: -1px;
    margin-top: 45px;
    padding: 0 10px;
    line-height: 125%; }
    #home #opener .slide-block h3 span {
      font-size: 22px;
      display: block;
      line-height: 30px;
      width: 80%;
      margin: 0 auto; }
    #home #opener .slide-block h3 em {
      font-size: 16px;
      display: block;
      margin-top: -30px; }
  #home #opener .slide-block .button, #home #opener .slide-block aside .tagcloud a, aside .tagcloud #home #opener .slide-block a, #home #opener .slide-block button, #home #opener .slide-block .gform_wrapper .gform_button, .gform_wrapper #home #opener .slide-block .gform_button {
    z-index: 200;
    cursor: pointer;
    width: auto;
    margin: 45px auto 0 auto;
    clear: both; }
#home #opener .slide-block.green h3 {
  margin-top: 25px; }
#home #opener .slide-block.orange {
  border-bottom: 10px solid #fa561b;
  background: #f2531a;
  /* The Fallback */
  background: rgba(242, 83, 26, 0.9); }
#home #opener .slide-block.green {
  border-bottom: 10px solid #2cb549;
  background: #2aaf46;
  /* The Fallback */
  background: rgba(42, 175, 70, 0.9); }
#home #opener .slide-block.blue {
  border-bottom: 10px solid #39c2dc;
  background: #37bcd5;
  /* The Fallback */
  background: rgba(55, 188, 213, 0.9); }

/*****************************************************************
   bottom tagline
*****************************************************************/
#tagline-bottom {
  padding-top: 80px;
  padding-bottom: 80px; }

/*****************************************************************
	Product Slider (custom style of royal slidder) 
*****************************************************************/
.slider-down-arrow {
  bottom: 40px;
  color: #2cb549;
  cursor: pointer;
  z-index: 999;
  clear: both;
  text-align: center;
  margin-top: 10px;
  float: left;
  clear: both;
  width: 100%;
  transition: all 0.25s linear 0.3s;
  -webkit-transition: all 0.25s linear 0.3s;
  -moz-transition: all 0.25s linear 0.3s;
  -ms-transition: all 0.25s linear 0.3s;
  -o-transition: all 0.25s linear 0.3s;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  display: none !important; }
  .slider-down-arrow h6 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0; }
  .slider-down-arrow i {
    font-size: 33px;
    margin-top: 5px; }
  .slider-down-arrow.display {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }

#product-video-nav {
  position: absolute;
  top: -10px;
  left: 253px;
  height: auto;
  list-style-type: none;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  z-index: 100;
  margin-bottom: 0; }
  #product-video-nav li {
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    text-align: left;
    color: #d7d8da;
    font-weight: 700;
    line-height: 100%;
    width: 124px;
    margin-right: 3px;
    position: relative;
    letter-spacing: -1px;
    padding-top: 12px;
    border-top: 3px solid #d7d8da; }
  #product-video-nav li:hover, #product-video-nav li.active {
    color: #707275;
    border-color: #707275; }
  #product-video-nav.display {
    opacity: 1;
    visibility: visible; }

.gallery-container {
  margin-top: 0; }
  .gallery-container h5 {
    padding-bottom: 0; }
  .gallery-container .slide-content {
    font-size: 26px;
    font-weight: 300 !important;
    max-width: 640px;
    line-height: 120%;
    position: relative;
    left: 215px;
    top: 0;
    padding: 0;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    text-align: left;
    color: #4c4d4f;
    min-height: 62px; }
  .gallery-container .active .slide-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
  .gallery-container .button, .gallery-container aside .tagcloud a, aside .tagcloud .gallery-container a {
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -62px;
    margin-top: -22px;
    font-size: 16px;
    height: 44px;
    letter-spacing: -1px;
    line-height: 44px;
    z-index: 50; }

#product .gallery-top {
  height: auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

#product-slider {
  height: 540px;
  width: 100%;
  position: relative;
  margin-top: 41px;
  margin-bottom: 140px;
  left: 38px;
  transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -webkit-backface-visibility: hidden; }
  #product-slider .rsContent {
    height: 100%;
    margin: auto auto;
    position: relative; }
  #product-slider .slide-title {
    color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 30px;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400 !important;
    font-style: normal; }
  #product-slider video, #product-slider .video-js {
    display: table;
    position: relative;
    background: #fff;
    -webkit-backface-visibility: hidden; }
  #product-slider .click-cover {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer; }
  #product-slider .click-cover:hover .button, #product-slider .click-cover:hover aside .tagcloud a, aside .tagcloud #product-slider .click-cover:hover a {
    border-color: #2a954b;
    background-color: #2a954b; }

.hide-show {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: hidden;
  transition: all 0s linear !important;
  -webkit-transition: all 0s linear !important;
  -moz-transition: all 0s linear !important;
  -o-transition: all 0s linear !important; }

.vjs-control-content {
  display: none !important; }

.key-slide.scale .slide-content-start {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  transition: opacity 0.55s linear 0;
  -webkit-transition: opacity 0.55s linear 0;
  -moz-transition: opacity 0.55s linear 0;
  -ms-transition: opacity 0.55s linear 0;
  -o-transition: opacity 0.55s linear 0; }
.key-slide.scale .slide-content-end {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0; }

.button-play-again, .end-message {
  transition: opacity 0.55s linear 0;
  -webkit-transition: opacity 0.55s linear 0;
  -moz-transition: opacity 0.55s linear 0;
  -ms-transition: opacity 0.55s linear 0;
  -o-transition: opacity 0.55s linear 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1; }

.button-play-again {
  top: 55% !important;
  margin-left: -27px !important; }

.end-message {
  font-size: 26px;
  font-weight: 300 !important;
  max-width: 640px;
  line-height: 120%;
  position: absolute;
  left: 273px;
  top: 59px;
  padding: 0;
  text-align: left;
  color: #4c4d4f; }

.ended .key-slide.scale .slide-content-start {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1; }
.ended .end-message, .ended .button-play-again {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  transition: opacity 0.55s linear 1.3s;
  -webkit-transition: opacity 0.55s linear 1.3s;
  -moz-transition: opacity 0.55s linear 1.3s;
  -ms-transition: opacity 0.55s linear 1.3s;
  -o-transition: opacity 0.55s linear 1.3s;
  z-index: 10; }

.fade-video .item {
  transition: all 0s linear !important;
  -webkit-transition: all 0s linear !important;
  -moz-transition: all 0s linear !important;
  -o-transition: all 0s linear !important; }

.fade-video .item.active {
  background: white !important;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

/*****************************************************************
	Product Slider 
*****************************************************************/
#product {
  display: block !important; }

.alt #product-video-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 35;
  height: auto;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }
  .alt #product-video-nav li {
    cursor: pointer;
    margin-bottom: 12px;
    float: none;
    clear: both;
    text-transform: uppercase;
    text-align: left;
    color: #d1d2d4;
    font-weight: 700;
    line-height: 100%; }
  .alt #product-video-nav li:hover, .alt #product-video-nav li.active {
    color: #000; }
  .alt #product-video-nav.display {
    opacity: 1;
    visibility: visible; }
.alt .content-group {
  display: none !important; }
.alt .slide-content {
  font-size: 34px;
  text-align: center;
  font-weight: 300 !important;
  width: 640px;
  margin: auto auto;
  line-height: 120%;
  position: absolute;
  left: 165px;
  top: -5px;
  margin: auto auto;
  padding: 0;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1; }
.alt .gallery-container {
  margin-top: 0 !important;
  padding-top: 40px;
  padding-bottom: 80px !important; }
.alt .video-container {
  display: block;
  width: 100%;
  max-height: 540px;
  position: relative;
  margin: auto auto; }
  .alt .video-container #intro-container, .alt .video-container .main-inner {
    margin: auto auto;
    width: 100%;
    height: 100%; }
  .alt .video-container #intro-container {
    text-align: center;
    z-index: 1; }
  .alt .video-container .main-inner {
    opacity: 0;
    transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    z-index: -1; }
  .alt .video-container .absolute-center {
    left: 50%;
    position: absolute; }
  .alt .video-container .main-inner.display {
    opacity: 1;
    z-index: 200;
    visibility: visible; }
  .alt .video-container.hidden {
    opacity: 0; }
.alt #video-intro-still {
  visibility: hidden;
  position: relative;
  margin: auto auto;
  text-align: center;
  width: 100%;
  max-width: 100% !important; }
.alt #video-intro-still.display {
  visibility: visible; }
.alt #video-intro-still, .alt #video-intro {
  cursor: pointer;
  top: -100px; }
.alt #video-intro {
  top: 0 !important; }
.alt .video-js {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  background: #fff;
  transition: all 0s linear !important;
  -webkit-transition: all 0s linear !important;
  -moz-transition: all 0s linear !important;
  -o-transition: all 0s linear !important; }
  .alt .video-js video {
    margin: 0 !important; }
.alt #content-discover.active {
  display: block !important; }
.alt #content-discover.active {
  display: block !important; }
.alt #content-structure.active {
  display: block !important; }
.alt #content-transform.active {
  display: block !important; }
.alt #content-iterate.active {
  display: block !important; }
.alt #content-scale.active {
  display: block !important; }
.alt .slide-content.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1; }
.alt .video-js {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear; }
.alt .video-js.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1; }
.alt .arrow-group {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  margin-top: 10px;
  height: 46px;
  position: absolute;
  top: 100%; }
.alt .slider-down-arrow {
  bottom: 40px;
  color: #2cb549;
  cursor: pointer;
  z-index: 999;
  clear: both;
  text-align: center;
  display: block;
  transition: all 0.25s linear 0.3s;
  -webkit-transition: all 0.25s linear 0.3s;
  -moz-transition: all 0.25s linear 0.3s;
  -ms-transition: all 0.25s linear 0.3s;
  -o-transition: all 0.25s linear 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  margin-top: 0; }
  .alt .slider-down-arrow h6 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0; }
  .alt .slider-down-arrow i {
    font-size: 33px;
    margin-top: 5px; }
  .alt .slider-down-arrow.display {
    opacity: 1;
    visibility: visible; }
  .alt .slider-down-arrow.force-display {
    opacity: 1 !important;
    visibility: visible !important; }
  .alt .slider-down-arrow.force-hide {
    display: none !important; }
.alt .section-product-gallery.stuck {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative !important;
  width: auto !important;
  background: none !important; }
.alt #product .gallery-top {
  height: 117px;
  margin-bottom: 37px;
  position: relative;
  z-index: 10; }
.alt .section-product-gallery .close {
  color: #000;
  top: 10px;
  left: 10px;
  font-size: 18px;
  float: none;
  position: absolute;
  cursor: pointer;
  opacity: .8;
  visibility: hidden;
  z-index: 999999999; }
.alt .close.display {
  visibility: visible !important; }
@media only screen and (max-height: 820px) {
  .alt .video-js {
    width: 553px !important;
    height: 311px !important; } }
@media only screen and (max-width: 960px) {
  .alt .video-js {
    width: 553px !important;
    height: 311px !important; }
  .alt .slide-content {
    font-size: 16px !important;
    width: auto !important;
    padding: 0 15px !important; } }
@media only screen and (max-width: 759px) {
  .alt .video-js {
    width: 400px !important;
    height: 225px !important; }
  .alt .slide-content {
    font-size: 14px !important; } }
@media only screen and (max-width: 568px) {
  .alt .video-js {
    width: 290px !important;
    height: 163px !important; }
  .alt .slide-content {
    font-size: 12px !important;
    left: 135px; } }

/*****************************************************************
   Biography Grid
*****************************************************************/
/*
$grid-item-col2-width: 48%;
$grid-item-col2-gutter: (100% - ($grid-item-col2-width * 2));

$grid-item-col3-width: 32%;
$grid-item-col3-gutter: (100% - ($grid-item-col3-width * 3)) / 2;

$grid-item-col4-width: 24%;
$grid-item-col4-gutter: (100% - ($grid-item-col4-width * 4)) / 3;
*/
#bio-grid {
  background: #f3f3f4;
  padding: 30px 0 43px 0; }
  #bio-grid .container {
    display: table;
    margin: auto auto;
    max-width: none !important;
    width: 1000px; }
  #bio-grid .grid-item {
    width: 306px;
    float: left;
    vertical-align: top;
    margin-bottom: 20px; }
  #bio-grid .key {
    border-color: white !important; }
    #bio-grid .key .key-item {
      position: relative;
      clear: both;
      padding-left: 17px;
      margin-bottom: 12px; }
    #bio-grid .key .key-block {
      width: 32px;
      height: 10px;
      margin-right: 11px;
      display: block;
      float: left; }
    #bio-grid .key h6 {
      line-height: 100% !important;
      position: relative;
      font-size: 12px;
      margin-top: 12px;
      margin-bottom: 20px;
      padding-left: 16px; }
    #bio-grid .key p {
      line-height: 100%;
      padding: 0;
      top: -1px;
      position: relative;
      font-size: 13px; }
    #bio-grid .key .design .key-block {
      background: #f36f21; }
    #bio-grid .key .product .key-block {
      background: #488a5d; }
    #bio-grid .key .support .key-block {
      background: #a2998a; }
    #bio-grid .key .engineering .key-block {
      background: #135378; }
    #bio-grid .key .leadership .key-block {
      background: #fcc042; }
    #bio-grid .key .sales .key-block {
      background: #7c71a7; }
    #bio-grid .key .ux .key-block {
      background: #ef6d39; }
    #bio-grid .key .board .key-block {
      background: #517989; }
    #bio-grid .key .technical .key-block {
      background: #cb424e; }
  #bio-grid.col-3 .grid-item {
    margin-right: 20px; }
    #bio-grid.col-3 .grid-item:nth-child(3n) {
      margin-right: 0; }
  #bio-grid.col-4 .grid-item {
    margin-right: 20px; }
    #bio-grid.col-4 .grid-item:nth-child(4n) {
      margin-right: 0; }
  #bio-grid .grid-item.last {
    margin-right: 0; }
  #bio-grid .grid-item.runover .link-more {
    display: block; }
  #bio-grid.leadership .grid-item {
    border-color: #fcc042; }
  #bio-grid.board .grid-item {
    border-color: #517989; }
  #bio-grid.technical .grid-item {
    border-color: #cb424e; }

.grid-item {
  display: block;
  background: #fff;
  position: relative;
  border-bottom: 10px solid #737374; }
  .grid-item img {
    width: 100%; }
  .grid-item .item-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px; }
  .grid-item .link-more {
    color: #737374;
    cursor: pointer;
    display: none; }
  .grid-item h6.name {
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    color: #4c4d4f; }
  .grid-item p {
    font-size: 13px;
    line-height: 165%;
    color: #4c4d4f; }
  .grid-item p.role {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    font-style: normal; }
  .grid-item .description, .grid-item .description-orig {
    margin-bottom: 20px;
    position: relative; }
  .grid-item .description p, .grid-item .description-orig p {
    padding-bottom: 0; }
  .grid-item.no-image .description p {
    padding-right: 41px; }
  .grid-item .link-more:hover {
    color: #4d4d4f; }
  .grid-item .description-orig {
    display: none; }

.grid-item.quote blockquote {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 50px; }

.grid-item.video .item-main {
  height: auto; }

.grid-item cite {
  color: #4d4d4f;
  position: absolute;
  left: 15px;
  bottom: 0; }

.social-strip {
  display: block;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.social-block {
  width: 36px;
  height: 36px;
  margin-bottom: 1px;
  background: #808285;
  clear: both;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  cursor: pointer;
  display: none; }
  .social-block i {
    width: 100%;
    text-align: center;
    display: table-cell !important;
    vertical-align: middle;
    font-size: 19px;
    color: #fff; }

.has-ln .linkedin {
  display: table; }

.has-twitter .twitter {
  display: table; }

.has-git .github {
  display: table; }

.social-block:last-child {
  margin-bottom: 0; }

.social-block:hover {
  background: #4d4d4f;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear; }

.grid-item.leadership {
  border-color: #fcc042; }

.grid-item.design {
  border-color: #f36f21; }

.grid-item.product {
  border-color: #488a5d; }

.grid-item.support {
  border-color: #a2998a; }

.grid-item.engineering {
  border-color: #135378; }

.grid-item.sales {
  border-color: #7c71a7; }

.grid-item.ux {
  border-color: #ef6d39; }

.grid-item.board {
  border-color: #517989; }

.grid-item.technical {
  border-color: #cb424e; }

.team .grid-item {
  transition: border-width 0.3s linear 0s;
  -webkit-transition: border-width 0.3s linear 0s;
  -moz-transition: border-width 0.3s linear 0s;
  -ms-transition: border-width 0.3s linear 0s;
  -o-transition: border-width 0.3s linear 0s;
  cursor: pointer;
  width: 225px !important; }
  .team .grid-item img {
    float: left; }
  .team .grid-item h6, .team .grid-item p {
    transition: color 0.3s linear 0.1s;
    -webkit-transition: color 0.3s linear 0.1s;
    -moz-transition: color 0.3s linear 0.1s;
    -ms-transition: color 0.3s linear 0.1s;
    -o-transition: color 0.3s linear 0.1s;
    max-width: 208px; }
  .team .grid-item h6 {
    margin-bottom: 0;
    margin-top: 4px; }
  .team .grid-item p {
    margin: 0 !important; }
.team .key {
  cursor: auto;
  min-height: 243px; }
.team .key img {
  width: auto;
  max-width: 80%; }
.team .social-block {
  display: none; }
.team .description {
  display: none; }
.team .item-main {
  height: 71px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left; }
.team h6.name {
  clear: both; }

/* .no-touch .team .grid-item:not(.key):hover {
	border-width: 75px;
	@include transition ($property:border-width, $duration: .30s, $timing: linear, $delay: 0s);

	.name, .role {
		color: $white;
		@include transition ($property:color, $duration: .30s, $timing: linear, $delay: .1s);
	}
} */
/*****************************************************************
   Lightbox
*****************************************************************/
#lightbox {
  width: 100%;
  height: 100%;
  background: #737374;
  /* The Fallback */
  background: rgba(115, 115, 116, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s; }
  #lightbox .grid-item {
    width: 420px;
    z-index: 1000;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    height: auto !important;
    cursor: auto;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    /* > .description {
    	padding-left: 15px;
    	padding-right: 15px;
    	position: relative;
    	margin-top: -15px;
    	padding-bottom: 15px;
    } */ }
    #lightbox .grid-item .name, #lightbox .grid-item .role {
      font-size: 18px; }
    #lightbox .grid-item .name {
      font-family: 'Gotham A', 'Gotham B', 'Gotham', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700 !important;
      font-style: normal; }
    #lightbox .grid-item .role {
      position: relative;
      top: -2px; }
    #lightbox .grid-item .description {
      display: block !important;
      max-height: 350px;
      overflow-y: auto; }
    #lightbox .grid-item .description p {
      height: auto;
      padding-right: 27px; }
    #lightbox .grid-item .item-main {
      height: auto; }
      #lightbox .grid-item .item-main p {
        overflow: auto; }

#lightbox.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  visibility: visible; }
  #lightbox.active .grid-item {
    -webkit-animation-name: fadeIn !important;
    -moz-animation-name: fadeIn !important;
    -ms-animation-name: fadeIn !important;
    animation-name: fadeIn !important; }

#lightbox.inactive {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: visible;
  transition: opacity 0.3s linear 0.3s;
  -webkit-transition: opacity 0.3s linear 0.3s;
  -moz-transition: opacity 0.3s linear 0.3s;
  -ms-transition: opacity 0.3s linear 0.3s;
  -o-transition: opacity 0.3s linear 0.3s; }
  #lightbox.inactive .grid-item {
    -webkit-animation-name: fadeOut !important;
    -moz-animation-name: fadeOut !important;
    -ms-animation-name: fadeOut !important;
    animation-name: fadeOut !important;
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    -ms-animation-delay: 0s !important;
    animation-delay: 0s !important; }

@media only screen and (max-height: 900px) {
  #lightbox .description-orig {
    max-height: 300px !important; } }
@media only screen and (max-height: 770px) {
  #lightbox .description-orig {
    max-height: 210px !important; } }
@media only screen and (max-height: 590px) {
  #lightbox .description-orig {
    max-height: 70px !important; }
    #lightbox .description-orig p {
      font-size: 11px !important; } }
/*****************************************************************
   Responsive
*****************************************************************/
/*****************************************************************
   Responsive: Below Large Desktop
*****************************************************************/
/*****************************************************************
   Responsive: Below Standard Desktop
*****************************************************************/
@media only screen and (max-width: 1000px) {
  #product .data-dot-row .data-dot-col {
    width: 100%; }

  #home-cta .copy {
    text-align: left !important;
    width: 96% !important; }

  #wrap {
    padding: 60px 0 0 0;
    margin: 0 !important; }

  #header-main, #header-main .container, #header-main .navbar-header {
    height: 60px !important;
    width: 100%; }

  #header-main .container {
    padding: 0; }

  #header-main #logo {
    left: 20px;
    bottom: 16px;
    width: 140px;
    height: 32px;
    background-image: url("../i/logo/logo-mobile.png"); }

  /* Retina Logo */ }
@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  #header-main #logo {
    background-image: url("../i/logo/logo-mobile@2x.png"); } }
@media only screen and (max-width: 1000px) {
  .navbar-collapse {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    height: 0;
    transition: height .5s linear;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -o-transition: height .5s linear;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    border-top: 1px solid #DEDEDE; }

  #header-main nav {
    background: #fff; }
    #header-main nav li {
      width: 100%;
      padding-right: 0;
      float: left; }
      #header-main nav li .mobile-sub {
        display: block; }
    #header-main nav a {
      padding: 10px 0 !important;
      margin: 0 20px; }
      #header-main nav a:hover, #header-main nav a:focus {
        background: none !important; }
      #header-main nav a:before {
        top: 0;
        left: -40px;
        width: 5px;
        height: 100%; }
    #header-main nav li:last-child a {
      border-bottom: 0; }
    #header-main nav li.active a:before {
      left: -20px; }

  .early-access .form-container form {
    margin-right: 20px; }

  .banner .h1-outer {
    width: auto !important; }

  .gfield {
    width: 100% !important; }

  #field_2_8 {
    margin: 0 0 15px 0; }

  .video-resource {
    width: 100%;
    margin: 0 0 30px 0; }
    .video-resource p {
      height: auto;
      min-height: 0px; }
    .video-resource img {
      width: 100%;
      height: auto; }

  .video-resource:nth-child(2n+2) {
    margin: 0 0 0 0px; }

  .indiv-customer-right {
    width: 100%; }

  #home #social section ul {
    float: left;
    margin: 20px 0 0 16px; }

  .product-nav ul li .product-nav-inner a {
    text-indent: -9999px; }
  .product-nav.stuck {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999; }

  .product-features {
    margin-top: 20px; }
    .product-features .product-feature {
      margin-bottom: 40px; }
      .product-features .product-feature .product-feature-left, .product-features .product-feature .product-feature-right {
        width: 100%; }
      .product-features .product-feature h2 {
        margin-top: 10px;
        margin-bottom: 20px; }

  .technology-nav ul li .technology-nav-inner {
    display: table;
    vertical-align: middle; }
    .technology-nav ul li .technology-nav-inner a {
      display: table-cell;
      font-size: 12px;
      line-height: 21px;
      vertical-align: middle; }
  .technology-nav.stuck {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 499; }

  .predictive-nav ul li .predictive-nav-inner {
    display: table;
    vertical-align: middle; }
    .predictive-nav ul li .predictive-nav-inner a {
      display: table-cell;
      font-size: 12px;
      line-height: 21px;
      vertical-align: middle; }
  .predictive-nav.stuck {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 499; }

  .customer-row .customer-card {
    width: 343px; }
    .customer-row .customer-card .customer-card-image {
      width: 0px; } }
/*****************************************************************
   Responsive: Smartphone Landscape
*****************************************************************/
@media only screen and (max-width: 1024px) {
  .contact #map {
    height: 360px; }

  .form-container form label span {
    font-size: .7em;
    line-height: 150%; }

  #bio-grid .container {
    width: 672px; }

  #bio-grid .grid-item {
    margin-right: 20px !important;
    		/* .social-block {
    			width: 24px;
    			height: 24px;
    
    			i {
    				font-size: 14px;
    			}
    		} */ }
    #bio-grid .grid-item:nth-child(2n) {
      margin-right: 0 !important; }
    #bio-grid .grid-item .description p {
      padding-right: 0 !important; }

  #bio-grid.team .container {
    width: 755px; }

  #bio-grid.team .grid-item {
    margin-right: 20px !important; }
    #bio-grid.team .grid-item:nth-child(3n) {
      margin-right: 0 !important; } }
/*****************************************************************
   Responsive: Below Tablet Portrait
*****************************************************************/
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
    .container img {
      width: 100%; }

  .rsOverflow {
    overflow: hidden !important; }

  mark {
    white-space: normal; }

  .main-image {
    float: none; }

  #wrap {
    padding: 60px 0 0 0;
    margin: 0 !important; }

  #header-main, #header-main .container, #header-main .navbar-header {
    height: 60px !important;
    width: 100%; }

  #header-main .container {
    padding: 0; }

  #header-main #logo {
    left: 20px;
    bottom: 16px;
    width: 140px;
    height: 32px;
    background-image: url("../i/logo/logo-mobile.png"); }

  /* Retina Logo */ }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  #header-main #logo {
    background-image: url("../i/logo/logo-mobile@2x.png"); } }
@media only screen and (max-width: 767px) {
  .navbar-collapse {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    height: 0;
    transition: height .5s linear;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -o-transition: height .5s linear;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    border-top: 1px solid #DEDEDE; }

  #header-main nav {
    background: #fff; }
    #header-main nav li {
      width: 100%;
      padding-right: 0;
      float: left; }
      #header-main nav li .mobile-sub {
        display: block; }
    #header-main nav a {
      padding: 10px 0 !important;
      margin: 0 20px; }
      #header-main nav a:hover, #header-main nav a:focus {
        background: none !important; }
      #header-main nav a:before {
        top: 0;
        left: -40px;
        width: 5px;
        height: 100%; }
    #header-main nav li:last-child a {
      border-bottom: 0; }
    #header-main nav li.active a:before {
      left: -20px; }

  .banner {
    height: auto !important;
    padding: 30px 0; }
    .banner .container {
      padding-top: 0 !important; }

  h1 {
    width: 100% !important;
    left: 0 !important;
    font-size: 31px;
    padding-bottom: 0 !important;
    line-height: 113%;
    letter-spacing: -1px; }
    h1 mark {
      top: 0 !important;
      height: 40px !important; }

  h1 small {
    font-size: 31px; }

  mark {
    display: inline; }

  #wrap .sub-nav {
    display: none !important; }

  .active .mobile-sub {
    display: block !important; }

  #bio-grid.team .container {
    width: 510px; }

  #bio-grid.team .container .grid-item {
    margin-right: 20px !important; }
    #bio-grid.team .container .grid-item:nth-child(2n) {
      margin-right: 0 !important; }

  article .date, article .author {
    float: none !important;
    clear: both;
    padding-bottom: 5px; }

  article header {
    padding-bottom: 15px; }

  aside {
    margin-left: 0 !important; }
    aside p {
      width: auto !important; }

  footer > .container {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; }
  footer .form-left, footer .form-right, footer #footer-copyright, footer label {
    float: left;
    clear: both;
    height: auto !important; }
  footer #footer-copyright {
    padding-top: 6px !important;
    padding-bottom: 13px !important; }
  footer label {
    padding-bottom: 15px; }
  footer .form-left {
    width: 100% !important; }
    footer .form-left button, footer .form-left .gform_wrapper .gform_button, .gform_wrapper footer .form-left .gform_button {
      width: 100% !important; }
  footer .form-left label {
    width: 100%; }
  footer .form-right, footer .form-left {
    margin-top: 27px; }
    footer .form-right label, footer .form-left label {
      width: 100%;
      padding-bottom: 9px; }
    footer .form-right .form-group, footer .form-left .form-group {
      margin-bottom: 15px !important; }
  footer button, footer .gform_wrapper .gform_button, .gform_wrapper footer .gform_button, footer .form-group {
    float: left; }
  footer .sub-nav {
    border: 0 !important; }
  footer .sub-nav .container {
    padding-left: 0;
    padding-right: 0;
    background: #4d4d4f !important; }
    footer .sub-nav .container .social-strip {
      clear: both;
      float: none;
      margin-bottom: 11px;
      padding-left: 10px;
      padding-bottom: 10px;
      margin-bottom: 15px !important;
      background: #4d4d4f;
      display: table;
      border-bottom: 1px solid #414142;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  footer .sub-nav li {
    float: none;
    clear: both;
    height: auto;
    margin-bottom: 8px;
    background: none !important;
    padding-left: 10px; }
  footer .sub-nav li a {
    padding-left: 0; }
  footer .sub-nav li:hover {
    background: #414142; }
  footer .social-block {
    margin-right: 10px !important;
    background: #828387 !important; }
  footer .sub-nav #footer-copyright {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #414142;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 9px !important;
    padding-bottom: 9px !important; }

  #home #opener {
    padding-bottom: 0 !important;
    min-height: 330px; }
    #home #opener .royalSlider {
      position: relative !important;
      margin-bottom: 0 !important;
      float: left;
      height: 378px !important; }
      #home #opener .royalSlider .slide-block {
        bottom: auto;
        top: 0;
        left: 0;
        right: auto;
        height: auto;
        width: auto !important;
        margin: 30px 20px;
        min-height: 304px;
        border: 0 !important;
        padding-bottom: 0 !important; }
        #home #opener .royalSlider .slide-block h2 {
          font-size: 24px;
          letter-spacing: -1px !important;
          padding-left: 10px;
          padding-right: 10px; }
        #home #opener .royalSlider .slide-block h3 {
          letter-spacing: -1px !important;
          font-size: 16px !important;
          margin-top: 35px !important;
          padding: 0 20px; }
          #home #opener .royalSlider .slide-block h3 br {
            display: none !important; }
          #home #opener .royalSlider .slide-block h3 span {
            font-size: 16px !important;
            display: block !important;
            line-height: 18px !important;
            margin-top: -12px !important;
            width: 100%; }
          #home #opener .royalSlider .slide-block h3 em {
            font-size: 14px !important;
            display: block !important;
            margin-top: 8px !important; }
        #home #opener .royalSlider .slide-block .button, #home #opener .royalSlider .slide-block aside .tagcloud a, aside .tagcloud #home #opener .royalSlider .slide-block a, #home #opener .royalSlider .slide-block button, #home #opener .royalSlider .slide-block .gform_wrapper .gform_button, .gform_wrapper #home #opener .royalSlider .slide-block .gform_button {
          bottom: 33px !important;
          margin: 50px 0 0 0; }

  #home #opener .rsBullets {
    margin-left: 20px !important; }

  #home #opener .slide-block {
    height: auto;
    padding-bottom: 30px; }

  #home #home-bottom .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 24px !important; }
    #home #home-bottom .container article {
      min-height: 0 !important;
      height: auto !important; }
    #home #home-bottom .container section {
      padding-bottom: 30px !important; }

  #home #home-bottom .col {
    padding-right: 0 !important; }

  #home #home-bottom article {
    padding-bottom: 40px !important; }

  #home #home-bottom #social {
    padding-bottom: 0px !important; }
    #home #home-bottom #social img {
      width: auto !important;
      height: auto !important; }

  #home #home-bottom #join-us, #home #home-bottom #overview {
    padding-bottom: 0px !important; }

  #home-cta {
    padding: 5px 10px !important; }
    #home-cta .copy {
      font-size: 17px !important;
      width: 100% !important;
      text-align: center !important;
      margin-bottom: 15px;
      margin-top: 10px !important;
      float: none; }
    #home-cta #readmore {
      float: none !important;
      margin: 0 auto 15px auto !important;
      display: block; }

  #careers .royalSlider {
    height: 167px !important;
    padding: 0 !important; }
    #careers .royalSlider .rsBullets {
      padding-left: 20px !important; }

  .tech-row p {
    padding: 0px !important; }

  #product blockquote {
    padding-right: 0 !important; }

  #product .alignleft {
    width: 120px; }

  #main-image {
    width: 100%;
    clear: both;
    float: left;
    height: 200px;
    margin: 0 0 20px 0; }

  .gfield {
    width: 100% !important;
    margin-right: 0px !important; }

  #schedule-a-demo #field_2_10 #choice_10_1 ~ label {
    margin: 0 0 0 45px; }

  #resource .gform_wrapper {
    width: 100%; }

  #field_2_8 {
    margin: 0 0 15px 0; }

  #downloads {
    margin-bottom: 30px; }

  #resources .col-sm-4 {
    width: 100%;
    float: left; }

  .indiv-customer-right {
    width: 100%; }

  .indiv-customer-arrow {
    display: none; }

  .indiv-customer-left {
    width: 100%;
    margin: 0 0 20px 0; }
    .indiv-customer-left img {
      width: 100%;
      height: auto; }

  #customers #main-image {
    margin-bottom: 0px !important; }

  #customers-sidebar {
    margin: 20px 0 20px 0; }

  #product #main-image {
    margin-bottom: 0px;
    background-position: top center !important; }

  .current_page_ancestor .mobile-sub {
    display: block; }

  .partner-text {
    margin: 0 0 20px 0; }

  #home #social section ul {
    float: right;
    margin: 0px; }

  #home-resources li {
    width: 100%; }
    #home-resources li a {
      width: 100%; }
    #home-resources li span {
      width: 100%; }
  #home-resources a {
    width: 100%; }

  #home-cta .container {
    width: 100% !important;
    height: auto !important;
    display: block !important; }
    #home-cta .container h3 {
      width: 100% !important;
      float: left;
      display: block !important;
      text-align: center !important;
      margin-bottom: 10px !important; }
    #home-cta .container #readmore {
      display: table !important;
      float: left; }

  .customer-row .customer-quote {
    display: none; }

  .product-slider-container {
    background-size: 360px 239px;
    height: 239px;
    width: 360px; }
    .product-slider-container .product-slider-inner {
      height: 164px;
      left: 15px;
      top: 12px;
      width: 330px; } }
@media only screen and (max-width: 700px) {
  .noscroll {
    overflow: auto !important; }

  #bio-grid > .container {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  #bio-grid .grid-item {
    height: auto !important;
    margin-bottom: 40px !important;
    cursor: auto !important;
    border-width: 10px !important;
    display: block !important;
    margin-right: 0 !important;
    clear: both;
    max-width: 290px !important; }
    #bio-grid .grid-item .item-main {
      height: auto !important; }
    #bio-grid .grid-item .name, #bio-grid .grid-item .role {
      color: #000 !important; }
    #bio-grid .grid-item .name {
      margin-top: 20px !important; }
    #bio-grid .grid-item .role {
      margin-bottom: 20px !important; }
    #bio-grid .grid-item .link-more {
      display: none !important; }
    #bio-grid .grid-item cite {
      position: relative !important;
      left: auto !important; }

  .description-orig {
    display: block !important; }

  #bio-grid.team .container {
    width: 100% !important; }

  #bio-grid.team > .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }

  #bio-grid.team .container .grid-item {
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    border-width: 0 !important;
    border-right-width: 8px !important;
    border-style: solid;
    cursor: pointer !important;
    width: 100% !important;
    max-width: 100% !important; }
    #bio-grid.team .container .grid-item .item-main {
      height: auto !important;
      float: left;
      width: 60%;
      padding-bottom: 0 !important; }
    #bio-grid.team .container .grid-item .name {
      color: #000 !important;
      margin-top: 0 !important;
      margin-bottom: 3px !important; }
    #bio-grid.team .container .grid-item .role {
      color: #737374 !important;
      margin-bottom: 4px !important;
      font-weight: 400 !important; }
    #bio-grid.team .container .grid-item img {
      height: 100%;
      width: 35%;
      float: left; }
    #bio-grid.team .container .grid-item .description-orig {
      display: none !important; }

  .no-touch .team .grid-item:not(.key):hover {
    border-width: inherit !important; }

  #lightbox {
    display: none !important; } }
/*****************************************************************
   Responsive: Smartphone Landscape
*****************************************************************/
@media only screen and (max-width: 568px) {
  .early-access .form-container form {
    width: 90%;
    margin-left: 5%;
    float: left;
    margin-right: 0; }
    .early-access .form-container form label {
      clear: both;
      float: left;
      position: relative;
      right: auto;
      top: auto;
      margin-bottom: 5px;
      text-align: left; }
      .early-access .form-container form label span {
        float: left;
        margin-top: 3;
        margin-bottom: 6px; }
        .early-access .form-container form label span br {
          display: none; }
    .early-access .form-container form input, .early-access .form-container form textarea {
      margin-bottom: 10px; }

  .col-sm-4 {
    clear: both; }

  .contact #map {
    height: 200px !important; }

  .tech-row p {
    padding: 0px !important; }

  #webinar #speakers .speaker h6, #webinar #speakers .speaker p {
    margin-left: 0; }
  #webinar #speakers .speaker img {
    float: none;
    max-width: 225px; } }
@media only screen and (max-width: 567px) {
  article header .logo {
    position: relative !important;
    right: 0;
    top: 0;
    width: auto !important;
    max-width: 40%;
    clear: both;
    max-height: 100%;
    float: left;
    margin: 10px 0; } }
/*****************************************************************
   Responsive: Smartphone Portrait
*****************************************************************/
/*****************************************************************
   Retina Images
*****************************************************************/
/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* .product-image {
  	@include background-image(pathProducts, rw-org, r, png);
  	@include image-contain; 
  } */ }
