/*!
 * 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,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
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 {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.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;
  color: inherit;
}
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;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.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.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
    zoom: 1;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
  }
  .dl-horizontal dd:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
  }
}
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.428571429;
  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.428571429;
}
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.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.row:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.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.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.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.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@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.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@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.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  color: #aaa;
}
.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;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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);
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) rgba(0, 0, 0, 0.25);
}
.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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  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);
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
}
.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;
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e rgba(0, 0, 0, 0.25);
}
.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);
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
}
.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;
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 rgba(0, 0, 0, 0.25);
}
.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);
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075) rgba(0, 0, 0, 0.25);
}
.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;
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b rgba(0, 0, 0, 0.25);
}
.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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .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;
  zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.form-horizontal .form-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@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.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  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: #333333;
  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);
  -moz-box-shadow: 0px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.25);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].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;
  -moz-box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
}
.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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  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:empty {
  width: 1em;
}
.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 #000000;
  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: #ffffff;
  border: 1px solid #cccccc;
  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);
  -moz-box-shadow: 0px 1px 0 6px 12px rgba(0, 0, 0, 0.175) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 0 6px 12px rgba(0, 0, 0, 0.175) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 0 6px 12px rgba(0, 0, 0, 0.175) rgba(0, 0, 0, 0.25);
  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.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  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.428571429;
  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 #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.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: #333333;
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 {
  zoom: 1;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.btn-toolbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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);
  -moz-box-shadow: 0px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.25);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 {
  zoom: 1;
}
.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: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:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.btn-group-vertical > .btn-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.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-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-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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;
  zoom: 1;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tabbable {
  zoom: 1;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tabbable:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.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;
  zoom: 1;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.navbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header {
  zoom: 1;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.navbar-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media (min-width: 992px) {
  .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);
  zoom: 1;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.navbar-collapse:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .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: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .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);
  -moz-box-shadow: 0px 1px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.25);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .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;
    -moz-box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px none rgba(0, 0, 0, 0.25);
  }
}
.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: 992px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.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: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.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: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .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: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.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: #cccccc;
}
.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.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  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;
  zoom: 1;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.pager:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  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 {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
  display: block;
  margin-bottom: 20px;
}
.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);
  -moz-box-shadow: 0px 1px inset 0 1px 2px rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 2px rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 2px rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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);
  -moz-box-shadow: 0px 1px inset 0 -1px 0 rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 -1px 0 rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 -1px 0 rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  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;
}
.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: #ffffff;
  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);
  -moz-box-shadow: 0px 1px 0 1px 1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 0 1px 1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 0 1px 1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.25);
}
.panel-body {
  padding: 15px;
  zoom: 1;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.panel-body:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.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 #dddddd;
}
.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 #dddddd;
  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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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);
  -moz-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px inset 0 1px 1px rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.25);
}
.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  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: #ffffff;
  border: 1px solid #999999;
  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);
  -moz-box-shadow: 0px 1px 0 3px 9px rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 0 3px 9px rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 0 3px 9px rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.modal-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.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);
    -moz-box-shadow: 0px 1px 0 5px 15px rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 0 5px 15px rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 0 5px 15px rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  -moz-box-shadow: 0px 1px 0 5px 10px rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 0 5px 10px rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 0 5px 10px rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  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: #999999;
  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: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right .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 {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  }
}
@font-face {
  font-family: 'cos-website';
  src: url('/fonts/cos-website/fonts/cos-website.eot');
  src: url('/fonts/cos-website/fonts/cos-website.eot?#iefix') format('embedded-opentype'), url('/fonts/cos-website/fonts/cos-website.woff') format('woff'), url('/fonts/cos-website/fonts/cos-website.ttf') format('truetype'), url('/fonts/cos-website/fonts/cos-website.svg#cos-website') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'cos-website';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cup3:before {
  content: "\e900";
}
.icon-arrow-down2:before {
  content: "\e601";
}
.icon-arrow-down:before {
  content: "\e600";
}
.icon-tumblr:before {
  content: "\6d";
}
.icon-linkedin:before {
  content: "\69";
}
.icon-menu:before {
  content: "\2d";
}
.icon-list:before {
  content: "\61";
}
.icon-bubbles:before {
  content: "\22";
}
.icon-lightbulb:before {
  content: "\23";
}
.icon-email:before {
  content: "\24";
}
.icon-checkbox:before {
  content: "\25";
}
.icon-facebook-sqr:before {
  content: "\21";
}
.icon-tumblr-sqr:before {
  content: "\26";
}
.icon-twitter-sqr:before {
  content: "\27";
}
.icon-linkedin-sqr:before {
  content: "\28";
}
.icon-wordpress-sqr:before {
  content: "\29";
}
.icon-checkmark:before {
  content: "\2a";
}
.icon-checkbox-unchecked:before {
  content: "\2b";
}
.icon-checkbox-checked:before {
  content: "\2c";
}
.icon-user:before {
  content: "\2e";
}
.icon-info:before {
  content: "\49";
}
.icon-info2:before {
  content: "\30";
}
.icon-quotes-left:before {
  content: "\2f";
}
.icon-arrow:before {
  content: "\3e";
}
.icon-close:before {
  content: "\58";
}
.icon-twitter:before {
  content: "\31";
}
.icon-rss:before {
  content: "\32";
}
.icon-googleplus:before {
  content: "\33";
}
.icon-facebook:before {
  content: "\34";
}
.icon-mail:before {
  content: "\35";
}
.icon-wordpress:before {
  content: "\57";
}
.icon-lock:before {
  content: "\27bd";
}
.icon-shield:before {
  content: "\38";
}
.icon-users:before {
  content: "\39";
}
.icon-flag:before {
  content: "\3a";
}
.icon-warning:before {
  content: "\2639";
}
.icon-arrow-right:before {
  content: "\2192";
}
.icon-signup:before {
  content: "\2648";
}
.icon-smiley:before {
  content: "\27a4";
}
.icon-sad:before {
  content: "\4f";
}
.icon-wondering:before {
  content: "\64";
}
.icon-angle-up:before {
  content: "\261d";
}
.icon-angle-right:before {
  content: "\261e";
}
.icon-angle-left:before {
  content: "\261c";
}
.icon-angle-down:before {
  content: "\261f";
}
.icon-users-group:before {
  content: "\2601";
}
.icon-plus:before {
  content: "\e000";
}
.icon-book3:before {
  content: "\e993";
}
.icon-graduation:before {
  content: "\e99a";
}
.icon-clock:before {
  content: "\ea4d";
}
.icon-search:before {
  content: "\eb2d";
}
.icon-pulse:before {
  content: "\eb6c";
}
.icon-pie-chart:before {
  content: "\eb7d";
}
.icon-stats-growth:before {
  content: "\eb8d";
}
.icon-cup2:before {
  content: "\ebc6";
}
.icon-briefcase3:before {
  content: "\ec01";
}
.icon-clipboard5:before {
  content: "\ec51";
}
/*--------------------------------------------------
  Mixins
	-------------------------------------------------- */
.clear {
  clear: both;
}
.void-marg-pad {
  margin: 0;
  padding: 0;
}
.box-center {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ease-in-out {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ease-in {
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.grey-tint:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 44, 64, 0.62);
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 0);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 0);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 0);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 0);
    -ms-transform: scale3d(1, 1, 0);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 0);
    -ms-transform: scale3d(1.05, 1.05, 0);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 0);
    -ms-transform: scale3d(1, 1, 0);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.grey {
  color: #aeaeae;
}
.lt-grey {
  color: #dddddd;
}
.drk-grey {
  color: #666666 !important;
}
.drk-grey:hover {
  color: #474747 !important;
}
.navy {
  color: #2b2d41;
}
.navy-0 {
  color: #b8bfd5;
}
.navy-1 {
  color: #abb4cd;
}
.navy-2 {
  color: #7b89af;
}
.orange {
  color: #d5775d;
}
.blue {
  color: #62acc4;
}
.white {
  color: white;
}
.brandon-light {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
}
.brandon-regular {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
.brandon-bold {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
.museo-sans {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}
.underline {
  text-decoration: underline !important;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize !important;
}
.inline {
  display: inline !important;
}
.marg-t {
  margin-top: 10px;
}
.marg-l {
  margin-left: 10px;
}
.marg-b {
  margin-bottom: 10px;
}
.marg-r {
  margin-right: 10px;
}
.marg-r-small {
  margin-right: 5px;
}
.marg-all {
  margin: 10px;
}
.marg-none {
  margin: 0;
}
.marg-t-sm {
  margin-top: 5px;
}
.marg-l-sm {
  margin-left: 5px;
}
.marg-b-sm {
  margin-bottom: 5px;
}
.marg-r-sm {
  margin-right: 5px;
}
.marg-all-sm {
  margin: 5px;
}
.marg-t-lg {
  margin-top: 20px;
}
.marg-l-lg {
  margin-left: 20px;
}
.marg-b-lg {
  margin-bottom: 20px;
}
.marg-r-lg {
  margin-right: 20px;
}
.marg-all-lg {
  margin: 20px;
}
.pad-t {
  padding-top: 10px;
}
.pad-l {
  padding-left: 10px;
}
.pad-b {
  padding-bottom: 10px;
}
.pad-r {
  padding-right: 10px;
}
.pad-all {
  padding: 10px;
}
.pad-none {
  padding: 0;
}
.pad-t-lg {
  padding-top: 20px;
}
.pad-l-lg {
  padding-left: 20px;
}
.pad-b-lg {
  padding-bottom: 20px;
}
.pad-r-lg {
  padding-right: 20px;
}
.pad-all-lg {
  padding: 20px;
}
.calendar-bg {
  background: url(/img/Calendar-bg-3.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
.dark-pattern {
  background: transparent url('../img/dark-pattern.png') repeat left top;
}
.pattern-grey {
  background: #dddddd;
}
body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #474747;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
.alert {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-shadow: none;
}
.alert.alert-warning {
  background-color: #fdecac;
  border-color: #fdecac;
  color: #c09853;
}
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn.btn-default {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #aeaeae;
  border: 1px solid #eeeeee;
  background-color: white;
}
.btn.btn-default:hover {
  border-color: #dddddd;
  background-color: white !important;
  color: #666666 !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.btn.btn-transparent {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #dddddd;
  border: 1px solid #dddddd;
  background-color: transparent;
}
.btn.btn-transparent:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.15);
  color: white !important;
  cursor: pointer;
}
.btn.btn-outline {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: #aeaeae;
  border: 1px solid #ccc;
  background-color: white;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-outline:hover {
  border-color: #aeaeae;
  background-color: #eeeeee !important;
}
.btn.btn-outline.active {
  border-color: #aeaeae;
  color: #666666;
  background-color: rgba(0, 0, 0, 0.02);
}
.btn.btn-primary {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none !important;
  background-color: #d5775d;
  color: white !important;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #bc6148;
}
.btn.btn-primary.btn-navy {
  background-color: #2a2c40;
}
.btn.btn-primary.btn-navy:hover {
  background-color: #2b2d41;
}
.btn.btn-primary.btn-navy-2 {
  background-color: #7b89af;
}
.btn.btn-primary.btn-navy-2:hover {
  background-color: #2a2c40;
}
.btn.btn-primary.btn-blue {
  background-color: #62acc4;
}
.btn.btn-primary.btn-blue:hover {
  background-color: #b2d8e4;
}
.btn.btn-lg {
  padding: 15px 30px;
}
.btn.btn-lg small {
  font-size: 14px;
}
.btn.btn-jumbo {
  font-size: 32px;
  line-height: 90%;
  padding: 20px 60px;
}
.btn.btn-jumbo small {
  font-size: 18px;
}
.btn.btn-jumbo span {
  display: block;
}
@media (max-width: 992px) {
  .btn.btn-jumbo {
    padding: 20px 40px;
  }
}
.btn.btn-jumbo.btn-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.btn-subtext {
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin: -10px auto 21px;
  color: #aeaeae;
}
button::-moz-focus-inner {
  border: 0;
}
button:focus {
  outline: none;
}
a:focus {
  outline: none;
}
.btn-group .btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}
[class^="icon-"] .icon-16,
[class*=" icon-"] .icon-16 {
  font-size: 16px !important;
  line-height: 16px;
  vertical-align: middle;
}
[class^="icon-"].icon-32,
[class*=" icon-"].icon-32 {
  font-size: 32px;
  line-height: 32px;
  vertical-align: middle;
}
[class^="icon-"].icon-48,
[class*=" icon-"].icon-48 {
  font-size: 48px;
  line-height: 48px;
  vertical-align: middle;
}
[class^="icon-"].icon-64,
[class*=" icon-"].icon-64 {
  font-size: 64px;
  line-height: 64px;
  vertical-align: middle;
}
[class^="icon-"].icon-84,
[class*=" icon-"].icon-84 {
  font-size: 84px;
  line-height: 84px;
  vertical-align: middle;
}
[class^="icon-"].icon-96,
[class*=" icon-"].icon-96 {
  font-size: 96px;
  line-height: 96px;
  vertical-align: middle;
}
[class^="icon-"].color-facebook,
[class*=" icon-"].color-facebook {
  color: #3b5998;
}
[class^="icon-"].color-twitter,
[class*=" icon-"].color-twitter {
  color: #2ca9e1;
}
[class^="icon-"].color-linkedin,
[class*=" icon-"].color-linkedin {
  color: #0073a5;
}
[class^="icon-"].color-tumblr,
[class*=" icon-"].color-tumblr {
  color: #2c4762;
}
[class^="icon-"].color-wordpress,
[class*=" icon-"].color-wordpress {
  color: #666666;
}
[class^="icon-"].color-stumbleupon,
[class*=" icon-"].color-stumbleupon {
  color: #f04e23;
}
.icon-cos-calendar {
  width: 259px;
  height: 217px;
  overflow: hidden;
  display: inline-block;
  background-image: url('/img/vector-editorial-calendar.png');
  vertical-align: middle;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-cos-calendar {
    background-image: url('/img/vector-editorial-calendar@2x.png');
    background-size: 259px 217px;
  }
}
.icon-lrg-arrow {
  width: 28px;
  height: 24px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.icon-lrg-arrow.left {
  background-image: url('/img/arrow-left.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lrg-arrow.left {
    background-image: url('/img/arrow-left@2x.png');
    background-size: 28px 24px;
  }
}
.icon-lrg-arrow.right {
  background-image: url('/img/arrow-right.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lrg-arrow.right {
    background-image: url('/img/arrow-right@2x.png');
    background-size: 28px 24px;
  }
}
.container-fluid {
  max-width: 100%;
  /* This will remove the outer padding, and push content edge to edge */
  padding-right: 0;
  padding-left: 0;
  z-index: 1;
  overflow: hidden;
}
.container-fluid.bottom-line {
  border-bottom: 1px solid #dddddd;
}
.container-fluid.top-line {
  border-top: 1px solid #dddddd;
}
.container-fluid.container-padding {
  padding: 40px 0px;
}
.entry-text {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #7e7e7e;
}
.entry-text p {
  margin: 0 0 16px;
}
.entry-text a {
  color: #7b89af;
}
.entry-text h3,
.entry-text h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #666666;
}
.hero-text {
  padding: 160px 20px 60px;
  text-align: center;
}
.hero-text h1 {
  margin-top: 0px;
  line-height: 140%;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .hero-text h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .hero-text h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .hero-text {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .hero-text {
    padding: 20px 20px;
  }
}
.hero-text.hero-text-small {
  padding: 30px 20px;
}
.hero-image {
  background: url(/img/cover-heros/cos-2.0-heros-9.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 180px 20px 80px;
  text-align: center;
}
.hero-image.cover-23 {
  background: url(/img/cover-heros/cos-2.0-heros-23-black.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image.cover-26 {
  background: url(/img/cover-heros/cos-2.0-heros-26-blue.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image.cover-tm-30 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-30.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image.cover-tm-50 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-50.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image.cover-tm-56 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-56.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image.cover-CS2 {
  background: url(/img/cover-heros/CS2.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image.cover-jobs {
  background: url(/img/cover-heros/cover-jobs.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-image h2 {
  display: inline-block;
}
.hero-image h1 {
  margin-top: 0px;
  line-height: 140%;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-image h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .hero-image h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .hero-image h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .hero-image {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .hero-image {
    padding: 20px 20px;
  }
}
.hero-image.hero-text-small {
  padding: 30px 20px;
}
hr.transparent {
  border-color: transparent;
}
hr.large {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ie-only {
  display: none;
}
.img-circle {
  position: relative;
  behavior: url(../js/PIE.htc);
}
.img-circle img {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  position: relative;
  behavior: url(../js/PIE.htc);
}
.modal {
  background-color: rgba(97, 172, 196, 0.5);
}
.modal .modal-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #62acc4;
  color: white;
  border: none;
}
.modal .modal-content .modal-header {
  padding: 40px;
  border-bottom-color: #b2d8e4;
}
.modal .modal-content .modal-header h1,
.modal .modal-content .modal-header h2,
.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h4,
.modal .modal-content .modal-header h5,
.modal .modal-content .modal-header h6 {
  color: #ccd7de;
}
.modal .modal-content .modal-body {
  padding: 40px;
  color: #ccd7de;
}
.modal .modal-content .modal-body p {
  margin-bottom: 20px;
}
.modal .modal-content .modal-body textarea,
.modal .modal-content .modal-body input[type="text"],
.modal .modal-content .modal-body input[type="password"],
.modal .modal-content .modal-body input[type="datetime"],
.modal .modal-content .modal-body input[type="datetime-local"],
.modal .modal-content .modal-body input[type="date"],
.modal .modal-content .modal-body input[type="month"],
.modal .modal-content .modal-body input[type="time"],
.modal .modal-content .modal-body input[type="week"],
.modal .modal-content .modal-body input[type="number"],
.modal .modal-content .modal-body input[type="email"],
.modal .modal-content .modal-body input[type="url"],
.modal .modal-content .modal-body input[type="search"],
.modal .modal-content .modal-body input[type="tel"],
.modal .modal-content .modal-body input[type="color"],
.modal .modal-content .modal-body .uneditable-input {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #b2d8e4;
  color: #ccd7de;
  margin-bottom: 20px;
}
.modal .modal-content .modal-footer {
  padding: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: transparent;
  border-top-color: #b2d8e4;
}
.modal .modal-content .btn.btn-border {
  border-color: #b2d8e4;
  color: #b2d8e4;
}
.modal .modal-content .btn.btn-border:hover {
  border-color: #ccd7de;
  color: #ccd7de;
}
.modal .modal-content .btn.btn-purple {
  color: #62acc4;
  border-color: #ccd7de;
  background-color: #ccd7de;
}
.modal .modal-content .btn.btn-purple:hover {
  border-color: #e9f0f4;
  background-color: #e9f0f4;
  color: #62acc4;
}
@media (max-width: 767px) {
  .modal .modal-content {
    margin-top: 60px;
  }
  .modal .modal-content .modal-header,
  .modal .modal-content .modal-body {
    padding: 20px;
  }
  .modal .modal-content .pull-right {
    float: none;
  }
  .modal .modal-content .btn {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.modal-backdrop {
  background-color: #62acc4;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.nav.nav-pills li {
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #aeaeae;
}
.nav.nav-pills li a {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
.nav.nav-pills li a:hover {
  background-color: transparent;
  color: #62acc4;
}
.placeholder {
  color: #aaa;
}
.social-icons {
  width: 40px;
  height: 40px;
  margin: 0px auto 10px auto;
  position: relative;
  display: inline-block;
}
.social-icons.twitter {
  background-image: url('/img/_40-twitter.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.twitter {
    background-image: url('/img/_40-twitter@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.facebook {
  background-image: url('/img/_40-facebook.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.facebook {
    background-image: url('/img/_40-facebook@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.google {
  background-image: url('/img/_40-googleplus.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.google {
    background-image: url('/img/_40-googleplus@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.stumble {
  background-image: url('/img/_40-stumble.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.stumble {
    background-image: url('/img/_40-stumble@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.linkedin {
  background-image: url('/img/_40-linkedin.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.linkedin {
    background-image: url('/img/_40-linkedin@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.foursquare {
  background-image: url('/img/_40-foursq.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.foursquare {
    background-image: url('/img/_40-foursq@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.rss {
  background-image: url('/img/_40-rss.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.rss {
    background-image: url('/img/_40-rss@2x.png');
    background-size: 40px 40px;
  }
}
.social-icons.email {
  background-image: url('/img/_40-mail.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .social-icons.email {
    background-image: url('/img/_40-mail@2x.png');
    background-size: 40px 40px;
  }
}
#sticker.is-sticky {
  position: fixed;
  top: 0px;
}
.well.well-white {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: white;
  border: 1px solid #aeaeae;
}
.well.well-exlg {
  padding: 30px 60px;
}
.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none ;
  -webkit-box-shadow: none ;
  -moz-box-shadow: none ;
  transition: none ;
  -moz-transition: none ;
  -webkit-transition: none;
  -webkit-appearance: none ;
  -moz-appearance: none;
  /* mobile firefox too! */
}
.form-control.input-jumbo,
textarea.input-jumbo,
input[type="text"].input-jumbo,
input[type="password"].input-jumbo,
input[type="datetime"].input-jumbo,
input[type="datetime-local"].input-jumbo,
input[type="date"].input-jumbo,
input[type="month"].input-jumbo,
input[type="time"].input-jumbo,
input[type="week"].input-jumbo,
input[type="number"].input-jumbo,
input[type="email"].input-jumbo,
input[type="url"].input-jumbo,
input[type="search"].input-jumbo,
input[type="tel"].input-jumbo,
input[type="color"].input-jumbo,
.uneditable-input.input-jumbo {
  padding: 0px 15px;
  font-size: 16px;
  line-height: 20px;
  height: 45px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #aeaeae;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
::-ms-clear {
  display: none;
}
.navbar.navbar-default {
  background-color: rgba(43, 45, 65, 0.7);
  background-image: none;
  filter: none;
  -ms-filter: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  overflow: none;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
  z-index: 1001;
  zoom: 1;
}
.navbar.navbar-default .features-dropdown .caret {
  border-top-color: white;
}
.navbar.navbar-default .features-dropdown #features-dropdown-btn {
  color: white;
  font-size: 16px;
  border: none;
  padding: 15px 30px;
  margin: 0px;
  margin-top: 10px;
  border: 1px solid rgba(238, 238, 238, 0);
}
.navbar.navbar-default .features-dropdown #features-dropdown-btn:hover {
  box-shadow: none;
  background-color: transparent !important;
  color: #abb4cd !important;
}
.navbar.navbar-default .features-dropdown #features-dropdown-btn:focus {
  border: 1px solid #eeeeee;
}
.navbar.navbar-default .features-dropdown #features-dropdown-menu {
  min-width: 150px;
  background-color: white !important;
  left: 0;
  right: initial;
}
.navbar.navbar-default .features-dropdown #features-dropdown-menu li a {
  color: #808080;
}
.navbar.navbar-default .features-dropdown #features-dropdown-menu li a:hover {
  color: #333333;
}
@media (max-width: 992px) {
  .navbar.navbar-default .features-dropdown .dropdown-menu {
    position: relative;
    float: none;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .reg-nav-btn {
    margin-left: 10px !important;
  }
  .navbar.navbar-default .navbar-collapse {
    max-height: 400px !important;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-default {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default {
    background-color: #2b2d41;
  }
  .navbar.navbar-default #features-dropdown-btn {
    margin-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .navbar.navbar-default {
    padding: 0px 0px;
  }
}
.navbar.navbar-default.navbar-dark {
  background-color: rgba(43, 45, 65, 0.9);
}
.navbar.navbar-default .navbar-header {
  margin: 0px !important;
}
.navbar.navbar-default .navbar-header .navbar-logo {
  display: inline-block;
  float: left;
}
.navbar.navbar-default .navbar-header .navbar-logo .logo-icon {
  width: 300px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  background-image: url('/img/cos-logo-300x80.png');
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar.navbar-default .navbar-header .navbar-logo .logo-icon {
    background-image: url('/img/cos-logo-300x80@2x.png');
    background-size: 300px 80px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-header .navbar-logo .logo-icon {
    width: 225px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    background-image: url('/img/cos-logo-225x60.png');
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 10px;
  }
}
@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar.navbar-default .navbar-header .navbar-logo .logo-icon {
    background-image: url('/img/cos-logo-225x60@2x.png');
    background-size: 225px 60px;
  }
}
@media (max-width: 768px) {
  .navbar.navbar-default .navbar-header .navbar-logo .logo-icon {
    width: 113px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    background-image: url('/img/cos-logo-113x30.png');
    vertical-align: middle;
    margin-top: 13px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar.navbar-default .navbar-header .navbar-logo .logo-icon {
    background-image: url('/img/cos-logo-113x30@2x.png');
    background-size: 113px 30px;
  }
}
.navbar.navbar-default .navbar-header .navbar-append {
  display: inline-block;
  float: left;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .navbar.navbar-default .navbar-header .navbar-append {
    display: none;
  }
}
.navbar.navbar-default .navbar-header .navbar-append a .logo-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 43px;
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-default .navbar-header .navbar-append a:hover {
  text-decoration: none;
}
.navbar.navbar-default .navbar-header .navbar-append:hover {
  text-decoration: none;
}
.navbar.navbar-default .navbar-collapse {
  height: auto;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li a.text-link {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 16px;
  line-height: 80px;
  padding: 0px 20px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li a.text-link:hover {
  color: #abb4cd;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li a.text-link.active {
  color: #abb4cd;
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse .navbar-nav.nav li a.text-link {
    font-size: 16px;
    line-height: 50px;
    max-height: 400px;
  }
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li .btn.btn-primary {
  line-height: 30px;
  padding: 15px 30px;
  margin: 10px 0px 0px 10px;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li .btn.btn-primary:hover {
  background-color: #bc6148 !important;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li .btn.btn-primary .icon-arrow {
  vertical-align: middle;
  padding-bottom: 4px;
  display: inline-block;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li .btn.btn-default {
  line-height: 30px;
  padding: 15px 30px;
  margin: 10px 0px 0px 10px;
  color: #dddddd;
  background-color: transparent !important;
}
.navbar.navbar-default .navbar-collapse .navbar-nav.nav li .btn.btn-default:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.navbar.navbar-default .navbar-toggle {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 10px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border: none;
  margin: 20px 0px;
}
.navbar.navbar-default .navbar-toggle:hover,
.navbar.navbar-default .navbar-toggle:focus,
.navbar.navbar-default .navbar-toggle:active {
  border: none;
  background-color: transparent;
}
.navbar.navbar-default .navbar-toggle.active {
  color: #abb4cd;
}
.navbar.navbar-default .navbar-toggle .icon-bars {
  float: left !important;
  margin-right: 10px;
}
.navbar.navbar-default .navbar-toggle .icon-bars .icon-bar {
  background-color: white;
  width: 24px;
  height: 3px;
}
.cover-hero {
  background: #1e2136 url(/img/cover-heros/cos-2.0-heros-7.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 1000px;
  text-align: center;
  position: relative;
  color: white;
}
.cover-hero.cover-1 {
  background: url(/img/cover-heros/cos-2.0-heros-1.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-2 {
  background: url(/img/cover-heros/cos-2.0-heros-2.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-7 {
  background: url(/img/cover-heros/cos-2.0-heros-7.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-8 {
  background: url(/img/cover-heros/cos-2.0-heros-8.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-9 {
  background: url(/img/cover-heros/cos-2.0-heros-9.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-17 {
  background: url(/img/cover-heros/cos-2.0-heros-17.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-23 {
  background: url(/img/cover-heros/cos-2.0-heros-23.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-24 {
  background: #000000 url(/img/cover-heros/cos-2.0-heros-24.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-24 h1 {
  font-weight: 300;
  color: #fefbf1;
}
.cover-hero.cover-26 {
  background: url(/img/cover-heros/cos-2.0-heros-26.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-tm-30 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-30.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-tm-50 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-50.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-tm-56 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-56.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero.cover-CS2 {
  background: url(/img/cover-heros/CS2.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-hero .cover-small {
  height: 300px;
}
@media (max-width: 992px) {
  .cover-hero {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  .cover-hero {
    margin-top: -60px;
  }
}
.cover-hero .sticky-bottom {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 20px;
}
.cover-hero h1 {
  font-size: 45px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: white;
  margin: 0px auto 0px;
}
@media (max-width: 992px) {
  .cover-hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .cover-hero h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .cover-hero h1 {
    font-size: 25px;
  }
}
.cover-hero p {
  font-size: 16px;
  line-height: 28px;
  color: #dddddd;
}
@media (max-width: 992px) {
  .cover-hero p {
    text-align: center;
  }
}
.cover-hero hr {
  border-top-color: #2b2d41;
}
.cover-hero .btn.btn-primary {
  padding: 18px 30px;
}
.cover-hero .down-arrow {
  color: #eeeeee;
}
.cover-hero .logos {
  width: 100%;
  max-width: 577px;
  margin: 10px auto;
}
.cover-hero .logos img {
  width: 100%;
  height: auto;
  max-width: 577px;
}
.segment-selector-container {
  z-index: 1000;
  position: relative;
  margin-top: -200px;
  min-height: 250px;
}
@media (max-width: 768px) {
  .segment-selector-container {
    margin-top: -100px;
  }
}
.segment-selector {
  margin: 0px 40px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: white;
  padding: 80px 60px 100px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  zoom: 1;
  z-index: 997;
  position: relative;
  text-align: center;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .segment-selector {
    margin: 0px 10px 20px;
    padding: 20px 20px 30px;
  }
}
.segment-selector h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  color: #2a2c40;
  margin-top: 0px;
  margin-bottom: 30px;
}
.segment-selector p {
  margin-bottom: 0px;
}
.segment-selector .selector-skip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #e9e9eb;
}
.segment-selector .selector-skip:hover {
  color: #a5a6ae;
}
.segment-selector:before {
  content: "";
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  left: 50%;
  bottom: -39px;
  display: block;
  margin-left: -20px;
  z-index: 999;
}
.segment-selector:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-top: 20px solid #dddddd;
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: block;
  margin-left: -20px;
  z-index: 998;
}
.segment-selector .segment-selector-buttons .selector-col {
  width: 33.33%;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.segment-selector .segment-selector-buttons .selector-col:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  .segment-selector .segment-selector-buttons .selector-col {
    width: 100%;
    float: none;
    display: block;
  }
  .segment-selector .segment-selector-buttons .selector-col .selector-icon,
  .segment-selector .segment-selector-buttons .selector-col .selector-arrow {
    display: none !important;
  }
}
.segment-selector .segment-selector-buttons .selector-icon {
  font-size: 40px;
  color: #e9e9eb;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.segment-selector .segment-selector-buttons .selector-button {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  display: block;
  padding: 25px 0px;
  margin-bottom: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  border: 1px solid #eeeeee;
  background-color: white;
  color: #aeaeae;
}
.segment-selector .segment-selector-buttons .selector-arrow {
  width: 50%;
  height: 10px;
  position: absolute;
  right: -25%;
  bottom: 10px;
  z-index: 997;
}
.segment-selector .segment-selector-buttons .selector-arrow .line {
  border-top: 1px solid #e9e9eb;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -4px;
  z-index: 1000;
}
.segment-selector .segment-selector-buttons .selector-arrow:before {
  content: "";
  width: 0px;
  height: 0px;
  border: 12px solid transparent;
  border-left: 12px solid #e9e9eb;
  margin-right: -12px;
  position: absolute;
  right: -4px;
  top: -12px;
  z-index: 998;
}
.segment-selector .segment-selector-buttons .selector-arrow:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 12px solid transparent;
  border-left: 12px solid white;
  margin-right: -11px;
  position: absolute;
  right: -4px;
  top: -12px;
  z-index: 999;
}
.segment-selector .segment-selector-buttons .selector-col:hover {
  text-decoration: none !important;
  color: #dddddd !important;
}
.segment-selector .segment-selector-buttons .selector-col:hover .selector-button {
  border-color: #dddddd;
  background-color: white !important;
  color: #666666 !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.segment-selector .segment-selector-buttons .selector-col:hover .selector-button:active {
  text-decoration: none !important;
  color: #dddddd !important;
}
.segment-selector .segment-selector-buttons .selector-col:hover .selector-icon {
  color: #a5a6ae;
}
.segment-selector .segment-selector-buttons .selector-col.active .selector-button {
  border-color: #dddddd;
  background-color: white !important;
  color: #666666 !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.segment-selector .segment-selector-buttons .selector-col.active .selector-icon {
  color: #a5a6ae;
}
.segment-selector .segment-selector-buttons .selector-col.active .selector-icon:after {
  font-family: 'cos-website';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2a";
  display: block;
  width: 28px;
  height: 28px;
  padding: 4px;
  border: 2px solid #a0cc7e;
  color: #a0cc7e;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -10px auto 0px;
  z-index: 10001;
  position: relative;
  background-color: white;
}
.features-wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}
.features-wrapper h2 {
  position: relative;
  margin: 0px auto 40px;
}
@media (min-width: 992px) {
  .features-wrapper h2:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: -48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #dddddd;
    display: block;
    margin-left: -8px;
  }
}
.feature-container {
  overflow: hidden;
}
.feature-container .left-column,
.feature-container .center-column,
.feature-container .right-column {
  height: 500px;
  display: table;
  table-layout: fixed;
}
.feature-container .left-column .vertical-align,
.feature-container .center-column .vertical-align,
.feature-container .right-column .vertical-align {
  position: relative;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.feature-container .feature-text-wrapper {
  color: #2b2d41;
}
.feature-container .feature-text-wrapper .text-inner {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}
.feature-container .feature-text-wrapper .text-inner h3 {
  color: #2b2d41;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
}
.feature-container .feature-image {
  margin: 0 auto;
}
.feature-container .feature-icon-wrapper {
  z-index: 100;
  zoom: 1;
  position: relative;
  width: 100%;
  text-align: center;
}
.feature-container .feature-icon-wrapper:before {
  content: "";
  width: 1px;
  height: 5000px;
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  background-color: #dddddd;
}
.feature-container .feature-icon-wrapper .feature-icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #d5775d;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 980;
}
.feature-container .feature-icon-wrapper .feature-icon .icon-label {
  color: white;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
  position: relative;
  top: 48.5%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (min-width: 992px) {
  .feature-container.even .container {
    position: relative;
  }
  .feature-container.even .left-column {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .feature-container.even .center-column {
    position: relative;
    margin: 0px auto;
    float: none;
  }
  .feature-container.even .right-column {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .feature-container {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .feature-container {
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
  }
  .feature-container .center-column {
    display: none;
  }
  .feature-container .left-column,
  .feature-container .right-column {
    height: auto;
    min-height: 1px;
  }
  .feature-container .left-column .vertical-align,
  .feature-container .right-column .vertical-align {
    height: auto;
    min-height: 1px;
  }
  .feature-container .feature-text-wrapper {
    height: auto;
  }
  .feature-container .feature-text-wrapper .text-inner {
    height: auto;
    text-align: center;
  }
  .feature-container .feature-text-wrapper .text-inner h3 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    padding: 0px 20px;
    font-size: 22px;
    line-height: 140%;
  }
}
.roi-header h2 {
  font-size: 36px;
  margin: 30px auto 40px;
}
@media (max-width: 768px) {
  .roi-header h2 {
    font-size: 18px;
    margin: 15px auto 40px;
  }
}
.roi-calculator {
  background: #b8bfd5 url(/img/roi-calculator-bg.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.roi-calculator .calculator-form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-left: -50%;
  height: auto;
  margin-top: -200px;
}
.roi-calculator .calculator-report {
  margin: 0px auto;
}
.roi-calculator .calculator-report .calculator-report-inner {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.roi-calculator .calculator-form.transition_report {
  margin-top: -1000px;
  z-index: 99;
  zoom: 1;
}
.roi-calculator .calculator-form.transition_report .calculator-form-inner {
  -webkit-animation: flipOutYShort 0.5s 0s 1 both;
  -moz-animation: flipOutYShort 0.5s 0s 1 both;
  -ms-animation: flipOutYShort 0.5s 0s 1 both;
  animation: flipOutYShort 0.5s 0s 1 both;
}
.roi-calculator .calculator-report.transition_report {
  margin-top: 0px;
  z-index: 100;
  zoom: 1;
}
.roi-calculator .calculator-report.transition_report .calculator-report-inner {
  -webkit-animation: flipInYShort 1s 0.35s 1 both;
  -moz-animation: flipInYShort 1s 0.35s 1 both;
  -ms-animation: flipInYShort 1s 0.35s 1 both;
  animation: flipInYShort 1s 0.35s 1 both;
}
.roi-calculator .calculator-form.transition_form {
  z-index: 100;
  zoom: 1;
}
.roi-calculator .calculator-form.transition_form .calculator-form-inner {
  -webkit-animation: flipInYShort 1s 0.35s 1 both;
  -moz-animation: flipInYShort 1s 0.35s 1 both;
  -ms-animation: flipInYShort 1s 0.35s 1 both;
  animation: flipInYShort 1s 0.35s 1 both;
}
.roi-calculator .calculator-report.transition_form {
  z-index: 99;
  zoom: 1;
}
.roi-calculator .calculator-report.transition_form .calculator-report-inner {
  -webkit-animation: flipOutYShort 0.5s 0s 1 both;
  -moz-animation: flipOutYShort 0.5s 0s 1 both;
  -ms-animation: flipOutYShort 0.5s 0s 1 both;
  animation: flipOutYShort 0.5s 0s 1 both;
}
.roi-calculator .calculator-form-inner {
  background-color: white;
  padding: 60px;
  text-align: left;
}
@media (max-width: 768px) {
  .roi-calculator .calculator-form-inner {
    padding: 30px;
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .roi-calculator .calculator-form-inner {
    margin-top: 60px;
  }
  .roi-calculator .calculator-form-inner .hide-xs {
    display: none !important;
  }
}
.roi-calculator .calculator-form-inner .calculator-input {
  font-size: 34px;
  line-height: 30px;
  padding: 20px 0px;
  color: #aeaeae;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  border: 1px solid #aeaeae;
  margin: 0px;
  width: 100%;
  display: block;
  text-align: center;
}
.roi-calculator .calculator-form-inner .calculator-input:focus {
  border-color: #aeaeae;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
.roi-calculator .calculator-form-inner .btn-lg {
  padding: 30px 0px;
  margin-top: 40px;
}
.roi-calculator .calculator-report-inner {
  margin: 50px 0px;
  background-color: white;
  text-align: center;
}
.roi-calculator .calculator-report-inner .report-header {
  padding: 10px 40px;
  background-color: #2b2d41;
}
.roi-calculator .calculator-report-inner .report-header h4 {
  color: white;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .roi-calculator .calculator-report-inner .report-header {
    padding: 10px;
  }
  .roi-calculator .calculator-report-inner .report-header h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.roi-calculator .calculator-report-inner .report-row {
  text-align: left;
  border-bottom: 1px dashed #b8bfd5;
  margin: 20px;
  padding: 0px 40px 20px;
  font-size: 24px;
  line-height: 60px;
  color: #666666;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
}
.roi-calculator .calculator-report-inner .report-row [class^="icon-"],
.roi-calculator .calculator-report-inner .report-row [class*=" icon-"] {
  color: #b8bfd5;
}
.roi-calculator .calculator-report-inner .report-row h5 {
  margin: 0px;
  font-size: 24px;
  line-height: 60px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.roi-calculator .calculator-report-inner .report-row .highlight {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: -24px;
}
.roi-calculator .calculator-report-inner .report-row .highlight .highlight-text {
  position: relative;
  z-index: 100;
  zoom: 1;
}
.roi-calculator .calculator-report-inner .report-row .highlight:after {
  content: "";
  display: block;
  background-color: #fdecac;
  position: absolute;
  left: -200px;
  top: 0px;
  height: 100px;
  width: 200px;
  z-index: 99;
  zoom: 1;
}
@media (max-width: 768px) {
  .roi-calculator .calculator-report-inner .report-row {
    margin: 5px;
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
  }
  .roi-calculator .calculator-report-inner .report-row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .roi-calculator .calculator-report-inner .report-row [class^="icon-"].icon-32,
  .roi-calculator .calculator-report-inner .report-row [class*=" icon-"].icon-32 {
    font-size: 16px;
  }
  .roi-calculator .calculator-report-inner .report-row .animate-icon {
    text-align: center;
  }
  .roi-calculator .calculator-report-inner .report-row h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .roi-calculator .calculator-report-inner .report-row .highlight {
    margin-bottom: -12px;
  }
  .roi-calculator .calculator-report-inner .report-row .highlight:after {
    height: 60px;
  }
}
.roi-calculator .calculator-report-inner .report-footer {
  padding: 0px 40px 20px;
}
@media (max-width: 768px) {
  .roi-calculator .calculator-report-inner .report-footer {
    padding: 0px 10px 10px;
  }
  .roi-calculator .calculator-report-inner .report-footer .hide-xs {
    display: none !important;
  }
}
.roi-calculator .calculator-report-inner .report-footer .btn {
  margin: 10px auto;
}
.roi-calculator .calculator-report-inner .report-footer .btn-no-thanks {
  color: #aeaeae;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 768px) {
  .roi-calculator .calculator-report-inner .report-footer .btn-no-thanks {
    right: auto;
    bottom: auto;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
  }
}
.report-row .animate-icon,
.report-row .animate-cat,
.report-row .animate-result {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.report-row.animate[data-row="1"] .animate-icon {
  -webkit-animation: fadeInLeft 1.25s ease 0.4s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 0.4s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 0.4s 1 both;
  animation: fadeInLeft 1.25s ease 0.4s 1 both;
}
.report-row.animate[data-row="1"] .animate-cat {
  -webkit-animation: fadeInLeft 1.25s ease 0.8s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 0.8s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 0.8s 1 both;
  animation: fadeInLeft 1.25s ease 0.8s 1 both;
}
.report-row.animate[data-row="1"] .animate-result {
  -webkit-animation: fadeInLeft 1.25s ease 1.2000000000000002s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 1.2000000000000002s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 1.2000000000000002s 1 both;
  animation: fadeInLeft 1.25s ease 1.2000000000000002s 1 both;
}
.report-row.animate[data-row="1"] .animate-value:after {
  -webkit-animation: highlight-fade 2.5s ease 1.6s 1 both;
  -moz-animation: highlight-fade 2.5s ease 1.6s 1 both;
  -ms-animation: highlight-fade 2.5s ease 1.6s 1 both;
  animation: highlight-fade 2.5s ease 1.6s 1 both;
}
.report-row.animate[data-row="2"] .animate-icon {
  -webkit-animation: fadeInLeft 1.25s ease 2.65s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 2.65s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 2.65s 1 both;
  animation: fadeInLeft 1.25s ease 2.65s 1 both;
}
.report-row.animate[data-row="2"] .animate-cat {
  -webkit-animation: fadeInLeft 1.25s ease 3.05s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 3.05s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 3.05s 1 both;
  animation: fadeInLeft 1.25s ease 3.05s 1 both;
}
.report-row.animate[data-row="2"] .animate-result {
  -webkit-animation: fadeInLeft 1.25s ease 3.45s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 3.45s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 3.45s 1 both;
  animation: fadeInLeft 1.25s ease 3.45s 1 both;
}
.report-row.animate[data-row="2"] .animate-value:after {
  -webkit-animation: highlight-fade 2.5s ease 3.85s 1 both;
  -moz-animation: highlight-fade 2.5s ease 3.85s 1 both;
  -ms-animation: highlight-fade 2.5s ease 3.85s 1 both;
  animation: highlight-fade 2.5s ease 3.85s 1 both;
}
.report-row.animate[data-row="3"] .animate-icon {
  -webkit-animation: fadeInLeft 1.25s ease 4.9s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 4.9s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 4.9s 1 both;
  animation: fadeInLeft 1.25s ease 4.9s 1 both;
}
.report-row.animate[data-row="3"] .animate-cat {
  -webkit-animation: fadeInLeft 1.25s ease 5.3s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 5.3s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 5.3s 1 both;
  animation: fadeInLeft 1.25s ease 5.3s 1 both;
}
.report-row.animate[data-row="3"] .animate-result {
  -webkit-animation: fadeInLeft 1.25s ease 5.7s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 5.7s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 5.7s 1 both;
  animation: fadeInLeft 1.25s ease 5.7s 1 both;
}
.report-row.animate[data-row="3"] .animate-value:after {
  -webkit-animation: highlight-fade 2.5s ease 6.1s 1 both;
  -moz-animation: highlight-fade 2.5s ease 6.1s 1 both;
  -ms-animation: highlight-fade 2.5s ease 6.1s 1 both;
  animation: highlight-fade 2.5s ease 6.1s 1 both;
}
.report-row.animate[data-row="4"] .animate-icon {
  -webkit-animation: fadeInLeft 1.25s ease 7.15s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 7.15s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 7.15s 1 both;
  animation: fadeInLeft 1.25s ease 7.15s 1 both;
}
.report-row.animate[data-row="4"] .animate-cat {
  -webkit-animation: fadeInLeft 1.25s ease 7.55s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 7.55s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 7.55s 1 both;
  animation: fadeInLeft 1.25s ease 7.55s 1 both;
}
.report-row.animate[data-row="4"] .animate-result {
  -webkit-animation: fadeInLeft 1.25s ease 7.95s 1 both;
  -moz-animation: fadeInLeft 1.25s ease 7.95s 1 both;
  -ms-animation: fadeInLeft 1.25s ease 7.95s 1 both;
  animation: fadeInLeft 1.25s ease 7.95s 1 both;
}
.report-row.animate[data-row="4"] .animate-value:after {
  -webkit-animation: highlight-fade 2.5s ease 8.35s 1 both;
  -moz-animation: highlight-fade 2.5s ease 8.35s 1 both;
  -ms-animation: highlight-fade 2.5s ease 8.35s 1 both;
  animation: highlight-fade 2.5s ease 8.35s 1 both;
}
@-webkit-keyframes highlight-fade {
  0% {
    left: -200px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes highlight-fade {
  0% {
    left: -200px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes highlight-fade {
  0% {
    left: -200px;
  }
  100% {
    left: 0px;
  }
}
@keyframes highlight-fade {
  0% {
    left: -200px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes flipInYShort {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(10deg);
  }
  70% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInYShort {
  0% {
    -moz-transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(1000px) rotateY(10deg);
  }
  70% {
    -moz-transform: perspective(1000px) rotateY(-10deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInYShort {
  0% {
    -o-transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(1000px) rotateY(10deg);
  }
  70% {
    -o-transform: perspective(1000px) rotateY(-10deg);
  }
  100% {
    -o-transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInYShort {
  0% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateY(10deg);
  }
  70% {
    transform: perspective(1000px) rotateY(-10deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInYShort {
  -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 flipOutYShort {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutYShort {
  0% {
    -moz-transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutYShort {
  0% {
    -o-transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutYShort {
  0% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutYShort {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: custom_flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: custom_flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: custom_flipOutY;
  backface-visibility: visible !important;
  animation-name: custom_flipOutY;
}
.pricing-hero-text {
  padding: 130px 20px 30px;
}
@media (max-width: 992px) {
  .pricing-hero-text.hero-text {
    padding: 40px 20px;
  }
}
.pricing-new-plans-tabs .pricing-tab {
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  width: 33.33%;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-new-plans-tabs .pricing-tab:last-child {
  border-right: 1px solid #dddddd;
}
.pricing-new-plans-tabs .pricing-tab h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #aeaeae;
  margin-bottom: 0px;
  margin-top: 0px;
}
.pricing-new-plans-tabs .pricing-tab h3 span {
  color: white;
  background-color: #aeaeae;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
}
.pricing-new-plans-tabs .pricing-tab h3 span:before {
  font-size: 16px;
  line-height: 26px;
}
.pricing-new-plans-tabs .pricing-tab p {
  font-size: 13px;
  color: #aeaeae;
  display: none;
}
.pricing-new-plans-tabs .pricing-tab:hover {
  background-color: rgba(123, 137, 175, 0.1);
  cursor: pointer;
}
.pricing-new-plans-tabs .pricing-tab.active,
.pricing-new-plans-tabs .pricing-tab.active:hover {
  background-color: white;
  border-bottom: 1px solid white;
}
.pricing-new-plans-tabs .pricing-tab.active h3,
.pricing-new-plans-tabs .pricing-tab.active:hover h3 {
  color: #2a2c40;
}
.pricing-new-plans-tabs .pricing-tab.active h3 span,
.pricing-new-plans-tabs .pricing-tab.active:hover h3 span {
  background-color: #2a2c40;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 30px 40px;
  padding: 40px 0px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .best-value-column {
  background-color: rgba(184, 191, 213, 0.15);
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .best-value-column .top-banner {
  background-color: #d5775d;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: white;
  padding: 5px 0px;
  margin: -12px -15px 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .best-value-column .also-includes {
  text-align: center;
  margin-bottom: 20px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .best-value-column .also-includes h4 {
  color: #7b89af;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col {
  text-align: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  position: relative;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .plan-name {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2a2c40;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-details {
  list-style: none;
  margin: 15px 0px 0px;
  width: 275px;
  padding-left: 0px;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  text-align: center;
}
@media (max-width: 992px) {
  .pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-details {
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-details li {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #838383;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features {
  list-style: none;
  margin: 15px 20px 15px;
  width: 275px;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media (max-width: 992px) {
  .pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features {
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #838383;
  position: relative;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features li .label.label-warning {
  background-color: #abb4cd;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features li:before {
  content: "\2a";
  content: "\e000";
  font-family: 'cos-website';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7b89af;
  position: absolute;
  left: -20px;
  top: 5px;
  font-size: 8px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features li.no-bullet {
  margin-left: -25px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col ul.plan-features li.no-bullet:before {
  content: "" !important;
  display: none;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .price-display {
  color: #2a2c40;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  margin: 30px auto 20px;
  position: relative;
  z-index: 9999;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .price-display .price-main {
  font-size: 44px;
  line-height: 33px;
  color: #7b89af;
  margin-bottom: 10px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .price-display .price-main .btn.btn-lg {
  margin: 15px 0px;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .price-display .price-details {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #aeaeae;
  margin: 0px auto;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .price-display sup {
  top: -0.65em;
  font-size: 50%;
  line-height: 0;
}
.pricing-new-plans-tabs .pricing-new-plans-tabs-container .plans-new-columns .plans-new-col .price-display small {
  font-size: 70%;
}
.pricing-new-plans-tabs .guarantee-text {
  color: #aeaeae;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 66px;
}
.pricing-new-plans-tabs .btn.btn-navy-2 {
  background-color: #AEB7CF;
}
.pricing-column-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  width: 25%;
  float: left;
  border-right: 1px solid #dddddd;
}
.pricing-column-1.no-border {
  border: none;
}
.pricing-blank-column {
  padding-top: 40px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.pricing-blank-column:before {
  content: "";
  width: 149px;
  height: 191px;
  display: block;
  background-image: url('/img/pricing-page-arrow.png');
  position: absolute;
  right: 0px;
  top: 300px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .pricing-blank-column:before {
    background-image: url('/img/pricing-page-arrow@2x.png');
    background-size: 149px 191px;
  }
}
.pricing-plans-table {
  margin: 50px auto 40px;
}
@media (max-width: 992px) {
  .pricing-plans-table.container {
    margin-left: 20px;
    margin-right: 20px;
    min-width: 980px !important;
  }
}
.pricing-plans-table .table-cell {
  height: 32px;
  padding: 4px 8px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  line-height: 32px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.pricing-plans-table .table-cell.btn-height {
  height: 36px;
}
.pricing-plans-table .table-cell a {
  color: #666666;
}
.pricing-plans-table .table-cell .btn {
  margin: 0px auto;
}
.pricing-plans-table .table-cell .btn.navy-2 {
  background-color: #7b89af;
}
.pricing-plans-table .table-cell .btn.navy-2:hover {
  background-color: #2a2c40;
}
.pricing-plans-table .table-cell .btn.orange {
  background-color: #d5775d;
}
.pricing-plans-table .table-cell .btn.orange:hover {
  background-color: #bc6148;
}
.pricing-plans-table .table-cell .btn.navy {
  background-color: #2b2d41;
}
.pricing-plans-table .table-cell .btn.navy:hover {
  background-color: #1e2136;
}
.pricing-plans-table .table-cell.checkmark {
  text-align: center;
}
.pricing-plans-table .table-cell.checkmark:before {
  content: "\2a";
  font-family: 'cos-website';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #2a2c40;
  padding: 3px;
  font-size: 16px;
  line-height: 32px;
}
.pricing-plans-table .table-cell.checkmark.navy-2:before {
  color: #7b89af;
}
.pricing-plans-table .table-cell.checkmark.orange:before,
.pricing-plans-table .table-cell.checkmark.middle:before {
  color: #d5775d;
}
.pricing-plans-table .table-cell.checkmark.navy:before {
  color: #2b2d41;
}
.pricing-plans-table .table-cell.unavailable {
  text-align: center;
}
.pricing-plans-table .table-cell.unavailable:before {
  content: "\58";
  font-family: 'cos-website';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #dddddd;
  padding: 3px;
}
.pricing-plans-table .table-cell.blank {
  margin-left: -1px;
  border-left: 1px solid #dddddd;
}
.pricing-plans-table .table-cell.left-line {
  margin-left: -1px;
  border-left: 1px solid #dddddd;
}
.pricing-plans-table .table-popover {
  position: relative;
}
.pricing-plans-table .pricing-header {
  background-color: #CED3E1;
  margin-left: -16px;
  border-left: 1px solid #dddddd;
}
.pricing-plans-table .pricing-header.fixed {
  position: fixed;
  top: 99px;
  width: 1170px;
  z-index: 1000;
  zoom: 1;
}
@media (max-width: 992px) {
  .pricing-plans-table .pricing-header.fixed {
    top: 0px;
  }
}
.pricing-plans-table .pricing-header .table-cell {
  border-top: 1px solid #dddddd;
  height: auto;
  padding-top: 10px;
}
.pricing-plans-table .pricing-header .table-cell .top-banner {
  background-color: #d5775d;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: white;
  padding: 5px 0px;
  margin: -5px 0px 0px -8px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin: -10px 0px 0px -8px;
  line-height: 10px;
}
.pricing-plans-table .pricing-header .plan-name {
  color: #2b2d41;
  margin-top: 20px;
  margin-bottom: 0px;
}
.pricing-plans-table .pricing-header .price-display {
  color: #2a2c40;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  position: relative;
  z-index: 9999;
}
.pricing-plans-table .pricing-header .price-display .price-main {
  font-size: 24px;
  line-height: 28px;
  color: #7b89af;
  margin-bottom: 0px;
}
.pricing-plans-table .pricing-header .price-display .price-main .btn.btn-lg {
  margin: 14px 0px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);
}
.pricing-plans-table .pricing-header .price-display .price-main .btn.btn-lg:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.pricing-plans-table .pricing-header .price-display .price-details {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: rgba(123, 137, 175, 0.54);
  margin: 0px auto;
}
.pricing-plans-table .pricing-header .price-display sup {
  top: -0.65em;
  font-size: 50%;
  line-height: 0;
}
.pricing-plans-table .pricing-header .price-display small {
  font-size: 70%;
}
.pricing-plans-table .table-row-grey .table-cell {
  color: #666666;
  font-weight: bold;
  background-color: whiteSmoke;
}
.pricing-plans-table .table-row-sub-header .table-cell {
  color: #2a2c40;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(184, 191, 213, 0.3);
}
.pricing-plans-table .team-features-empty {
  position: absolute;
  width: 300%;
  background-color: rgba(247, 247, 247, 0.7);
  height: 245px;
  text-align: center;
  z-index: 900;
  padding-top: 110px;
}
.pricing-plans-table .table-row-empty {
  position: absolute;
  width: 300%;
  background-color: rgba(247, 247, 247, 0.7);
  height: 40px;
  text-align: center;
  z-index: 900;
  padding-top: 10px;
}
.pricing-plans-table .table-row-empty.times-two {
  height: 81px;
  padding-top: 30px;
}
.pricing-plans-table .guarantee-text {
  color: #aeaeae;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 66px;
}
.pricing-new-plans-tabs .btn-question,
.pricing-plans-table .btn-question {
  padding: 3px 6px;
  vertical-align: middle;
  line-height: 32px;
  font-size: 12px;
  display: inline-block;
  margin-top: -2px;
  color: #aeaeae !important;
}
.pricing-new-plans-tabs .btn-question:hover,
.pricing-plans-table .btn-question:hover {
  text-decoration: none;
}
.pricing-new-plans-tabs {
  position: relative;
}
.pricing-new-plans-tabs .btn-question {
  padding: 0px;
  line-height: inherit;
}
.pricing-new-plans-tabs .popover {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  border-color: whiteSmoke;
}
.pricing-new-plans-tabs .popover .popover-content {
  padding: 9px;
  color: #838383 !important;
}
.pricing-new-plans-tabs .popover.right {
  margin-left: 40px;
  width: 280px;
}
.pricing-new-plans-tabs .popover.right.arrow {
  border-right-color: #eeeeee;
}
.pricing-new-plans-tabs .popover.bottom {
  margin-left: 0px;
  width: 280px;
}
.pricing-new-plans-tabs .popover.bottom .arrow {
  border-bottom-color: #eeeeee;
}
.pricing-plans-table .popover {
  margin-left: 60px;
  width: 280px;
  height: 80px;
  color: white;
  background-color: #2b2d41;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  border: none;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 8px !important;
  -moz-border-radius-topright: 8px !important;
  -webkit-border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  -moz-border-radius-bottomright: 8px !important;
  -webkit-border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  behavior: url(/js/PIE.htc);
  -webkit-animation-duration: 0.70s;
  -moz-animation-duration: 0.70s;
  -o-animation-duration: 0.70s;
  animation-duration: 0.70s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.pricing-plans-table .popover .popover-content {
  padding: 9px 14px 9px 5px;
}
.pricing-plans-table .popover.right .arrow {
  left: -41px;
  top: 70px;
  border: none;
  margin-top: 0px;
}
.pricing-plans-table .popover.right .arrow:after {
  border-width: 40px;
  border-left-width: 0px;
  border-right-color: #2b2d41;
}
.pricing-testimonial {
  margin-top: 80px;
  margin-bottom: 40px;
}
.pricing-testimonial .testimonial-image {
  max-width: 125px;
  margin-right: 25px;
}
.pricing-testimonial .testimonial-text.quote {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #868686;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.pricing-testimonial .testimonial-text.by {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #b2d8e4;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .pricing-testimonial .testimonial-text.quote {
    font-size: 16px;
  }
  .pricing-testimonial .testimonial-text.by {
    font-size: 13px;
  }
}
.feature-highlights {
  margin-bottom: 40px;
  background-color: #2b2d41;
  padding: 20px;
  color: white;
}
.feature-highlights h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #eeeeee;
  margin: 0px;
}
.feature-highlights p {
  color: #b8bfd5;
}
.feature-highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-highlights ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-highlights ul li {
  position: relative;
  padding-left: 52px;
  margin: 20px 30px;
}
@media (max-width: 768px) {
  .feature-highlights ul li {
    margin: 20px 0px;
  }
}
.feature-highlights ul li:before {
  content: "\2a";
  font-family: 'cos-website';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-color: #7b89af;
  color: #2b2d41;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.faq-wrapper {
  background-color: rgba(184, 191, 213, 0.25);
  overflow: hidden;
}
.faq-hero h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 150%;
  color: #7b89af;
}
.faq-table {
  margin-bottom: 60px;
}
.faq-table .checkmark {
  position: relative;
  text-align: center;
}
.faq-table .checkmark [class^="icon-"],
.faq-table .checkmark [class*=" icon-"] {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #7b89af;
}
.faq-table .checkmark,
.faq-table .icon-checkmark {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: visibility 1s, opacity 0.5s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.faq-table tr td {
  padding: 14px 7px;
  font-size: 18px;
  color: #2b2d41;
}
.faq-table tr td .underline {
  color: #7b89af;
}
@media (max-width: 768px) {
  .faq-table.animate .checkmark,
  .faq-table.animate .icon-checkmark {
    visibility: visible !important;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}
@media (min-width: 768px) {
  .faq-table.animate .checkmark,
  .faq-table.animate .icon-checkmark {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .faq-table.animate .checkmark.first .icon-checkmark {
    transition: opacity 0s linear 2s;
    -o-transition: opacity 0s linear 2s;
    -moz-transition: opacity 0s linear 2s;
    -webkit-transition: opacity 0s linear 2s;
    -webkit-animation: fadeInUp 1s ease 1s 1 alternate;
    -moz-animation: fadeInUp 1s ease 1s 1 alternate;
    -ms-animation: fadeInUp 1s ease 1s 1 alternate;
    animation: fadeInUp 1s ease 1s 1 alternate;
  }
  .faq-table.animate .checkmark.second .icon-checkmark {
    transition: opacity 0s linear 3s;
    -o-transition: opacity 0s linear 3s;
    -moz-transition: opacity 0s linear 3s;
    -webkit-transition: opacity 0s linear 3s;
    -webkit-animation: fadeInUp 1s ease 2s 1 alternate;
    -moz-animation: fadeInUp 1s ease 2s 1 alternate;
    -ms-animation: fadeInUp 1s ease 2s 1 alternate;
    animation: fadeInUp 1s ease 2s 1 alternate;
  }
  .faq-table.animate .checkmark.third .icon-checkmark {
    transition: opacity 0s linear 4s;
    -o-transition: opacity 0s linear 4s;
    -moz-transition: opacity 0s linear 4s;
    -webkit-transition: opacity 0s linear 4s;
    -webkit-animation: fadeInUp 1s ease 3s 1 alternate;
    -moz-animation: fadeInUp 1s ease 3s 1 alternate;
    -ms-animation: fadeInUp 1s ease 3s 1 alternate;
    animation: fadeInUp 1s ease 3s 1 alternate;
  }
  .faq-table.animate .checkmark.fourth .icon-checkmark {
    transition: opacity 0s linear 5s;
    -o-transition: opacity 0s linear 5s;
    -moz-transition: opacity 0s linear 5s;
    -webkit-transition: opacity 0s linear 5s;
    -webkit-animation: fadeInUp 1s ease 4s 1 alternate;
    -moz-animation: fadeInUp 1s ease 4s 1 alternate;
    -ms-animation: fadeInUp 1s ease 4s 1 alternate;
    animation: fadeInUp 1s ease 4s 1 alternate;
  }
  .faq-table.animate .checkmark.fifth .icon-checkmark {
    transition: opacity 0s linear 6s;
    -o-transition: opacity 0s linear 6s;
    -moz-transition: opacity 0s linear 6s;
    -webkit-transition: opacity 0s linear 6s;
    -webkit-animation: fadeInUp 1s ease 5s 1 alternate;
    -moz-animation: fadeInUp 1s ease 5s 1 alternate;
    -ms-animation: fadeInUp 1s ease 5s 1 alternate;
    animation: fadeInUp 1s ease 5s 1 alternate;
  }
  .faq-table.animate .checkmark.sixth .icon-checkmark {
    transition: opacity 0s linear 7s;
    -o-transition: opacity 0s linear 7s;
    -moz-transition: opacity 0s linear 7s;
    -webkit-transition: opacity 0s linear 7s;
    -webkit-animation: fadeInUp 1s ease 6s 1 alternate;
    -moz-animation: fadeInUp 1s ease 6s 1 alternate;
    -ms-animation: fadeInUp 1s ease 6s 1 alternate;
    animation: fadeInUp 1s ease 6s 1 alternate;
  }
  .faq-table.animate .checkmark.seventh .icon-checkmark {
    transition: opacity 0s linear 8s;
    -o-transition: opacity 0s linear 8s;
    -moz-transition: opacity 0s linear 8s;
    -webkit-transition: opacity 0s linear 8s;
    -webkit-animation: fadeInUp 1s ease 7s 1 alternate;
    -moz-animation: fadeInUp 1s ease 7s 1 alternate;
    -ms-animation: fadeInUp 1s ease 7s 1 alternate;
    animation: fadeInUp 1s ease 7s 1 alternate;
  }
  .faq-table.animate .checkmark.eigth .icon-checkmark {
    transition: opacity 0s linear 9s;
    -o-transition: opacity 0s linear 9s;
    -moz-transition: opacity 0s linear 9s;
    -webkit-transition: opacity 0s linear 9s;
    -webkit-animation: fadeInUp 1s ease 8s 1 alternate;
    -moz-animation: fadeInUp 1s ease 8s 1 alternate;
    -ms-animation: fadeInUp 1s ease 8s 1 alternate;
    animation: fadeInUp 1s ease 8s 1 alternate;
  }
  .faq-table.animate .checkmark.ninth .icon-checkmark {
    transition: opacity 0s linear 10s;
    -o-transition: opacity 0s linear 10s;
    -moz-transition: opacity 0s linear 10s;
    -webkit-transition: opacity 0s linear 10s;
    -webkit-animation: fadeInUp 1s ease 9s 1 alternate;
    -moz-animation: fadeInUp 1s ease 9s 1 alternate;
    -ms-animation: fadeInUp 1s ease 9s 1 alternate;
    animation: fadeInUp 1s ease 9s 1 alternate;
  }
  .faq-table.animate .checkmark.tenth .icon-checkmark {
    transition: opacity 0s linear 11s;
    -o-transition: opacity 0s linear 11s;
    -moz-transition: opacity 0s linear 11s;
    -webkit-transition: opacity 0s linear 11s;
    -webkit-animation: fadeInUp 1s ease 10s 1 alternate;
    -moz-animation: fadeInUp 1s ease 10s 1 alternate;
    -ms-animation: fadeInUp 1s ease 10s 1 alternate;
    animation: fadeInUp 1s ease 10s 1 alternate;
  }
}
.sign-up {
  background-color: #e9f0f4;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sign-up {
    background-color: #cee2ea;
  }
}
.sign-up .sign-up-form {
  display: table;
  z-index: 1001;
  zoom: 1;
  position: relative;
  margin-top: 40px;
}
.sign-up .sign-up-form .sign-up-form-outer {
  display: table-cell;
  vertical-align: middle;
}
.sign-up .sign-up-form .sign-up-form-inner {
  background-color: white;
  -webkit-box-shadow: 10px;
  box-shadow: 10px;
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 40px 40px;
}
@media (max-width: 768px) {
  .sign-up .sign-up-form .sign-up-form-inner {
    padding: 40px 0px;
  }
}
.sign-up .sign-up-form h1 {
  color: #2a2c40;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
}
@media (min-width: 1200px) {
  .sign-up .sign-up-form h1 {
    font-size: 30px;
  }
}
.sign-up .sign-up-form h4 {
  color: #aeaeae;
}
.sign-up .sign-up-form input[type=text],
.sign-up .sign-up-form input[type=password] {
  margin-bottom: 20px;
}
.sign-up .sign-up-form input[type=text]:focus,
.sign-up .sign-up-form input[type=password]:focus {
  border-color: #bc6148;
}
.sign-up .sign-up-form form {
  margin: 20px 0px 0px;
  padding: 10px 20px;
}
.sign-up .sign-up-form form .form-group {
  position: relative;
}
.sign-up .sign-up-form form .form-group .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
  display: none;
}
.sign-up .sign-up-form form .form-group.has-success input {
  border-color: #468847;
}
.sign-up .sign-up-form form .form-group.has-success .form-control-feedback {
  color: #468847;
  display: block;
}
.sign-up .sign-up-form label {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  line-height: 140%;
  margin: 0px 0px 10px 0px;
}
.sign-up .sign-up-form .fine-print {
  display: block;
  color: #aeaeae;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-bottom: -10px;
}
.sign-up .sign-up-form .fine-print a {
  color: #aeaeae;
}
.sign-up .sign-up-form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid transparent;
}
.sign-up .sign-up-form .flag {
  background-color: #bc6148;
  padding: 5px 10px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 6px !important;
  -moz-border-radius-topright: 6px !important;
  -webkit-border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  -moz-border-radius-bottomright: 6px !important;
  -webkit-border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  behavior: url(/js/PIE.htc);
  color: white;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -2px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  visibility: hidden;
  z-index: 100;
}
.sign-up .sign-up-form .flag.animated {
  visibility: visible;
}
.sign-up .sign-up-form .flag strong {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
.sign-up .sign-up-form .flag:before {
  content: "";
  width: 0px;
  height: 0px;
  border: 26px solid transparent;
  border-right-color: #bc6148;
  position: absolute;
  top: 0px;
  left: -52px;
}
@media (max-width: 992px) {
  .sign-up .sign-up-form .sign-up-inner {
    padding: 20px 20px;
  }
  .sign-up .sign-up-form h1 {
    font-size: 28px;
    margin-top: 0px;
  }
  .sign-up .sign-up-form h4 {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .sign-up .sign-up-form form {
    margin-top: 10px;
  }
  .sign-up .sign-up-form form hr {
    display: none;
  }
}
.calendar-hero-bg {
  position: relative;
  background: #a5a5a5 url(../img/hero-pattern-grey.png) repeat left -15px;
}
.calendar-hero-bg h1 {
  color: white;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .calendar-hero-bg h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .calendar-hero-bg h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .calendar-hero-bg h1 {
    font-size: 48px;
  }
}
.call-to-action-bar {
  background-color: #7e7e7e;
  text-align: center;
  height: 100%;
  overflow: visible;
  position: relative;
}
.call-to-action-bar .btn.btn-jumbo {
  margin-top: -70px;
  position: relative;
  zoom: 1;
  z-index: 1002;
}
@media (max-width: 768px) {
  .call-to-action-bar .btn.btn-jumbo {
    margin-bottom: 0px;
    padding: 25px 25px;
  }
}
.call-to-action-bar h2 {
  color: #dedede;
  font-size: 24px;
  margin: 20px auto 30px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .call-to-action-bar h2 {
    padding: 0px 20px;
    font-size: 18px;
  }
}
.popup-testimonial {
  background-color: #9cc3cf;
  -moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px !important;
  -moz-border-radius-topright: 8px !important;
  -webkit-border-top-right-radius: 8px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  behavior: url(/js/PIE.htc);
  color: white;
  width: 400px;
  height: 140px;
  padding: 20px;
  position: absolute;
  top: -90px;
  margin-top: -50px;
  left: 50%;
  margin-left: -200px;
  text-align: left;
  display: none;
}
.popup-testimonial img {
  width: 80px;
  margin-right: 20px;
}
.popup-testimonial .popup-testimonial-inner {
  overflow: hidden;
  margin-top: -30px;
}
.popup-testimonial .popup-text-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}
.calendar-hero {
  background-color: #e9f0f4;
  overflow: hidden;
  text-align: center;
  border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px !important;
  -moz-border-radius-topright: 8px !important;
  -webkit-border-top-right-radius: 8px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  behavior: url(/js/PIE.htc);
  position: relative;
}
.calendar-blend {
  width: 100%;
  height: 118px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: transparent url(../img/hero-blend.png) repeat left bottom;
}
.calendar-blend.white {
  height: 158px;
  background: transparent url(../img/hero-blend-white.png) repeat left bottom;
}
.calendar-toolbar {
  padding: 16px;
  overflow: hidden;
  zoom: 1;
}
.calendar-toolbar:before,
.calendar-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calendar-toolbar:after {
  clear: both;
}
.calendar-toolbar:before,
.calendar-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calendar-toolbar:after {
  clear: both;
}
.calendar-toolbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.calendar-toolbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.calendar-toolbar .button {
  background-color: #ccd7de;
  width: 16px;
  height: 16px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 8px;
  float: left !important;
  margin-top: 8px;
}
.calendar-toolbar .address {
  background-color: #ccd7de;
  height: 32px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.calendar-item .item-post {
  border-top: 5px solid #b2d8e4;
  border-bottom: 1px solid #e9f0f4;
  background-color: white;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.calendar-item .item-post img {
  width: 24px;
  margin-right: 5px;
  float: left !important;
}
.calendar-item .item-post .time {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  float: left !important;
  margin-right: 5px;
  color: #666666;
}
.calendar-item .item-post .post-details {
  overflow: hidden;
}
.calendar-item .item-post .headline {
  height: 51px;
  color: #62acc4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  overflow: hidden;
  letter-spacing: -0.06em;
}
.calendar-item .item-post .category {
  height: 17px;
  color: #aeaeae;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  overflow: hidden;
}
.calendar-item .item-social {
  background-color: #f8fafc;
  position: relative;
  color: #62acc4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: -0.06em;
  overflow: hidden;
}
.calendar-item .item-social .time {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 38px;
  float: left !important;
  margin-right: 5px;
  color: #666666;
}
.calendar-item .item-social span {
  width: 1000px;
  height: 38px;
}
.calendar-item .item-social:before {
  font-family: 'cos-website';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 38px;
  vertical-align: middle;
  float: left !important;
  margin: 0px 5px;
  color: #b2d8e4;
}
.calendar-item .item-social.twitter:before {
  content: "\31";
}
.calendar-item .item-social.facebook:before {
  content: "\34";
}
.calendar-item .item-social.tumblr:before {
  content: "\6d";
}
.calendar-item .item-social.linkedin:before {
  content: "\69";
}
.calendar-hover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  zoom: 1;
  background: rgba(0, 0, 0, 0.1);
  -o-transition: opacity 0.5s ease-out, opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-out, opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-out, opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-out, opacity 0.5s ease-in;
  /* ...and now override with proper CSS property */
  transition: opacity 0.5s ease-out, opacity 0.5s ease-in;
  cursor: pointer;
}
.calendar-hover:before {
  content: "";
  width: 141px;
  height: 141px;
  background-image: url('../img/play-button.png');
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
  display: block;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .calendar-hover:before {
    background-image: url('../img/play-button@2x.png');
    background-size: 141px 141px;
  }
}
.calendar-hover:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.calendar-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1002;
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.8);
  height: 642px;
  display: none;
}
.calendar-video .screen {
  display: none;
}
.calendar-video .light-box {
  position: absolute;
  left: 15%;
  top: 0px;
  width: 70%;
  z-index: 999999;
  padding: 0px 10px 0px 10px;
  background-color: black;
  display: table;
  text-align: center;
}
@media (max-width: 992px) {
  .calendar-video .light-box {
    width: 100%;
    left: 0px;
  }
}
.calendar-video .player-wrapper {
  max-width: 1158px;
  max-height: 651px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1680px) {
  .calendar-video .player-wrapper {
    display: block;
    margin: 0 auto;
  }
}
.calendar-video .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #dddddd;
}
.calendar-video .close-button:hover {
  color: white;
  text-decoration: none;
}
.calendar-hero .calendar-container {
  width: 100%;
  height: 324px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .calendar-hero .calendar-container {
    height: 222px;
  }
}
@media (max-width: 768px) {
  .calendar-hero .calendar-container {
    height: 222px;
  }
}
.calendar-hero .calendar-canvas {
  margin: 0px auto;
  text-align: left;
  width: 1094px;
  background-color: white;
  height: 324px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: -157px;
}
@media (min-width: 1200px) {
  .calendar-hero .calendar-canvas {
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .calendar-hero .calendar-canvas {
    height: 222px;
  }
}
@media (max-width: 768px) {
  .calendar-hero .calendar-canvas {
    height: 222px;
  }
}
.calendar-hero .vert-line {
  position: absolute;
  left: 157px;
  top: 0px;
  width: 5px;
  height: 500px;
  background-color: #e9f0f4;
}
.calendar-hero .vert-line.one {
  left: 152px;
}
.calendar-hero .vert-line.two {
  left: 309px;
}
.calendar-hero .vert-line.three {
  left: 466px;
}
.calendar-hero .vert-line.four {
  left: 623px;
}
.calendar-hero .vert-line.five {
  left: 780px;
}
.calendar-hero .vert-line.six {
  left: 937px;
}
.calendar-hero .horz-line {
  position: absolute;
  left: 0px;
  top: 160px;
  width: 1099px;
  height: 5px;
  background-color: #e9f0f4;
}
.calendar-item {
  position: absolute;
  left: 0px;
  top: 0px;
}
.calendar-item .item-post {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 152px;
  height: 78.5px;
}
.calendar-item .item-social {
  position: absolute;
  width: 152px;
  height: 37.25px;
}
.calendar-item .item-social.one {
  top: 0px;
}
.calendar-item .item-social.two {
  top: 41.25px;
}
.calendar-item .item-social.three {
  top: 82.5px;
}
.calendar-item .item-social.four {
  top: 123.75px;
}
.calendar-item .item-social.right {
  left: 157px;
}
.calendar-item .item-social.rightright {
  left: 314px;
}
.calendar-item .item-social.left {
  left: -157px;
}
.calendar-item .item-social.down {
  top: 164px;
}
.calendar-item.first {
  margin-left: 157px;
}
.calendar-item.second {
  margin-left: 628px;
}
.calendar-item.third {
  margin-left: 628px;
}
.calendar-item.fourth {
  margin-left: 785px;
  margin-top: 164px;
}
@-webkit-keyframes item-first {
  0% {
    -webkit-transform: translateX(0px);
  }
  5% {
    -webkit-transform: scale(1.1, 1.1);
  }
  10%,
  60% {
    -webkit-transform: scale(1, 1) translateX(157px);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
  }
  70% {
    -webkit-transform: translateX(0px);
  }
}
.calendar-canvas.animate .calendar-item.first .item-post {
  -webkit-animation: fadeInUp 1s ease 0.5s 1 both;
}
.calendar-canvas.animate .calendar-item.first .item-social.three {
  -webkit-animation: fadeInUp 1s ease 0.75s  1 both;
}
.calendar-canvas.animate .calendar-item.first .item-social.four {
  -webkit-animation: fadeInUp 1s ease 4.75s  1 both;
}
.calendar-canvas.animate .calendar-item.first .item-social.one.right {
  -webkit-animation: fadeInUp 1s ease 1s 1 both;
}
.calendar-canvas.animate .calendar-item.first .item-social.one.left.down {
  -webkit-animation: fadeInUp 1s ease 1.5s 1 both;
}
@-webkit-keyframes item-second {
  0% {
    -webkit-transform: translateY(0px);
  }
  5% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  15%,
  60% {
    -webkit-transform: translateY(164px);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  75% {
    -webkit-transform: translateY(0px);
  }
}
.calendar-canvas.animate .calendar-item.second {
  -webkit-animation: item-second 7.5s ease 4s 1 alternate;
}
.calendar-canvas.animate .calendar-item.second .item-post {
  -webkit-animation: fadeInUp 1s ease 2.0s 1 both;
}
.calendar-canvas.animate .calendar-item.second .item-social.one.right {
  -webkit-animation: fadeInUp 1s ease 2.5s 1 both;
}
.calendar-canvas.animate .calendar-item.second .item-social.one.down {
  -webkit-animation: fadeInUp 1s ease 10s 1 both;
}
@-webkit-keyframes item-third {
  0% {
    -webkit-transform: translateX(0px);
  }
  5% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  25%,
  80% {
    -webkit-transform: translateX(-471px) translateY(164px);
  }
  100% {
    -webkit-transform: translateX(-314px) translateY(164px);
  }
}
.calendar-canvas.animate .calendar-item.third {
  -webkit-animation: item-third 3s ease 7s 1 normal;
  -webkit-animation-fill-mode: forwards;
}
.calendar-canvas.animate .calendar-item.third .item-post {
  -webkit-animation: fadeInUp 1s ease 5.5s 1 both;
}
.calendar-canvas.animate .calendar-item.third .item-social.three {
  -webkit-animation: fadeInUp 1s ease 8.75s  1 both;
}
.calendar-canvas.animate .calendar-item.third .item-social.two.rightright {
  -webkit-animation: fadeInUp 1s ease 11s  1 both;
}
@-webkit-keyframes item-fourth {
  0% {
    -webkit-transform: translateX(0px);
  }
  5% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  10%,
  70% {
    -webkit-transform: translateX(-471px) translateY(164px);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  80% {
    -webkit-transform: translateX(0px);
  }
}
.calendar-canvas.animate .calendar-item.fourth .item-post {
  -webkit-animation: fadeInUp 1s ease 11.5s 1 both;
}
.calendar-canvas.animate .calendar-item.fourth .item-social.one.right {
  -webkit-animation: fadeInUp 1s ease 12s  1 both;
}
@-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);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.testimonial {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
.testimonial.photo-bg {
  background: #1e2136 url(/img/cover-heros/cos-2.0-heros-8.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial.photo-bg.cover-1 {
  background: url(/img/cover-heros/cos-2.0-heros-1.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial.photo-bg.photo-bg-23-black {
  background: #1e2136 url(/img/cover-heros/cos-2.0-heros-23-black.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial.photo-bg.cover-tm-30 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-30.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial.photo-bg.cover-tm-50 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-50.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial.photo-bg.cover-tm-56 {
  background: url(/img/cover-heros/cos-2.0-heros-tm-56.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial.photo-bg .testimonial-bubble {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .testimonial.photo-bg .testimonial-bubble {
    margin-bottom: 60px;
  }
}
.testimonial.after-features {
  margin-top: -40px;
  z-index: 100;
  zoom: 1;
  position: relative;
}
@media (max-width: 992px) {
  .testimonial.after-features {
    margin-top: 0px;
  }
}
.testimonial .testimonial-image {
  width: 200px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -100px auto 40px;
  zoom: 1;
}
.testimonial .testimonial-image:before,
.testimonial .testimonial-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.testimonial .testimonial-image:after {
  clear: both;
}
.testimonial .testimonial-image:before,
.testimonial .testimonial-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.testimonial .testimonial-image:after {
  clear: both;
}
.testimonial .testimonial-image:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.testimonial .testimonial-image:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.testimonial .testimonial-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
}
.testimonial .testimonial-bubble {
  margin: 0px auto 60px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: white;
  padding: 30px;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
}
.testimonial .testimonial-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-bottom: 20px solid white;
  position: absolute;
  left: 50%;
  top: -39px;
  display: block;
  margin-left: -20px;
  z-index: 999;
}
.testimonial .testimonial-bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-bottom: 20px solid #dddddd;
  position: absolute;
  left: 50%;
  top: -40px;
  display: block;
  margin-left: -20px;
  z-index: 998;
}
.testimonial .testimonial-text.quote {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  color: #aeaeae;
  font-size: 21px;
  line-height: 150%;
  margin-bottom: 20px;
}
.testimonial .testimonial-text.by {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #b2d8e4;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .testimonial .testimonial-text.quote {
    font-size: 16px;
  }
  .testimonial .testimonial-text.by {
    font-size: 13px;
  }
}
.testimonial-small .testimonial-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  margin: 0px auto 20px;
}
.testimonial-small .testimonial-text.quote {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  color: #aeaeae;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
.testimonial-small .testimonial-text.by {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #b2d8e4;
  font-size: 12px;
  line-height: 150%;
}
.footer-cos-preview {
  text-align: center;
}
.footer-cos-preview .hero-text {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 150%;
  color: #aeaeae;
  padding: 140px 0px 80px;
}
@media (max-width: 991px) {
  .footer-cos-preview .hero-text {
    font-size: 20px;
    padding: 0px 0px 10px;
  }
}
.footer-cos-preview .btn.btn-lead {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: white;
  border: 1px solid #d5775d;
  background-color: #d5775d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 24px;
}
.footer-cos-preview .btn.btn-lead:hover {
  color: white;
  border: 1px solid #bc6148;
  background-color: #bc6148;
}
.footer-cos-preview .calendar-hero {
  margin: 50px 10px 0px 10px;
}
footer {
  color: #aeaeae;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  background-color: white;
  border-top: 1px solid #eeeeee;
}
footer a {
  color: #aeaeae;
}
footer a:hover {
  text-decoration: underline;
  color: #666666;
}
footer .container-fluid {
  padding: 30px 0px;
}
footer h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #898989;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
footer .nav.nav-pills {
  margin: 0px;
}
footer .nav.nav-pills li {
  display: block;
  float: none;
}
footer .nav.nav-pills li.follow {
  margin-top: -3px;
  color: #666666;
  padding: 10px 15px;
}
footer .nav.nav-pills li.follow a {
  padding: 0px;
  font-size: 32px;
  line-height: 32px;
  margin-left: 10px;
  margin-top: -5px;
}
footer .nav.nav-pills li.follow:after {
  content: "";
}
footer .small-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px !important;
}
footer .small-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .small-nav ul li {
  line-height: 24px;
}
footer .small-nav ul a:hover .label {
  text-decoration: none;
}
footer .email-subscribe {
  text-align: center;
}
footer .email-subscribe .form-footer-email {
  padding: 20px 0px;
  margin: 30px 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
footer .email-subscribe .form-footer-email label {
  font-weight: 300;
}
footer .email-subscribe .form-footer-email .email-input {
  width: auto;
  border-color: #dddddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
footer .email-subscribe .form-footer-email .btn.btn-default {
  border-color: #dddddd;
}
@media (max-width: 992px) {
  footer .email-subscribe .form-footer-email .form-group {
    display: inline-block;
  }
}
footer .email-subscribe .icon-32 {
  margin-right: 8px;
}
footer .tm-logo {
  float: left !important;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 20px;
}
footer .tm-logo img {
  width: 100px;
}
@media (max-width: 992px) {
  footer .tm-logo {
    display: block !important;
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }
}
footer .cos-logo {
  padding: 40px;
  display: block;
}
@-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);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.pattern-grey {
  background: #dddddd;
}
.quick-tips-hero .strike {
  position: relative;
}
.quick-tips-hero .strike:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  border-bottom: 3px solid #666666;
}
.quick-tips-hero .you-underline {
  color: #d5775d;
}
@media (min-width: 768px) {
  .quick-tips-hero .you-underline {
    border-bottom: 3px solid #666666;
    width: 134px;
    height: 74px;
    display: inline-block;
    background-image: url('/img/QuickFree_You.png');
    color: transparent;
    background-position: center -10px;
  }
}
@media (min-width: 768px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .quick-tips-hero .you-underline {
    background-image: url('/img/QuickFree_You@2x.png');
    background-size: auto auto;
  }
}
.quick-tips-logo img {
  margin: 0px auto 30px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .quick-tips-logo img {
    margin-bottom: 10px;
  }
}
.quick-tips-track-selector {
  padding: 40px 0px;
}
.quick-tips-track-selector h3 {
  margin: 0px 0px 30px 0px;
}
.quick-tips-track-selector .btn {
  border: none;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 768px) {
  .quick-tips-track-selector .btn {
    margin-bottom: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
.quick-tips-track-selector .btn small {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  display: block;
}
.quick-tips-track-selector .btn.btn-jumbo {
  padding: 30px 60px;
}
.quick-tips-track-selector .btn.btn-blue,
.quick-tips-track-selector .btn.btn-blue:hover {
  background-color: #62acc4 !important;
}
.quick-tips-track-selector .btn.btn-green,
.quick-tips-track-selector .btn.btn-green:hover {
  background-color: #63a961 !important;
}
.quick-tips-track-selector .btn.btn-purple,
.quick-tips-track-selector .btn.btn-purple:hover {
  background-color: #8f70a2 !important;
}
.quick-tips-track-selector .btn.btn-orange,
.quick-tips-track-selector .btn.btn-orange:hover {
  background-color: #bc6148 !important;
}
.quick-tips-track-selector .btn:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.quick-tips-share-bar {
  display: inline-block;
}
.quick-tips-share-bar h4 {
  vertical-align: middle;
}
.quick-tips-share-bar a {
  display: inline-block;
  margin: 0px 4px;
  vertical-align: middle;
}
.well.well-quick-tips {
  padding: 60px 100px 100px 100px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .well.well-quick-tips {
    padding: 30px 20px 40px 20px;
    margin-bottom: 60px;
  }
}
.well.well-quick-tips .lighter {
  color: rgba(255, 255, 255, 0.6);
}
.well.well-quick-tips .form-inline {
  padding: 40px 60px 20px;
  zoom: 1;
}
@media (max-width: 768px) {
  .well.well-quick-tips .form-inline {
    padding: 20px 10px 20px;
  }
}
.well.well-quick-tips .form-inline:before,
.well.well-quick-tips .form-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.well.well-quick-tips .form-inline:after {
  clear: both;
}
.well.well-quick-tips .form-inline:before,
.well.well-quick-tips .form-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.well.well-quick-tips .form-inline:after {
  clear: both;
}
.well.well-quick-tips .form-inline:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.well.well-quick-tips .form-inline:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.well.well-quick-tips .form-inline .form-group {
  width: 80%;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .well.well-quick-tips .form-inline .form-group {
    width: 70%;
  }
}
.well.well-quick-tips .form-inline .form-group .qt-email-input {
  font-size: 20px;
  height: 62px;
  border: none;
}
@media (max-width: 768px) {
  .well.well-quick-tips .form-inline .form-group .qt-email-input {
    font-size: 18px;
  }
}
.well.well-quick-tips .form-inline .form-button {
  width: 20%;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .well.well-quick-tips .form-inline .form-button {
    width: 30%;
  }
}
.well.well-quick-tips .form-inline .form-button .btn {
  height: 62px;
  font-size: 24px;
  border: none;
  background-color: #d5775d;
  color: white;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .well.well-quick-tips .form-inline .form-button .btn {
    font-size: 18px;
  }
}
.well.well-quick-tips .form-inline .form-button .btn:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.well.well-quick-tips.Writer {
  background-color: #63a961;
}
.well.well-quick-tips.Social {
  background-color: #8f70a2;
}
.well.well-quick-tips.Editor {
  background-color: #62acc4;
}
.well.well-quick-tips.Marketer {
  background-color: #d5775d;
}
.well.well-quick-tips.Marketer .form-inline .form-button .btn {
  background-color: #b2d8e4;
}
.quick-tips-feature {
  background: #dddddd;
  padding: 10px 20px 20px 20px;
  border-top: 10px solid #dddddd;
  text-align: center;
}
.quick-tips-feature .quick-tips-logo img {
  margin-bottom: 10px;
}
.quick-tips-feature a:hover {
  text-decoration: none;
}
.quick-tips-feature h3.drk-grey {
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #666666;
}
.quick-tips-feature .perfect-for {
  background-color: rgba(255, 255, 255, 0.3);
  color: #eeeeee;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  margin: 0 -20px 20px;
  padding: 10px 20px;
}
.quick-tips-feature .perfect-for h3 {
  margin: 0px;
}
.quick-tips-feature .perfect-for ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0px -20px;
}
.quick-tips-feature .perfect-for ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-tips-feature .perfect-for ul li {
  color: white;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 20px 10px 40px;
}
.quick-tips-feature .perfect-for ul li:before {
  color: white;
  font-family: 'cos-website';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2a";
  margin-left: -20px;
  margin-right: 20px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.quick-tips-feature .perfect-for ul li.blue {
  background-color: #62acc4;
}
.quick-tips-feature .perfect-for ul li.purple {
  background-color: #8f70a2;
}
.quick-tips-feature .perfect-for ul li.green {
  background-color: #63a961;
}
.quick-tips-feature .perfect-for ul li.orange {
  background-color: #d5775d;
}
.quick-tips-feature .btn.btn-jumbo {
  font-size: 26px;
  line-height: 90%;
  padding: 20px 10px;
  display: block;
}
.quick-tips-feature .btn.btn-default {
  border-color: #dd917c;
  background-color: #d5775d;
}
.quick-tips-feature .btn.btn-default:hover {
  border-color: #d5775d;
  background-color: #bc6148 !important;
}
.page-wrap {
  padding: 60px 0px;
}
@media (max-width: 979px) {
  .page-wrap {
    padding: 10px 0px 10px 0px;
  }
}
.page-wrap .post-wrap {
  max-width: 800px;
  margin: 0px auto;
}
@media (max-width: 1400px) {
  .page-wrap .post-wrap.post-single {
    max-width: 1200px;
    padding-right: 200px;
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .page-wrap .post-wrap.post-single {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 979px) {
  .page-wrap .post-wrap.post-single {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .page-wrap .post-wrap.post-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sidebar-wrap {
  padding: 60px 0px;
}
.post {
  position: relative;
}
.post .entry-wrap {
  position: relative;
}
.post a {
  color: #bc6148;
}
.post .post-title {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #474747 !important;
  line-height: 140%;
}
.post .post-title a {
  color: #474747 !important;
  text-decoration: none;
}
.post h1.post-title {
  font-size: 48px;
}
@media (max-width: 767px) {
  .post h1.post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 0px 0px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
  }
}
.post .entry {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 143%;
  color: #474747;
}
.post .entry a {
  color: #d5775d;
}
.post .entry p {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.post .entry strong,
.post .entry b {
  font-weight: 700 !important;
}
.post .entry li {
  margin-bottom: 0px;
  word-wrap: break-word;
}
.post .entry ul,
.post .entry ol {
  padding: 0;
  margin: 0 0 20px 45px;
}
.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
  color: #bc6148;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 150%;
  margin-top: 3px;
  margin-bottom: 6px;
}
.post .entry h1 a,
.post .entry h2 a,
.post .entry h3 a,
.post .entry h4 a,
.post .entry h5 a,
.post .entry h6 a {
  color: #bc6148;
}
@media (max-width: 767px) {
  .post .entry h2 {
    font-size: 18px;
  }
  .post .entry h3 {
    font-size: 17px;
  }
  .post .entry h4 {
    font-size: 16px;
  }
  .post .entry h5 {
    font-size: 15px;
  }
  .post .entry h6 {
    font-size: 14px;
  }
}
.post .entry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .entry .alignleft {
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
}
.post .entry .alignright {
  display: inline-block;
  float: right;
  margin: 0px 0px 10px 10px;
}
.post .entry img {
  max-width: 100%;
}
.landing-page-cta {
  margin: 30px;
  background-color: #eeeeee;
  text-align: center;
}
.landing-page-cta h1,
.landing-page-cta h2,
.landing-page-cta h3,
.landing-page-cta h4,
.landing-page-cta h5,
.landing-page-cta h6 {
  margin: 0px;
  padding: 0px;
}
.landing-page-cta .banner {
  position: relative;
}
.landing-page-cta .banner .banner-text {
  background-color: #dd917c;
  padding: 20px;
  position: relative;
  z-index: 2;
  zoom: 1;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.landing-page-cta .banner .banner-text h3 {
  color: white;
  margin: 0px;
  padding: 0px;
}
.landing-page-cta .banner .banner-text h3 small {
  color: #f3cfc5;
}
.landing-page-cta .banner .banner-ribbon {
  position: absolute;
  top: 40%;
  margin: -30px;
  z-index: 1;
  zoom: 1;
}
.landing-page-cta .banner .banner-ribbon img {
  width: 100%;
}
.landing-page-cta .inner-wrap {
  padding: 20px 20px;
}
.landing-page-cta .inner-wrap img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.landing-page-cta .lead-form {
  background-color: #b2d8e4;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 40px 20px;
}
.help-center {
  border-top: 5px solid #d5775d;
  background-color: #f8fafc;
  padding-top: 40px;
}
.help-center footer {
  margin-top: 100px;
}
.help-page {
  border: 1px solid #eeeeee;
  background-color: white;
  padding: 40px;
}
@media (max-width: 767px) {
  .help-page {
    padding: 10px;
  }
}
.help-page a {
  color: #62acc4;
}
.help-page a:hover {
  color: #62acc4;
}
.help-page .page-header {
  margin-top: 0px;
}
.help-page .page-search {
  padding-bottom: 10px;
  margin: -10px 0 20px;
  border-bottom: 1px solid #eee;
}
.help-page .page-search h5 {
  line-height: 32px;
}
.help-page .page-search .gsc-control-cse {
  padding: 0px !important;
}
.help-page .breadcrumb {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: -40px -40px 20px -40px;
  padding: 10px 40px;
  font-size: 15px;
}
.help-page .breadcrumb a {
  color: #666666;
}
.help-page .breadcrumb a:hover {
  color: #474747;
}
.help-page .entry img {
  max-width: 100%;
}
.nav-help.nav.nav-pills li a {
  display: block;
  line-height: 140%;
}
.nav-help.nav.nav-pills li a:hover {
  color: #bc6148;
}
.nav-help.nav.nav-pills li.active a {
  background-color: #e9f0f4;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.jobs-testimonial-image {
  position: relative;
  border: 20px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jobs-testimonial-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .job-location p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .video-thumb {
    margin-bottom: 20px;
  }
  .bismarck-thumb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .video-thumb {
    margin-bottom: 20px;
  }
  .bismarck-thumb {
    margin-bottom: 0px;
  }
}
.job-header {
  cursor: default;
  font-weight: 500;
  margin: 0 0 25px 0;
  text-align: center;
}
.jobs-margin {
  margin-bottom: 75px;
}
.jobs-bar {
  background: #d5775d;
  width: 100%;
}
.no-caret {
  cursor: default;
}
.jobs-background {
  background-color: #f0f0f0;
}
.cover-jobs {
  height: 600x;
  padding: 10% 0 10% 0;
}
.cover-jobs:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 44, 64, 0.62);
}
.cover-jobs .cover-text {
  cursor: default;
  padding: 10% 0 10% 0;
}
.cover-jobs .cover-text h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 100px;
  color: white;
  width: 100%;
  display: block;
  margin: 0;
  position: absolute;
  top: 85%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.team-section {
  max-height: 650px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.team-thumb img {
  max-height: 260px;
  padding: 0px;
}
.top-team-thumb {
  margin-bottom: 20px;
}
.core-values-container {
  margin-bottom: 75px;
  margin-top: 0px;
}
.location-container {
  padding-top: 30px;
  padding-bottom: 75px;
}
.location-container p {
  margin-bottom: 30px;
}
.location-container .video-thumb {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 61% 0 0 0;
}
.location-link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.job-location {
  position: relative;
  margin-bottom: 20px;
}
.job-location h2 {
  color: white;
  display: block;
  font-weight: 500;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.positions-container {
  margin-top: 60px;
  margin-bottom: 30px;
}
.positions-container a {
  font-size: 24px;
  line-height: 2;
}
.perks-header {
  cursor: default;
}
.perks-header h2 {
  margin-top: 15px;
}
.perks {
  margin-top: 10px;
  cursor: default;
  /*	opacity: 0.7;
	transition: all 0.2s linear;*/
  /*	&:hover {
		opacity: 1;
		transition: all 0.2s linear;
	}*/
}
.perks p {
  line-height: 1.1;
  margin-bottom: 50px;
}
.perks .perk-icon {
  margin-bottom: 10px;
  margin-top: 25px;
}
.speech-bubble {
  padding: 20px;
  border: 1px solid #aeaeae;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  border-bottom: 20px solid black;
  border-bottom-color: inherit;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.speech-bubble:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -20px;
  border-bottom: 20px solid black;
  border-bottom-color: white;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  z-index: 1;
}
.vip-partner {
  background-color: #3b3e44;
  padding: 10px 0px 40px 0px;
  margin-bottom: 40px;
}
.vip-partner h3 {
  font-size: 28px;
  line-height: 140%;
  margin-top: 80px;
  font-weight: 300;
}
.features-page .hero-text h1 {
  font-size: 38px;
  color: #474747;
}
.features-page .hero-text h2 {
  margin-top: 0px;
}
.features-page .hero-image {
  background: url(/img/cover-heros/features-page-hero.jpg) no-repeat center bottom scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.features-page .hero-image h1 {
  color: #474747;
}
@media (max-width: 768px) {
  .features-page .hero-image {
    background-image: none;
    background-color: whiteSmoke;
  }
}
.features-page .call-to-action {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.features-page .call-to-action .lead {
  
}@grey 4;
.features-page .call-to-action.no-bottom-border {
  border-bottom: none;
  margin-bottom: 0px;
}
.features-page .features-page-feature {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
}
.features-page .features-page-feature.first {
  margin-top: 60px;
}
.features-page .features-page-feature .features-page-feature-inner {
  height: 250px;
  display: table;
  table-layout: fixed;
}
.features-page .features-page-feature .features-page-feature-inner .vertical-align {
  position: relative;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}
.features-page .features-page-feature .features-page-feature-text {
  padding: 20px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #666666;
}
.features-page .features-page-feature .features-page-feature-image {
  padding: 20px;
}
.features-page .feature-list {
  margin: 100px;
}
.features-page .feature-list h3 {
  font-size: 25px;
  line-height: 140%;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #666666;
  margin: 0px 0px 30px;
}
.features-page .feature-list ul {
  margin: 0px 40px;
  list-style-type: none;
}
.features-page .feature-list ul li {
  font-size: 20px;
  line-height: 36px;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #aeaeae;
  margin: 20px 0px;
  padding-left: 40px;
}
.features-page .feature-list ul li:before {
  font-family: 'cos-website';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2a";
  margin-left: -40px;
  display: inline-block;
  float: left;
  line-height: 36px;
  color: #2abe35;
}
@media (max-width: 768px) {
  .features-page .feature-list {
    margin: 20px;
  }
  .features-page .feature-list h3 {
    font-size: 18px;
  }
  .features-page .feature-list ul {
    margin: 0px 30px 0px 0px;
  }
  .features-page .feature-list ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
  }
  .features-page .feature-list ul li:before {
    line-height: 36px;
    margin-left: -30px;
  }
}
.evernote-green {
  color: #2abe35;
}
.features-page.features-page-evernote .hero-text .coschedule-evernote-image,
.features-page.features-page-evernote .hero-image .coschedule-evernote-image {
  max-width: 200px;
  margin: 40px auto 0px;
}
@media (max-width: 768px) {
  .features-page.features-page-evernote .hero-text .coschedule-evernote-image,
  .features-page.features-page-evernote .hero-image .coschedule-evernote-image {
    margin: 20px auto 0px;
  }
}
.features-page.features-page-evernote .hero-text h3.grey,
.features-page.features-page-evernote .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-evernote .testimonial.evernote-photo-bg {
  background: url(/img/cover-heros/cos-2.0-heros-evernote.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.features-page.features-page-google-docs .hero-text .coschedule-google-docs-image,
.features-page.features-page-google-docs .hero-image .coschedule-google-docs-image {
  max-width: 250px;
  margin: 40px auto 0px;
}
@media (max-width: 768px) {
  .features-page.features-page-google-docs .hero-text .coschedule-google-docs-image,
  .features-page.features-page-google-docs .hero-image .coschedule-google-docs-image {
    margin: 20px auto 0px;
  }
}
.features-page.features-page-google-docs .hero-text h3.grey,
.features-page.features-page-google-docs .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-google-docs .feature-list ul {
  margin: 0px !important;
}
.features-page.features-page-google-docs .feature-list ul li:before {
  color: #547DBF !important;
}
.features-page.features-page-google-docs .testimonial.google-docs-photo-bg {
  background: url(/img/cover-heros/cos-2.0-heros-google-docs.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 768px) {
  .features-page.features-page-google-docs .mobile-cta-btn {
    font-size: 12px;
  }
}
.features-page.features-page-workflow .hero-text,
.features-page.features-page-workflow .hero-image {
  background: none !important;
}
.features-page.features-page-workflow .hero-text h3.grey,
.features-page.features-page-workflow .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-workflow .feature-list ul li:before {
  color: #D5775D !important;
}
@media (max-width: 768px) {
  .features-page.features-page-workflow .mobile-cta-btn {
    font-size: 12px;
  }
}
.features-page.features-page-social-media .hero-text,
.features-page.features-page-social-media .hero-image {
  background: none !important;
}
.features-page.features-page-social-media .hero-text h3.grey,
.features-page.features-page-social-media .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-social-media .feature-list ul li:before {
  color: #D5775D !important;
}
@media (max-width: 768px) {
  .features-page.features-page-social-media .mobile-cta-btn {
    font-size: 13px;
  }
}
.features-page.features-page-marketing-calendar .hero-text,
.features-page.features-page-marketing-calendar .hero-image {
  background: none !important;
}
.features-page.features-page-marketing-calendar .hero-text h3.grey,
.features-page.features-page-marketing-calendar .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-marketing-calendar .feature-list ul li:before {
  color: #D5775D !important;
}
@media (max-width: 768px) {
  .features-page.features-page-marketing-calendar .mobile-cta-btn {
    font-size: 16px;
  }
}
.features-page.features-page-wordpress .hero-text .coschedule-evernote-image,
.features-page.features-page-wordpress .hero-image .coschedule-evernote-image {
  max-width: 200px;
  margin: 40px auto 0px;
}
@media (max-width: 768px) {
  .features-page.features-page-wordpress .hero-text .coschedule-evernote-image,
  .features-page.features-page-wordpress .hero-image .coschedule-evernote-image {
    margin: 20px auto 0px;
  }
}
.features-page.features-page-wordpress .hero-text h3.grey,
.features-page.features-page-wordpress .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-wordpress .feature-list ul li:before {
  color: #D5775D !important;
}
.features-page.features-page-wordpress .testimonial-image img {
  width: 150px !important;
}
.features-page.features-page-integrations .hero-text,
.features-page.features-page-integrations .hero-image {
  background: none !important;
}
.features-page.features-page-integrations .hero-text h3.grey,
.features-page.features-page-integrations .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-integrations .feature-list ul li:before {
  color: #D5775D !important;
}
.features-page.features-page-chrome-extension .feature-list ul li:before {
  color: #D5775D !important;
}
.features-page.features-page-chrome-extension .hero-text h3.grey,
.features-page.features-page-chrome-extension .hero-image h3.grey {
  color: #808080;
}
.features-page.features-page-chrome-extension .feature-ext-btn {
  background-color: #a7d2dc;
}
.features-page.features-page-chrome-extension .testimonial.evernote-photo-bg {
  background: url(/img/cover-heros/cos-2.0-heros-evernote.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.demo-list {
  margin-bottom: 30px;
  text-align: center;
}
.demo-desc {
  padding: 10px 20px 5px;
  border-bottom: 1px solid #edeef0;
}
.demo-reg-btn {
  margin: 17px 0;
  background-color: #D5775D;
  color: white;
}
.demo-reg-btn:hover {
  background-color: #bc6148;
  color: white;
}
.demo-reg-btn:focus {
  color: white;
}
.demo-row {
  border-bottom: 1px solid #edeef0;
}
.demo-row .row {
  margin-left: 0px;
  margin-right: 0px;
}
.demo-time {
  min-height: 48px;
  max-width: 150px;
}
.demo-btn-div {
  text-align: right;
}
.demo-page .hero-image {
  background: url(/img/cover-heros/bookshelf.jpg) no-repeat center bottom scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 992px) {
  .demo-video-frame {
    clear: both;
  }
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.editorial-schedule {
  /* Main */
  /* Skeleton */
  /* PLAY */
  /* SHADOW */
  /*DOWN*/
}
.editorial-schedule .flip-clock-wrapper a {
  pointer-events: none;
  text-decoration: none;
  color: #d4765d;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
.editorial-schedule .flip-clock-wrapper a:hover {
  color: #fff;
  pointer-events: none;
}
.editorial-schedule .flip-clock-wrapper ul {
  list-style: none;
}
.editorial-schedule .flip-clock-wrapper.clearfix:before,
.editorial-schedule .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}
.editorial-schedule .flip-clock-wrapper.clearfix:after {
  clear: both;
}
.editorial-schedule .flip-clock-wrapper.clearfix {
  *zoom: 1;
}
.editorial-schedule .flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.editorial-schedule .flip-clock-meridium {
  background: none !important;
  font-size: 36px !important;
}
.editorial-schedule .flip-clock-meridium a {
  color: #ffffff;
}
.editorial-schedule .flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
  z-index: 0;
}
.editorial-schedule .flip-clock-wrapper:before,
.editorial-schedule .flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.editorial-schedule .flip-clock-wrapper:after {
  clear: both;
}
.editorial-schedule .flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 0;
  margin: 0px 0.8%;
  width: 10%;
  height: 95px;
  font-size: 90px;
  font-weight: bold;
  line-height: 87px;
  background: #000;
}
.editorial-schedule .flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.editorial-schedule .flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.editorial-schedule .flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.editorial-schedule .flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.editorial-schedule .flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.editorial-schedule .flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.editorial-schedule .flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.01);
}
.editorial-schedule .flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
}
.editorial-schedule .flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #d4765d;
  text-align: center;
  background-color: #fff;
  font-size: 70px;
}
.editorial-schedule .flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.editorial-schedule .flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.editorial-schedule .flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 2%;
  text-align: center;
  height: 100px;
}
.editorial-schedule .flip-clock-divider:first-child {
  width: 0;
}
.editorial-schedule .flip-clock-dot {
  display: block;
  background: #d4765d;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
}
.editorial-schedule .flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -1.5em;
  right: -95px;
  text-align: center;
  color: #d4765d;
  text-shadow: none;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.editorial-schedule .flip-clock-dot.top {
  top: 30px;
}
.editorial-schedule .flip-clock-dot.bottom {
  bottom: 30px;
}
@media (max-width: 567px) {
  .editorial-schedule .flip-clock-wrapper ul {
    width: 22%;
    margin-bottom: 50px;
  }
  .editorial-schedule .flip-clock-dot {
    background: transparent;
  }
  .editorial-schedule .flip-clock-divider.min {
    clear: both;
  }
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.editorial-schedule .flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 72, 0.03)), color-stop(100%, rgba(50, 50, 72, 0.07)));
  background: linear, top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%);
  background: linear, to bottom, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 72, 0.03)), color-stop(100%, rgba(50, 50, 72, 0.07)));
  background: linear, top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%);
  background: linear, to bottom, rgba(50, 50, 72, 0.03) 0%, rgba(50, 50, 72, 0.07) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 72, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%);
  background: linear, to bottom, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 72, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%);
  background: linear, to bottom, rgba(50, 50, 72, 0.07) 0%, rgba(50, 50, 72, 0.03) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.editorial-schedule.main h1,
.editorial-schedule.main h2,
.editorial-schedule.main h3,
.editorial-schedule.main h4,
.editorial-schedule.main h5 {
  margin: 30px 0px;
}
.editorial-schedule.main h1.orange,
.editorial-schedule.main h2.orange,
.editorial-schedule.main h3.orange,
.editorial-schedule.main h4.orange,
.editorial-schedule.main h5.orange {
  color: #d4765d;
}
.editorial-schedule.main h1.light-orange,
.editorial-schedule.main h2.light-orange,
.editorial-schedule.main h3.light-orange,
.editorial-schedule.main h4.light-orange,
.editorial-schedule.main h5.light-orange {
  color: #e0a289;
}
.editorial-schedule.main h1.navy,
.editorial-schedule.main h2.navy,
.editorial-schedule.main h3.navy,
.editorial-schedule.main h4.navy,
.editorial-schedule.main h5.navy {
  color: #323248;
}
.editorial-schedule.main h1.cool-gray,
.editorial-schedule.main h2.cool-gray,
.editorial-schedule.main h3.cool-gray,
.editorial-schedule.main h4.cool-gray,
.editorial-schedule.main h5.cool-gray {
  color: #706a78;
}
.editorial-schedule.main h1.white,
.editorial-schedule.main h2.white,
.editorial-schedule.main h3.white,
.editorial-schedule.main h4.white,
.editorial-schedule.main h5.white {
  color: #ffffff;
}
.editorial-schedule.main h1.cool-teal,
.editorial-schedule.main h2.cool-teal,
.editorial-schedule.main h3.cool-teal,
.editorial-schedule.main h4.cool-teal,
.editorial-schedule.main h5.cool-teal {
  color: #9ec4cd;
}
.editorial-schedule.main p {
  font-size: 16px;
  line-height: 30px;
}
.editorial-schedule.main .header {
  background-image: url("/img/editorial-schedule/header-background-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  padding: 60px 60px 70px 60px;
  text-align: center;
  position: relative;
}
.editorial-schedule.main .header img.logo {
  height: 45px;
  margin: auto;
}
.editorial-schedule.main .header h3.course-closed {
  padding: 0px 30px;
}
.editorial-schedule.main .header .headline {
  margin: 50px 0px;
}
.editorial-schedule.main .header .headline h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 10px auto;
  color: #ffffff;
}
.editorial-schedule.main .header .headline h2 {
  margin: 10px auto;
  font-size: 22px;
}
.editorial-schedule.main .header .headline h3 {
  font-weight: 300;
  font-size: 18px;
  padding: 0px 50px;
  margin: 30px auto;
  width: 60%;
}
.editorial-schedule.main .header .form {
  width: 60%;
}
.editorial-schedule.main .header .form button {
  margin-top: 10px;
}
.editorial-schedule.main .header .arrow {
  position: absolute;
  right: 220px;
  bottom: -120px;
}
.editorial-schedule.main .header .arrow img {
  height: 250px;
  width: auto;
}
@media (max-width: 1325px) {
  .editorial-schedule.main .header .arrow {
    right: 240px;
  }
}
@media (max-width: 1155px) {
  .editorial-schedule.main .header .arrow {
    right: 180px;
  }
}
@media (max-width: 991px) {
  .editorial-schedule.main .header .arrow {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .editorial-schedule.main .header .arrow {
    display: none;
  }
}
@media (max-width: 1215px) {
  .editorial-schedule.main .header {
    min-height: 800px;
  }
}
@media (max-width: 1200px) {
  .editorial-schedule.main .header .arrow {
    right: 150px;
  }
}
@media (max-width: 1163px) {
  .editorial-schedule.main .header .form {
    width: 100%;
  }
  .editorial-schedule.main .header .arrow {
    right: 20px;
  }
}
@media (max-width: 1010px) {
  .editorial-schedule.main .header {
    min-height: 830px;
  }
}
@media (max-width: 991px) {
  .editorial-schedule.main .header .form {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .editorial-schedule.main .header {
    padding: 60px 25px 70px 25px;
  }
  .editorial-schedule.main .header .headline h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .editorial-schedule.main .header {
    min-height: 680px;
  }
  .editorial-schedule.main .header .form {
    width: 100%;
  }
  .editorial-schedule.main .header .headline h3 {
    padding: 0px 0px;
    width: 90%;
  }
}
@media (max-width: 460px) {
  .editorial-schedule.main .header .form button span.button-text-remove {
    display: none;
  }
}
.editorial-schedule.main .form {
  margin: auto;
  width: 70%;
}
.editorial-schedule.main .form .col-lg-7,
.editorial-schedule.main .form .col-lg-5,
.editorial-schedule.main .form .col-md-6 {
  padding: 5px;
}
.editorial-schedule.main .form label {
  display: none;
}
.editorial-schedule.main .form input {
  font-size: 16px;
  height: 53px;
  border-color: #ffffff;
  width: 100%;
  padding: 0px 10px;
  box-shadow: none;
}
.editorial-schedule.main .form .thank-you {
  display: none;
}
.editorial-schedule.main .form ::-webkit-input-placeholder {
  color: #d4765d;
  font-size: 16px;
}
.editorial-schedule.main .form :-moz-placeholder {
  /* Firefox 18- */
  color: #d4765d;
  font-size: 16px;
}
.editorial-schedule.main .form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d4765d;
  font-size: 16px;
}
.editorial-schedule.main .form :-ms-input-placeholder {
  color: #d4765d;
  font-size: 16px;
}
@media (max-width: 767px) {
  .editorial-schedule.main .form {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .editorial-schedule.main .form button {
    font-size: 15px;
  }
}
.editorial-schedule.main .timer {
  padding: 70px 70px 100px 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.editorial-schedule.main .timer h5 {
  margin: 50px 0px 70px 0px;
}
.editorial-schedule.main .timer.timer-white {
  background: transparent;
  padding: 20px 70px 60px 70px;
}
.editorial-schedule.main .timer.timer-white p {
  margin-top: 50px;
  opacity: .8;
}
.editorial-schedule.main .timer.timer-white .flip-clock-wrapper ul li a div div.inn {
  background-color: #f2f2f2;
}
.editorial-schedule.main .timer.timer-navy {
  background-color: #323248;
}
.editorial-schedule.main .timer.timer-navy h3 {
  margin-bottom: 30px;
}
.editorial-schedule.main .timer.timer-navy .flip-clock-wrapper ul li a div div.inn,
.editorial-schedule.main .timer.timer-navy .flip-clock-wrapper a {
  color: #9ec4cd;
}
.editorial-schedule.main .timer.timer-navy .flip-clock-divider .flip-clock-label {
  color: #9ec4cd;
}
.editorial-schedule.main .timer.timer-navy .flip-clock-dot {
  background: #9ec4cd;
}
.editorial-schedule.main .timer.timer-navy .arrow {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
}
.editorial-schedule.main .timer.timer-navy .arrow img {
  height: 230px;
  position: absolute;
  right: 30px;
  top: 185px;
}
.editorial-schedule.main .timer.timer-navy.timer-footer {
  margin-bottom: -40px;
}
.editorial-schedule.main .timer .flip-clock-wrapper {
  width: 90%;
  margin: 30px auto;
}
@media (max-width: 1110px) {
  .editorial-schedule.main .timer .flip-clock-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .editorial-schedule.main .timer .timer-navy .arrow img,
  .editorial-schedule.main .timer .timer-navy.timer-footer .arrow img {
    height: 170px;
    right: 0px;
    top: 255px;
  }
}
@media (max-width: 767px) {
  .editorial-schedule.main .timer {
    padding: 70px 30px;
  }
  .editorial-schedule.main .timer.timer-navy .arrow {
    display: none;
  }
}
@media (max-width: 567px) {
  .editorial-schedule.main .timer h5 {
    margin: 15px;
  }
}
@media (max-width: 500px) {
  .editorial-schedule.main .timer {
    padding: 70px 20px 100px 20px;
  }
  .editorial-schedule.main .timer.timer-white {
    padding: 70px 20px 100px 20px;
  }
  .editorial-schedule.main .timer.timer-white p {
    margin-top: 0px;
  }
}
@media (max-width: 323px) {
  .editorial-schedule.main .timer .flip-clock-divider .flip-clock-label {
    right: -70px;
    font-size: 18px;
  }
}
.editorial-schedule.main .video-intro {
  padding: 70px 150px 100px 150px;
  overflow: hidden;
  background: #9ec4cd;
  text-align: center;
}
.editorial-schedule.main .video-intro h3 {
  margin-bottom: 60px;
}
.editorial-schedule.main .video-intro p {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .editorial-schedule.main .video-intro {
    padding: 70px 15px;
    text-align: left;
  }
  .editorial-schedule.main .video-intro h3 {
    margin-left: 10px;
    margin-bottom: 40px;
  }
  .editorial-schedule.main .video-intro p {
    margin-bottom: 30px;
  }
}
.editorial-schedule.main .credibility {
  padding: 60px 40px 40px 40px;
  background: #ffffff;
  text-align: center;
}
.editorial-schedule.main .credibility h2 {
  margin: 40px 0px;
  opacity: .4;
}
.editorial-schedule.main .credibility .section {
  display: block;
  overflow: hidden;
  margin: 100px 0px;
}
.editorial-schedule.main .credibility .section img {
  display: block;
  margin: auto;
  max-width: 350px;
  height: auto;
}
.editorial-schedule.main .credibility .section h3 {
  margin: 40px auto 40px auto;
  width: 70%;
}
.editorial-schedule.main .credibility .section p {
  color: #323248;
  text-align: left;
}
@media (max-width: 767px) {
  .editorial-schedule.main .credibility {
    padding: 70px 20px;
  }
  .editorial-schedule.main .credibility p {
    text-align: left;
  }
  .editorial-schedule.main .credibility h3 {
    width: 100%;
  }
  .editorial-schedule.main .credibility .section img {
    max-width: 200px;
  }
}
.editorial-schedule.main .features {
  background: #ffffff;
  padding: 70px 150px 0px 150px;
  overflow: hidden;
  text-align: center;
}
.editorial-schedule.main .features .col-sm-4 {
  padding: 0px 20px;
}
.editorial-schedule.main .features h3 {
  margin-bottom: 70px;
  opacity: .6;
}
.editorial-schedule.main .features span {
  display: block;
  float: left;
  width: 10%;
  margin-top: 0px;
  color: #706a78;
}
.editorial-schedule.main .features h4 {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 500;
  width: 90%;
  margin-top: -3px;
  text-align: left;
}
.editorial-schedule.main .features p {
  padding-left: 10%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .editorial-schedule.main .features {
    padding: 70px 30px;
  }
}
.editorial-schedule.main .testimonial.testimonial-main {
  padding: 100px 30px 100px 30px;
  background-color: #f2f2f2;
  background-image: url("/img/editorial-schedule/strategy-pattern-01.png");
  text-align: center;
  min-height: 500px;
}
.editorial-schedule.main .testimonial.testimonial-main img {
  border-radius: 100%;
  display: block;
  width: 200px;
  height: 200px;
  margin: -200px auto 60px auto;
}
.editorial-schedule.main .testimonial.testimonial-main h3 {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.editorial-schedule.main .testimonial.testimonial-main h3 a {
  color: #9ec4cd;
}
.editorial-schedule.main .testimonial.testimonial-main .icon {
  color: #9ec4cd;
  font-size: 40px;
  margin-right: 10px;
}
.editorial-schedule.main .testimonial.testimonial-main.testimonial-white {
  background: #ffffff;
  padding: 0px 30px 30px 30px;
  margin-top: 50px;
}
.editorial-schedule.main .testimonial.testimonial-main.testimonial-white img {
  margin: 40px auto;
}
@media (max-width: 991px) {
  .editorial-schedule.main .testimonial.testimonial-main {
    padding: 100px 20px 50px 20px;
  }
  .editorial-schedule.main .testimonial.testimonial-main .testimonial-bubble {
    margin-bottom: 30px;
  }
}
.editorial-schedule.main .lesson {
  padding: 40px 30px 120px 30px;
  text-align: center;
}
.editorial-schedule.main .lesson.main {
  background: #ffffff;
}
.editorial-schedule.main .lesson.main h3 {
  opacity: .6;
}
.editorial-schedule.main .lesson.secondary {
  background-color: #f6f6f6;
}
.editorial-schedule.main .lesson .lesson-icon {
  margin-top: 50px;
  padding: 15px;
}
@media (max-width: 767px) {
  .editorial-schedule.main .lesson .lesson-icon img {
    height: 250px;
    width: auto;
    display: block;
    margin: auto;
  }
}
.editorial-schedule.main .lesson .lesson-info {
  text-align: left;
}
.editorial-schedule.main .lesson .lesson-info h1 {
  font-weight: 700;
}
.editorial-schedule.main .lesson .lesson-info p {
  margin-bottom: 50px;
}
.editorial-schedule.main .lesson .lesson-info h2 {
  font-size: 24px;
  font-weight: 700;
}
.editorial-schedule.main .lesson .lesson-info h3 {
  margin-top: 80px;
  opacity: .6;
}
.editorial-schedule.main .lesson .lesson-info h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  opacity: .5;
}
.editorial-schedule.main .lesson .lesson-info .form {
  width: 100%;
}
.editorial-schedule.main .lesson .lesson-info input {
  width: 400px;
  border: 1px solid #e6e6e6;
}
.editorial-schedule.main .lesson .lesson-info button {
  width: 400px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .editorial-schedule.main .lesson .lesson-info input,
  .editorial-schedule.main .lesson .lesson-info button {
    width: 100%;
  }
}
.editorial-schedule.main .lesson .lesson-two,
.editorial-schedule.main .lesson .lesson-three {
  border-bottom: 1px solid rgba(112, 106, 120, 0.08);
  overflow: hidden;
}
.editorial-schedule.main .lesson .lesson-three,
.editorial-schedule.main .lesson .lesson-four {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .editorial-schedule.main h3 {
    font-size: 20px;
  }
}
.editorial-schedule.main .popup.mainpopup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 72, 0.8);
  padding: 15px;
  z-index: 7000;
}
.editorial-schedule.main .popup.mainpopup .popup-content {
  background: #ffffff;
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 40px 70px;
  position: relative;
}
.editorial-schedule.main .popup.mainpopup .popup-content a {
  color: #706a78;
  opacity: .7;
}
.editorial-schedule.main .popup.mainpopup .popup-content a:hover {
  cursor: pointer;
}
.editorial-schedule.main .popup.mainpopup .popup-content a .icon.icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.editorial-schedule.main .popup.mainpopup .popup-content h2 {
  margin-bottom: 30px;
}
.editorial-schedule.main .popup.mainpopup .popup-content p {
  margin-bottom: 35px;
}
.editorial-schedule.main .popup.mainpopup .popup-content p.testimonial-text {
  font-size: 15px;
  margin-bottom: 15px;
}
.editorial-schedule.main .popup.mainpopup .popup-content p.testimonial-text .icon {
  color: #9ec4cd;
  font-size: 24px;
}
.editorial-schedule.main .popup.mainpopup .popup-content h3 {
  margin: 20px;
}
.editorial-schedule.main .popup.mainpopup .popup-content h3 .icon {
  color: #9ec4cd;
  margin-right: 10px;
}
.editorial-schedule.main .popup.mainpopup .popup-content .testimonial {
  margin-top: 0px;
}
.editorial-schedule.main .popup.mainpopup .popup-content .testimonial img {
  height: 150px;
  display: block;
  margin: 15px auto 30px auto;
  border-radius: 100%;
}
.editorial-schedule.main .popup.mainpopup .popup-content .call-out {
  color: #9ec4cd;
  font-style: italic;
  font-weight: 700;
}
.editorial-schedule.main .popup.mainpopup .popup-content .bonus {
  position: relative;
}
.editorial-schedule.main .popup.mainpopup .popup-content .bonus .arrow {
  position: absolute;
  left: -30px;
  top: 30px;
}
.editorial-schedule.main .popup.mainpopup .popup-content .bonus .arrow img {
  height: 70px;
}
.editorial-schedule.main .popup.mainpopup .popup-content .form {
  width: 100%;
  margin-top: 30px;
}
.editorial-schedule.main .popup.mainpopup .popup-content .form input {
  border-color: #d3d3d3;
  margin-bottom: 0px;
}
@media (max-width: 1156px) {
  .editorial-schedule.main .popup.mainpopup .popup-content {
    padding: 25px;
  }
  .editorial-schedule.main .popup.mainpopup .bonus .arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  .editorial-schedule.main .popup.mainpopup {
    padding: 10px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content h2 {
    margin: 15px 0px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content h4 {
    margin: 15px 0px 10px 0px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content p {
    font-size: 15px;
    margin: 10px 0px 20px 0px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content .list {
    text-align: left;
    width: 280px;
    margin: auto;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content .list h3 {
    font-size: 16px;
    margin: 10px 0px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content .testimonial {
    display: none;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content .form {
    margin-top: 20px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content .form input {
    height: 43px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content .form button {
    font-size: 16px;
    padding: 13px 20px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content a {
    font-size: 12px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content a .icon.icon-close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 991px) and (max-width: 400px) {
  .editorial-schedule.main .popup.mainpopup {
    padding: 10px 0px;
  }
  .editorial-schedule.main .popup.mainpopup .popup-content {
    width: 100%;
  }
  .editorial-schedule.main .popup.mainpopup h4 {
    display: none;
  }
}
.editorial-schedule.lessons h1,
.editorial-schedule.lessons h3,
.editorial-schedule.lessons h4,
.editorial-schedule.lessons h5 {
  margin: 30px 0px;
}
.editorial-schedule.lessons h1.orange,
.editorial-schedule.lessons h3.orange,
.editorial-schedule.lessons h4.orange,
.editorial-schedule.lessons h5.orange {
  color: #d4765d;
}
.editorial-schedule.lessons h1.navy,
.editorial-schedule.lessons h3.navy,
.editorial-schedule.lessons h4.navy,
.editorial-schedule.lessons h5.navy {
  color: #323248;
}
.editorial-schedule.lessons h1.cool-gray,
.editorial-schedule.lessons h3.cool-gray,
.editorial-schedule.lessons h4.cool-gray,
.editorial-schedule.lessons h5.cool-gray {
  color: #706a78;
}
.editorial-schedule.lessons h1.white,
.editorial-schedule.lessons h3.white,
.editorial-schedule.lessons h4.white,
.editorial-schedule.lessons h5.white {
  color: #ffffff;
}
.editorial-schedule.lessons h1.cool-teal,
.editorial-schedule.lessons h3.cool-teal,
.editorial-schedule.lessons h4.cool-teal,
.editorial-schedule.lessons h5.cool-teal {
  color: #9ec4cd;
}
.editorial-schedule.lessons p {
  font-size: 16px;
  line-height: 32px;
}
.editorial-schedule.lessons p.wp-caption-text {
  font-size: 13px;
  opacity: .7;
  line-height: 25px;
  margin-bottom: 40px;
}
.editorial-schedule.lessons .header {
  background-image: url("/img/editorial-schedule/lesson1-header-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  padding: 0px;
  text-align: center;
  position: relative;
}
.editorial-schedule.lessons .header img {
  text-align: left;
  height: 50px;
}
.editorial-schedule.lessons .header h1 {
  font-weight: 700;
  font-size: 48px;
}
.editorial-schedule.lessons .header h3 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 70px;
}
.editorial-schedule.lessons .header h4 {
  margin-top: 0px;
}
.editorial-schedule.lessons .header .banner-top {
  background: #c7654b;
  padding: 25px 30px;
  height: 100px;
  text-align: center;
}
.editorial-schedule.lessons .header .banner-top img {
  display: block;
  margin: auto;
}
.editorial-schedule.lessons .header .banner-top p {
  display: inline-block;
  color: #ffffff;
  float: right;
  margin-top: 10px;
}
.editorial-schedule.lessons .header .banner-top .secondclock,
.editorial-schedule.lessons .header .banner-top .thirdclock,
.editorial-schedule.lessons .header .banner-top .fourthclock {
  display: inline-block;
  width: 400px;
  float: right;
  margin-top: -25px;
  /* SHADOW */
  /*DOWN*/
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul {
  background: #d4765d;
  height: 65px;
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul li a div div.inn,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul li a div div.inn,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul li a div div.inn {
  background-color: #c7654b;
  font-size: 37px;
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul li a div div.inn,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul li a div div.inn,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul li a div div.inn,
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper a,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper a,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper a {
  color: #ffffff;
}
.editorial-schedule.lessons .header .banner-top .secondclock .flip-clock-divider,
.editorial-schedule.lessons .header .banner-top .thirdclock .flip-clock-divider,
.editorial-schedule.lessons .header .banner-top .fourthclock .flip-clock-divider {
  height: 75px;
}
.editorial-schedule.lessons .header .banner-top .secondclock .flip-clock-divider .flip-clock-label,
.editorial-schedule.lessons .header .banner-top .thirdclock .flip-clock-divider .flip-clock-label,
.editorial-schedule.lessons .header .banner-top .fourthclock .flip-clock-divider .flip-clock-label {
  color: #dc8d72;
  font-size: 11px;
  bottom: -1.1em;
  right: -70px;
}
.editorial-schedule.lessons .header .banner-top .secondclock .flip-clock-dot,
.editorial-schedule.lessons .header .banner-top .thirdclock .flip-clock-dot,
.editorial-schedule.lessons .header .banner-top .fourthclock .flip-clock-dot {
  background-color: #ffffff;
  width: 3px;
  height: 3px;
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.03)), color-stop(100%, rgba(133, 178, 189, 0.07)));
  background: linear, top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.03)), color-stop(100%, rgba(133, 178, 189, 0.07)));
  background: linear, top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule.lessons .header .banner-top .secondclock.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.editorial-schedule.lessons .header .banner-top .thirdclock.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.editorial-schedule.lessons .header .banner-top .fourthclock.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@media (max-width: 991px) {
  .editorial-schedule.lessons .header h1 {
    font-size: 42px;
    padding: 0px 20px;
  }
  .editorial-schedule.lessons .header h3 {
    padding: 0px 20px;
  }
  .editorial-schedule.lessons .header .banner-top {
    text-align: center;
  }
  .editorial-schedule.lessons .header .banner-top img {
    float: none;
    display: block;
    margin: auto;
  }
  .editorial-schedule.lessons .header .banner-top .secondclock {
    display: none;
  }
  .editorial-schedule.lessons .header .banner-top p {
    display: none;
  }
}
@media (max-width: 500px) {
  .editorial-schedule.lessons .header h1 {
    font-size: 30px;
  }
}
@media (max-width: 323px) {
  .editorial-schedule.lessons .header h1 {
    font-size: 25px;
  }
  .editorial-schedule.lessons .header h3 {
    font-size: 18px;
  }
}
.editorial-schedule.lessons a.download {
  text-decoration: none;
}
.editorial-schedule.lessons .lesson-download {
  padding: 30px;
  width: 550px;
  margin: 50px auto 0px auto;
  text-align: center;
}
.editorial-schedule.lessons .lesson-download img {
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0px 10px 0px 0px;
}
.editorial-schedule.lessons .lesson-download h3 {
  display: inline;
  color: #e0a289;
}
.editorial-schedule.lessons .lesson-download:hover h3 {
  text-decoration: underline;
}
@media (max-width: 550px) {
  .editorial-schedule.lessons .lesson-download {
    width: auto;
  }
}
.editorial-schedule.lessons .lesson-content {
  padding: 40px 0px 100px 0px;
  max-width: 770px;
  margin: auto;
  text-align: left;
}
.editorial-schedule.lessons .lesson-content a {
  color: #d4765d;
}
.editorial-schedule.lessons .lesson-content a:hover {
  text-decoration: underline;
}
.editorial-schedule.lessons .lesson-content ul,
.editorial-schedule.lessons .lesson-content ol {
  margin: 20px;
}
.editorial-schedule.lessons .lesson-content ul li,
.editorial-schedule.lessons .lesson-content ol li {
  margin: 10px;
}
.editorial-schedule.lessons .lesson-content h1,
.editorial-schedule.lessons .lesson-content h2,
.editorial-schedule.lessons .lesson-content h3 {
  margin: 60px 0px 20px 0px;
}
.editorial-schedule.lessons .lesson-content h4 {
  font-size: 18px;
  margin: 20px 0px;
  color: #706a78;
  opacity: .5;
}
.editorial-schedule.lessons .lesson-content img {
  display: block;
  margin: 30px 0px;
}
.editorial-schedule.lessons .lesson-content .callout {
  border: 2px solid #d4765d;
  padding: 50px;
  margin: 30px 0px;
}
.editorial-schedule.lessons .lesson-content .callout ul,
.editorial-schedule.lessons .lesson-content .callout ol {
  padding: 0px;
}
.editorial-schedule.lessons .lesson-content .callout.worksheet {
  background: #d4765d;
  color: #ffffff;
  border: 0px;
}
.editorial-schedule.lessons .lesson-content .callout.worksheet a {
  color: #ffffff;
}
.editorial-schedule.lessons .lesson-content .callout.worksheet img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 0px 10px 0px 0px;
}
.editorial-schedule.lessons .lesson-content .callout.worksheet:hover {
  background: #cc6d53;
}
@media (max-width: 500px) {
  .editorial-schedule.lessons .lesson-content .callout {
    padding: 30px;
  }
}
.editorial-schedule.lessons .trial {
  padding: 30px;
  text-align: center;
}
.editorial-schedule.lessons .trial hr {
  border-top: 1px solid #e6e6e6;
  width: 50%;
}
.editorial-schedule.lessons .trial h1 {
  opacity: .5;
  margin-top: 70px;
}
.editorial-schedule.lessons .trial p {
  width: 50%;
  margin: auto;
}
.editorial-schedule.lessons .trial button {
  width: 320px;
  margin: 50px auto 70px auto;
}
.editorial-schedule.lessons .trial a:hover,
.editorial-schedule.lessons .trial a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .editorial-schedule.lessons .trial {
    padding: 15px;
  }
  .editorial-schedule.lessons .trial hr {
    width: 75%;
  }
  .editorial-schedule.lessons .trial p {
    width: 100%;
  }
  .editorial-schedule.lessons .trial button {
    width: 300px;
    font-size: 15px;
  }
}
.editorial-schedule.lessons .popup.popup-lesson {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: auto;
  top: auto;
  height: auto;
  width: auto;
  background: transparent;
  padding: 5px;
  width: 25%;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content {
  height: auto;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 5px #f6f6f6;
  border-radius: 3px;
  position: bottom;
  text-align: center;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content h3 {
  font-size: 18px;
  margin: 10px 0px;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content h4 {
  margin: 3px 0px;
  font-size: 15px;
  font-style: italic;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content a .icon.icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #706a78;
  opacity: .3;
  font-size: 15px;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content a:hover {
  text-decoration: none;
  cursor: pointer;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content a:hover .icon.icon-close {
  opacity: .6;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content .testimonial {
  margin: 0px 0px 20px 0px;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content .testimonial img {
  height: 60px;
  display: block;
  margin: 20px auto;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content .testimonial h3 {
  width: 60%;
  font-size: 16px;
  margin: 5px auto 10px auto;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content .testimonial h3 a {
  color: #9ec4cd;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content .testimonial p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.editorial-schedule.lessons .popup.popup-lesson .popup-content button {
  font-size: 15px;
}
@media (max-width: 1250px) {
  .editorial-schedule.lessons .popup.popup-lesson .popup-content button {
    font-size: 12px;
  }
}
@media (max-width: 1120px) {
  .editorial-schedule.lessons .popup.popup-lesson {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .editorial-schedule.lessons .popup.popup-lesson {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .editorial-schedule.lessons .popup.popup-lesson {
    width: 70%;
  }
}
@media (max-width: 420px) {
  .editorial-schedule.lessons .popup.popup-lesson {
    width: 100%;
  }
}
.editorial-schedule.lessons .bottombanner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #d4765d;
  text-align: center;
  width: 100%;
  padding-top: 8px;
  padding-left: 100px;
}
.editorial-schedule.lessons .bottombanner a {
  position: relative;
}
.editorial-schedule.lessons .bottombanner a:hover,
.editorial-schedule.lessons .bottombanner a:focus {
  text-decoration: none;
}
.editorial-schedule.lessons .bottombanner img {
  height: 100px;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -140px;
}
.editorial-schedule.lessons .bottombanner h3 {
  display: inline-block;
  margin: 0px;
  font-size: 22px;
}
.editorial-schedule.lessons .bottombanner h3 .icon {
  font-size: 18px;
  margin-left: 4px;
}
.editorial-schedule.lessons .bottombanner:hover {
  background: #cc6d53;
}
@media (max-width: 840px) {
  .editorial-schedule.lessons .bottombanner h3 {
    font-size: 18px;
  }
  .editorial-schedule.lessons .bottombanner h3 .icon {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .editorial-schedule.lessons .bottombanner {
    padding-top: 13px;
  }
  .editorial-schedule.lessons .bottombanner h3 {
    font-size: 15px;
  }
  .editorial-schedule.lessons .bottombanner img {
    height: 70px;
    top: -20px;
    left: -100px;
  }
}
@media (max-width: 450px) {
  .editorial-schedule.lessons .bottombanner {
    padding-left: 0px;
  }
  .editorial-schedule.lessons .bottombanner h3 {
    font-size: 14px;
  }
  .editorial-schedule.lessons .bottombanner h3 .icon {
    font-size: 14px;
  }
  .editorial-schedule.lessons .bottombanner img {
    display: none;
  }
}
.editorial-schedule.lessons.lesson-two .header {
  background-image: url("/img/editorial-schedule/lesson2-header-01.png");
}
.editorial-schedule.lessons.lesson-two .header .banner-top {
  background: #85b2bd;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock {
  /* SHADOW */
  /*DOWN*/
}
.editorial-schedule.lessons.lesson-two .header .thirdclock.flip-clock-wrapper ul li a div div.inn {
  background-color: #85b2bd;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock .flip-clock-divider .flip-clock-label {
  color: #abcfd8;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock.flip-clock-wrapper ul {
  background: #9ec4cd;
  height: 65px;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.03)), color-stop(100%, rgba(133, 178, 189, 0.07)));
  background: linear, top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.03)), color-stop(100%, rgba(133, 178, 189, 0.07)));
  background: linear, top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.03) 0%, rgba(133, 178, 189, 0.07) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule.lessons.lesson-two .header .thirdclock.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133, 178, 189, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%);
  background: linear, to bottom, rgba(133, 178, 189, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
.editorial-schedule.lessons.lesson-two .lesson-content a {
  color: #9ec4cd;
}
.editorial-schedule.lessons.lesson-two .lesson-content .callout {
  border: 2px solid #9ec4cd;
}
.editorial-schedule.lessons.lesson-two .lesson-content .callout.worksheet {
  background: #9ec4cd;
}
.editorial-schedule.lessons.lesson-two .lesson-content .callout.worksheet:hover {
  background: #85b2bd;
}
.editorial-schedule.lessons.lesson-two .lesson-download h3 {
  color: #abcfd8;
}
@media (max-width: 641px) {
  .editorial-schedule.lessons.lesson-two .header {
    padding-bottom: 20px;
  }
  .editorial-schedule.lessons.lesson-two .header h1 {
    font-size: 35px;
  }
}
.editorial-schedule.lessons.lesson-three .header {
  background-image: url("/img/editorial-schedule/lesson3-header-01.png");
}
.editorial-schedule.lessons.lesson-three .header .banner-top {
  background: #676270;
  text-align: left;
}
.editorial-schedule.lessons.lesson-three .header .banner-top img {
  display: inline-block;
  float: left;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock {
  /* SHADOW */
  /*DOWN*/
}
.editorial-schedule.lessons.lesson-three .header .fourthclock.flip-clock-wrapper ul li a div div.inn {
  background-color: #676270;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock .flip-clock-divider .flip-clock-label {
  color: #7B7782;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock.flip-clock-wrapper ul {
  background: #706a78;
  height: 65px;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(103, 98, 112, 0.03)), color-stop(100%, rgba(103, 98, 112, 0.07)));
  background: linear, top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%);
  background: linear, to bottom, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(103, 98, 112, 0.03)), color-stop(100%, rgba(103, 98, 112, 0.07)));
  background: linear, top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%;
  background: -o-linear-gradient(top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%);
  background: -ms-linear-gradient(top, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%);
  background: linear, to bottom, rgba(103, 98, 112, 0.03) 0%, rgba(103, 98, 112, 0.07) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(103, 98, 112, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%);
  background: linear, to bottom, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.editorial-schedule.lessons.lesson-three .header .fourthclock.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(103, 98, 112, 0.07)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: linear, top, rgba(103, 98, 112, 0.07) 0%, rgba(133, 178, 189, 0.03) 100%;
  background: -o-linear-gradient(top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%);
  background: -ms-linear-gradient(top, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%);
  background: linear, to bottom, rgba(103, 98, 112, 0.07) 0%, rgba(103, 98, 112, 0.03) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
.editorial-schedule.lessons.lesson-three .lesson-content a {
  color: #706a78;
}
.editorial-schedule.lessons.lesson-three .lesson-content .callout {
  border: 2px solid #706a78;
}
.editorial-schedule.lessons.lesson-three .lesson-content .callout.worksheet {
  background: #706a78;
}
.editorial-schedule.lessons.lesson-three .lesson-content .callout.worksheet:hover {
  background: #676270;
}
.editorial-schedule.lessons.lesson-three .lesson-download h3 {
  color: #7B7782;
}
@media (max-width: 641px) {
  .editorial-schedule.lessons.lesson-three .header {
    padding-bottom: 20px;
  }
  .editorial-schedule.lessons.lesson-three .header h1 {
    font-size: 35px;
  }
}
