/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  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,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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;
}
.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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;
}
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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;
  min-width: 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;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9f9f9f;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9f9f9f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
}
.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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.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,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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 .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  -ms-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.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;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: #9f9f9f;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #9f9f9f;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -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: #000;
  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;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.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;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.sprite {
  background-image: url(../images/sprite-icons-v4.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-product,
.icon-product-black,
.icon-product-white {
  height: 58px;
  width: 58px;
  margin: 0 auto 10px;
  font-weight: 800;
}
.icon-product.sales {
  background-position: 0 0;
  color: #5ac8e7;
}
.icon-product.specialty {
  background-position: -60px 0;
  color: #459ae3;
}
.icon-product.launch {
  background-position: -120px 0;
  color: #ff8602;
}
.icon-product.rare-disease {
  background-position: -180px 0;
  color: #f9c213;
}
.icon-product.market-access {
  background-position: -240px 0;
  color: #71b619;
}
.icon-product.real-world-evidence {
  background-position: -300px 0;
  color: #d73098;
}
.icon-product.platform {
  background-position: -360px 0;
  color: #fff;
}
.icon-product-black.sales {
  background-position: 0 -60px;
}
.icon-product-black.specialty {
  background-position: -60px -60px;
}
.icon-product-black.launch {
  background-position: -120px -60px;
}
.icon-product-black.rare-disease {
  background-position: -180px -60px;
}
.icon-product-black.market-access {
  background-position: -240px -60px;
}
.icon-product-black.real-world-evidence {
  background-position: -300px -60px;
}
.icon-product-white.sales {
  background-position: 0 -120px;
}
.icon-product-white.specialty {
  background-position: -60px -120px;
}
.icon-product-white.launch {
  background-position: -120px -120px;
}
.icon-product-white.rare-disease {
  background-position: -180px -120px;
}
.icon-product-white.market-access {
  background-position: -240px -120px;
}
.icon-product-white.real-world-evidence {
  background-position: -300px -120px;
}
.icon-cloud-large {
  background-position: 0 -180px;
  width: 105px;
  height: 75px;
  margin: 0 auto;
}
.icon-cloud-medium {
  background-position: -110px -180px;
  width: 45px;
  height: 40px;
}
.icon-cloud-small {
  background-position: -110px -220px;
  width: 30px;
  height: 21px;
}
.icon-platform-data,
.icon-platform.data {
  background-position: -220px -180px;
  width: 49px;
  height: 62px;
}
.icon-platform-data-black {
  background-position: -160px -180px;
  width: 49px;
  height: 62px;
}
.icon-platform-analytics,
.icon-platform.analytics {
  background-position: -350px -180px;
  width: 62px;
  height: 61px;
}
.icon-platform-analytics-black {
  background-position: -280px -180px;
  width: 62px;
  height: 61px;
}
.icon-phone {
  background-position: 0px -340px;
  width: 20px;
  height: 20px;
}
.icon-phone:hover {
  background-position: 0px -360px;
  width: 20px;
  height: 20px;
}
.icon-search {
  background-position: -100px -300px;
  width: 20px;
  height: 20px;
}
.icon-arrow-right-blue {
  background-position: -410px -260px;
  width: 38px;
  height: 26px;
}
.icon-arrow-right-orange {
  background-position: -410px -290px;
  width: 38px;
  height: 26px;
}
.icon-arrow-left-orange {
  background-position: -450px -290px;
  width: 38px;
  height: 26px;
}
.icon-arrow-right-white {
  background-position: -450px -260px;
  width: 38px;
  height: 26px;
}
.icon-arrow-left-white {
  background-position: -490px -260px;
  width: 38px;
  height: 26px;
}
.icon-arrow-right-black {
  background-position: -410px -320px;
  width: 38px;
  height: 26px;
}
.icon-arrow-left-black {
  background-position: -450px -320px;
  width: 38px;
  height: 26px;
}
.icon-simple-arrow-right-white {
  background-position: -430px -350px;
  width: 20px;
  height: 25px;
}
.icon-simple-arrow-left-white {
  background-position: -450px -350px;
  width: 20px;
  height: 25px;
}
.icon-notch-down-gray-small {
  background-position: -370px -260px;
  width: 30px;
  height: 14px;
}
.icon-notch-down-black-small {
  background-position: -340px -260px;
  width: 30px;
  height: 14px;
}
.icon-notch-down-white-small {
  background-position: -370px -260px;
  width: 30px;
  height: 14px;
}
.icon-notch-down-gray-large {
  background-position: -280px -281px;
  width: 60px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.icon-notch-up-white-large {
  background-position: -340px -311px;
  width: 60px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.icon-notch-down-blue-large {
  background-position: -220px -340px;
  width: 60px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.icon-notch-down-light-blue-large {
  background-position: -220px -400px;
  width: 60px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.icon-notch-down-black-large {
  background-position: -220px -281px;
  width: 60px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.icon-notch-down-orange-large {
  background-position: -280px -340px;
  width: 60px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.icon-notch-right-trans {
  background-position: -190px -280px;
  width: 20px;
  height: 30px;
}
.pin-to-bottom {
  top: 100%;
}
.icon-twitter-white {
  background-position: 0 -260px;
  width: 31px;
  height: 31px;
}
.icon-linkedin-white {
  background-position: -40px -260px;
  width: 31px;
  height: 31px;
}
.icon-twitter-black {
  background-position: 0 -300px;
  width: 31px;
  height: 31px;
}
.icon-linkedin-black {
  background-position: -40px -300px;
  width: 31px;
  height: 31px;
}
.icon-logo-white {
  background-position: 0 -380px;
  width: 92px;
  height: 25px;
}
.icon-shyft-mark-black {
  background-position: -150px -260px;
  width: 32px;
  height: 32px;
}
.icon-shyft-mark-white {
  background-position: -150px -300px;
  width: 32px;
  height: 32px;
}
.icon-close {
  background-position: -30px -340px;
  width: 21px;
  height: 21px;
}
.icon-plus {
  background-position: -80px -260px;
  width: 26px;
  height: 26px;
}
.icon-minus {
  background-position: -110px -260px;
  width: 26px;
  height: 26px;
}
.icon-forward-slash {
  background-position: -80px -300px;
  width: 14px;
  height: 22px;
}
.icon-drop-pin {
  background-position: -60px -336px;
  width: 20px;
  height: 32px;
}
.icon-dot-orange {
  background-position: -100px -350px;
  width: 29px;
  height: 73px;
}
.icon-dot-magenta {
  background-position: -130px -350px;
  width: 29px;
  height: 73px;
}
.icon-dot-blue {
  background-position: -160px -350px;
  width: 29px;
  height: 73px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite {
    background-image: url(../images/sprite-icons-v4-2x.png);
    background-size: 600px 600px;
  }
}
body,
.body-copy {
  font-size: 17px;
  line-height: 27px;
  font-family: 'Avenir Next W01';
  font-weight: 500;
  font-style: normal;
  color: #000;
}
@media (min-width: 768px) {
  body,
  .body-copy {
    font-family: 'Avenir Next W01';
    font-weight: 300;
    font-style: normal;
  }
}
h1,
.header-1 {
  font-size: 45px;
  line-height: 48.6px;
  margin-top: 48.6px;
  margin-bottom: 24.3px;
  font-weight: 500;
  font-family: 'Avenir Next W01';
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  h1,
  .header-1 {
    font-size: 50px;
    line-height: 54px;
    margin-top: 54px;
    margin-bottom: 27px;
  }
}
h2,
.header-2 {
  font-size: 27.9px;
  line-height: 45px;
  margin-top: 45px;
  margin-bottom: 22.5px;
  font-family: 'Avenir Next W01';
  font-weight: 800;
  font-style: normal;
}
@media (min-width: 768px) {
  h2,
  .header-2 {
    font-size: 31px;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
h3,
.header-3 {
  font-size: 19.2px;
  line-height: 21.6px;
  margin-top: 21.6px;
  margin-bottom: 21.6px;
}
@media (min-width: 768px) {
  h3,
  .header-3 {
    font-size: 24px;
    line-height: 27px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
h4,
.header-4 {
  font-size: 17px;
  line-height: 27px;
  margin-top: 27px;
  margin-bottom: 27px;
}
.featured-message {
  font-size: 75px;
  line-height: 40.5px;
  margin-top: 81px;
  margin-bottom: 40.5px;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 27px;
  margin-bottom: 27px;
}
/* Sanitation */
hr {
  border: 1px solid;
  margin: -1px 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
b,
strong,
em,
small,
code {
  line-height: 1;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
.mini-header {
  font-size: 19.2px;
  font-weight: 800;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .mini-header {
    font-size: 24px;
  }
}
.thin {
  font-weight: 300;
}
@media (max-width: 768px) {
  .btn {
    margin-bottom: 15px;
  }
}
.btn-large,
a.btn-large,
button.btn-large {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.btn-small,
a.btn-small,
button.btn-small {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
a.btn-white,
button.btn-white {
  color: #fff !important;
  border: 2px solid #fff !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
}
a.btn-white:hover,
button.btn-white:hover {
  color: #000 !important;
  border-color: #fff;
  background-color: #fff;
}
a.btn-black,
button.btn-black {
  color: #000 !important;
  border: 2px solid #000 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
}
a.btn-black:hover,
button.btn-black:hover {
  color: #fff !important;
  border-color: #000;
  background-color: #000;
}
a.btn-gray,
button.btn-gray {
  color: #9f9f9f !important;
  border: 2px solid #9f9f9f !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
}
a.btn-gray:hover,
button.btn-gray:hover {
  color: #fff !important;
  border-color: #000;
  background-color: #000;
}
a.btn-magenta,
button.btn-magenta {
  color: #d73098 !important;
  border: 2px solid #d73098 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
}
a.btn-magenta:hover,
button.btn-magenta:hover {
  color: #fff !important;
  border-color: #d73098;
  background-color: #d73098;
}
a.btn-light-blue,
button.btn-light-blue {
  color: #5ac8e7 !important;
  border: 2px solid #5ac8e7 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
}
a.btn-light-blue:hover,
button.btn-light-blue:hover {
  color: #000 !important;
  border-color: #5ac8e7;
  background-color: #5ac8e7;
}
a.btn-light-blue-solid,
button.btn-light-blue-solid {
  color: #fff !important;
  border: 2px solid #5ac8e7 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #5ac8e7;
}
a.btn-light-blue-solid:hover,
button.btn-light-blue-solid:hover {
  color: #fff !important;
  border-color: #000 !important;
  background-color: #000 !important;
}
a.btn-solid-magenta,
button.btn-solid-magenta {
  color: #fff;
  border: 2px solid #d73098;
  background-color: #d73098;
  background-color: transparent;
}
a.btn-solid-magenta:hover,
button.btn-solid-magenta:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
a.btn-block {
  display: block;
}
.nav-tabs {
  margin-bottom: 10px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.nav-tabs li {
  display: inline-block;
  float: none;
}
.nav-tabs a {
  font-size: 11.6px;
}
@media (min-width: 480px) {
  .nav-tabs a {
    font-size: 13.6px;
  }
}
.nav-tabs > li > a,
.tab-block {
  border: 2px solid #fff;
  padding: 10px 8px;
  border-radius: 0;
  margin: 0 1px 15px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: auto;
  max-width: 100px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
}
@media (min-width: 480px) {
  .nav-tabs > li > a,
  .tab-block {
    padding: 15px 14px;
    max-width: none;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.tab-block {
  font-size: 13.6px;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-tabs > li > a:hover {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.3);
}
.nav-tabs > li.active > a {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  font-weight: 800;
  overflow: visible;
  text-decoration: none;
}
.nav-tabs > li.active > a:hover {
  border: 2px solid #000;
}
.nav-tabs > li.active > a:after,
.tab-block:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.black-tabs.nav-tabs > li.active > a {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.black-tabs.nav-tabs > li.active > a:after {
  border-top-color: #000;
}
.white-tabs.nav-tabs > li.active > a {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.white-tabs.nav-tabs > li.active > a:after {
  border-top-color: #fff;
}
.light-blue-tabs.nav-tabs > li.active > a {
  color: #1f1f1f;
  background-color: #5ac8e7;
  border-color: #5ac8e7;
}
.light-blue-tabs.nav-tabs > li.active > a:after {
  border-top-color: #5ac8e7;
}
button.learn-more,
button.link-to-modal {
  background: none;
  border: none;
  padding: 0;
}
button.learn-more:hover,
button.link-to-modal:hover {
  -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);
}
.container-fluid {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}
#global-nav .tab-pane {
  min-height: 350px;
}
.modal-backdrop.in {
  -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);
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.form-control {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
}
label {
  font-size: 13.6px;
  text-transform: uppercase;
  font-weight: 500;
}
.pagination {
  text-align: center;
}
.pagination > li > a {
  background-color: transparent;
  border: 2px solid #fff;
  margin: 0 2px;
  font-weight: 800;
  font-size: 13.6px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pagination > li > a:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}
.pagination > li.arrow > a {
  border: none;
}
.pagination > li.arrow > a:hover {
  background-color: transparent;
  -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);
}
form {
  text-align: left;
}
form ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul.gform_fields li.gfield {
  margin: 0 0 15px 0;
  padding: 0;
}
form ul.gform_fields li.gfield input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9f9f9f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  padding: 30px;
  background-color: rgba(159, 159, 159, 0.5);
  color: #fff;
  height: 30px;
}
form ul.gform_fields li.gfield input: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);
}
form ul.gform_fields li.gfield input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form ul.gform_fields li.gfield input:-ms-input-placeholder {
  color: #999;
}
form ul.gform_fields li.gfield input::-webkit-input-placeholder {
  color: #999;
}
form ul.gform_fields li.gfield input[disabled],
form ul.gform_fields li.gfield input[readonly],
fieldset[disabled] form ul.gform_fields li.gfield input {
  background-color: #eeeeee;
  opacity: 1;
}
form ul.gform_fields li.gfield input[disabled],
fieldset[disabled] form ul.gform_fields li.gfield input {
  cursor: not-allowed;
}
textareaform ul.gform_fields li.gfield input {
  height: auto;
}
@media (max-width: 768px) {
  form ul.gform_fields li.gfield input {
    font-size: 16px;
  }
}
form ul.gform_fields li.gfield textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9f9f9f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  height: auto;
  padding: 30px;
  background-color: rgba(159, 159, 159, 0.5);
  color: #fff;
}
form ul.gform_fields li.gfield textarea: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);
}
form ul.gform_fields li.gfield textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form ul.gform_fields li.gfield textarea:-ms-input-placeholder {
  color: #999;
}
form ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
  color: #999;
}
form ul.gform_fields li.gfield textarea[disabled],
form ul.gform_fields li.gfield textarea[readonly],
fieldset[disabled] form ul.gform_fields li.gfield textarea {
  background-color: #eeeeee;
  opacity: 1;
}
form ul.gform_fields li.gfield textarea[disabled],
fieldset[disabled] form ul.gform_fields li.gfield textarea {
  cursor: not-allowed;
}
textareaform ul.gform_fields li.gfield textarea {
  height: auto;
}
@media (max-width: 768px) {
  form ul.gform_fields li.gfield textarea {
    font-size: 16px;
  }
}
form .gform_footer input.button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
}
form .gform_footer input.button:hover {
  color: #000000 !important;
  border-color: #ffffff;
  background-color: #ffffff;
}
form.on-light-bg label {
  color: #000;
}
form.on-light-bg ul.gform_fields li.gfield input {
  color: #000;
}
form.on-light-bg ul.gform_fields li.gfield textarea {
  background-color: rgba(159, 159, 159, 0.5);
  color: #000;
}
form.on-light-bg .gform_footer input.button {
  color: #000 !important;
  border: 2px solid #000 !important;
}
form.on-light-bg .gform_footer input.button:hover {
  color: #fff !important;
  border-color: #000;
  background-color: #000;
}
.validation_message {
  font-size: 12px;
}
.validation_error {
  margin-bottom: 20px;
}
.gform_ajax_spinner {
  display: none;
}
html,
body {
  height: 100%;
}
body {
  position: relative;
  background-color: #1f1f1f;
}
a,
a:link,
a:active,
a:visited {
  color: #000;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
a,
.button,
select {
  -webkit-tap-highlight-color: rgba(90, 200, 231, 0.5);
}
a.img-link {
  border: none;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.img-link:hover {
  -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);
}
#page-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
#page-wrapper:before,
#page-wrapper:after {
  content: " ";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
.lt-ie9 #page-wrapper {
  display: none;
}
.page-header h1 {
  margin-bottom: 0;
}
.intro {
  max-width: 600px;
  margin: 0 auto;
}
.center-align {
  text-align: center;
}
.floating-image {
  margin: 0 auto 30px;
}
.featured-product-layer li,
.featured-service-layer li {
  padding-bottom: 15px;
}
.no-pad {
  margin: 0;
  padding: 0;
}
.no-top {
  margin-top: 0;
  padding-top: 0;
}
.no-left {
  padding-left: 0;
}
.no-right {
  padding-right: 0;
}
.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pad-top {
  padding-top: 30px;
}
.pad-bottom {
  padding-bottom: 30px;
}
.more-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}
.social-icon {
  max-width: 30px;
  height: auto;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .column {
    margin-bottom: 0;
  }
}
.content {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.content-label {
  font-size: 13.6px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.complimentary-products {
  text-align: center;
}
.complimentary-products img {
  max-width: 60%;
  margin: 0 auto;
}
.complimentary-products ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 75%;
}
.complimentary-products li {
  padding: 10px 0;
  border-top: 1px solid #999999;
}
.content-wrapper {
  padding: 30px;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.bracket {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bracket img {
  margin: 0 auto;
}
.bracket-layer h2 {
  padding: 15px 0 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.bracket-layer h3 {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.bracket-layer h3 span {
  display: block;
  font-size: 23.8px;
  font-weight: 300;
  line-height: 1.1;
}
.bracket-layer .cell .row .block {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.bracket-layer .cell .row:last-child .block {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.bracket-layer .block a {
  padding-right: 65px;
  display: block;
  position: relative;
  color: #fff;
  border: none;
}
.bracket-layer .block a .sprite {
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  -ms-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.bracket-layer .block a:hover {
  color: #fff;
  text-decoration: none;
}
.bracket-layer .block a:hover .sprite {
  right: 0;
}
@media (min-width: 768px) {
  .bracket-layer .row {
    display: table;
    float: none;
  }
  .bracket-layer .row div.cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.photo-gallery.content-layer.full-bleed {
  padding: 0;
}
.photo-gallery.content-layer.full-bleed .container-fluid {
  max-width: none;
  padding: 0;
}
.photo-gallery .slick-dots li {
  float: none;
}
.photo-gallery .slider {
  position: relative;
}
.photo-gallery .slide-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.photo-gallery .slider-content {
  left: 0;
  right: 0;
  position: absolute;
  top: 47%;
  text-align: center;
  padding: 0 30px;
  z-index: 1000;
}
.photo-gallery .slider-content h2 {
  font-weight: 300;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .photo-gallery .slider-content h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
.photo-gallery .slick-prev,
.photo-gallery .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.photo-gallery .slick-prev:hover,
.photo-gallery .slick-next:hover,
.photo-gallery .slick-prev:focus,
.photo-gallery .slick-next:focus {
  -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);
}
.photo-gallery .slick-prev.slick-disabled:before,
.photo-gallery .slick-next.slick-disabled:before {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.photo-gallery .slick-prev {
  left: 30px;
  background-image: url(../images/sprite-icons-v4.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -450px -350px;
  width: 20px;
  height: 25px;
}
.photo-gallery .slick-next {
  right: 30px;
  background-image: url(../images/sprite-icons-v4.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -430px -350px;
  width: 20px;
  height: 25px;
}
.photo-gallery .slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  .photo-gallery .slick-dots {
    bottom: 15px;
  }
}
.photo-gallery .slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  border: none;
}
.photo-gallery .slick-dots li button {
  background-color: rgba(90, 200, 231, 0.3);
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 0;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.photo-gallery .slick-dots li button:hover {
  background-color: rgba(90, 200, 231, 0.5);
}
.photo-gallery .slick-dots li.slick-active button {
  background-color: #5ac8e7;
}
.item {
  margin-bottom: 30px;
}
.item .content-wrapper {
  background-color: #fff;
  position: relative;
  padding-bottom: 90px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0;
}
.item h2 {
  font-weight: 300;
  line-height: 1.1;
  margin-top: 30px;
}
.item a .sprite {
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.item a:hover .sprite {
  left: 60px;
}
.item a:hover h2 {
  color: #ff8602;
}
.sharing-buttons {
  margin-top: 30px;
  display: block;
}
.content-layer {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.content-layer.page-header {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.content-layer.page-header h1 {
  padding-top: 0;
  margin-top: 0;
}
.content-layer.page-header .row.main-row {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content-layer.page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.content-layer.wrapper {
  padding-top: 0;
  background-color: transparent;
}
.content-layer.split {
  padding: 0;
  display: block;
}
.content-layer.split img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 30px;
}
@media (max-width: 992px) {
  .content-layer.frame-background {
    padding: 2.5% 0;
  }
  .content-layer.frame-background .background-fill {
    width: 95%;
    margin: 0 auto;
  }
}
.content-layer .half-layer {
  width: 100%;
}
.content-layer .half-layer.cover {
  background-size: cover;
  background-position: center center;
}
.content-layer .background-fill {
  min-height: 300px;
  display: block;
}
.content-layer .copy-block-left img,
.content-layer .copy-block-right img {
  margin: 5px;
}
.content-layer .split-layer-block {
  padding: 45px;
}
@media (min-width: 768px) {
  .content-layer .split-layer-block {
    padding: 60px 60px;
  }
}
@media (min-width: 992px) {
  .content-layer .split-layer-block {
    padding: 120px 90px;
  }
  .content-layer.split {
    display: table;
    text-align: center;
  }
  .content-layer .half-layer {
    width: 50%;
    margin: 0;
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .content-layer .half-layer .copy-block-left,
  .content-layer .half-layer .photo-block-left {
    width: 100%;
    max-width: 480px;
    float: right;
  }
  .content-layer .half-layer .copy-block-right,
  .content-layer .half-layer .photo-block-right {
    width: 100%;
    max-width: 480px;
    float: left;
  }
}
.content-layer .half-layer {
  padding: 30px 0;
}
.content-layer.thinner {
  padding: 30px 0;
}
.content-layer.larger {
  padding: 30px 0;
}
.content-layer.larger.page-header {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .content-layer {
    padding: 60px 0;
  }
  .content-layer .half-layer {
    padding: 60px 0;
  }
  .content-layer.thinner {
    padding: 30px 0;
  }
  .content-layer.larger {
    padding: 90px 0;
  }
  .content-layer.larger.page-header {
    padding: 90px 0 0;
  }
}
@media (min-width: 992px) {
  .content-layer {
    padding: 60px 0;
  }
  .content-layer .half-layer {
    padding: 60px 0;
  }
  .content-layer.thinner {
    padding: 30px 0;
  }
  .content-layer.larger {
    padding: 180px 0;
  }
  .content-layer.larger.page-header {
    padding: 180px 0 0;
  }
}
.content-layer.large-layer {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .content-layer.large-layer {
    padding: 240px 0;
  }
}
@media (max-width: 768px) {
  .bottom-layer {
    padding-bottom: 120px;
  }
}
.top-layer {
  padding-top: 80px;
}
.top-layer h1 {
  margin-top: 0;
}
.black-glow {
  background: #000 url(../images/background-graphic-black-glow.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.black-glow a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.black-glow a:hover {
  color: #5ac8e7;
  border-bottom: 1px dotted #5ac8e7;
}
.black-angles {
  background: #000 url(../images/background-graphic-black-angles.png) no-repeat center -150px;
}
.gray-angles {
  background: #ececed url(../images/background-graphic-gray-angles.png) no-repeat center top;
}
.graph-paper {
  background: #fff url(../images/background-graphic-graph-paper.png) repeat center top;
}
.blue-angles {
  background: #459ae3 url(../images/background-graphic-blue-angles.png) no-repeat center top;
}
.orange-angles {
  background: #ff8602 url(../images/background-graphic-orange-angles.png) no-repeat center top;
}
.dots-small {
  background: #fff url(../images/background-graphic-dots-small.png) no-repeat center center;
}
.dots-large {
  background: #fff url(../images/background-graphic-dots-large.png) no-repeat center center;
}
.magenta-large-angle {
  background: #d73098 url(../images/background-graphic-magenta-large-angle.png) no-repeat center center;
  background-size: cover;
}
.magenta {
  background-color: #d73098;
  color: #fff;
}
.orange {
  background-color: #ff8602;
  color: #fff;
}
.yellow {
  background-color: #f9c213;
  color: #000;
}
.light-blue {
  background-color: #5ac8e7;
  color: #000;
}
.green {
  background-color: #71b619;
  color: #fff;
}
.blue {
  background-color: #459ae3;
  color: #fff;
}
.gray {
  background-color: #9f9f9f;
  color: #fff;
}
.black {
  background-color: #000;
  color: #fff;
}
.black a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.black a:hover {
  color: #5ac8e7;
  border-bottom: 1px dotted #5ac8e7;
}
.front-page .feature {
  background: #000 url(../images/background-photo-home-feature-lg.jpg) no-repeat center top;
  background-size: cover;
}
header {
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 100;
}
header .header-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 0;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-left: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
}
header .header-wrapper:before,
header .header-wrapper:after {
  content: " ";
  display: table;
}
header .header-wrapper:after {
  clear: both;
}
header .header-wrapper:before,
header .header-wrapper:after {
  content: " ";
  display: table;
}
header .header-wrapper:after {
  clear: both;
}
header .header-wrapper.scrolled-down {
  background-color: rgba(0, 0, 0, 0.85);
}
.lt-ie9 header .header-wrapper {
  background-color: #000;
}
header a,
header a:link {
  color: #fff;
  border: none;
}
header a:hover,
header a:link:hover {
  color: #808080;
  text-decoration: none;
}
header .logo {
  float: left;
  width: 40%;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  header .logo {
    width: 25%;
  }
}
header .logo img {
  width: 100%;
  max-width: 190px;
  height: auto;
}
.lt-ie9 header .logo img {
  width: 190px;
}
header .navigation {
  list-style: none;
  float: right;
  width: 60%;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}
header .navigation a {
  color: #5ac8e7;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
header .navigation a:hover {
  color: #fff;
}
header .navigation .sprite {
  margin-bottom: -6px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  header .navigation {
    width: 75%;
  }
}
@media (min-width: 992px) {
  header .navigation {
    margin: 7px 0 0;
  }
}
header .navigation li {
  display: inline-block;
  padding: 0 12px;
}
@media (max-width: 768px) {
  header .navigation li.careers-link {
    display: none;
  }
}
header .navigation .menu-button a {
  background-color: transparent;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 15px;
}
header .navigation .menu-button a:hover {
  color: #000;
}
header .navigation .menu-button a span {
  display: none;
}
@media (min-width: 768px) {
  header .navigation .menu-button a {
    background-color: #5ac8e7;
    color: #1f1f1f;
    padding-right: 45px;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  header .navigation .menu-button a span {
    display: inline-block;
  }
}
header .navigation .menu-button .hamburger {
  float: left;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  margin-left: 10px;
}
header .navigation .menu-button .hamburger .bar {
  float: left;
  clear: both;
  width: 24px;
  height: 3px;
  margin: 0;
  border: none;
  margin-bottom: 4px;
  background-color: #5ac8e7;
}
@media (min-width: 768px) {
  header .navigation .menu-button .hamburger .bar {
    background-color: #1f1f1f;
  }
}
header .navigation .menu-button .hamburger .bar:first-child {
  margin-top: 1px;
}
header .navigation .menu-button .hamburger .bar:last-child {
  margin-bottom: 0;
}
header .navigation .menu-button a:hover .bar {
  background-color: #fff;
}
@media (min-width: 768px) {
  header .navigation .menu-button a:hover {
    background-color: #fff;
  }
  header .navigation .menu-button a:hover .bar {
    background-color: #000;
  }
}
.nav-secondary {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 11.6px;
}
.nav-secondary .row {
  padding: 0!important;
}
.nav-secondary dl {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.nav-secondary dt {
  font-weight: 800;
  color: #5ac8e7;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.nav-secondary dt .sprite {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
.nav-secondary dd {
  display: inline-block;
  padding-right: 0;
}
.nav-secondary dd.platform-link {
  float: right;
  font-weight: bold;
  padding-right: 0;
}
.nav-secondary dd.platform-link .sprite {
  margin-bottom: -5px;
  margin-right: 3px;
}
.nav-secondary a {
  padding: 7px;
  color: #fff;
  border: none;
}
.nav-secondary a:hover {
  color: #5ac8e7;
  text-decoration: none;
}
.nav-secondary a.selected {
  font-weight: 800;
  color: #5ac8e7;
}
.nav-secondary select {
  width: 100%;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
.platform.overview .nav-secondary,
.blog.overview .nav-secondary {
  margin-top: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  background-color: #e7e7e7;
}
.nav-secondary .search {
  float: right;
}
.nav-secondary .search a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav-secondary .search a:hover {
  -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 .glyphicon {
  font-size: 14px;
}
.global-nav .modal-content {
  background-color: #1d1d1d;
  color: #fff;
  border: 1px solid #4b4b4b;
}
.global-nav .modal-header {
  border: none;
}
.global-nav .modal-header img {
  width: 100px;
  height: auto;
  margin-left: 15px;
}
.global-nav .modal-header .home {
  border: none;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.global-nav .modal-header .home:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border: none;
}
.global-nav .modal-body {
  position: relative;
  margin-bottom: 15px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .global-nav .container-fluid {
    padding: 15px 15px 0;
  }
  .global-nav .modal-body {
    padding: 30px 15px 0;
  }
}
.global-nav .nav-tabs {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
.global-nav .close {
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.global-nav .close:hover {
  -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);
}
@media (min-width: 768px) {
  .global-nav .close {
    top: 15px;
    right: 15px;
  }
}
.global-nav .tab-content {
  min-height: 300px;
}
.global-nav .tab-content a {
  color: #fff;
  border: none;
}
.global-nav .tab-content a:hover {
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}
.global-nav .tab-content h3,
.global-nav .tab-content .header-3 {
  border-bottom: 1px solid #4b4b4b;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #9f9f9f;
  font-weight: 300;
}
.global-nav .modal-section-content {
  margin-bottom: 0;
}
.global-nav .service-list {
  text-align: center;
  margin-bottom: 30px;
}
.global-nav .service-list a {
  color: #9f9f9f;
  display: block;
  width: 100%;
  vertical-align: top;
  font-size: 13.6px;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.global-nav .service-list a:hover {
  color: #fff;
  border-bottom: none;
}
.global-nav .service-list .btn-small {
  margin-top: 15px;
}
.global-nav .service-list .service {
  display: inline-block;
  width: 48%;
  padding: 0 1% 15px;
  height: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  .global-nav .service-list .service {
    width: 18%;
  }
}
.global-nav .modal-body {
  margin-bottom: 30px;
}
.global-nav .cta {
  text-align: center;
}
.global-nav dl {
  padding-top: 0;
}
.global-nav dt,
.global-nav dd {
  padding: 5px 0;
}
.global-nav .nav-blog .category {
  font-size: 13.6px;
  text-transform: uppercase;
  color: #5ac8e7;
  font-weight: 500;
}
@media (min-width: 768px) {
}
.global-nav .modal-footer {
  color: #fff;
  border-top: none;
  font-size: 23.8px;
}
.global-nav .modal-footer a {
  color: #5ac8e7;
  font-weight: 800;
}
.global-nav .link-list {
  font-size: 31px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.global-nav .link-list li {
  padding: 0 0 30px 0;
}
@media (max-width: 992px) {
  .global-nav #nav-platform .sprite {
    display: block;
    margin: 0 auto;
  }
  .global-nav #nav-platform h3 {
    text-align: center;
  }
}
.global-nav .cta a {
  color: #5ac8e7;
  font-weight: 800;
  border: none;
}
.global-nav .cta a:hover {
  color: #fff;
}
.nav-platform {
  background-color: #459ae3;
  color: #fff;
  position: relative;
}
.nav-platform .sprite.icon-notch-down-gray-small {
  display: none;
}
#modal-nav .nav-platform .sprite.icon-notch-down-gray-small {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
  display: inline-block;
}
.nav-platform .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-platform h4 {
  margin: 0;
}
@media (min-width: 992px) {
  .nav-platform h3 .sprite.icon-cloud-medium {
    margin-bottom: -15px;
  }
}
.nav-platform .btn-large {
  display: block;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .nav-platform .sprite.icon-cloud-medium {
    display: block;
    margin: 0 auto;
  }
  .nav-platform h3 {
    text-align: center;
  }
}
.front-page .header-wrapper {
  background-color: transparent;
}
.front-page .featured-layer {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 68%;
  background-color: #666868;
  background-image: url(../images/background-chart-home-v2.png), url(../images/product-home-feature-v2.png), url(../images/background-chart-orange-v2.png), url(../images/background-photo-home-feature-lg.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center 98%, center bottom, -150px top;
  background-size: 150% auto, 80% auto, 150% auto, 150% auto;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  -o-transition: background-position 0.2s linear;
  -ms-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
}
.front-page .featured-layer h1 {
  font-size: 45px;
  line-height: 1.2;
}
.front-page .featured-layer h1 span {
  display: block;
}
@media (min-width: 992px) {
  .front-page .featured-layer h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .front-page .featured-layer h1 {
    font-size: 60px;
  }
}
.front-page .featured-layer h2 {
  font-size: 17px;
  line-height: 27px;
  font-family: 'Avenir Next W01';
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin-top: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .front-page .featured-layer h2 {
    font-family: 'Avenir Next W01';
    font-weight: 300;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .front-page .featured-layer {
    padding-top: 150px;
    padding-bottom: 240px;
    background-position: center bottom, 135% 90%, center bottom, right top;
    background-size: 135% auto, 60% auto, 135% auto, 150% auto;
  }
}
@media (min-width: 992px) {
  .front-page .featured-layer {
    padding-bottom: 240px;
    background-position: center bottom, 125% 80%, center bottom, right top;
    background-size: auto, auto, auto, cover;
  }
}
@media (min-width: 1000px) {
  .front-page .featured-layer {
    background-position: center bottom, 110% 80%, center bottom, right top;
  }
}
@media (min-width: 1100px) {
  .front-page .featured-layer {
    background-position: center bottom, 105% 80%, center bottom, right top;
  }
}
@media (min-width: 1200px) {
  .front-page .featured-layer {
    background-position: center bottom, 95% 80%, center bottom, right top;
  }
}
@media (min-width: 1350px) {
  .front-page .featured-layer {
    background-position: center bottom, 85% 80%, center bottom, right top;
  }
}
.inset {
  background-color: rgba(0, 0, 0, 0.4);
  color: #9f9f9f;
  margin-top: 0;
  padding: 30px;
  position: relative;
  margin-right: 1px;
}
.inset .description {
  float: left;
  width: 100%;
}
.inset h3 {
  font-size: 13.6px;
  font-weight: 800;
  text-transform: uppercase;
  color: #5ac8e7;
}
.inset a {
  color: #fff;
  font-weight: 500;
}
.inset a:hover {
  color: #5ac8e7;
  font-weight: 500;
}
.inset p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .inset {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.inset-slider .slide {
  display: none;
  min-height: 150px;
}
.inset-slider .slide img {
  display: none;
}
.inset-slider .slide:first-child {
  display: block;
}
.inset-slider .slick-initialized .slick-slide.slide {
  display: block;
}
.thumbs,
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumbs li,
.slick-dots li {
  float: left;
  width: 25%;
  cursor: pointer;
}
.thumbs li.slick-active img,
.slick-dots li.slick-active img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border-bottom: 5px solid #5ac8e7;
}
.thumbs li img,
.slick-dots li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-bottom: 5px solid transparent;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.thumbs li:hover img,
.slick-dots li:hover img {
  -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);
}
.thumbs a,
.slick-dots a {
  float: left;
  border: none;
  margin-right: 1px;
  margin-top: 1px;
}
.products-layer {
  background: #000 url(../images/background-graphic-black-glow.png) no-repeat center bottom;
  background-size: 100% 100%;
  color: #fff;
  padding-top: 60px;
  padding: 30px 0 45px;
}
.products-layer a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.products-layer a:hover {
  color: #5ac8e7;
  border-bottom: 1px dotted #5ac8e7;
}
.front-page .bracket-layer {
  background: #459ae3 url(../images/background-graphic-blue-angles.png) no-repeat center top;
  color: #fff;
}
.front-page .bracket-layer h3 {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.front-page .bracket-layer a:hover h3 {
  color: #000;
}
.front-page .bracket-layer a:hover .icon-arrow-right-white {
  background-position: -410px -320px;
  width: 38px;
  height: 26px;
}
.results-layer {
  background: #fff url(../images/background-graphic-dots-small.png) no-repeat center center;
  color: #000;
  text-align: center;
}
.results-layer .content-wrapper {
  display: block;
  padding: 0 30px 30px;
  max-width: 250px;
  margin: 0 auto;
}
.results-layer img {
  margin: 0 auto;
}
.look-who-layer {
  background: #d73098 url(../images/background-graphic-magenta-large-angle.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.look-who-layer .nav-tabs {
  padding-bottom: 0;
  margin-top: 0;
}
.look-who-layer a {
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.look-who-layer a:hover {
  -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);
}
.look-who-layer .customer-logo {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .look-who-layer .customer-logo {
    margin-bottom: 0;
  }
}
.look-who-layer .customer-logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
}
.culture-layer {
  background: #d73098 url(../images/background-graphic-magenta-large-angle.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.blog-layer {
  background-color: #ff8602;
  color: #fff;
}
.blog-layer .featured-post a {
  color: #fff;
  display: block;
  border-bottom: none;
}
.blog-layer .featured-post a img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-layer .featured-post a h3 {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blog-layer .featured-post a:hover {
  border-bottom: none;
}
.blog-layer .featured-post a:hover h3 {
  color: #000;
  text-decoration: none;
}
.blog-layer .featured-post a:hover img {
  -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);
}
.blog-layer .featured-post .blog-photo {
  position: relative;
  display: block;
  border-right: 1px solid #ff8602;
}
.blog-layer .featured-post .blog-photo .content-label {
  background-color: rgba(255, 134, 2, 0.6);
  color: #fff;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  text-align: left;
}
.blog-layer .featured-post h3 {
  padding: 0 30px 30px;
}
.front-page .culture-layer {
  background: #000 url(../images/background-photo-home-culture-lg.jpg) no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .front-page .culture-layer {
    background-image: url(../images/background-photo-home-culture-lg.jpg);
  }
}
@media (min-width: 992px) {
  .front-page .culture-layer {
    background-image: url(../images/background-photo-home-culture-lg.jpg);
  }
}
.products .page-header {
  color: #fff;
  background-color: #000;
  background-image: url(../images/background-chart-product-light-blue.png), url(../images/background-graphic-black-angles.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center bottom;
  background-size: 150% auto, cover;
}
@media (min-width: 480px) {
  .products .page-header {
    background-size: 100% auto, cover;
  }
}
@media (min-width: 768px) {
  .products .page-header {
    background-size: 100% auto, cover;
  }
}
@media (min-width: 992px) {
  .products .page-header {
    background-size: auto, cover;
  }
}
.products .page-header .row.main-row {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .products .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .products .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .products .overview {
    padding-top: 30px;
  }
}
.products .overview {
  background-color: #000;
  background-image: url(../images/product-bottom-light-blue.png), url(../images/background-graphic-black-glow.png);
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% 100%;
  color: #fff;
  z-index: 1;
}
.products .overview a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.products .overview a:hover {
  color: #459ae3;
  border-bottom-color: #459ae3;
}
.products .overview h2 {
  margin-top: 30px;
}
.products .overview .lt-ie9 {
  background-size: auto;
}
@media (min-width: 992px) {
  .products .overview {
    padding-top: 30px;
  }
}
.products .overview .product-screen {
  float: left;
  clear: both;
  margin-bottom: 30px;
}
.products .overview .product-screen img {
  margin: -120px 0 0 -30px;
}
@media (min-width: 768px) {
  .products .overview .product-screen {
    position: absolute;
    width: 95%;
    max-width: 781px;
    left: 0;
    top: 0;
    width: 50%;
  }
  .products .overview .product-screen img {
    margin: -70px 0 0 0;
  }
}
.products.sales .page-header {
  background-image: url(../images/background-chart-black-3.png), url(../images/background-graphic-light-blue-angles.png);
}
.products.sales .overview {
  background-image: url(../images/product-bottom-light-blue.png), url(../images/background-graphic-black-glow.png);
}
.products.sales .overview h2,
.products.sales .overview h3 {
  color: #5ac8e7;
}
.products.sales .overview a:hover {
  color: #5ac8e7;
  border-bottom-color: #5ac8e7;
}
.products.sales .tab-block {
  background-color: #5ac8e7;
  color: #000;
}
.products.sales .tab-block:after {
  border-top-color: #5ac8e7;
}
.products.sales .talking-points h3:after {
  background-color: #5ac8e7;
}
.products.specialty .page-header {
  background-image: url(../images/background-chart-black-3.png), url(../images/background-graphic-blue-angles.png);
}
.products.specialty .overview {
  background-image: url(../images/product-bottom-blue.png), url(../images/background-graphic-black-glow.png);
}
.products.specialty .overview h2,
.products.specialty .overview h3 {
  color: #459ae3;
}
.products.specialty .overview a:hover {
  color: #459ae3;
  border-bottom-color: #459ae3;
}
.products.specialty .tab-block {
  background-color: #459ae3;
  color: #fff;
}
.products.specialty .tab-block:after {
  border-top-color: #459ae3;
}
.products.specialty .talking-points h3:after {
  background-color: #459ae3;
}
.products.launch .page-header {
  background-image: url(../images/background-chart-black-3.png), url(../images/background-graphic-orange-angles.png);
}
.products.launch .overview {
  background-image: url(../images/product-bottom-orange.png), url(../images/background-graphic-black-glow.png);
}
.products.launch .overview h2,
.products.launch .overview h3 {
  color: #ff8602;
}
.products.launch .overview a:hover {
  color: #ff8602;
  border-bottom-color: #ff8602;
}
.products.launch .tab-block {
  background-color: #ff8602;
  color: #fff;
}
.products.launch .tab-block:after {
  border-top-color: #ff8602;
}
.products.launch .talking-points h3:after {
  background-color: #ff8602;
}
.products.rare-disease .page-header {
  background-image: url(../images/background-chart-black-3.png), url(../images/background-graphic-yellow-angles.png);
}
.products.rare-disease .overview {
  background-image: url(../images/product-bottom-yellow.png), url(../images/background-graphic-black-glow.png);
}
.products.rare-disease .overview h2,
.products.rare-disease .overview h3 {
  color: #f9c213;
}
.products.rare-disease .overview a:hover {
  color: #f9c213;
  border-bottom-color: #f9c213;
}
.products.rare-disease .tab-block {
  background-color: #f9c213;
  color: #000;
}
.products.rare-disease .tab-block:after {
  border-top-color: #f9c213;
}
.products.rare-disease .talking-points h3:after {
  background-color: #f9c213;
}
.products.market-access .page-header {
  background-image: url(../images/background-chart-black-3.png), url(../images/background-graphic-green-angles.png);
}
.products.market-access .overview {
  background-image: url(../images/product-bottom-green.png), url(../images/background-graphic-black-glow.png);
}
.products.market-access .overview h2,
.products.market-access .overview h3 {
  color: #71b619;
}
.products.market-access .overview a:hover {
  color: #71b619;
  border-bottom-color: #71b619;
}
.products.market-access .tab-block {
  background-color: #71b619;
  color: #fff;
}
.products.market-access .tab-block:after {
  border-top-color: #71b619;
}
.products.market-access .talking-points h3:after {
  background-color: #71b619;
}
.products.real-world-evidence .page-header {
  background-image: url(../images/background-chart-black-3.png), url(../images/background-graphic-magenta-angles.png);
}
.products.real-world-evidence .overview {
  background-image: url(../images/product-bottom-magenta.png), url(../images/background-graphic-black-glow.png);
}
.products.real-world-evidence .overview h2,
.products.real-world-evidence .overview h3 {
  color: #d73098;
}
.products.real-world-evidence .overview a:hover {
  color: #d73098;
  border-bottom-color: #d73098;
}
.products.real-world-evidence .tab-block {
  background-color: #d73098;
  color: #fff;
}
.products.real-world-evidence .tab-block:after {
  border-top-color: #d73098;
}
.products.real-world-evidence .talking-points h3:after {
  background-color: #d73098;
}
.products .features {
  background: #ececed url(../images/background-graphic-gray-angles.png) no-repeat center top;
}
.products .talking-points {
  background: #fff url(../images/background-graphic-graph-paper.png) repeat center top;
  border-top: 30px solid #fff;
  border-bottom: 1px solid #f2f2f2;
}
.products .talking-points h2 {
  margin-top: 30px;
}
.products .talking-points h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.products-list a {
  font-weight: 800;
  font-size: 13.6px;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.products-list .sales a {
  color: #5ac8e7;
}
.products-list .specialty a {
  color: #459ae3;
}
.products-list .launch a {
  color: #ff8602;
}
.products-list .rare-disease a {
  color: #f9c213;
}
.products-list .market-access a {
  color: #71b619;
}
.products-list .real-world-evidence a {
  color: #d73098;
}
.products-list a:hover {
  -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);
  text-decoration: none;
  border-bottom: none!important;
}
@media (min-width: 768px) {
  .products-list {
    amargin-bottom: 0;
  }
}
.featured-story {
  text-align: center;
}
.featured-story p {
  text-align: center;
}
.featured-story .buttons {
  margin-top: 0;
}
.featured-story .customer-logo {
  margin-bottom: 30px;
  text-align: center;
}
.featured-story .customer-logo .img-responsive {
  max-width: 250px;
  display: inline-block;
}
@media (min-width: 768px) {
  .featured-story {
    text-align: left;
  }
  .featured-story .customer-logo {
    text-align: right;
  }
}
.services .page-header {
  color: #fff;
  background-color: #000;
  background-image: url(../images/background-chart-white.png), url(../images/background-photo-service-default-lg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% bottom, center bottom;
  background-size: 120% auto, cover;
}
@media (min-width: 768px) {
  .services .page-header {
    background-position: 15% bottom, center center;
    background-size: 100% auto, cover;
  }
}
@media (min-width: 992px) {
  .services .page-header {
    background-position: 20% bottom, center center;
    background-size: auto, cover;
  }
}
.services .page-header .row.main-row {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .services .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .services .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .services .overview {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .services .overview {
    background-position: center center;
    background-size: auto;
  }
}
.services .overview .item h2 {
  font-weight: 800;
}
.services .overview .item h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #5ac8e7;
}
.services .talking-points {
  text-align: center;
  border-top: 1px solid #ececed;
  margin-top: 30px;
}
.services .difference {
  background: #ececed url(../images/background-photo-difference-lg.jpg) no-repeat center top;
  padding-top: 0;
  padding-bottom: 0;
}
.services .difference .split-layer-block {
  background-color: rgba(90, 200, 231, 0.8);
  color: #000;
}
@media (min-width: 992px) {
  .services .difference .split-layer-block {
    background-color: rgba(90, 200, 231, 0.6);
  }
}
.blog #page-wrapper {
  background: #ff8602 url(../images/background-graphic-orange-angles.png) no-repeat center top;
}
.blog .page-header {
  color: #fff;
}
.blog .content-layer {
  background-color: transparent;
}
.blog .content {
  background-color: #fff;
  color: #000;
}
.blog .content .shyft-article {
  position: relative;
  padding-bottom: 60px;
}
.blog .content .shyft-article .previous {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blog .content .shyft-article .previous:hover {
  -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);
}
.blog .content .shyft-article .next {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blog .content .shyft-article .next:hover {
  -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);
}
.blog .content .shyft-article img {
  margin: 0 auto;
  display: block;
  padding: 30px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog .content .shyft-article img.alignright {
    float: right;
    margin-right: -15%;
    display: inline-block;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .blog .content .shyft-article img.alignright {
    float: right;
    margin-right: -15%;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog .content .shyft-article img.alignleft {
    float: left;
    margin-left: -15%;
    display: inline-block;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .blog .content .shyft-article img.alignleft {
    float: left;
    margin-left: -15%;
    display: inline-block;
  }
}
.blog .category-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog .category-buttons li {
  margin-bottom: 10px;
}
#large-blog-search {
  background-color: #ef7d00;
}
.blog-search {
  background-color: #ef7d00;
  color: #fff;
  padding: 15px;
}
.blog-search input.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-shadow: none;
  display: block;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.blog-search input.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.blog-search input.form-control:-ms-input-placeholder {
  color: #fff;
}
.blog-search input.form-control::-webkit-input-placeholder {
  color: #fff;
}
.blog-search input.form-control:-moz-placeholder {
  color: #fff;
}
.blog-search input.form-control:-ms-input-placeholder {
  color: #fff;
}
.blog-search input.form-control::-webkit-input-placeholder {
  color: #fff;
}
.blog-search .input-group-addon {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.blog-search button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blog-search button:hover {
  -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);
}
.meta {
  font-size: 13.6px;
}
.meta .category a {
  text-transform: uppercase;
  color: #ff8602;
  border: none;
}
.meta .category a:hover {
  color: #000;
}
.meta .date {
  text-transform: uppercase;
}
.platform.platform-overview .page-header {
  background: #000 url(../images/background-photo-platform-lg-v2.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .platform.platform-overview .page-header {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .platform.platform-overview .page-header {
    padding-bottom: 90px;
  }
}
.platform.platform-overview .talking-points {
  background: #459ae3 url(../images/background-graphic-blue-angles.png) no-repeat center top;
  color: #fff;
  text-align: center;
}
.platform.platform-overview .talking-points h2 {
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.platform.platform-overview .talking-points p {
  margin: 0;
}
.platform.platform-overview .talking-points .column {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.platform.platform-overview .talking-points .column:last-child {
  border: none;
}
@media (min-width: 768px) {
  .platform.platform-overview .talking-points .column {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.platform.platform-overview .platform-connector {
  display: none;
}
@media (min-width: 480px) {
  .platform.platform-overview .platform-connector {
    display: block;
    margin-top: -14%;
    margin-bottom: 15px;
  }
}
.platform.platform-overview .overview {
  background-color: #fff;
}
.platform.platform-overview .overview h2 {
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 1.1;
}
.platform.platform-overview .overview h2 span {
  font-weight: 300;
  display: block;
  font-size: 23.8px;
  line-height: 1.1;
}
.platform.platform-overview .overview .column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .platform.platform-overview .overview .column {
    margin-bottom: 60px;
  }
}
.platform.platform-overview .technology-intro {
  background: #ececed url(../images/background-graphic-gray-angles.png) no-repeat center top;
  text-align: center;
}
.platform.platform-overview .technology-intro h2 {
  margin-top: 0;
  padding-top: 0;
}
.platform.platform-overview .technology-intro .featured-image {
  margin: -20% auto 0;
}
.platform.platform-detail .page-header {
  color: #fff;
  background-color: #000;
  background-image: url(../images/background-chart-platform.png), url(../images/background-photo-platform-data-lg-v2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% bottom, center bottom;
  background-size: 120% auto, cover;
  padding-bottom: 60px;
}
.platform.platform-detail .page-header h1 {
  font-weight: 800;
  text-transform: uppercase;
}
.platform.platform-detail .page-header h1 span {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 768px) {
  .platform.platform-detail .page-header {
    background-position: 15% bottom, center bottom;
    background-size: 100% auto, cover;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .platform.platform-detail .page-header {
    background-position: 20% bottom, center bottom;
    background-size: auto, cover;
    padding-bottom: 120px;
  }
}
.platform.platform-detail .page-header .row {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .platform.platform-detail .page-header .row {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .platform.platform-detail .page-header .row {
    padding-top: 60px;
    padding-bottom: 210px;
  }
}
.platform.platform-detail.data-management .page-header {
  background-image: url(../images/background-chart-platform.png), url(../images/background-photo-platform-data-lg-v2.jpg);
}
.platform.platform-detail.data-management .highlight {
  background-color: #000;
  color: #9f9f9f;
}
.platform.platform-detail.data-management .highlight .background-fill {
  background: transparent url(../images/split-background-photo-data.jpg) no-repeat top left;
  background-size: 90% auto;
}
.platform.platform-detail.analytics .page-header {
  background-image: url(../images/background-chart-platform.png), url(../images/background-photo-platform-analytics-lg-v2.jpg);
}
.platform.platform-detail.analytics .highlight {
  background-color: #000;
  color: #9f9f9f;
}
.platform.platform-detail.analytics .highlight .background-fill {
  background: transparent url(../images/split-background-photo-analytics.jpg) no-repeat top left;
  background-size: 90% auto;
}
.platform.platform-detail .overview {
  background-color: #459ae3;
  color: #fff;
}
.platform.platform-detail .overview .info-graphic {
  text-align: center;
}
.platform.platform-detail .overview .info-graphic img {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .platform.platform-detail .overview .info-graphic img {
    margin-top: 0;
  }
}
.platform.platform-technology #page-wrapper {
  background: #459ae3 url(../images/background-graphic-blue-angles.png) no-repeat center top;
  color: #fff;
}
.platform.platform-technology .content-layer {
  background-color: transparent;
}
.platform.platform-technology .content {
  background-color: #000;
  color: #9f9f9f;
}
.platform.platform-technology .content h2.header-3 {
  color: #5ac8e7;
  font-weight: 800;
}
.our-story .page-header {
  color: #fff;
  background-color: #000;
  background-image: url(../images/background-chart-black-2.png), url(../images/background-photo-about-story-lg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% bottom, center bottom;
  background-size: 120% auto, cover;
}
@media (min-width: 768px) {
  .our-story .page-header {
    background-position: 15% bottom, center bottom;
    background-size: 100% auto, cover;
  }
}
@media (min-width: 992px) {
  .our-story .page-header {
    background-position: 20% bottom, center bottom;
    background-size: auto, cover;
  }
}
.our-story .page-header .row.main-row {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .our-story .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .our-story .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.our-story .page-header .column p:first-child {
  margin-top: 0;
}
.our-story .layer-2 {
  background: #000 url(../images/background-graphic-black-glow.png) no-repeat center bottom;
  background-size: 100% 100%;
  color: #9f9f9f;
}
.our-story .layer-2 a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.our-story .layer-2 a:hover {
  color: #5ac8e7;
  border-bottom: 1px dotted #5ac8e7;
}
.our-story .bracket-layer {
  background: #d73098 url(../images/background-graphic-magenta-large-angle.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.team #page-wrapper {
  background: #000 url(../images/background-photo-about-team-lg-v2.jpg) no-repeat center top;
  background-size: 300% auto;
}
.team #page-wrapper .content-layer {
  background-color: transparent;
}
@media (min-width: 768px) {
  .team #page-wrapper {
    background-size: 175% auto;
  }
}
@media (min-width: 992px) {
  .team #page-wrapper {
    background-size: 100% auto;
  }
}
.team .nav-tabs {
  margin-top: 0;
}
.team.detail #page-wrapper {
  background-position: center -200px;
}
.team.detail h1 {
  margin: 0 0 15px;
}
.team .page-header {
  color: #fff;
}
.team .title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.team .item img {
  margin: 0 0 30px;
}
.team .item a:hover .content-wrapper {
  background-color: #5ac8e7;
}
.team .item a:hover .sprite.icon-arrow-right-blue {
  background-position: -450px -260px;
}
.team .item a:hover .title {
  color: #fff;
}
.team .item a.selected {
  -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);
}
.team .item a .name {
  font-size: 19.2px;
  line-height: 21.6px;
  margin-top: 21.6px;
  margin-bottom: 21.6px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0!important;
}
@media (min-width: 768px) {
  .team .item a .name {
    font-size: 24px;
    line-height: 27px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
.team .item a .title {
  color: #5ac8e7;
  text-transform: uppercase;
  font-size: 13.6px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .team .item {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}
.team .content {
  background-color: #5ac8e7;
  box-shadow: 0 -20px 20px #000;
}
.team #board h3 {
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
}
.team #board .board-member {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.team .team-bio img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.team .social-block {
  text-align: center;
  background: transparent url(../images/bracket-white-large-up.png) no-repeat center top;
  padding-top: 25%;
  margin-top: 15px;
}
.team .social-block a {
  display: inline-block;
  margin: 5px;
  border: none;
}
.team .social-block a:hover {
  -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);
}
.culture-careers .page-header {
  color: #fff;
  background-color: #000;
  background-image: url(../images/background-chart-black-1.png), url(../images/background-photo-about-culture-lg-v4.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, center center;
  background-size: 120% auto, cover;
}
@media (min-width: 768px) {
  .culture-careers .page-header {
    background-position: right bottom, center center;
    background-size: 100% auto, cover;
  }
}
@media (min-width: 992px) {
  .culture-careers .page-header {
    background-position: right bottom, center center;
    background-size: auto, cover;
  }
}
.culture-careers .benefits h4 {
  font-weight: 800;
  text-transform: uppercase;
}
.culture-careers .wrapper {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .culture-careers .wrapper .container-fluid {
    display: table;
    height: auto;
    padding: 0;
  }
  .culture-careers .wrapper .row {
    float: none;
    display: table-row;
    height: auto;
  }
  .culture-careers .wrapper .cell {
    float: none;
    display: table-cell;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.culture-careers .content-wrapper {
  padding: 30px 30px 60px;
}
.culture-careers .content-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .culture-careers .content-layer.split {
    min-height: 400px;
  }
}
.culture-careers #career-filters {
  color: #9f9f9f;
}
.culture-careers #career-filters h3 {
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.culture-careers .controls {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.culture-careers .controls li {
  display: inline-block;
  margin: 5px;
}
@media (max-width: 768px) {
  .culture-careers .controls .btn-large {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }
}
.culture-careers .controls .btn.selected {
  background-color: #5ac8e7 !important;
  color: #000 !important;
}
.culture-careers #career-opportunities .item .category a {
  color: #5ac8e7;
  font-weight: 800;
}
.culture-careers #career-opportunities .item .meta {
  color: #000;
  text-transform: uppercase;
}
.culture-careers #career-opportunities .item .sub-meta {
  font-size: 13.6px;
}
.culture-careers #career-opportunities .item a h2,
.culture-careers #career-opportunities .item a p,
.culture-careers #career-opportunities .item a div {
  color: #000;
}
.culture-careers #career-opportunities .item a:hover h2 {
  color: #ff8602;
}
body[class*="career-detail"] #page-wrapper {
  background: #000 url(../images/background-graphic-black-angles.png) no-repeat center -150px;
}
body[class*="career-detail"] .page-header {
  background-color: transparent;
}
body[class*="career-detail"] .content {
  background-color: #fff;
}
body[class*="career-detail"] .meta {
  text-transform: uppercase;
}
body[class*="career-detail"] .meta .parent-section {
  font-weight: 800;
}
body[class*="career-detail"] .bottom-layer {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body[class*="career-detail"] .footer-chart-graphic {
    right: 150px;
  }
}
@media (min-width: 768px) {
  body[class*="career-detail"] .sharing-buttons {
    text-align: right;
  }
}
.general .page-header {
  color: #fff;
  background-color: #000;
  background-image: url(../images/background-chart-black-2.png), url(../images/background-graphic-blue-angles.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% bottom, center bottom;
  background-size: 120% auto, cover;
  border-bottom: 10px solid #000;
}
@media (min-width: 768px) {
  .general .page-header {
    background-position: 15% bottom, center bottom;
    background-size: 100% auto, cover;
  }
}
@media (min-width: 992px) {
  .general .page-header {
    background-position: 20% bottom, center bottom;
    background-size: auto, cover;
  }
}
.general .page-header .row.main-row {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (min-width: 480px) {
  .general .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .general .page-header .row.main-row {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.general .page-header .column p:first-child {
  margin-top: 0;
}
.general .content-layer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.general .white {
  color: #000;
  background-color: #fff;
}
.general .black-glow {
  color: #9f9f9f;
}
.general .black-angles {
  color: #fff;
}
.general .gray-angles {
  color: #fff;
}
.general .blue-angles {
  color: #fff;
}
.general .orange-angles {
  color: #000;
}
.general .dots-small {
  color: #000;
}
.general .dots-large {
  color: #000;
}
.general .magenta-large-angle {
  color: #fff;
}
.generic-single #page-wrapper {
  background: #459ae3 url(../images/background-graphic-blue-angles.png) no-repeat center top;
}
.generic-single .page-header {
  background-color: transparent;
}
.generic-single .content {
  background-color: #fff;
  color: #000;
  box-shadow: 0 -5px 30px #459ae3;
}
.contact-us #page-wrapper {
  background: #000 url(../images/background-graphic-black-angles.png) no-repeat center -150px;
}
.contact-us #page-wrapper .content-layer {
  background-color: transparent;
}
.contact-us .content {
  color: #ececed;
  padding-top: 0;
}
.contact-us .content h3 {
  color: #9f9f9f;
  font-weight: 300;
}
.contact-us .content a {
  color: #5ac8e7;
  border-bottom-color: #5ac8e7;
}
.contact-us .content a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.location {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
}
.location .location-header {
  position: relative;
  float: left;
  width: 100%;
  background-color: #000;
  display: block;
  border: none;
}
.location .location-header img {
  display: block;
  max-width: 100%;
  height: auto;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.location .location-header:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.location .location-name {
  float: left;
  width: 100%;
  color: #000;
  padding: 15px 30px;
}
@media (min-width: 480px) {
  .location .location-name {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.location .location-name h2 {
  margin: 0;
  float: left;
  width: 75%;
  line-height: 1.2;
}
.location .location-name h2 span {
  font-size: 13.6px;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
}
.location .location-name .icon-drop-pin {
  float: right;
  margin-top: 4px;
}
.location .location-address {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 13.6px;
}
@media (min-width: 768px) {
  .location .location-address {
    padding-right: 15px;
    font-size: 17px;
  }
}
.location .location-emails {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 13.6px;
}
@media (min-width: 768px) {
  .location .location-emails {
    padding-left: 15px;
    font-size: 17px;
  }
}
.location .location-emails a:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
}
.location.light-blue .location-name {
  background-color: #5ac8e7;
}
@media (min-width: 480px) {
  .location.light-blue .location-name {
    background-color: rgba(90, 200, 231, 0.85);
  }
}
.location.light-blue .location-emails a {
  color: #5ac8e7;
  border-color: #5ac8e7;
}
.location.light-blue a:hover .location-name {
  background-color: #5ac8e7;
}
.location.blue .location-name {
  background-color: #459ae3;
}
@media (min-width: 480px) {
  .location.blue .location-name {
    background-color: rgba(69, 154, 227, 0.85);
  }
}
.location.blue .location-emails a {
  color: #459ae3;
  border-color: #459ae3;
}
.location.blue a:hover .location-name {
  background-color: #459ae3;
}
.location.orange .location-name {
  background-color: #ff8602;
}
@media (min-width: 480px) {
  .location.orange .location-name {
    background-color: rgba(255, 134, 2, 0.85);
  }
}
.location.orange .location-emails a {
  color: #ff8602;
  border-color: #ff8602;
}
.location.orange a:hover .location-name {
  background-color: #ff8602;
}
.location.yellow .location-name {
  background-color: #f9c213;
}
@media (min-width: 480px) {
  .location.yellow .location-name {
    background-color: rgba(249, 194, 19, 0.85);
  }
}
.location.yellow .location-emails a {
  color: #f9c213;
  border-color: #f9c213;
}
.location.yellow a:hover .location-name {
  background-color: #f9c213;
}
.location.green .location-name {
  background-color: #71b619;
}
@media (min-width: 480px) {
  .location.green .location-name {
    background-color: rgba(113, 182, 25, 0.85);
  }
}
.location.green .location-emails a {
  color: #71b619;
  border-color: #71b619;
}
.location.green a:hover .location-name {
  background-color: #71b619;
}
.location.magenta .location-name {
  background-color: #d73098;
}
@media (min-width: 480px) {
  .location.magenta .location-name {
    background-color: rgba(215, 48, 152, 0.85);
  }
}
.location.magenta .location-emails a {
  color: #d73098;
  border-color: #d73098;
}
.location.magenta a:hover .location-name {
  background-color: #d73098;
}
footer {
  position: relative;
  overflow: visible;
}
footer h2 {
  font-weight: 300;
  color: #9f9f9f;
  margin-top: 30px;
}
footer .footer-chart-graphic {
  position: absolute;
  bottom: 99%;
  right: 0;
  z-index: 10;
}
@media (min-width: 768px) {
}
footer .back-to-top a {
  padding: 7px 10px;
  border: none;
  font-size: 12.6px;
  font-weight: 800;
  background-color: rgba(159, 159, 159, 0.5);
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none!important;
}
footer .back-to-top a:hover {
  background-color: rgba(159, 159, 159, 0.3);
  border: none!important;
}
footer .content-layer {
  color: #666666;
  padding-top: 150px;
}
footer .footer-links {
  background: #000 url(../images/background-graphic-black-glow.png) no-repeat center bottom;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 30px;
  color: #9f9f9f;
}
footer .footer-links a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
footer .footer-links a:hover {
  color: #5ac8e7;
  border-bottom: 1px dotted #5ac8e7;
}
footer .footer-links .call-to-action {
  text-align: center;
}
footer .footer-links .row {
  margin-bottom: 30px;
}
footer .footer-links a {
  color: #9f9f9f;
  font-size: 13.6px;
}
footer .footer-links a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #a6a6a6;
}
footer .footer-links dt {
  text-transform: uppercase;
  color: #868686;
}
footer .footer-links dt,
footer .footer-links dd {
  padding-bottom: 10px;
  font-size: 13.6px;
}
@media (min-width: 768px) {
  footer .footer-links dl {
    display: block;
  }
}
footer .footer-platform {
  background-color: #459ae3;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
footer .footer-bottom {
  background-color: #5ac8e7;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 90px;
}
footer .footer-bottom p {
  margin-top: 0;
}
footer .footer-bottom a {
  color: #fff;
  border: none;
}
footer .footer-bottom a:hover {
  color: #000;
  border-bottom: 1px dotted #000;
}
footer .copyright {
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyright {
    text-align: left;
  }
}
footer .social {
  text-align: center;
}
footer .social a {
  padding: 5px;
  display: inline-block;
  border: none;
}
footer .social a.logo {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  footer .social {
    text-align: right;
  }
}
.content-layer.old-browser {
  background-color: #9f9f9f;
  text-align: center;
}
.content-layer.old-browser .message-wrapper {
  display: block;
  width: auto;
}
.content-layer.old-browser .message-wrapper .logo {
  display: inline-block;
  width: 200px;
  height: auto;
  padding: 15px;
  vertical-align: top;
}
.content-layer.old-browser .message-wrapper .logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-layer.old-browser .message-wrapper .message {
  display: inline-block;
  width: 400px;
  height: auto;
  text-align: left;
  padding: 15px;
}
.content-layer.old-browser .message-wrapper .message p {
  margin: 0;
  padding: 0;
}
body.admin-bar header {
  top: 32px;
}
header .navigation .menu-button span {
  display: none;
}
.results-layer .result img {
  opacity: 0;
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
}
.results-layer .result img.active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.results-layer .result:nth-child(1) img {
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
  -webkit-transition: 400ms ease all 1s linear;
  -moz-transition: 400ms ease all 1s linear;
  -o-transition: 400ms ease all 1s linear;
  -ms-transition: 400ms ease all 1s linear;
  transition: 400ms ease all 1s linear;
}
.results-layer .result:nth-child(2) img {
  -webkit-transition: 600ms ease all;
  -o-transition: 600ms ease all;
  transition: 600ms ease all;
  -webkit-transition: 600ms ease all 1s linear;
  -moz-transition: 600ms ease all 1s linear;
  -o-transition: 600ms ease all 1s linear;
  -ms-transition: 600ms ease all 1s linear;
  transition: 600ms ease all 1s linear;
}
.results-layer .result:nth-child(3) img {
  -webkit-transition: 800ms ease all;
  -o-transition: 800ms ease all;
  transition: 800ms ease all;
  -webkit-transition: 800ms ease all 1s linear;
  -moz-transition: 800ms ease all 1s linear;
  -o-transition: 800ms ease all 1s linear;
  -ms-transition: 800ms ease all 1s linear;
  transition: 800ms ease all 1s linear;
}
.parallax {
  background-size: cover;
  height: 120%;
  position: absolute;
  top: -40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.parallax-container {
  overflow: hidden;
}
.front-page .culture-layer {
  background-image: none;
}
.front-page .culture-layer > .parallax {
  background: #000 url(../images/background-photo-home-culture-lg.jpg) no-repeat center top;
}
.look-who-layer .tab-pane {
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -o-transition: opacity 400ms ease, transform 400ms ease;
  -webkit-transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
}
.look-who-layer .tab-pane.active {
  visibility: visible;
  max-height: 500px;
  overflow: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.services .talking-points .content-block:nth-child(1) .sprite {
  background-position: -100px -350px;
  width: 29px;
  height: 73px;
}
.services .talking-points .content-block:nth-child(2) .sprite {
  background-position: -130px -350px;
  width: 29px;
  height: 73px;
}
.services .talking-points .content-block:nth-child(3) .sprite {
  background-position: -160px -350px;
  width: 29px;
  height: 73px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a {
  margin: 0 4px;
}
.pagination > li > a.next,
.pagination > li > a.prev {
  border: none;
}
.pagination span.page-numbers.current {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
  font-weight: 800;
  font-size: 13.6px;
}
.blog .content .shyft-article .next a,
.blog .content .shyft-article .previous a {
  border: none;
}
.blog .content .shyft-article .sharing-buttons .linkedin {
  padding-right: 10px;
}
