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

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

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

[hidden], template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

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

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group; }

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

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

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

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

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

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

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

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

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

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

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

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

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

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

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

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%; }

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

h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

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

.text-primary:hover {
  color: #3071a9; }

.text-warning {
  color: #8a6d3b; }

.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

.text-danger:hover {
  color: #843534; }

.text-success {
  color: #3c763d; }

.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

.text-info:hover {
  color: #245269; }

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

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

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

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

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

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

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

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

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

.list-inline > li:first-child {
  padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }

  .dl-horizontal dd:after {
    clear: both; }

  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }

  .dl-horizontal dd:after {
    clear: both; } }
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small, blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right; }

blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ''; }

blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre 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: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.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: 15px;
  padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

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

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

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

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

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

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

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

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

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

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

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

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-12 {
    right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-12 {
    right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-12 {
    right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

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

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

.table-bordered {
  border: 1px solid #dddddd; }

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }

  .table-responsive > .table {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

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

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

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

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }

.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  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-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  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-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  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; }

.form-control-static {
  margin-bottom: 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; }

  .form-inline select.form-control {
    width: auto; }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #fff; }

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  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 (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  table.visible-xs.visible-sm {
    display: table; }

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

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

  table.visible-xs.visible-md {
    display: table; }

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

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

  table.visible-xs.visible-lg {
    display: table; }

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

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

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

  table.visible-sm.visible-xs {
    display: table; }

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

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

  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: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  table.visible-sm.visible-md {
    display: table; }

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

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

  table.visible-sm.visible-lg {
    display: table; }

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

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

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

  table.visible-md.visible-xs {
    display: table; }

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

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

  table.visible-md.visible-sm {
    display: table; }

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

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

  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: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  table.visible-md.visible-lg {
    display: table; }

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

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

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

  table.visible-lg.visible-xs {
    display: table; }

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

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

  table.visible-lg.visible-sm {
    display: table; }

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

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

  table.visible-lg.visible-md {
    display: table; }

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

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

  table.visible-lg {
    display: table; }

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

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

table.hidden-xs {
  display: table; }

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

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

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

table.hidden-sm {
  display: table; }

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

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

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

table.hidden-md {
  display: table; }

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

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

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

table.hidden-lg {
  display: table; }

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

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

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important; } }
.visible-print, tr.visible-print, th.visible-print, td.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; }

  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important; } }
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #03a6dc;
  text-decoration: none; }
  a[href]:hover {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a.button {
    background: #979fa4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0dbaf3), color-stop(100%, #05abe2));
    background-image: -moz-linear-gradient(#0dbaf3, #05abe2);
    background-image: -webkit-linear-gradient(#0dbaf3, #05abe2);
    background-image: linear-gradient(#0dbaf3, #05abe2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 15px 16px;
    margin-bottom: 0;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
    .lt-ie9 a.button {
      background: #05abe2; }
    .ie9 a.button {
      background: #05abe2; }
    a.button.webPoisonControl span {
      color: #f7e047; }
    a.button:hover, a.button:active {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #05abe2), color-stop(100%, #0dbaf3));
      background-image: -moz-linear-gradient(#05abe2, #0dbaf3);
      background-image: -webkit-linear-gradient(#05abe2, #0dbaf3);
      background-image: linear-gradient(#05abe2, #0dbaf3);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none; }
    a.button.button-alt {
      background: #ff5726;
      font-size: 18px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTcyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5NDIwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff5726), color-stop(100%, #f9420e));
      background-image: -moz-linear-gradient(#ff5726, #f9420e);
      background-image: -webkit-linear-gradient(#ff5726, #f9420e);
      background-image: linear-gradient(#ff5726, #f9420e); }
      a.button.button-alt:hover, a.button.button-alt:active {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NDIwZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNTcyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9420e), color-stop(100%, #ff5726));
        background-image: -moz-linear-gradient(#f9420e, #ff5726);
        background-image: -webkit-linear-gradient(#f9420e, #ff5726);
        background-image: linear-gradient(#f9420e, #ff5726); }
    a.button.button-alt2 {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZTA0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZDgxZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7e047), color-stop(100%, #f4d81e));
      background-image: -moz-linear-gradient(#f7e047, #f4d81e);
      background-image: -webkit-linear-gradient(#f7e047, #f4d81e);
      background-image: linear-gradient(#f7e047, #f4d81e);
      color: #303436 !important;
      text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2); }
      a.button.button-alt2:hover, a.button.button-alt2:active {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZDgxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZTA0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4d81e), color-stop(100%, #f7e047));
        background-image: -moz-linear-gradient(#f4d81e, #f7e047);
        background-image: -webkit-linear-gradient(#f4d81e, #f7e047);
        background-image: linear-gradient(#f4d81e, #f7e047); }

abbr {
  border-bottom: 1px dotted; }

.articleBlockRow {
  margin-top: 15px;
  margin-bottom: 15px; }

b {
  font-weight: bold; }

body {
  background: #282828;
  color: #303436;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.4em; }

dd {
  margin-top: 0.5em; }
  dd + dt {
    margin-top: 0.5em; }

nav.primary-with-secondary + main {
  padding-top: 80px; }
  nav.primary-with-secondary + main .row + .row-content-rail {
    padding-top: 40px; }

main {
  padding-top: 60px; }

dl {
  margin: 1em 0 0 0; }

dt {
  font-weight: bold; }

em {
  font-style: italic; }

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input:-moz-placeholder {
  color: #D5DCE0;
  text-transform: capitalize; }

input::-moz-placeholder {
  color: #D5DCE0;
  opacity: 1;
  text-transform: capitalize; }

input:-ms-input-placeholder {
  color: #D5DCE0;
  text-transform: capitalize; }

input::-webkit-input-placeholder {
  color: #D5DCE0;
  text-transform: capitalize; }

h1 {
  margin: 1em 0 0 0;
  color: #1c1e1f;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
  font-size: 47px;
  line-height: 1.2;
  font-weight: 200; }
  h1.page-title {
    margin: 0;
    line-height: 1; }
    h1.page-title span {
      display: block;
      color: #6c757a;
      font-size: 34px;
      padding-top: 7px;
      margin-bottom: 1.5em; }

h2 {
  margin: 1em 0 0 0;
  color: #fc5626;
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 1.4em; }
  h2 + p {
    margin-top: 0; }
  h2:first-child {
    margin-top: 0; }

h3 {
  margin: 1em 0 0 0;
  color: #303436;
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.4em; }

h4 {
  margin: 1em 0 0 0; }

h5 {
  margin: 1em 0 0 0; }

h6 {
  margin: 1em 0 0 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fc5626; }

h1 span.wpc, h2 span.wpc, h3 span.wpc, p span.wpc {
  color: #303436 !important;
  display: inline-block !important;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
  margin-bottom: 0 !important; }

h2 span.wpc strong {
  color: #fc5626; }

hr {
  border-color: #C4CBCF;
  margin: 1.5em 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

i {
  font-style: italic; }

.issueDate {
  color: #0285B0;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
  font-size: 22px;
  margin: 28px 0 30px;
  text-transform: uppercase; }

label {
  font-weight: normal; }

main {
  background: #e8eef1;
  padding-bottom: 100px; }
  main.home {
    padding: 0; }
  @media (max-width: 767px) {
    main {
      padding: 0 0 15px; } }

nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

ol,
ul {
  list-style-type: decimal;
  margin: 1em 0 0 0; }
  ol li,
  ul li {
    margin-top: 0.25em; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-top: 0; }
    ol ol li,
    ol ul li,
    ul ol li,
    ul ul li {
      margin-top: 0.25em; }
  ol.chevrons,
  ul.chevrons {
    list-style: none;
    padding: 0; }
    ol.chevrons li,
    ul.chevrons li {
      margin-top: .75em;
      padding-left: 20px;
      position: relative; }
      ol.chevrons li:before,
      ul.chevrons li:before {
        color: #fc5626;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        position: absolute;
        top: 3px;
        left: 0; }

main ul, .home ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2em; }
  main ul li, .home ul li {
    margin-top: .75em;
    padding-left: 20px;
    position: relative; }
    main ul li:before, .home ul li:before {
      color: #fc5626;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      position: absolute;
      top: 3px;
      left: 0; }
  main ul ul, main ul ul.unstyled, .home ul ul, .home ul ul.unstyled {
    margin-bottom: 0; }
    main ul ul li, main ul ul.unstyled li, .home ul ul li, .home ul ul.unstyled li {
      margin-top: 0; }
main ul.unstyled, .home ul.unstyled {
  padding-left: 20px;
  list-style-type: disc; }
  main ul.unstyled li, .home ul.unstyled li {
    margin-top: 0.25em;
    padding-left: 0; }
    main ul.unstyled li:before, .home ul.unstyled li:before {
      display: none; }
main ul.pagination li, .home ul.pagination li {
  /* remove chevrons on pagination */ }
  main ul.pagination li:before, .home ul.pagination li:before {
    display: none; }
main .rail ul li, .home .rail ul li {
  padding-left: 19px; }
  main .rail ul li:before, .home .rail ul li:before {
    top: 2px;
    left: 3px; }
main .rail ul.chevrons li, .home .rail ul.chevrons li {
  padding-left: 19px; }
  main .rail ul.chevrons li:before, .home .rail ul.chevrons li:before {
    top: 2px;
    left: 3px; }

.home ul li:before {
  top: 2px;
  left: 4px; }
.home ul.chevrons li:before {
  top: 2px;
  left: 4px; }

p {
  margin: 1em 0 0 0; }
  p.view-all {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 32px;
    margin-top: 0; }
  p.intro {
    font-size: 24px;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
    line-height: 1.3;
    margin: 1.75em 0 1em; }

q:before {
  content: "\201C"; }
q:after {
  content: "\201D"; }

section.more {
  margin: 1em 0 0; }
  section.more h1 {
    margin: 0;
    color: #fc5626;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 1.4em; }
    section.more h1 + p {
      margin-top: 0; }

strong {
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
  font-weight: normal; }
  strong.stronger {
    color: #fc5626; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  margin: 1em 0 0 0;
  border: 1px solid #ccc;
  border-collapse: collapse; }
  table td {
    border: 1px solid #ccc;
    padding: 1em; }
  table th {
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
    padding: 1em; }
  table[align='center'] {
    margin: auto; }
  table.image, table.no-border {
    border: none;
    margin: auto; }
    table.image td, table.image th, table.no-border td, table.no-border th {
      border: none; }

ul {
  list-style-type: disc; }

button.btn-poison {
  background: #979fa4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0dbaf3), color-stop(100%, #05abe2));
  background-image: -moz-linear-gradient(#0dbaf3, #05abe2);
  background-image: -webkit-linear-gradient(#0dbaf3, #05abe2);
  background-image: linear-gradient(#0dbaf3, #05abe2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 21px;
  margin-bottom: 0;
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  button.btn-poison[disabled] {
    cursor: default;
    opacity: 0.65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none !important; }
  .lt-ie9 button.btn-poison {
    background: #05abe2; }
  .ie9 button.btn-poison {
    background: #05abe2; }
  button.btn-poison:hover, button.btn-poison:active {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #05abe2), color-stop(100%, #0dbaf3));
    background-image: -moz-linear-gradient(#05abe2, #0dbaf3);
    background-image: -webkit-linear-gradient(#05abe2, #0dbaf3);
    background-image: linear-gradient(#05abe2, #0dbaf3);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  color: #303436; }
  select[disabled],
  textarea[disabled],
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="date"][disabled],
  input[type="month"][disabled],
  input[type="time"][disabled],
  input[type="week"][disabled],
  input[type="number"][disabled],
  input[type="email"][disabled],
  input[type="url"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="color"][disabled],
  .uneditable-input[disabled] {
    background-color: #ecf0f2; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: #ccc !important;
    -moz-box-shadow: 0px 0px 0 2px rgba(82, 168, 236, 0.8) !important;
    -webkit-box-shadow: 0px 0px 0 2px rgba(82, 168, 236, 0.8) !important;
    box-shadow: 0px 0px 0 2px rgba(82, 168, 236, 0.8) !important; }
  select.error,
  textarea.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="date"].error,
  input[type="month"].error,
  input[type="time"].error,
  input[type="week"].error,
  input[type="number"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="search"].error,
  input[type="tel"].error,
  input[type="color"].error,
  .uneditable-input.error {
    border-color: #ccc !important;
    -moz-box-shadow: 0px 0px 0 2px rgba(236, 82, 82, 0.8) !important;
    -webkit-box-shadow: 0px 0px 0 2px rgba(236, 82, 82, 0.8) !important;
    box-shadow: 0px 0px 0 2px rgba(236, 82, 82, 0.8) !important; }

@media (-webkit-min-device-pixel-ratio: 0) {
  div.form select[size],
  div.form select[multiple],
  div.form select[multiple][size] {
    background-image: none;
    padding-right: 3px;
    -webkit-appearance: none; }
  div.form select,
  div.form select[size="0"],
  div.form select[size="1"] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAKCAYAAACqnE5VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMzQjhBQ0MxOERBOTExRTNBRkE5RjQ5M0E1MEFEOUEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMzQjhBQ0MyOERBOTExRTNBRkE5RjQ5M0E1MEFEOUEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzNCOEFDQkY4REE5MTFFM0FGQTlGNDkzQTUwQUQ5QTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzNCOEFDQzA4REE5MTFFM0FGQTlGNDkzQTUwQUQ5QTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Kfw2SAAAA0klEQVR42pyTgQ2DMAwE/agLsEklUCcoOzECO2WDVlU36AqM4CblAw4kKmDJEoK8j38Dru2tEZHBd+/7JdlS37A3qNH+/XwUNGlVhNy9yPlu8sdA2K/DGTdpMMjOquhkBFB7oePbrtxEGBqeqYOG2t2gYL1T1ZEDSrDoJEK6ctR5kEwCdBxAWIwRBqKnIATFaCZnC2yO0cSFU5BQl2XRsDBnYpRcXDDbOxBd8ukSNu+s5nXiRA86qgoSs7MAASFHx2+ikwJMWj7/pM43P/Df+gowAAeqSAeH5i4uAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px; } }
div.callout {
  background: #fff;
  margin-top: 40px;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif; }
  div.callout div.callout-body {
    padding: 20px 0; }
    @media (max-width: 767px) {
      div.callout div.callout-body {
        padding: 20px; } }
  div.callout h2 {
    margin-top: 0;
    color: inherit; }
    div.callout h2 + p {
      margin-top: .5em; }
  div.callout img {
    display: none; }
  div.callout div.row {
    height: 1px;
    min-height: 200px; }
    div.callout div.row div.col-sm-4 {
      height: 100%; }
    div.callout div.row div.img {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

section.story {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.story {
      height: auto !important; } }
  @media (max-width: 767px) {
    section.story div div.row1-col2-body a.button {
      margin: 0.25em 10px 0.25em 0 !important; } }
  section.story div.next-story {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    height: 40px;
    width: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #0db0e6;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    cursor: pointer; }
    .lt-ie9 section.story div.next-story {
      background: url(https://8834e1fc7bb6213f01a6-baa2ba9f0ebf43ee5dec97b5ae5ab2dd.ssl.cf2.rackcdn.com/jump-to-link-ie_png-1433332453) 0 0 no-repeat; }

div.story1 {
  margin: 60px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }
  div.story1 a {
    color: #17C6FF; }
  div.story1 div.row1-body {
    padding: 20px 35px 0; }
    div.story1 div.row1-body h1 {
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
      color: #f7e047;
      font-size: 48px;
      line-height: 1.2em;
      margin: 0;
      padding: 0; }
      div.story1 div.row1-body h1 strong {
        font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
        font-weight: normal; }
    div.story1 div.row1-body p {
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
      color: #ffffff;
      font-size: 22px;
      line-height: 1.4em;
      margin-top: 5px; }
      div.story1 div.row1-body p strong {
        color: #f7e047;
        font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
        font-weight: normal; }
  div.story1 div.row2-col1-body {
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4em;
    padding: 0 35px 15px 35px; }
    div.story1 div.row2-col1-body ul.chevrons {
      font-size: 16px; }
      div.story1 div.row2-col1-body ul.chevrons li {
        margin-top: 1em;
        padding-left: 35px;
        position: relative; }
        div.story1 div.row2-col1-body ul.chevrons li:before {
          color: #fff;
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 19px;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          position: absolute;
          top: 6px;
          left: 9px;
          z-index: 1; }
        div.story1 div.row2-col1-body ul.chevrons li:after {
          content: "";
          display: block;
          position: absolute;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          height: 1.5em;
          width: 1.5em;
          background: #000;
          background: rgba(0, 0, 0, 0.7);
          top: 4px;
          left: 0;
          z-index: 0; }
    div.story1 div.row2-col1-body a {
      font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif; }
      div.story1 div.row2-col1-body a.minor {
        font-size: 14px; }
    div.story1 div.row2-col1-body a.button {
      font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
      width: 100%; }
  div.story1 div.row2-col2-body {
    padding: 15px 35px 15px 0; }
  div.story1 div.row3-body {
    position: relative;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px; }
    div.story1 div.row3-body:before {
      content: "";
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      bottom: 0;
      background: #090802;
      display: block;
      z-index: 0; }
    div.story1 div.row3-body strong {
      color: #f7e047; }
    div.story1 div.row3-body p {
      padding: 15px 0;
      margin: 0; }
  div.story1 div.row3-col1-body {
    padding: 0 0 0 35px;
    color: #9c9c9c; }
  div.story1 div.row3-col2-body {
    padding: 0 0 0 35px; }
    @media (min-width: 1200px) {
      div.story1 div.row3-col2-body {
        padding: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      div.story1 div.row3-col2-body {
        padding: 0; } }
    @media (max-width: 767px) {
      div.story1 div.row3-col2-body p {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      div.story1 div.row3-col2-body p {
        padding: 0; } }
  div.story1 div.row3-col3-body {
    padding: 0 0 0 35px; }
    @media (min-width: 1200px) {
      div.story1 div.row3-col3-body {
        padding: 0 35px 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      div.story1 div.row3-col3-body {
        padding: 0 35px 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      div.story1 div.row3-col3-body p {
        margin: 0 0 0 -35px;
        text-align: right; } }
    @media (min-width: 1200px) {
      div.story1 div.row3-col3-body p {
        margin: 0 0 0 -35px;
        text-align: right; } }
    div.story1 div.row3-col3-body a + a {
  vertical-align: bottom; }
    div.story1 div.row3-col3-body a img {
      vertical-align: bottom;
      height: auto; }
      @media (min-width: 992px) and (max-width: 1199px) {
        div.story1 div.row3-col3-body a img {
          width: 100px; } }
  div.story1 div.col-xs-12.col-md-4 {
    position: relative; }
    div.story1 div.col-xs-12.col-md-4:before {
      border-left: 1px solid #333538;
      content: "";
      position: absolute;
      top: 15px;
      left: 0;
      bottom: 15px;
      width: 0; }
      @media (max-width: 767px) {
        div.story1 div.col-xs-12.col-md-4:before {
          display: none; } }

div.story2 {
  margin: 40px 0;
  font-size: 16px;
  min-height: 400px; }
  div.story2 div.row1-col1-body {
    color: #303436;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif; }
    div.story2 div.row1-col1-body h1 {
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
      font-size: 36px;
      color: #303436;
      margin: 0; }
      div.story2 div.row1-col1-body h1 + p {
        text-shadow: 8px 8px 15px white; }
    div.story2 div.row1-col1-body p {
      width: 75%; }
      @media (min-width: 768px) and (max-width: 991px) {
        div.story2 div.row1-col1-body p {
          width: 100%; } }
  div.story2 div.row1-col2-body {
    background: #303436;
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
    div.story2 div.row1-col2-body h1 {
      font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
      font-size: 24px;
      color: #fff;
      margin: 0; }
    div.story2 div.row1-col2-body section {
      padding: 30px; }
      @media (max-width: 767px) {
        div.story2 div.row1-col2-body section {
          margin-top: 20px; } }
    div.story2 div.row1-col2-body a {
      color: #17C6FF; }

div.story3 {
  margin: 40px 0;
  font-size: 16px; }
  div.story3 div.row1-col1-body {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 14px;
    padding: 20px 35px 35px;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif; }
    div.story3 div.row1-col1-body h1 {
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
      font-size: 36px;
      color: #fff;
      margin: 0; }
    div.story3 div.row1-col1-body h2 {
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
      font-size: 18px;
      color: #f7e047;
      margin: 20px 0 0; }
      div.story3 div.row1-col1-body h2 + p {
        margin-top: 5px; }
    div.story3 div.row1-col1-body a {
      color: #17C6FF; }
    div.story3 div.row1-col1-body a.button {
      width: 100%; }
  div.story3 div.row1-col2-body {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    color: #303436;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif; }
    div.story3 div.row1-col2-body a.button + a.button {
      margin: 0 0 0 10px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        div.story3 div.row1-col2-body a.button + a.button {
          margin: 10px 0 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      div.story3 div.row1-col2-body {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      div.story3 div.row1-col2-body {
        margin-top: 20px; } }
    div.story3 div.row1-col2-body a {
      color: #0285B0; }
    div.story3 div.row1-col2-body h1 {
      font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
      font-size: 24px;
      color: #303436;
      margin: 0; }
      div.story3 div.row1-col2-body h1 span {
        font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
        display: block;
        font-size: 16px;
        color: #878e91; }
    div.story3 div.row1-col2-body h2 {
      font-size: 16px;
      color: #303436; }
    div.story3 div.row1-col2-body ul.chevrons li {
      margin-top: 5px; }
    div.story3 div.row1-col2-body section {
      padding: 30px;
      position: relative; }
      div.story3 div.row1-col2-body section p.date {
        position: absolute;
        top: 0;
        right: 0;
        height: 85px;
        width: 85px;
        margin: 0; }
        div.story3 div.row1-col2-body section p.date:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 85px 85px 0;
          border-color: transparent #303436 transparent transparent;
          position: absolute;
          z-index: 0; }
        div.story3 div.row1-col2-body section p.date span {
          position: absolute;
          z-index: 1;
          font-size: 18px;
          color: #f7e047;
          font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
          width: 120%;
          display: block;
          text-align: center;
          top: 50%;
          left: 0;
          margin-top: -1.2em;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

section.story4-wrapper {
  background: #fff; }

div.story4 {
  margin: 40px 0; }
  div.story4 section.rail.rail-icon {
    background: transparent;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    div.story4 section.rail.rail-icon h3 {
      margin-top: 10px; }
      div.story4 section.rail.rail-icon h3 + p {
        margin-top: 0; }
  div.story4 section.rail.rail-left {
    text-align: left; }
  @media (min-width: 768px) and (max-width: 991px) {
    div.story4 div.col-md-6 {
      margin-top: 40px; }
      div.story4 div.col-md-6 section {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 767px) {
    div.story4 div.col-md-6 {
      margin-top: 40px; }
      div.story4 div.col-md-6 section {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto; } }

footer.site {
  border-top: 1px solid #C4CBCF;
  font-size: 14px;
  padding-bottom: 200px; }
  footer.site.home-page {
    border-top: 1px solid #fff; }
  footer.site div.links {
    background: #e8eef1;
    padding: 20px 0; }
    @media (max-width: 767px) {
      footer.site div.links div.col-xs-12 {
        height: auto !important; } }
    footer.site div.links section {
      text-align: center; }
      footer.site div.links section h1 {
        color: inherit;
        font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
        font-size: 16px;
        margin: 0 20px 0 0;
        font-weight: bold;
        display: inline-block; }
      footer.site div.links section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block; }
    footer.site div.links section.interest li {
      display: inline; }
      footer.site div.links section.interest li + li {
        padding-left: 30px;
        margin-left: 30px;
        border-left: 1px solid #C4CBCF; }
    @media (max-width: 767px) {
      footer.site div.links section.interest {
        border: 0;
        border-top: 1px solid #C4CBCF;
        padding: 20px 0 0 0;
        margin: 20px 0 0; } }
    footer.site div.links section.form span.form {
      display: inline-block;
      position: relative;
      margin: 5px 0 0 0; }
    footer.site div.links section.form input[type="text"] {
      width: 140px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 0;
      padding: 5px 10px;
      height: 36px; }
      footer.site div.links section.form input[type="text"]:focus {
        outline: none; }
    footer.site div.links section.form button {
      font-size: 16px;
      color: #303436;
      border: 0;
      background: transparent;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 6px;
      right: 7px;
      height: 22px;
      width: 22px; }
      footer.site div.links section.form button:focus {
        outline: 1px dotted rgba(48, 52, 54, 0.5); }
      footer.site div.links section.form button:active {
        top: 6px;
        right: 6px; }
  footer.site p.copyright {
    background: #313436 url("https://8834e1fc7bb6213f01a6-baa2ba9f0ebf43ee5dec97b5ae5ab2dd.ssl.cf2.rackcdn.com/bg-texture-dark_png-1433332454");
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }
    footer.site p.copyright a {
      color: #17C6FF; }
      footer.site p.copyright a:before {
        content: "";
        border-left: 1px solid #4f5456;
        display: inline-block;
        margin: 0 7px 0 5px;
        height: 16px;
        width: 0;
        position: relative;
        top: 4px; }

div.form.form-donation h2 {
  color: #1c1e1f;
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
  margin-bottom: 20px; }
  div.form.form-donation h2.tight {
    margin-bottom: 5px; }
  div.form.form-donation h2 em {
    font-size: 16px;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
    font-style: italic;
    color: #747D82; }
div.form.form-donation input {
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  color: #303436; }
  div.form.form-donation input:-webkit-autofill {
    background: rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important; }
    div.form.form-donation input:-webkit-autofill.editinput {
      -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
      -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
      box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important; }
div.form.form-donation .row.verify .col-xs-12 {
  border-top: #C4CBCF solid 1px;
  padding-top: 20px;
  margin-top: 20px; }
div.form.form-donation .row.verify.row-donation .col-xs-12 {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }
  div.form.form-donation .row.verify.row-donation .col-xs-12 label {
    font-weight: bold; }
    div.form.form-donation .row.verify.row-donation .col-xs-12 label.error {
      bottom: -10px;
      font-weight: normal; }
div.form.form-donation .row.verify .form-group {
  display: block;
  width: 100%;
  min-height: 1.75em;
  clear: both; }
  div.form.form-donation .row.verify .form-group.phone input {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    min-width: 20%;
    width: 26%;
    margin-top: 0; }
    div.form.form-donation .row.verify .form-group.phone input:last-child {
      width: 40%; }
  div.form.form-donation .row.verify .form-group.phone span {
    display: block;
    float: left;
    padding: 6px 0; }
  div.form.form-donation .row.verify .form-group.phone .phinput {
    float: right;
    width: 40%;
    text-align: right; }
  div.form.form-donation .row.verify .form-group input {
    font-size: 18px; }
div.form.form-donation .row.verify label {
  font-weight: normal;
  float: left; }
  div.form.form-donation .row.verify label.error {
    width: 100%;
    text-align: right;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 15px; }
  div.form.form-donation .row.verify label em {
    display: none; }
  div.form.form-donation .row.verify label span {
    float: none !important;
    display: inline-block !important;
    font-size: 13px;
    color: #999; }
div.form.form-donation .row.verify input:-webkit-autofill {
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
  color: #17C6FF !important; }
  div.form.form-donation .row.verify input:-webkit-autofill.editinput, div.form.form-donation .row.verify input:-webkit-autofill.form-control {
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    color: #17C6FF !important; }
div.form.form-donation .row.verify ins.hr {
  border-top: #C4CBCF solid 1px;
  display: block;
  padding-top: 20px;
  margin-top: 20px; }
div.form.form-donation .row.verify select {
  float: right;
  margin-top: -4px;
  text-align: right;
  width: 70%;
  background-color: #FFF;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #C4CBCF;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 6px 10px;
  text-decoration: none; }
  div.form.form-donation .row.verify select:-webkit-autofill {
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.08) !important;
    color: #17C6FF !important; }
div.form.form-donation .row.verify input {
  float: right;
  text-align: right;
  min-width: 70%;
  width: auto;
  border: none;
  box-shadow: none;
  padding-left: 0;
  margin-top: -7px;
  background-color: #FFF;
  box-shadow: none !important;
  border-bottom: 1px solid #C4CBCF;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 6px 10px;
  text-decoration: none; }
  div.form.form-donation .row.verify input.editinput {
    background-color: #FFF;
    box-shadow: none !important;
    border-bottom: 1px solid #C4CBCF;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none; }
  div.form.form-donation .row.verify input.valid {
    background-color: #FFF;
    box-shadow: none !important;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none; }
  div.form.form-donation .row.verify input:focus {
    background-color: #FFF;
    box-shadow: none !important;
    border-bottom: 1px solid #C4CBCF;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none; }
  div.form.form-donation .row.verify input.error {
    color: #303436;
    background-color: #FFF;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #C4CBCF;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none; }
  div.form.form-donation .row.verify input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 {
  width: 49%;
  border-top: #C4CBCF solid 1px;
  padding-top: 20px;
  margin-top: 0; }
  div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 label {
    font-weight: bold;
    margin-left: -10px; }
    div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 label + .row.verify {
      padding-top: .5em; }
  div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-10 {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0 5px; }
    div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-10 .form-group {
      min-height: 0; }
      div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-10 .form-group input {
        text-align: left;
        float: left;
        width: 100%; }
  div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5 .form-group input[type="text"] {
    float: left;
    text-align: left;
    margin: 0; }
  div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5 .form-group label {
    visibility: hidden;
    width: 0; }
  div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-name {
    padding-left: 5px;
    width: 35%; }
  div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email {
    width: 65%; }
    div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email input[type="email"] {
      float: left;
      text-align: left;
      margin: 0; }
    div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email a.add {
      position: absolute;
      right: 0;
      width: 100px;
      bottom: -8px; }
    div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email a.remove {
      position: relative;
      left: 20px;
      bottom: -4px; }
div.form.form-donation p.help-block {
  font-size: 16px;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
  font-style: italic;
  color: #747D82; }
div.form.form-donation label {
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
  color: #303436;
  font-size: 16px; }
  div.form.form-donation label em {
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
    font-style: italic;
    color: #747D82; }
  div.form.form-donation label.error {
    color: #EC5252;
    margin: 5px 0 0; }
div.form.form-donation div.row-submit {
  text-align: right;
  font-size: 14px; }
  div.form.form-donation div.row-submit a.reset {
    margin-right: 15px; }
div.form.form-donation div.row + div.row {
  margin-top: 10px; }
div.form.form-donation div.row-donation label.error {
  position: absolute;
  bottom: -15px;
  left: 15px; }
div.form.form-donation div.row-donation input {
  display: inline-block !important;
  width: 295px !important; }
div.form.form-donation div.row-donation span {
  display: inline-block;
  margin-left: 10px; }
div.form.form-donation button.btn-poison {
  text-transform: none;
  padding: 15px 30px;
  font-size: 16px; }
div.form.form-donation input.phone-combined {
  position: absolute;
  top: -999em;
  left: -999em; }
div.form.form-donation a.add {
  font-size: 14px;
  margin: 5px 0 0;
  display: block;
  text-align: right;
  cursor: pointer; }
div.form.form-donation a.remove {
  position: absolute;
  right: -20px;
  bottom: 8px;
  cursor: pointer; }
div.form.form-donation div.col-honor-email div.form-group,
div.form.form-donation div.col-memory-email div.form-group {
  position: relative; }
div.form.form-donation .panel-donationfor .col-donationfor-email .form-group {
  position: relative; }

header.site {
  background: #313436 url("https://8834e1fc7bb6213f01a6-baa2ba9f0ebf43ee5dec97b5ae5ab2dd.ssl.cf2.rackcdn.com/bg-texture-dark_png-1433332454");
  padding: 20px 0; }
  header.site div.container {
    position: relative; }
  header.site h1 {
    margin: 0; }
    @media (max-width: 767px) {
      header.site h1 img {
        width: 100%;
        max-width: 320px;
        height: auto; } }
  header.site nav.global {
    position: absolute;
    top: 11px;
    right: 250px;
    font-size: 13px; }
    @media (max-width: 767px) {
      header.site nav.global {
        position: static;
        top: auto;
        right: auto;
        padding-top: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header.site nav.global {
        position: static;
        top: auto;
        right: auto;
        padding-top: 10px; } }
    header.site nav.global a {
      color: #fff;
      display: inline-block;
      position: relative;
      padding-left: 22px; }
      header.site nav.global a:before {
        content: "";
        background: url(https://8834e1fc7bb6213f01a6-baa2ba9f0ebf43ee5dec97b5ae5ab2dd.ssl.cf2.rackcdn.com/sprite-icons_png-1433332454) no-repeat;
        display: block;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 1px;
        left: 0;
        background-size: 64px 128px; }
      header.site nav.global a + a {
        margin-left: 15px;
        padding-left: 35px;
        border-left: 1px solid #121314; }
        header.site nav.global a + a:before {
          left: 13px; }
      @media (max-width: 767px) {
        header.site nav.global a {
          padding-left: 0; }
          header.site nav.global a:before {
            display: none; }
          header.site nav.global a + a {
            border: 0;
            margin-left: 10px;
            padding-left: 22px; } }
      header.site nav.global a.help:before {
        background-position: -32px -24px; }
      header.site nav.global a.need:before {
        background-position: -48px -24px; }
      .lt-ie9 header.site nav.global a.help:before {
        background-position: -32px 0px;
        background-size: auto auto; }
      .lt-ie9 header.site nav.global a.need:before {
        background-position: -48px 0px;
        background-size: auto auto; }
  header.site div.form {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 220px;
    font-size: 13px; }
    header.site div.form input[type="text"] {
      background: #1c1e1f;
      border: 2px solid #1c1e1f;
      font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      -moz-box-sizing: border-radius;
      -webkit-box-sizing: border-radius;
      box-sizing: border-radius;
      color: #d5dce0;
      padding: 5px 15px;
      height: 36px; }
      header.site div.form input[type="text"]:focus {
        outline: none; }
    header.site div.form button {
      font-size: 16px;
      color: #d5dce0;
      border: 0;
      background: transparent;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 7px;
      right: 10px;
      height: 22px;
      width: 22px; }
      header.site div.form button:focus {
        outline: 1px dotted rgba(213, 220, 224, 0.5); }
      header.site div.form button:active {
        top: 8px;
        right: 9px; }
    @media (max-width: 767px) {
      header.site div.form {
        margin-top: 10px;
        position: relative;
        top: auto;
        right: auto; } }

section.list-more {
  margin-top: 40px; }
  section.list-more h1 {
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #fc5626;
    margin: 0; }
  section.list-more ul.chevrons {
    margin: 0; }
    section.list-more ul.chevrons li:before {
      color: #03a6dc; }
    section.list-more ul.chevrons li.more:before {
      color: #017c9c; }
    section.list-more ul.chevrons li.more a {
      color: #017c9c; }

div.nav-controls {
  background: #e8eef1;
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #C4CBCF; }
  div.nav-controls i {
    cursor: pointer; }

nav.primary {
  background: #fff;
  font-size: 14px;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
  position: relative;
  z-index: 1; }
  nav.primary.primary-with-secondary:after, nav.primary.hovered:after {
    content: "";
    position: absolute;
    height: 3em;
    background: #dbe2e6;
    width: 100%;
    bottom: -3em;
    left: 0;
    z-index: 5;
    display: block;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 2px 2px; }
  @media (min-width: 1200px) {
    nav.primary {
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    nav.primary {
      font-size: 16px; } }
  @media (max-width: 767px) {
    nav.primary {
      border-bottom: 1px solid #C4CBCF;
      padding: 0;
      display: none;
      background: #e8eef1; }
      nav.primary .container {
        padding: 0 !important; }
        nav.primary .container a {
          padding-left: 15px; }
      nav.primary.open {
        display: block; } }
  nav.primary li {
    float: left;
    margin: 0; }
    nav.primary li ul {
      font-size: 12px;
      font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", sans-serif;
      position: absolute;
      z-index: 6;
      top: 3.5em; }
      nav.primary li ul li + li:before {
        content: "";
        display: inline-block;
        height: 16px;
        width: 0;
        border-left: 1px solid #666e72;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        margin: 0 10px;
        position: relative;
        top: 3px; }
      nav.primary li ul li a {
        color: #666e72;
        white-space: nowrap;
        display: inline-block; }
        nav.primary li ul li a.active {
          color: #1c1e1f;
          font-weight: bold;
          font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif; }
      @media (max-width: 767px) {
        nav.primary li ul {
          position: relative;
          top: auto; }
          nav.primary li ul li {
            float: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
            nav.primary li ul li a {
              padding-top: 5px;
              padding-bottom: 5px; }
            nav.primary li ul li:before {
              margin: 0 !important;
              content: "" !important;
              height: 0 !important;
              border: none !important; }
            nav.primary li ul li + li {
              border-top: 1px solid rgba(255, 255, 255, 0.6); } }
      @media (min-width: 768px) and (max-width: 991px) {
        nav.primary li ul {
          display: none; }
          nav.primary li ul a {
            padding: 9px 3px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        nav.primary li ul {
          display: none;
          font-size: 14px;
          top: 3.7em; }
          nav.primary li ul a {
            padding: 13px 8px; } }
      @media (min-width: 1200px) {
        nav.primary li ul {
          display: none;
          font-size: 14px;
          top: 4.45em; }
          nav.primary li ul a {
            padding: 15px 8px; } }
  nav.primary .container > ul > li + li {
    margin-left: 115px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.primary .container > ul > li + li {
        margin-left: 85px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.primary .container > ul > li + li {
        margin-left: 50px; } }
  nav.primary .container > ul > li.hasSubNav:hover ul {
    z-index: 10; }
  nav.primary .container > ul > li.hasSubNav:hover > a:before {
    content: "";
    height: 16px;
    width: 16px;
    background: #dbe2e6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (max-width: 767px) {
      nav.primary .container > ul > li.hasSubNav:hover > a:before {
        display: none; } }
    .lt-ie9 nav.primary .container > ul > li.hasSubNav:hover > a:before {
      width: 22px;
      height: 11px;
      background: url(https://8834e1fc7bb6213f01a6-baa2ba9f0ebf43ee5dec97b5ae5ab2dd.ssl.cf2.rackcdn.com/main-nav-chevron-ie_png-1433332455) 0 0 no-repeat;
      margin: 0;
      bottom: 0; }
  nav.primary .container > ul > li.hasSubNav:hover > ul {
    display: block;
    width: 100%;
    left: 0;
    background: #dbe2e6; }
  nav.primary .container > ul > li.hasSubNav > a.active:before {
    content: "";
    height: 16px;
    width: 16px;
    background: #dbe2e6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (max-width: 767px) {
      nav.primary .container > ul > li.hasSubNav > a.active:before {
        display: none; } }
  @media (max-width: 767px) {
    nav.primary .container > ul > li {
      margin-left: 0 !important;
      float: none; } }
  nav.primary .container > ul > li > a {
    color: inherit;
    white-space: nowrap;
    display: block;
    position: relative; }
    nav.primary .container > ul > li > a:hover {
      color: inherit;
      /*+ ul {
          display: block;
          width: 100%;
          left: 0;
          background: #dbe2e6;
      }*/ }
    @media (max-width: 767px) {
      nav.primary .container > ul > li > a {
        background: rgba(0, 0, 0, 0.1); } }
    nav.primary .container > ul > li > a.active {
      -webkit-transition: color .3s;
      color: #fc5626; }
      nav.primary .container > ul > li > a.active + ul {
        display: block;
        width: 100%;
        left: 0;
        background: #dbe2e6; }
    @media (min-width: 1200px) {
      nav.primary .container > ul > li > a {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.primary .container > ul > li > a {
        padding: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.primary .container > ul > li > a {
        padding: 10px 0; } }
    @media (max-width: 767px) {
      nav.primary .container > ul > li > a {
        padding-top: 5px;
        padding-bottom: 5px; }
        nav.primary .container > ul > li > a.active {
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); } }
  nav.primary.primary-with-secondary a.active:before {
    background: #dbe2e6; }

section.rail {
  background: #fff;
  padding: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px; }
  section.rail h1 {
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
    font-size: 24px;
    margin: 0; }
  section.rail a.button {
    width: 100%; }
  section.rail.help .button.button-alt {
    font-size: 16px; }
  section.rail article {
    margin: 1.2em 0; }
    section.rail article h1 {
      font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
      font-size: 18px; }
      section.rail article h1 + p {
        margin: 0; }
      section.rail article h1 a {
        color: #03a6dc; }
  section.rail.rail-reversed {
    background: #303436;
    color: #fff;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
    font-size: 16px; }
    section.rail.rail-reversed h1 {
      color: #fff; }
  section.rail.rail-icon {
    text-align: center;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
    font-size: 16px; }
    section.rail.rail-icon h1 i.fa {
      color: #fc5626;
      font-size: 26px;
      line-height: 40px;
      height: 48px;
      width: 48px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fc5626;
      border: 3px solid #fc5626;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      display: block;
      margin: 0 auto 10px; }
      section.rail.rail-icon h1 i.fa.fa-music:before {
        position: relative;
        left: -2px; }
    section.rail.rail-icon h1 i.icon-chart:before {
      content: "";
      display: block;
      background: url("https://8834e1fc7bb6213f01a6-baa2ba9f0ebf43ee5dec97b5ae5ab2dd.ssl.cf2.rackcdn.com/sprite-icons_png-1433332454") 0 -208px no-repeat;
      height: 32px;
      width: 32px;
      margin: 4px auto; }
  section.rail.rail-support {
    background: #0098ca;
    color: #fff;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", sans-serif;
    font-size: 16px; }
    section.rail.rail-support h1 {
      color: #fff; }
    section.rail.rail-support span {
      color: #f7e047; }
  section.rail + section.rail {
    margin-top: 30px; }
  @media (max-width: 767px) {
    section.rail {
      margin-top: 30px; } }

section.social {
  position: absolute;
  top: 0;
  right: 15px; }
  @media (max-width: 767px) {
    section.social {
      position: static;
      top: auto;
      right: auto;
      padding: 15px 0 0; } }
  section.social h1 {
    margin: 0;
    font-size: 14px;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
    display: inline-block;
    line-height: 28px;
    padding-right: 10px; }
  section.social a {
    cursor: pointer;
    height: 32px;
    width: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #03a6dc;
    border: 2px solid #03a6dc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: inline-block; }
    section.social a + a {
      margin-left: 5px; }
    section.social a:hover {
      border-color: #fc5626;
      color: #fc5626; }
    section.social a i {
      line-height: 30px; }
    section.social a.email i {
      position: relative;
      top: -1px; }

section.tabs {
  font-size: 14px;
  margin-top: 40px; }
  section.tabs div.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    section.tabs div.embed-container iframe,
    section.tabs div.embed-container object,
    section.tabs div.embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section.tabs h1.section-title {
    background: #303436;
    color: #f7e047;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 7px 0 10px;
    margin: 0; }
  section.tabs article {
    display: none; }
    section.tabs article h1 {
      font-size: 18px;
      font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", sans-serif;
      margin: 0;
      padding: 15px 0 2px; }
      section.tabs article h1 a {
        color: #03a6dc; }
    section.tabs article p {
      margin: 0; }
    section.tabs article.active {
      display: block; }
    @media (max-width: 767px) {
      section.tabs article {
        display: block; } }
  section.tabs div.tabs-nav {
    margin-top: 15px;
    line-height: 18px; }
    section.tabs div.tabs-nav a.active {
      color: #fc5626; }
    section.tabs div.tabs-nav a img {
      display: block;
      margin-bottom: 5px; }
    @media (max-width: 767px) {
      section.tabs div.tabs-nav {
        display: none; } }

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

.search-result {
  margin: 1em 0; }
  .search-result h1 {
    font-size: 20px;
    margin: -1px 0 10px 0; }
    .search-result h1 a {
      color: #03a6dc !important; }
  .search-result img {
    float: left; }
  .search-result .content {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 198px; }
  .search-result + hr + h2 {
    margin-top: 1.5em; }
  @media (max-width: 767px) {
    .search-result img + .content {
      margin: 20px 0 10px;
      float: left; }
    .search-result .content {
      margin: 0 0 10px;
      float: left; } }

.subscribe + h2 {
  margin-top: 1.5em; }

.small-images .search-result {
  margin-bottom: 1.5em; }
  .small-images .search-result h1 {
    margin-bottom: 8px; }
  .small-images .search-result .content {
    margin-left: 145px; }
  .small-images .search-result + hr + h2 {
    margin-top: -5px; }
  @media (max-width: 767px) {
    .small-images .search-result .content {
      margin: 10px 0;
      float: left; } }

.subscribe h2 {
  color: #1c1e1f; }
.subscribe .form-inline {
  margin-top: 15px;
  left: -2px;
  position: relative; }
  .subscribe .form-inline .form-group {
    width: 50%; }
  .subscribe .form-inline button[name="submit"] {
    margin-left: 5px; }
  .subscribe .form-inline .privacyBy {
    font-size: small;
    color: #666;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1.2; }

#ccForm {
  visibility: hidden; }

.pagination {
  list-style: none;
  margin: 0;
  font-size: smaller;
  text-align: center; }
  .pagination li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 10px; }
    .pagination li a.active {
      color: #000; }
      .pagination li a.active:hover {
        cursor: default;
        text-decoration: none; }
    .pagination li a.disabled {
      color: rgba(0, 0, 0, 0.5); }
      .pagination li a.disabled:hover {
        cursor: default;
        text-decoration: none; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important; }

  nav.primary,
  nav.secondary,
  header.site div.form {
    display: none; }

  a,
  a:visited {
    color: #333 !important;
    text-decoration: underline; }

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

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

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

  pre,
  blockquote {
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

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

  p,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; } }
.offscreen {
  top: -9999em;
  left: -9999em; }

@-ms-viewport {
  width: device-width; }
.thankYouLinks a.button {
  width: 100%;
  margin-bottom: 15px; }
  .thankYouLinks a.button span.sub {
    display: block;
    color: #005a7b;
    font-size: small; }

.resultsCount {
  font-size: 14px;
  color: #666; }

.form div.phone input,
.form div.phone span {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
.form div.phone input {
  width: 4em; }
  .form div.phone input.wide {
    width: 5em; }
  .form div.phone input::-webkit-outer-spin-button, .form div.phone input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
