/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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;
  }
  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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #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;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-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-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  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,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  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-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  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: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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-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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ==========================================================================
   BOOTSTRAP 3 NEW BREAKPOINT GENERATOR
   ========================================================================== */
/* DEFINE THE CLASSNAME AND SIZE
       ========================================================================== */
/* FIX PREVIOUS BREAKPOINT OVERLAP
       ========================================================================== */
/* STOP EDITING BELOW THIS LINE...I GOT THIS :)
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg,
  .visible-lg-inline,
  .visible-lg-inline-block,
  .visible-lg-block {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .visible-xl {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1366px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1366px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1327.7px;
  }
}
@media (min-width: 1366px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ri3ws2');
  src: url('../fonts/icomoon.eot?#iefixri3ws2') format('embedded-opentype'), url('../fonts/icomoon.woff?ri3ws2') format('woff'), url('../fonts/icomoon.ttf?ri3ws2') format('truetype'), url('../fonts/icomoon.svg?ri3ws2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
/**
* Less CSS triangle mixin, create any kind of triangles with ease

* Use: 
* .triangle(direction,width,height,color);

* Example:
* @square: 50px;
* @color: red;
* selector {
*	 .triangle(bottomright,@square,@square,@color);
* }

* https://github.com/juanbrujo/triangle-mixin.less
* 2014 © Jorge Epuñan | csslab.cl
*/
/* --------------------------------------------------- *\
  BASE
\* --------------------------------------------------- */
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-purple {
  color: #8b73b3 !important;
}
.color-lt-purple {
  color: #a48cc4 !important;
}
.color-ltst-purple {
  color: #b29dd9 !important;
}
.color-red {
  color: #ef6d6c !important;
}
.color-lt-red {
  color: #f58884 !important;
}
.color-ltst-red {
  color: #faa7a5 !important;
}
.background-purple {
  background-color: #8b73b3 !important;
}
.proxima {
  font-family: 'proxima-nova-alt', sans-serif;
}
.proxima-cond {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
}
html,
body,
.outer-container {
  padding: 0;
  margin: 0;
  height: 100%;
}
html#html-container {
  margin-top: 0 !important;
}
body {
  font-family: 'proxima-nova-alt', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000000;
}
a:focus {
  color: inherit;
  text-decoration: none;
}
.bold {
  font-weight: bold !important;
}
.bolder {
  font-weight: 900 !important;
}
.italic {
  font-style: italic !important;
}
.primary-button {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #8b73b3;
  padding: 7px 15px;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0;
  color: #ffffff;
}
.primary-button:hover {
  text-decoration: none;
  background: #9984bc;
  color: #ffffff;
}
::selection {
  background: #faa7a5;
  /* Safari */
}
::-moz-selection {
  background: #faa7a5;
  /* Firefox */
}
ul.sidebar {
  margin-bottom: 2em;
}
ul.sidebar.secondary-nav {
  background: #949598;
}
ul.sidebar.secondary-nav li {
  border-bottom-color: #efeff0;
}
ul.sidebar.secondary-nav li a:hover {
  background: #d5d5d7;
}
ul.sidebar.donate {
  background: #8CDE67;
}
ul.sidebar.donate li {
  border-bottom-color: #83c444;
}
ul.sidebar.donate li a:hover {
  background: #5ecc2c;
}
.btn {
  border-radius: 0 !important;
  border: 0 !important;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
}
.btn.w-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.btn.w-icon .icon {
  float: left !important;
  width: 50px;
  height: 30px;
  overflow: hidden;
  padding: 0 3px;
  line-height: 0;
  text-align: center;
}
.btn.w-icon .icon img {
  width: 100%;
}
.btn.w-icon .text {
  clear: both;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px 10px;
  min-width: 100px;
}
.btn.w-icon .glyphicon-container {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.btn.w-icon .glyphicon-container .glyphicon {
  font-size: 8px;
  line-height: 10px;
  top: -1px;
}
.btn.w-icon.green-w-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4M2M0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3YWY0NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #83c444 0%, #57af47 100%);
  background-image: -moz-linear-gradient(top, #83c444 0%, #57af47 100%);
  background-image: -o-linear-gradient(top, #83c444 0%, #57af47 100%);
  background-image: linear-gradient(to bottom, #83c444 0%, #57af47 100%);
}
.btn.w-icon.green-w-icon .icon {
  background: #83c444;
}
.btn.w-icon.red-w-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNTg4ODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNmQ2YyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f58884 0%, #ef6d6c 100%);
  background-image: -moz-linear-gradient(top, #f58884 0%, #ef6d6c 100%);
  background-image: -o-linear-gradient(top, #f58884 0%, #ef6d6c 100%);
  background-image: linear-gradient(to bottom, #f58884 0%, #ef6d6c 100%);
}
.btn.w-icon.red-w-icon .icon {
  background: #faa7a5;
}
.btn.w-icon.purple-w-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhNDhjYzQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmNTA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #a48cc4 0%, #5f5080 100%);
  background-image: -moz-linear-gradient(top, #a48cc4 0%, #5f5080 100%);
  background-image: -o-linear-gradient(top, #a48cc4 0%, #5f5080 100%);
  background-image: linear-gradient(to bottom, #a48cc4 0%, #5f5080 100%);
}
.btn.w-icon.purple-w-icon .icon {
  background: #b29dd9;
}
.btn.w-icon.onyx-w-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NjUzNTMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #565353 0%, #373535 100%);
  background-image: -moz-linear-gradient(top, #565353 0%, #373535 100%);
  background-image: -o-linear-gradient(top, #565353 0%, #373535 100%);
  background-image: linear-gradient(to bottom, #565353 0%, #373535 100%);
}
.btn.w-icon.onyx-w-icon .icon {
  background: #6c6969;
}
.font-1 {
  font-size: 14px;
  line-height: 1.42857143;
}
.font-2 {
  font-size: 16px;
  line-height: 1.42857143;
}
.font-3 {
  font-size: 18px;
  line-height: 1.42857143;
}
.font-4 {
  font-size: 22px;
  line-height: 1.42857143;
}
.font-5 {
  font-size: 24px;
  line-height: 1.42857143;
}
.font-6 {
  font-size: 30px;
  line-height: 1.42857143;
}
.font-7 {
  font-size: 34px;
  line-height: 1.42857143;
}
.font-8 {
  font-size: 38px;
  line-height: 1.42857143;
}
.font-9 {
  font-size: 40px;
  line-height: 1.42857143;
}
.font-10 {
  font-size: 44px;
  line-height: 1.42857143;
}
.font-11 {
  font-size: 60px;
  line-height: 1.42857143;
}
.font-l-1 {
  font-size: 14px;
  line-height: 18px;
}
.font-l-2 {
  font-size: 16px;
  line-height: 20px;
}
.font-l-3 {
  font-size: 18px;
  line-height: 22px;
}
.font-l-4 {
  font-size: 22px;
  line-height: 24px;
}
.font-l-5 {
  font-size: 24px;
  line-height: 28px;
}
.font-l-6 {
  font-size: 30px;
  line-height: 34px;
}
.font-l-7 {
  font-size: 34px;
  line-height: 38px;
}
.font-l-8 {
  font-size: 38px;
  line-height: 40px;
}
.font-l-9 {
  font-size: 40px;
  line-height: 44px;
}
.font-l-10 {
  font-size: 44px;
  line-height: 48px;
}
.font-l-11 {
  font-size: 60px;
  line-height: 64px;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes spin{ 100%{ -webkit-transform: rotate(360deg); }}
@-moz-keyframes spin{ 100%{ -moz-transform: rotate(360deg); }}
@-o-keyframes spin{ 100%{ -o-transform: rotate(360deg); }}
@keyframes spin{ 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes spin-long{ 90%{ -webkit-transform: rotate(0); } 100%{ -webkit-transform: rotate(360deg); }}
@-moz-keyframes spin-long{ 90%{ -moz-transform: rotate(0); } 100%{ -moz-transform: rotate(360deg); }}
@-o-keyframes spin-long{ 90%{ -o-transform: rotate(0); } 100%{ -o-transform: rotate(360deg); }}
@keyframes spin-long{ 90%{-webkit-transform: rotate(0);-moz-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0); } 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes swing{ 33%{ -webkit-transform: rotate(45deg); } 66%{ -webkit-transform: rotate(-45deg); } 100%{ -webkit-transform: rotate(0); }}
@-moz-keyframes swing{ 33%{ -moz-transform: rotate(45deg); } 66%{ -moz-transform: rotate(-45deg); } 100%{ -moz-transform: rotate(0); }}
@-o-keyframes swing{ 33%{ -o-transform: rotate(45deg); } 66%{ -o-transform: rotate(-45deg); } 100%{ -o-transform: rotate(0); }}
@keyframes swing{ 33%{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); } 66%{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg); } 100%{-webkit-transform: rotate(0);-moz-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes swing-tame{ 33%{ -webkit-transform: rotate(10deg); } 66%{ -webkit-transform: rotate(-10deg); } 100%{ -webkit-transform: rotate(0); }}
@-moz-keyframes swing-tame{ 33%{ -moz-transform: rotate(10deg); } 66%{ -moz-transform: rotate(-10deg); } 100%{ -moz-transform: rotate(0); }}
@-o-keyframes swing-tame{ 33%{ -o-transform: rotate(10deg); } 66%{ -o-transform: rotate(-10deg); } 100%{ -o-transform: rotate(0); }}
@keyframes swing-tame{ 33%{-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-ms-transform: rotate(10deg);transform: rotate(10deg); } 66%{-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);transform: rotate(-10deg); } 100%{-webkit-transform: rotate(0);-moz-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bounce{ 25%{ top: -5px } 50%{ top: 5px } 75%{ top: -5px } 100%{ top: 0px }}
@-moz-keyframes bounce{ 25%{ top: -5px } 50%{ top: 5px } 75%{ top: -5px } 100%{ top: 0px }}
@-o-keyframes bounce{ 25%{ top: -5px } 50%{ top: 5px } 75%{ top: -5px } 100%{ top: 0px }}
@keyframes bounce{ 25%{ top: -5px } 50%{ top: 5px } 75%{ top: -5px } 100%{ top: 0px };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes pulse{ 0%{ -webkit-transform: scale(1); } 50%{ -webkit-transform: scale(1.3); } 100%{ -webkit-transform: scale(1); }}
@-moz-keyframes pulse{ 0%{ -moz-transform: scale(1); } 50%{ -moz-transform: scale(1.3); } 100%{ -moz-transform: scale(1); }}
@-o-keyframes pulse{ 0%{ -o-transform: scale(1); } 50%{ -o-transform: scale(1.3); } 100%{ -o-transform: scale(1); }}
@keyframes pulse{ 0%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); } 50%{-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3); } 100%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes pulse-tame{ 0%{ -webkit-transform: scale(1); } 50%{ -webkit-transform: scale(1.05); } 100%{ -webkit-transform: scale(1); }}
@-moz-keyframes pulse-tame{ 0%{ -moz-transform: scale(1); } 50%{ -moz-transform: scale(1.05); } 100%{ -moz-transform: scale(1); }}
@-o-keyframes pulse-tame{ 0%{ -o-transform: scale(1); } 50%{ -o-transform: scale(1.05); } 100%{ -o-transform: scale(1); }}
@keyframes pulse-tame{ 0%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); } 50%{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05); } 100%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); };
}
.heart-in-hands-shining,
div.sponsor-hotline a:before {
  background: url("../images/heart-in-hands-shining.svg") center no-repeat;
  background-size: contain;
}
.thirty-five-years,
.anniversary {
  background: url("../images/35-years.png") center no-repeat;
  background-size: contain;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.modal-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.modal-container .modal {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  background: #000000;
  overflow: visible;
  max-width: 800px;
  z-index: 2;
  width: 90%;
}
.modal-container .modal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.modal-container .modal > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-container .modal iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.modal-container .close-button {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
  letter-spacing: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 2px solid #ffffff;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  z-index: 2;
}
/* --------------------------------------------------- *\
  XS
\* --------------------------------------------------- */
#wpadminbar {
  overflow: hidden;
}
*:focus {
  outline: none !important;
}
.padding {
  padding: 15px;
}
.horizontal-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.vertical-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.no-top-padding {
  padding-top: 0 !important;
}
.margin {
  margin: 15px;
}
.horizontal-margin {
  margin-left: 15px;
  margin-right: 15px;
}
.vertical-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.no-margin {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.weight-normal {
  font-weight: normal !important;
  letter-spacing: 0 !important;
}
.the-dropdown {
  border: 1px solid #373535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 8px 38px 8px 5px;
  width: 200px;
  background: #ffffff url("../images/dropdown-bg.gif") 167px center no-repeat;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.42857143;
}
.loading-icon {
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
.form-control:focus {
  border-color: #a48cc4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(164, 140, 196, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(164, 140, 196, 0.6);
}
.search-form {
  padding: 15px;
  position: relative;
}
.search-form:before,
.search-form:after {
  content: " ";
  display: table;
}
.search-form:after {
  clear: both;
}
.search-form:before,
.search-form:after {
  content: " ";
  display: table;
}
.search-form:after {
  clear: both;
}
.search-form .form-group {
  float: left !important;
  width: 90%;
  margin: 0;
}
.search-form .form-group .search-input {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100% !important;
}
.search-form button {
  float: right !important;
  width: 10%;
  height: 35px;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: 0;
}
.search-form button span {
  top: 3px;
}
.search-form button:hover {
  background: transparent;
}
.search-form button:active {
  color: #ef6d6c;
  background: transparent;
}
.ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #ece7f6;
  z-index: 9999;
}
.ui-autocomplete .ui-autocomplete-category {
  padding: 5px;
  text-transform: uppercase;
  background: #ece7f6;
  color: #000000;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: default;
}
.ui-autocomplete .ui-menu-item {
  padding: 5px 5px 5px 10px;
  background: transparent;
  border-bottom: 1px solid #ece7f6;
  color: #373535;
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.list-group * {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
ul.pagination {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.pagination * {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
ul.pagination li span,
ul.pagination li a {
  border-color: #b29dd9 !important;
}
ul.pagination li a {
  color: #8b73b3;
}
ul.pagination li .current {
  background: #f7f5fb;
  cursor: default;
  color: #cfc2e7;
}
ul.pagination li:hover a {
  background: #ffffff;
  color: #8b73b3;
}
a.prpl-side-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: .75em 1em;
  border-radius: 10px;
  overflow: hidden;
  background-color: #855FA7;
  color: #ffffff;
  font-size: 16px;
  transition: background-color 0.3s ease-out;
}
a.prpl-side-btn:hover {
  background-color: #5e4278;
}
a.prpl-side-btn.active {
  background-color: #5e4278;
  pointer-events: none;
}
html,
body {
  background: #efeff0;
}
body {
  position: relative;
  font-size: 16px;
}
.states-template .map .txt {
  font-size: 1.8rem !important;
}
.container p {
  font-size: 1.8rem;
}
.the-content .container p,
.the-content .container li {
  font-size: 1.8rem;
}
.off-canvas-nav {
  background: #ffffff;
  width: 280px;
  position: absolute;
  left: -280px;
  z-index: 9997;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.off-canvas-nav .top-btns {
  padding: 15px 20px;
  border-bottom: 1px solid #efeff0;
}
.off-canvas-nav .top-btns .btn {
  border-radius: 3px !important;
  background: #F2706D;
  padding: 5px 20px;
  text-align: center;
  width: auto;
  margin: 0 auto 15px;
  display: block;
  min-width: auto;
}
.off-canvas-nav .top-btns .btn:last-child {
  background: #8CDE67;
  margin-bottom: 0;
}
.off-canvas-nav .search-form {
  padding: 15px;
}
.off-canvas-nav .search-form .ui-autocomplete {
  width: 100% !important;
  clear: both;
}
.off-canvas-nav .main-nav-items {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}
.off-canvas-nav .main-nav-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.off-canvas-nav .main-nav-items ul .main-nav-item {
  position: relative;
}
.off-canvas-nav .main-nav-items ul .main-nav-item .main-nav-title {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #efeff0;
  color: #8b73b3;
  font-weight: 700;
  text-align: left;
  padding: 10px 30px 10px 15px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.off-canvas-nav .main-nav-items ul .main-nav-item .main-nav-title.active {
  background: #dadbdc;
}
.off-canvas-nav .main-nav-items ul .main-nav-item .accordion-nav {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.off-canvas-nav .main-nav-items ul .main-nav-item ul.sub-menu {
  background: #565353;
  border-top: 1px solid #6c6969;
}
.off-canvas-nav .main-nav-items ul .main-nav-item ul.sub-menu a {
  color: #efeff0;
  display: block;
  text-decoration: none;
}
.off-canvas-nav .main-nav-items ul .main-nav-item ul.sub-menu a:hover {
  text-decoration: none;
}
.off-canvas-nav .main-nav-items ul .main-nav-item ul.sub-menu .sub-menu-item {
  padding: 10px 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.off-canvas-nav .main-nav-items ul .main-nav-item ul.sub-menu ul {
  border-top: 1px solid #6c6969;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0NDQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #444242 0%, transparent 100%);
  background-image: -moz-linear-gradient(left, #444242 0%, transparent 100%);
  background-image: -o-linear-gradient(left, #444242 0%, transparent 100%);
  background-image: linear-gradient(to right, #444242 0%, transparent 100%);
}
.off-canvas-nav .main-nav-items ul .main-nav-item ul.sub-menu ul a {
  font-weight: 100;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
}
.off-canvas-nav .main-nav-items ul .main-nav-item.secondary .main-nav-title {
  background: #ffffff;
  color: rgba(151, 151, 151, 0.5);
  font-weight: 400;
  border-bottom: 1px solid #efeff0;
}
.off-canvas-nav .main-nav-items ul .main-nav-item.secondary .main-nav-title:hover {
  text-decoration: none;
}
.off-canvas-nav .main-nav-items ul li.menu-item-has-children .glyphicon {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 8px;
  line-height: 1.42857143;
  color: #6c6969;
}
.user-bar {
  background: #373535;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute !important;
  top: 0;
  z-index: 9998;
  width: 100%;
}
.user-bar .container {
  color: #ef6d6c;
  position: relative;
}
.user-bar .container .bar-section.user-section {
  padding: 10px 0;
}
.user-bar .container .bar-section.user-section:before,
.user-bar .container .bar-section.user-section:after {
  content: " ";
  display: table;
}
.user-bar .container .bar-section.user-section:after {
  clear: both;
}
.user-bar .container .bar-section.user-section:before,
.user-bar .container .bar-section.user-section:after {
  content: " ";
  display: table;
}
.user-bar .container .bar-section.user-section:after {
  clear: both;
}
.user-bar .container .bar-section.user-section .options-btn .glyphicon {
  top: 0;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
.user-bar .container .options-section-wrap {
  display: none;
  border-top: 1px solid #565353;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 10px;
  background: #373535;
  background: rgba(55, 53, 53, 0.9);
  z-index: 9999;
}
.user-bar .container .options-section-wrap .bar-item {
  display: block;
  padding: 10px 0;
  color: #faa7a5;
}
.user-bar .container .options-section-wrap .bar-item .icon,
.user-bar .container .options-section-wrap .bar-item .desc {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.user-bar .container .options-section-wrap .bar-item .icon {
  font-size: 20px;
  line-height: 1;
  margin-right: 3px;
}
html.active-nav .off-canvas-nav {
  margin-left: 280px;
  height: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
html.height-control {
  height: 100%;
  overflow: hidden;
}
html.height-control .off-canvas-nav {
  height: 100%;
  overflow-x: scroll;
}
body#logged-in {
  padding-top: 40px !important;
}
body#logged-in.admin-bar {
  padding-top: 89px !important;
}
body#logged-in.admin-bar .user-bar {
  top: 46px;
  position: fixed !important;
}
body#logged-in.admin-bar .header-new {
  top: 0;
  position: relative !important;
}
body#logged-in.admin-bar.home .header-new {
  transition: top 0.3s ease-out;
  top: 0;
  position: fixed !important;
}
body#logged-in.admin-bar.home .header-new.trans-header {
  top: 89px;
}
body#logged-in .user-bar .container .bar-section.user-section .user {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
body#logged-in .user-bar .container .bar-section.user-section .options-btn {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-left: 15px;
}
body#logged-in .user-bar .container .bar-section.user-section .options-btn .glyphicon {
  top: 0;
  zoom: 1;
  vertical-align: middle;
}
section.outer-section #off-canvas-mask {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.outer-section header {
  position: relative;
  z-index: 3;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.outer-section header .header-container {
  padding-bottom: 15px;
}
section.outer-section header .header-container .top-header .btn.w-icon {
  position: relative;
  padding-right: 20px;
  font-size: 1.4em;
  height: 45px;
  width: 100%;
}
section.outer-section header .header-container .top-header .btn.w-icon .icon {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
section.outer-section header .header-container .top-header .btn.w-icon .icon img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.outer-section header .header-container .top-header .btn.w-icon:hover .icon img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
section.outer-section header .header-container .top-header .btn.w-icon .icon {
  height: 45px;
  width: 70px;
}
section.outer-section header .header-container .top-header .btn.w-icon .text {
  line-height: 45px;
  padding: 0 10px 0 0;
  height: 100%;
  text-align: center;
}
section.outer-section header .header-container .top-header .btn.w-icon:after {
  content: '\f101';
  font-family: 'FontAwesome';
  font-size: .8em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  line-height: 45px;
}
section.outer-section header .header-container .top-header .btn.w-icon.purple-w-icon {
  background: #b29dd9;
  margin: .5em 0;
}
section.outer-section header .header-container .top-header .btn.w-icon.purple-w-icon .icon {
  background: #b29dd9;
}
section.outer-section header .header-container .top-header .btn.w-icon.purple-w-icon:after {
  background: #8b73b3;
}
section.outer-section header .header-container .top-header .btn.w-icon.green-w-icon {
  background: #83c444;
}
section.outer-section header .header-container .top-header .btn.w-icon.green-w-icon .icon {
  background: #83c444;
}
section.outer-section header .header-container .top-header .btn.w-icon.green-w-icon:after {
  background: #57af47;
}
section.outer-section header .header-container .top-header .left-section .mobile-header {
  margin-bottom: 15px;
}
section.outer-section header .header-container .top-header .left-section .mobile-header .nav-btn {
  cursor: pointer;
  float: left !important;
  width: auto;
  padding-top: 15px;
  text-align: left;
}
section.outer-section header .header-container .top-header .left-section .mobile-header .nav-btn span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #949598;
}
section.outer-section header .header-container .top-header .left-section .mobile-header .nav-btn span.icon-menu2 {
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: -1px;
}
section.outer-section header .header-container .top-header .left-section .mobile-header .nav-btn span.nav-btn-title {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
section.outer-section header .header-container .top-header .left-section .mobile-header .mobile-logo {
  width: 100%;
  float: right !important;
  width: 70%;
  padding-top: 15px;
  padding-left: 30px;
  text-align: right;
}
section.outer-section header .header-container .top-header .left-section .mobile-header .mobile-logo img {
  max-width: 200px;
  width: 100%;
}
section.outer-section header .header-container .top-header .left-section .hotline {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  float: right !important;
  width: 100%;
  max-width: 290px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level {
  text-align: left;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .left {
  float: left !important;
  width: 60%;
  text-align: right;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .right {
  float: right !important;
  width: 40%;
  padding-left: 5px;
  text-align: left;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-1,
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-2 {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-1 a,
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-2 a {
  text-decoration: none !important;
  color: #000000;
  cursor: default !important;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-1 a:hover,
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-2 a:hover {
  color: #000000 !important;
}
section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-1 {
  font-weight: 400;
  letter-spacing: 0;
}
section.outer-section .header-new {
  width: 100%;
  z-index: 100;
  transition: top 0.3s ease-out;
  background-color: #ffffff;
  position: relative !important;
}
.home section.outer-section .header-new {
  position: fixed !important;
}
section.outer-section .header-new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
section.outer-section .header-new .header-container {
  position: relative;
  z-index: 1;
}
section.outer-section .header-new .header-container .mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.outer-section .header-new .header-container .mobile-logo {
  flex: 0 0 140px;
  width: 140px;
}
section.outer-section .header-new .header-container .nav-btn {
  display: inline-block;
  padding: 0 5px;
}
section.outer-section .header-new .header-container .nav-btn .icon-menu2 {
  font-size: 30px;
  color: #8b73b3;
}
section.outer-section .header-new .header-container .mobile-search-btn {
  color: #8b73b3;
  padding: 5px 5px 5px 10px;
}
section.outer-section .header-new .header-container .hotline-wrap {
  text-align: center;
  color: #8b73b3;
  height: 0;
  overflow: hidden;
}
section.outer-section .header-new .header-container .hotline-wrap .hot-phone-1,
section.outer-section .header-new .header-container .hotline-wrap .hot-phone-2 {
  color: #8b73b3;
}
section.outer-section .header-new .header-container .header-main {
  padding-top: 15px;
}
section.outer-section .header-new .header-container .hotline-cta {
  padding: 10px 0;
  border-bottom: 2px solid #8b73b3;
}
section.outer-section .header-new .header-container .abuse-hotline-name {
  font-style: italic;
  display: block;
  color: #8b73b3;
}
section.outer-section .header-new .header-container .hot-phone-wrap {
  width: 100%;
  display: block;
}
section.outer-section .header-new .header-container .hot-phone-wrap a {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
section.outer-section .header-new .header-container .hot-phone-wrap span {
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}
section.outer-section .header-new .header-container .header-quick-links .quick-links-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
section.outer-section .header-new .header-container .header-quick-links .quick-links-list li {
  padding: 0 5px;
}
section.outer-section .header-new .header-container .search-form button[type='submit'] {
  background-color: #a48cc4;
  color: #ffffff;
}
section.outer-section .header-new .header-container .search-form button[type='submit']:hover,
section.outer-section .header-new .header-container .search-form button[type='submit']:focus {
  background-color: #8b73b3;
}
section.outer-section .header-new.trans-header {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  position: fixed;
}
section.outer-section .header-new.trans-header:before {
  background-color: #5f5080;
  background: -moz-linear-gradient(top, #5f5080 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #5f5080 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #5f5080 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A73B4', endColorstr='#008A73B4', GradientType=0);
  opacity: 1;
}
section.outer-section .header-new.trans-header .header-container .nav-btn .icon-menu2 {
  color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .mobile-search-btn {
  color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .hotline-cta,
section.outer-section .header-new.trans-header .header-container .header-top {
  border-color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .hotline-wrap {
  color: #ffffff;
  height: auto;
}
section.outer-section .header-new.trans-header .header-container .hotline-wrap .hot-phone-1,
section.outer-section .header-new.trans-header .header-container .hotline-wrap .hot-phone-2 {
  color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .abuse-hotline-name {
  color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .header-quick-links .quick-links-list li a {
  color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .main-nav-items > ul > li .main-nav-title {
  color: #ffffff;
}
section.outer-section .header-new.trans-header .header-container .main-nav-items > ul > li > .main-sub-nav > li a {
  color: #a48cc4;
}
section.outer-section .header-new.trans-header .header-container .main-nav-items > ul > li > .main-sub-nav > li a:hover {
  color: #a48cc4;
}
section.outer-section section.main-section {
  background: #ffffff;
  padding-top: 15px;
}
section.outer-section #donate-form-section {
  padding-top: 0;
}
section.outer-section footer {
  background: #efeff0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.outer-section footer .footer-container {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
section.outer-section footer .footer-container .left-footer .footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.outer-section footer .footer-container .left-footer .footer-nav ul li.footer-nav-item a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
section.outer-section footer .footer-container .left-footer .footer-nav ul li.footer-nav-item a:hover {
  color: #000000;
  text-decoration: none;
}
section.outer-section footer .footer-container .left-footer .footer-nav .employee-login-container {
  padding: 15px 0;
}
section.outer-section footer .footer-container .center-footer {
  background: #e2e2e3;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.outer-section footer .footer-container .center-footer .fidelity .powered {
  font-size: 14px;
  line-height: 1.42857143;
}
section.outer-section footer .footer-container .center-footer .fidelity img {
  width: 220px;
  margin-top: -5px;
}
section.outer-section footer .footer-container .right-footer {
  padding-top: 15px;
}
section.outer-section footer .footer-container .right-footer .footer-contact address {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
}
section.outer-section footer .footer-container .right-footer .footer-contact address a {
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none !important;
  color: #000000;
  cursor: default !important;
}
section.outer-section footer .footer-container .right-footer .footer-contact address a:hover {
  color: #000000 !important;
}
section.outer-section footer .footer-container .right-footer .footer-social {
  padding-top: 15px;
}
section.outer-section footer .footer-container .right-footer .footer-social a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: #000000;
  padding: 10px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 0;
  margin: 0 5px;
}
section.outer-section footer .footer-container .right-footer .footer-social a:hover {
  color: #ffffff;
  text-decoration: none;
}
section.outer-section footer .footer-container .right-footer .footer-right-nav {
  padding-top: 15px;
}
section.outer-section footer .footer-container .right-footer .footer-right-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.outer-section footer .footer-container .right-footer .footer-right-nav ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  border-right: 1px solid #000000;
}
section.outer-section footer .footer-container .right-footer .footer-right-nav ul li:last-child {
  border: 0;
}
section.outer-section footer .footer-container .right-footer .footer-right-nav ul li a {
  display: block;
  padding: 10px;
  margin-left: -4px;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 1;
}
section.outer-section footer .footer-container .right-footer .footer-right-nav ul li a:hover {
  color: #000000;
  text-decoration: none;
}
.translator {
  padding: 15px 15px 0 15px;
}
.translator * {
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.select2-search {
  display: none!important;
}
.select2-results .select2-highlighted {
  background: #b29dd9 !important;
}
.subs-component {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
/* --------------------------------------------------- *\
  PAGES
\* --------------------------------------------------- */
.with-scroll-reveal .main-section {
  overflow: hidden;
}
.with-scroll-reveal .scroll-container {
  visibility: hidden;
}
.with-scroll-reveal .scroll-container.visible {
  visibility: visible;
}
.impact-dropdown {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.impact-dropdown select {
  border: 1px solid #373535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 8px 38px 8px 5px;
  width: 200px;
  background: #ffffff url("../images/dropdown-bg.gif") 167px center no-repeat;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.42857143;
}
hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
.dropdown-msg {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
}
.dropdown-msg div.name {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0;
  color: #ef6d6c;
}
.dropdown-msg .impacted {
  font-size: 20px;
  line-height: 24px;
}
.dropdown-msg .impacted span {
  font-weight: bold;
  letter-spacing: 0;
}
.dropdown-msg .btn {
  margin-top: 5px;
  padding: 10px;
  background: #565353;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.dropdown-msg .btn .glyphicon {
  font-size: 10px;
  line-height: 1;
  top: 0;
}
#the-modal .modal-dialog .modal-content {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  background: #efeff0;
}
#the-modal .modal-dialog .modal-content .modal-header,
#the-modal .modal-dialog .modal-content .modal-body {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
#the-modal .modal-dialog .modal-content .modal-header {
  background: #b29dd9;
  color: #ffffff;
}
#how-you-can-help {
  background: #8b73b3 url("../images/help-section-xs-bg.jpg") top center no-repeat;
  color: #ffffff;
}
#how-you-can-help .help-info {
  padding-top: 15px;
}
#how-you-can-help .help-info h2 {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 34px;
  line-height: 1.42857143;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 0;
}
#how-you-can-help .help-info p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
#how-you-can-help .help-icons {
  text-align: center;
  padding-top: 30px;
}
#how-you-can-help .help-icons a.icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 49%;
  height: 205px;
  margin-bottom: 15px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
#how-you-can-help .help-icons a.icon:hover {
  color: #ffffff;
  text-decoration: none;
}
#how-you-can-help .help-icons a.icon .img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 0;
  width: 130px;
}
#how-you-can-help .help-icons a.icon .img img {
  width: 100%;
}
#how-you-can-help .help-icons a.icon .title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin: 0;
}
.breadcrumb li a {
  color: #ef6d6c;
}
.breadcrumb li.active {
  color: #949598;
}
.the-black-btn {
  background: #000000;
  padding: 10px;
  white-space: normal;
}
.the-black-btn .text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 90%;
}
.the-black-btn .white-text,
.the-black-btn .red-text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 0 2px;
  font-family: 'proxima-nova-alt', sans-serif;
}
.the-black-btn .white-text {
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.42857143;
}
.the-black-btn .red-text {
  color: #ef6d6c;
  font-weight: 100;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.42857143;
}
.the-black-btn .glyphicon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 8%;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}
.the-purple-btn {
  display: block;
  width: 100%;
  background: #a48cc4;
  margin-bottom: 15px;
}
.the-purple-btn table {
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.the-purple-btn table .left-cont,
.the-purple-btn table .right-cont {
  padding: 10px;
}
.the-purple-btn table .left-cont {
  width: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0OGNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #a48cc4 100%);
  color: #ffffff;
}
.the-purple-btn table .left-cont .title {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.the-purple-btn table .right-cont {
  width: 30%;
  color: #000000;
  text-transform: uppercase;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.the-purple-btn table .right-cont .wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: left;
}
.the-purple-btn table .right-cont .wrap .glyphicon {
  font-size: 10px;
  line-height: 10px;
  top: -1px;
}
.the-red-btn {
  display: block;
  width: 100%;
  background: #faa7a5;
  margin-bottom: 15px;
}
.the-red-btn table {
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.the-red-btn table .left-cont,
.the-red-btn table .right-cont {
  padding: 10px;
}
.the-red-btn table .left-cont {
  position: relative;
  width: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYzU2NTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODg4NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ec5655 0%, #f58884 100%);
  background-image: -moz-linear-gradient(top, #ec5655 0%, #f58884 100%);
  background-image: -o-linear-gradient(top, #ec5655 0%, #f58884 100%);
  background-image: linear-gradient(to bottom, #ec5655 0%, #f58884 100%);
  color: #ffffff;
}
.the-red-btn table .left-cont .left-info {
  position: relative;
  z-index: 1;
}
.the-red-btn table .left-cont .left-info .title {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.the-red-btn table .left-cont .icon {
  display: none;
}
.the-red-btn table .right-cont {
  width: 30%;
  color: #000000;
  text-transform: uppercase;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.the-red-btn table .right-cont .wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: left;
}
.the-red-btn table .right-cont .wrap .glyphicon {
  font-size: 10px;
  line-height: 10px;
  top: -1px;
}
.cta-banner-section {
  background: #ef6d6c;
}
.cta-banner-section .container .cta-banner {
  display: block;
  padding: 15px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cta-banner-section .container .cta-banner:hover {
  color: #ffffff;
  text-decoration: none;
}
.cta-banner-section .container .cta-banner .margin-container {
  position: relative;
  z-index: 1;
  margin-left: 30%;
}
.cta-banner-section .container .cta-banner .margin-container .banner-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.cta-banner-section .container .cta-banner .margin-container .desc {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.cta-banner-section .container .cta-banner .margin-container .link-text {
  color: #000000;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta-banner-section .container .cta-banner .margin-container .link-text .glyphicon {
  font-size: 10px;
  line-height: 1;
  top: 0;
}
.cta-banner-section .container .cta-banner .background-container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: -5% top;
  background-repeat: no-repeat;
  background-size: 70%;
}
.the-title {
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 0;
}
.downloadable-resource-item {
  display: block;
  color: #ffffff;
  margin-top: 15px;
  background: #000000;
}
.downloadable-resource-item:hover {
  text-decoration: none;
}
.downloadable-resource-item .icon-container {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #373535;
  color: #ef6d6c;
}
.downloadable-resource-item .icon-container .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 50px;
  line-height: 1;
}
.downloadable-resource-item .icon-container .read-more {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.downloadable-resource-item .icon-container .read-more .glyphicon {
  top: 0;
  font-size: 12px;
  line-height: 1;
}
.downloadable-resource-item .desc-container {
  color: #ffffff;
  padding: 15px;
}
.sidebar {
  background: #ef6d6c;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar li {
  border-bottom: 1px solid #faa7a5;
}
.sidebar li:last-child {
  border: 0;
}
.sidebar li a,
.sidebar li .section-item {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border-left: 0px solid transparent;
}
.sidebar li a:hover,
.sidebar li .section-item:hover {
  text-decoration: none;
}
.sidebar li a:active,
.sidebar li .section-item:active {
  background: #ed5f5e;
}
.sidebar li a.current-item,
.sidebar li .section-item.current-item {
  background: #f58884;
  border-left: 5px solid #ea3f3e;
}
.sidebar li a.current-item:active,
.sidebar li .section-item.current-item:active {
  background: #f47a76;
  border-left: 5px solid #dd1a18;
}
hr {
  border-color: #d5d5d7;
}
.with-sections .bg-purple {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyOWRkOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #b29dd9 100%);
}
.with-sections .bg-purple-solid {
  background: #a48cc4;
}
.with-sections .bg-white {
  background: #ffffff;
}
.with-sections .bg-red {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjZkNmMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODg4NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ef6d6c 0%, #f58884 100%);
  background-image: -moz-linear-gradient(top, #ef6d6c 0%, #f58884 100%);
  background-image: -o-linear-gradient(top, #ef6d6c 0%, #f58884 100%);
  background-image: linear-gradient(to bottom, #ef6d6c 0%, #f58884 100%);
}
.with-sections .bg-red .section-header {
  border-bottom-color: #ffffff !important;
}
.with-sections .bg-red-solid {
  background: #ef6d6c;
}
.with-sections .bg-black {
  background: #000000;
}
.with-sections .bg-black .section-header {
  border-bottom-color: #ffffff !important;
}
.with-sections .color-white {
  color: #ffffff;
}
.with-sections .color-white strong,
.with-sections .color-white sup {
  color: #000000;
}
.with-sections .color-black {
  color: #000000;
}
.with-sections .color-black strong,
.with-sections .color-black sup {
  color: #000000;
}
.post-excerpt-item {
  width: 100%;
  margin-bottom: 15px;
  border-left: 1px solid #d5d5d7;
  border-right: 1px solid #d5d5d7;
  border-top: 1px solid #d5d5d7;
  background: #ffffff;
}
.post-excerpt-item .img-col {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #efeff0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #efeff0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #efeff0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #efeff0 100%);
}
.post-excerpt-item .img-col .img-container {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.post-excerpt-item .img-col .img-container .play-icon {
  position: absolute;
  z-index: 1;
  left: 5px;
  bottom: 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
}
.post-excerpt-item .img-col .img-container img {
  position: relative;
  z-index: 0;
}
.post-excerpt-item .info-col .title {
  padding: 15px;
}
.post-excerpt-item .info-col .title h4 {
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #d5d5d7;
}
.post-excerpt-item .info-col .title h4 a {
  color: #000000;
  text-decoration: none;
}
.post-excerpt-item .info-col .title h4 a:hover {
  color: #000000;
  text-decoration: none;
}
.post-excerpt-item .info-col .title .date {
  font-style: italic;
  color: #949598;
}
.post-excerpt-item .info-col .the-excerpt {
  padding: 15px;
  padding-top: 0;
}
.post-excerpt-item .info-col .tags-container {
  padding: 15px;
  background: #fef3f2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 0;
}
.post-excerpt-item .info-col .tags-container .tags-title {
  text-transform: uppercase;
  color: #f58884;
}
.post-excerpt-item .info-col .tags-container .the-tags a {
  float: left !important;
  padding: 3px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  background: #f58884;
}
.post-excerpt-item .info-col .tags-container .the-tags a:hover {
  text-decoration: none;
  color: #ffffff;
}
.post-excerpt-item .info-col .read-more-container a {
  display: block;
  background: #d5d5d7;
  text-align: right;
  font-weight: 100;
  letter-spacing: 0;
  padding: 5px 15px;
}
.post-excerpt-item .info-col .read-more-container a:hover {
  color: #000000;
  text-decoration: none;
}
.post-excerpt-item .info-col .read-more-container a .glyphicon {
  font-size: 10px;
  line-height: 10px;
}
.related-posts-template hr {
  margin-top: 5px;
}
.related-posts-template .read-all-container {
  text-align: center;
  padding-bottom: 15px;
}
.related-posts-template .read-all-container .btn {
  width: 100%;
}
ul.statistics {
  color: #8b73b3;
}
ul.statistics li.stat-item {
  font-size: 18px;
  line-height: 22px;
  padding: 3px 0;
}
ul.statistics li.stat-item .number {
  color: #000000;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 24px;
}
ul.statistics li.stat-item .desc {
  color: #ef6d6c;
}
.global-form-container {
  background: #efeff0;
  padding: 15px;
}
.form-iframe {
  width: 100%;
  border: 0;
}
.home .main-section {
  padding-top: 0 !important;
}
.home .panel-outer .panel-inner {
  position: relative;
  padding: 0;
}
.home .panel-outer .panel-inner .img-container {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.home .panel-outer .panel-inner .info,
.home .panel-outer .panel-inner .info-2,
.home .panel-outer .panel-inner .next-panel-container {
  position: relative;
  z-index: 1;
}
.home .panel-outer .panel-inner .info i,
.home .panel-outer .panel-inner .info-2 i,
.home .panel-outer .panel-inner .next-panel-container i {
  font-style: normal;
  text-transform: uppercase;
}
.home .panel-outer .panel-inner .info,
.home .panel-outer .panel-inner .info-2 {
  padding: 15px;
}
.home .panel-outer .panel-inner .info p,
.home .panel-outer .panel-inner .info-2 p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.home .panel-outer .panel-inner .info h2 {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 34px;
  line-height: 1.42857143;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 20px;
}
.home .panel-outer .panel-inner .info .button-container {
  text-align: center;
}
.home .panel-outer .panel-inner .info .button-container .text {
  font-size: 14px;
  line-height: 20px;
}
.home .panel-outer .panel-inner .button-container {
  margin: 15px 0;
}
.home .panel-outer .panel-inner .next-panel-container {
  cursor: pointer;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.home .panel-outer .panel-inner .next-panel-container .next-panel {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: bold;
  letter-spacing: 0;
  width: 100%;
}
.home .panel-outer .panel-inner .next-panel-container .arrow {
  width: 100%;
  margin-bottom: -25px;
}
.home .panel-outer .panel-inner .next-panel-container .arrow span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 25px solid transparent;
  position: relative;
  top: 0;
}
.home .panel-outer.donate-banner {
  background: #b29dd9 url("../images/home/five-xs-bg.jpg") top center no-repeat;
}
.home .panel-outer.donate-banner .img-container .girl-chart {
  margin-top: 180px;
}
.home .panel-outer.donate-banner .info {
  margin-bottom: 65%;
  font-weight: bold;
  letter-spacing: 0;
}
.home .panel-outer.donate-banner .info h2 {
  color: #ffffff;
  padding: 0;
}
.home .panel-outer.donate-banner .info-2 {
  color: #ffffff;
}
.home .panel-outer.donate-banner .next-panel-container .next-panel {
  background: #ef6d6c;
  color: #ffffff;
}
.home .panel-outer.donate-banner .next-panel-container .arrow span {
  border-top-color: #ef6d6c !important;
}
.home .panel-outer.home-banner-new {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .panel-outer.home-banner-new .banner-content-col {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
}
.home .panel-outer.home-banner-new .banner-content {
  color: #ffffff;
  width: 80%;
  margin: 77px auto 0;
  max-width: 700px;
}
.home .panel-outer.home-banner-new .banner-content .h1 {
  margin-top: 0;
  font-size: 34px;
  font-weight: 700;
}
.home .panel-outer.home-banner-new .banner-content .banner-subhead {
  margin-bottom: 15px;
  font-weight: 700;
}
.home .panel-outer.home-banner-new .banner-content .banner-cta {
  position: relative;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #8CDE67;
  border-radius: 3px !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.3s ease-out;
}
.home .panel-outer.home-banner-new .banner-content .banner-cta:hover {
  background-color: #5ecc2c;
}
.home .panel-outer.home-banner-new .banner-content .banner-cta:hover:after {
  left: 5px;
}
.home .panel-outer.home-banner-new .banner-content .banner-cta:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  font-size: 12px;
}
.home .panel-outer.our-story {
  background: #ffffff url("../images/home/story-xs-bg.jpg") top center no-repeat;
}
.home .panel-outer.our-story .info {
  font-weight: bold;
  letter-spacing: 0;
}
.home .panel-outer.our-story .info h2 {
  color: #000000;
}
.home .panel-outer.our-story .founders-container {
  text-align: center;
  padding: 15px;
}
.home .panel-outer.our-story .founders-container img {
  width: 100%;
  max-width: 500px;
  display: none;
}
.home .panel-outer.our-story .founders-container .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.home .panel-outer.our-story .founders-container .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .panel-outer.our-story .founders-container .popups {
  padding-bottom: 15px;
  margin-top: -50px;
  display: none;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup {
  float: left !important;
  width: 50%;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup:first-child .info {
  border-right: 1px solid #efeff0;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup .arrow {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup .arrow span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  position: relative;
  top: 5px;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup .info {
  position: relative;
  z-index: 0;
  background: #ffffff;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.home .panel-outer.our-story .founders-container .popups .founder-popup .info strong,
.home .panel-outer.our-story .founders-container .popups .founder-popup .info span {
  display: block;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup .info strong {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.home .panel-outer.our-story .founders-container .popups .founder-popup .info span {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0;
}
.home .panel-outer.our-story .info-2 .pie {
  width: 100px;
  margin-bottom: 15px;
  -webkit-animation: pulse-tame 2s ease-in-out infinite;
  -moz-animation: pulse-tame 2s ease-in-out infinite;
  -o-animation: pulse-tame 2s ease-in-out infinite;
  animation: pulse-tame 2s ease-in-out infinite;
}
.home .panel-outer.our-story .next-panel-container .next-panel {
  background: #8b73b3;
  color: #ffffff;
}
.home .panel-outer.our-story .next-panel-container .arrow span {
  border-top-color: #8b73b3 !important;
}
.home .panel-outer.our-solution {
  background: #ef6d6c url("../images/home/solution-xs-bg.jpg") top center no-repeat;
}
.home .panel-outer.our-solution .info {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
}
.home .panel-outer.our-solution .info h2 {
  color: #ffffff;
}
.home .panel-outer.our-solution .info p a {
  color: #ffffff;
  text-decoration: underline;
}
.home .panel-outer.our-solution .info p a:hover {
  color: #ffffff;
}
.home .panel-outer.our-solution .programs-container {
  text-align: center;
}
.home .panel-outer.our-solution .programs-container .program {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 90%;
  margin-bottom: 15px;
  background: #ffffff;
  max-width: 400px;
}
.home .panel-outer.our-solution .programs-container .program table {
  padding: 0;
  margin: 0;
  border: 0;
}
.home .panel-outer.our-solution .programs-container .program .img {
  line-height: 0;
  width: 40%;
}
.home .panel-outer.our-solution .programs-container .program .img img {
  width: 100%;
}
.home .panel-outer.our-solution .programs-container .program .info {
  width: 60%;
  text-align: center;
  vertical-align: middle;
}
.home .panel-outer.our-solution .programs-container .program .info .title {
  color: #000000;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: bold;
  letter-spacing: 0;
}
.home .panel-outer.our-solution .programs-container .program .button {
  width: 100%;
}
.home .panel-outer.our-solution .programs-container .program .button a {
  width: 100%;
  text-align: right;
}
.home .panel-outer.our-solution .next-panel-container {
  margin-top: 30px;
}
.home .panel-outer.our-solution .next-panel-container .next-panel {
  background: #ffffff;
  color: #000000;
}
.home .panel-outer.our-solution .next-panel-container .arrow span {
  border-top-color: #ffffff !important;
}
.home .panel-outer.our-impact {
  background: #ffffff url("../images/home/impact-xs-bg.jpg") top center no-repeat;
}
.home .panel-outer.our-impact .dropdown-msg {
  padding-left: 15px;
  padding-right: 15px;
}
.home .panel-outer.our-impact .next-panel-container .next-panel {
  background: #ef6d6c;
  color: #ffffff;
}
.home .panel-outer.our-impact .next-panel-container .arrow span {
  border-top-color: #ef6d6c !important;
}
.home .panel-outer.how-you-can-help #how-you-can-help .help-info {
  padding-top: 35px;
}
.content-accordion .content-section .the-content,
.how-you-can-help-children-accordion-template .content-section .the-content,
.email-congress .content-section .the-content {
  margin-bottom: 30px;
}
.content-accordion .accordion-outer,
.how-you-can-help-children-accordion-template .accordion-outer,
.email-congress .accordion-outer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyOWRkOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #b29dd9 100%);
  border-top: 1px solid #5f5080;
}
.content-accordion .accordion-outer .container-fluid,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
.email-congress .accordion-outer .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}
.content-accordion .accordion-outer .container-fluid .title-box-container,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container,
.email-congress .accordion-outer .container-fluid .title-box-container {
  margin-bottom: 15px;
  text-align: center;
}
.content-accordion .accordion-outer .container-fluid .title-box-container .title-box,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box,
.email-congress .accordion-outer .container-fluid .title-box-container .title-box {
  margin: 0 auto;
  max-width: 300px;
  border: 1px solid #8b73b3;
}
.content-accordion .accordion-outer .container-fluid .title-box-container .title-box .image-cell,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box .image-cell,
.email-congress .accordion-outer .container-fluid .title-box-container .title-box .image-cell {
  width: 60%;
}
.content-accordion .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
.email-congress .accordion-outer .container-fluid .title-box-container .title-box .title-cell {
  width: 40%;
  background: #ffffff;
  text-align: center;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  padding: 15px;
}
.content-accordion .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell,
.email-congress .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell {
  font-size: 24px;
  line-height: 28px;
}
.content-accordion .accordion-outer .container-fluid .read-more,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more,
.email-congress .accordion-outer .container-fluid .read-more {
  padding-bottom: 15px;
}
.content-accordion .accordion-outer .container-fluid .read-more .read-box,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box,
.email-congress .accordion-outer .container-fluid .read-more .read-box {
  width: 150px;
  border: 1px solid #8b73b3;
  margin: 0 auto;
  cursor: pointer;
}
.content-accordion .accordion-outer .container-fluid .read-more .read-box .icon,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .icon,
.email-congress .accordion-outer .container-fluid .read-more .read-box .icon {
  width: 45%;
  background: #b29dd9;
}
.content-accordion .accordion-outer .container-fluid .read-more .read-box .read-more-text,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .read-more-text,
.email-congress .accordion-outer .container-fluid .read-more .read-box .read-more-text {
  width: 55%;
  background: #ffffff;
  color: #000000;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.content-accordion .accordion-outer .container-fluid .read-more .read-box .read-more-text .glyphicon,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .read-more-text .glyphicon,
.email-congress .accordion-outer .container-fluid .read-more .read-box .read-more-text .glyphicon {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-accordion .accordion-outer .container-fluid .read-more .read-box.no-icon .read-more-text,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box.no-icon .read-more-text,
.email-congress .accordion-outer .container-fluid .read-more .read-box.no-icon .read-more-text {
  padding: 10px;
  background: #c9bae4;
}
.content-accordion .accordion-outer .container-fluid .read-more .read-box.active .read-more-text .glyphicon,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box.active .read-more-text .glyphicon,
.email-congress .accordion-outer .container-fluid .read-more .read-box.active .read-more-text .glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-accordion .accordion-outer .container-fluid .accordion-panel,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .accordion-panel,
.email-congress .accordion-outer .container-fluid .accordion-panel {
  display: none;
}
.content-accordion .accordion-outer .container-fluid .accordion-panel .the-content,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .accordion-panel .the-content,
.email-congress .accordion-outer .container-fluid .accordion-panel .the-content {
  border-top: 1px solid #8b73b3;
  padding-top: 15px;
}
.content-accordion .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container,
.email-congress .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container {
  margin-bottom: 10px;
}
.content-accordion .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container .btn,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container .btn,
.email-congress .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container .btn {
  width: 100%;
}
.content-accordion .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container:last-child,
.how-you-can-help-children-accordion-template .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container:last-child,
.email-congress .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container:last-child {
  margin: 0;
}
.email-congress .the-example {
  padding: 15px;
  background: #8b73b3;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) inset;
}
.founders-of-childhelp .founder-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.founders-of-childhelp .founder-container.founder {
  border-top: 1px solid #efeff0;
}
.founders-of-childhelp .founder-container .founders-title {
  color: #8b73b3;
  margin: 0;
  padding-bottom: 5px;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 28px;
}
.founders-of-childhelp .founder-container .founders-position {
  border-top: 1px dashed #6c6969;
  padding: 5px 0 15px;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.leadership .executive-members-outer .container {
  padding: 0;
}
.leadership .executive-members-outer .container .member-thumb-outer {
  text-align: center;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 200px;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img {
  overflow: hidden;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .mask {
  display: none;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img img {
  width: 100%;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .img-placeholder {
  background: #efeff0;
  width: 100%;
  height: 240px;
  padding-top: 45px;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .img-placeholder span {
  color: #373535;
  background: -webkit-linear-gradient(#949598, #373535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 150px;
  line-height: 1;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title {
  border: 0;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiMjlkZDkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhiNzNiMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b29dd9 0%, #8b73b3 100%);
  background-image: -moz-linear-gradient(top, #b29dd9 0%, #8b73b3 100%);
  background-image: -o-linear-gradient(top, #b29dd9 0%, #8b73b3 100%);
  background-image: linear-gradient(to bottom, #b29dd9 0%, #8b73b3 100%);
  color: #ffffff;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title td {
  padding: 10px;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title .subtitle {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #e6dff3;
}
.leadership .executive-members-outer .container .member-thumb-outer .member-thumb .arrow {
  display: none;
}
.leadership .executive-members-outer .container .member-bio {
  display: none;
}
.leadership .executive-members-outer .container .member-bio .bio-content {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyOWRkOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #b29dd9 100%);
  color: #ffffff;
}
.leadership .executive-members-outer .container .member-bio .bio-content p:last-child {
  margin: 0;
}
.leadership .board-members-outer {
  border-top: 1px solid #efeff0;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.leadership .board-members-outer h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.leadership .board-members-outer .member {
  margin-bottom: 15px;
}
.leadership .board-members-outer .member .title {
  font-size: 18px;
  line-height: 22px;
  color: #8b73b3;
  font-weight: bold;
  letter-spacing: 0;
}
.leadership .board-members-outer .member .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: uppercase;
}
.leadership .board-members-outer .member:last-child {
  margin: 0;
}
.child-abuse-statistics .main-title {
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
}
.child-abuse-statistics .section-outer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.child-abuse-statistics .section-outer .container .section-header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #000000;
}
.child-abuse-statistics .section-outer .container .section-header h2 {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 28px;
}
.child-abuse-statistics .section-outer .container .section-body p.fact {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.child-abuse-statistics .section-outer .container .section-body .infographic {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.child-abuse-statistics .section-outer .container .section-body .text {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 28px;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .report img {
  display: block;
  width: 100px;
  margin: 0 auto;
  -webkit-animation: swing-tame 3s ease-in-out infinite;
  -moz-animation: swing-tame 3s ease-in-out infinite;
  -o-animation: swing-tame 3s ease-in-out infinite;
  animation: swing-tame 3s ease-in-out infinite;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table {
  width: 100%;
  margin-top: 30px;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table-desc {
  background: #ffffff;
  color: #000000;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  letter-spacing: 0;
  text-align: center;
  border-top: 1px solid #8b73b3;
  border-right: 1px solid #8b73b3;
  border-left: 1px solid #8b73b3;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table {
  border-bottom: 1px #8b73b3;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table tr th,
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table tr td {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  width: 50%;
  border: 1px solid #8b73b3;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table tr th {
  background: #000000;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table tr td {
  background: #b29dd9;
  color: #000000;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium {
  margin-bottom: 0;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .intro {
  font-size: 18px;
  line-height: 22px;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont {
  margin-top: 30px;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .text {
  padding: 15px;
  padding-bottom: 60px;
  background: #ffffff;
  color: #000000;
  margin-bottom: 15px;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont #stadium {
  display: block;
  width: 200px;
  margin: -60px auto 0;
  position: relative;
  left: 5px;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont #x-symbol {
  display: block;
  width: 70px;
  margin: 0 auto;
}
.child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .number {
  font-weight: 900;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  font-size: 80px;
  line-height: 1;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .list .list-desc {
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 30px;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .list ul {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .list ul li {
  padding: 5px 0;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .psychological-disorder {
  margin-bottom: 0;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .psychological-disorder img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .grad {
  margin-bottom: 0;
}
.child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .grad img {
  width: 150px;
  margin: 0 auto;
}
.child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont {
  margin-top: 15px;
  margin-left: 20px;
}
.child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 50px;
  margin-left: -20px;
  margin-top: 10px;
}
.child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .chart-container .chart-title {
  background: #000000;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  margin-top: 30px;
}
.child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .chart-container .chart {
  width: 100%;
  height: 400px;
  border-left: 1px solid #efeff0;
  border-right: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
}
.child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .man-cont {
  text-align: center;
  margin-bottom: 15px;
}
.child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .man-cont img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 70px;
}
.child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .text {
  font-weight: 900;
  letter-spacing: 0;
}
.child-abuse-statistics .section-outer .container .section-body.child-abuse-cycle .cycle .cycle-cont {
  margin-top: 15px;
  -webkit-animation: spin-long 10s ease-in-out infinite;
  -moz-animation: spin-long 10s ease-in-out infinite;
  -o-animation: spin-long 10s ease-in-out infinite;
  animation: spin-long 10s ease-in-out infinite;
}
.child-abuse-statistics .section-outer .container .section-body.child-abuse-cycle .cycle .cycle-cont img {
  display: block;
  width: 280px;
  margin: 0 auto;
}
.child-abuse-statistics .section-outer .container .resources h4 {
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: uppercase;
}
.child-abuse-statistics .section-outer .container .resources ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.child-abuse-statistics .section-outer .container .resources ul a {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: underline;
}
.child-abuse-statistics .section-outer .container .resources ul a:hover {
  color: #000000;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 15px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-outer {
  width: 100%;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 200px;
  margin-bottom: 15px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .image-section img {
  width: 100%;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .image-section .img-placeholder {
  background: #efeff0;
  width: 100%;
  height: 200px;
  padding-top: 50px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .image-section .img-placeholder span {
  color: #373535;
  background: -webkit-linear-gradient(#949598, #373535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  line-height: 1;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .ambassador-title {
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNmQ2YyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #faa7a5 0%, #ef6d6c 100%);
  background-image: -moz-linear-gradient(top, #faa7a5 0%, #ef6d6c 100%);
  background-image: -o-linear-gradient(top, #faa7a5 0%, #ef6d6c 100%);
  background-image: linear-gradient(to bottom, #faa7a5 0%, #ef6d6c 100%);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .ambassador-title td {
  padding: 15px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section {
  width: 100%;
  background: #ef6d6c;
  border-top: 1px solid #faa7a5;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 5px;
  color: #fccdcc;
  cursor: pointer;
  border-right: 1px solid #faa7a5;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon .glyph {
  font-size: 18px;
  line-height: 1.42857143;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.bio-icon {
  position: relative;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.bio-icon .text {
  position: relative;
  z-index: 1;
  background: #ef6d6c;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.bio-icon .arrow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.bio-icon .arrow span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ef6d6c;
  position: relative;
  top: 0;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon:last-child {
  border: 0;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon:hover {
  text-decoration: none;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .main-arrow {
  display: none;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador.active .buttons-section .icon.bio-icon .arrow {
  bottom: -15px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio {
  display: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjZkNmMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhYTdhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ef6d6c 0%, #faa7a5 100%);
  background-image: -moz-linear-gradient(top, #ef6d6c 0%, #faa7a5 100%);
  background-image: -o-linear-gradient(top, #ef6d6c 0%, #faa7a5 100%);
  background-image: linear-gradient(to bottom, #ef6d6c 0%, #faa7a5 100%);
  color: #ffffff;
  margin-bottom: 15px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section {
  padding: 15px;
  text-align: left;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section .info {
  border-bottom: 1px solid #faa7a5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section .info .info-item {
  padding-bottom: 5px;
  font-weight: 100;
  letter-spacing: 0;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section .info .info-item strong {
  text-transform: uppercase;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section .info .info-item a {
  color: #feeeed;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section .info .info-item a:hover {
  color: #feeeed;
}
.celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio .bio-section .info .info-item:last-child {
  padding-bottom: 0;
}
.find-local-chapter .map-container {
  padding-bottom: 15px;
}
.sidebar.chat {
  background: #ffffff;
  border: 1px solid #8b73b3;
}
.sidebar.chat .chat-heading {
  background-color: #8b73b3;
  padding: 5px 10px;
  color: #ffffff;
}
.sidebar.chat .locate-message {
  padding: 10px 10px 0;
  text-align: center;
  color: #000000;
  overflow: hidden;
}
.sidebar.chat .locate-message p {
  font-size: 1.4rem;
}
.sidebar.chat .locate-message span {
  font-weight: 700;
  color: #000000;
  display: inline;
  border-left: none;
  padding: 0;
}
.sidebar.chat .locate-message a {
  color: #ef6d6c;
  display: inline;
  border-left: none;
  padding: 0;
}
.sidebar.chat .locate-message a:hover {
  color: #ef6d6c;
  background-color: transparent;
  text-decoration: underline;
}
.sidebar.chat .locate-message hr {
  background-color: #ef6d6c;
  border-color: #ef6d6c;
}
.sidebar.chat .terms-link {
  font-style: italic;
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.sidebar.chat .terms-link:hover {
  text-decoration: underline;
  background-color: transparent;
}
.speak-up-template .section {
  margin-bottom: 30px;
}
.speak-up-template .tab-outer {
  padding-bottom: 30px;
}
.speak-up-template .tab-outer .container-fluid .nav-tabs li {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
}
.speak-up-template .tab-outer .container-fluid .nav-tabs li a {
  border: 0;
  background: #efeff0;
  margin-right: 0;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.speak-up-template .tab-outer .container-fluid .nav-tabs li:last-child {
  border: 0 !important;
}
.speak-up-template .tab-outer .container-fluid .nav-tabs li.active a {
  border-left: 5px solid #d5d5d7;
  background: #e2e2e3;
}
.speak-up-template .tab-outer .container-fluid .tab-content {
  background: #e2e2e3;
  border-top: 1px solid #ffffff;
  margin-left: -15px;
  margin-right: -15px;
}
.speak-up-template .tab-outer .container-fluid .tab-content .tab-pane {
  padding: 15px;
}
.speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-content p:last-child {
  margin-bottom: 0;
}
.speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-gallery {
  margin-top: 15px;
}
.speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-link {
  padding-top: 15px;
}
.speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-link .btn {
  background: #ef6d6c;
  color: #ffffff;
  width: 100%;
  text-wrap: normal;
}
.speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-link .btn .glyphicon {
  font-size: 10px;
  line-height: 1;
  top: 0;
}
.speak-up-template .forms-outer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0OGNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #a48cc4 100%);
  padding-top: 15px;
  padding-bottom: 15px;
}
.speak-up-template .forms-outer .btn-cont {
  margin-bottom: 15px;
}
.speak-up-template .forms-outer .btn-cont:last-child {
  margin-bottom: 0;
}
.speak-up-template .forms-outer .btn-cont .btn {
  width: 100%;
}
.history-of-childhelp .top-section-wrapper .top-section,
.success-statistics .top-section-wrapper .top-section {
  text-align: center;
}
.history-of-childhelp .top-section-wrapper .top-section h1,
.success-statistics .top-section-wrapper .top-section h1,
.history-of-childhelp .top-section-wrapper .top-section p,
.success-statistics .top-section-wrapper .top-section p {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
}
.history-of-childhelp .top-section-wrapper .top-section p,
.success-statistics .top-section-wrapper .top-section p {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  color: #ef6d6c;
  margin: 0 0 15px;
}
.history-of-childhelp .top-section-wrapper .top-path,
.success-statistics .top-section-wrapper .top-path {
  display: none;
}
.history-of-childhelp .timeline-item-outer .item-date-outer .date-container,
.success-statistics .timeline-item-outer .item-date-outer .date-container {
  width: 100%;
  text-align: center;
}
.history-of-childhelp .timeline-item-outer .item-date-outer .date-container .date,
.success-statistics .timeline-item-outer .item-date-outer .date-container .date {
  padding: 5px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 1.42857143;
}
.history-of-childhelp .timeline-item-outer .item-date-outer .date-container .arrow,
.success-statistics .timeline-item-outer .item-date-outer .date-container .arrow {
  width: 100%;
}
.history-of-childhelp .timeline-item-outer .item-date-outer .date-container .arrow span,
.success-statistics .timeline-item-outer .item-date-outer .date-container .arrow span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 25px solid #000000;
  position: relative;
  top: -10px;
}
.history-of-childhelp .timeline-item-outer .item-content-outer .item-path,
.success-statistics .timeline-item-outer .item-content-outer .item-path {
  display: none;
}
.history-of-childhelp .timeline-item-outer .item-content-outer .item-content,
.success-statistics .timeline-item-outer .item-content-outer .item-content {
  padding-bottom: 15px;
}
.history-of-childhelp .timeline-item-outer .item-content-outer .item-content blockquote,
.success-statistics .timeline-item-outer .item-content-outer .item-content blockquote {
  border-left: 0;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.history-of-childhelp .timeline-item-outer .item-content-outer .item-content blockquote.lg,
.success-statistics .timeline-item-outer .item-content-outer .item-content blockquote.lg {
  font-size: 34px;
  line-height: 38px;
}
.history-of-childhelp .timeline-item-outer .item-content-outer .item-content .photo-content .photo,
.success-statistics .timeline-item-outer .item-content-outer .item-content .photo-content .photo {
  text-align: center;
  padding-bottom: 15px;
}
.history-of-childhelp .timeline-item-outer.apr .container-fluid .photo-content .photo,
.success-statistics .timeline-item-outer.apr .container-fluid .photo-content .photo {
  text-align: center;
}
.history-of-childhelp .timeline-item-outer.apr .container-fluid .photo-content .photo img,
.success-statistics .timeline-item-outer.apr .container-fluid .photo-content .photo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 150px;
}
.history-of-childhelp .timeline-item-outer.hotline .container-fluid .phone-link,
.success-statistics .timeline-item-outer.hotline .container-fluid .phone-link {
  text-decoration: none !important;
  color: #000000;
  cursor: default !important;
}
.history-of-childhelp .timeline-item-outer.hotline .container-fluid .phone-link:hover,
.success-statistics .timeline-item-outer.hotline .container-fluid .phone-link:hover {
  color: #000000 !important;
}
.history-of-childhelp .timeline-item-outer.telethon .container-fluid .photo-content .photo,
.success-statistics .timeline-item-outer.telethon .container-fluid .photo-content .photo {
  text-align: center;
}
.history-of-childhelp .timeline-item-outer.telethon .container-fluid .photo-content .photo img,
.success-statistics .timeline-item-outer.telethon .container-fluid .photo-content .photo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 120px;
}
.history-of-childhelp .timeline-item-outer.hotline-expands .container-fluid .photo-content .photo,
.success-statistics .timeline-item-outer.hotline-expands .container-fluid .photo-content .photo {
  text-align: center;
}
.history-of-childhelp .timeline-item-outer.hotline-expands .container-fluid .photo-content .photo img,
.success-statistics .timeline-item-outer.hotline-expands .container-fluid .photo-content .photo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 90px;
}
.history-of-childhelp .timeline-item-outer.stand-for-children .container-fluid .photo-content .photo,
.success-statistics .timeline-item-outer.stand-for-children .container-fluid .photo-content .photo {
  text-align: center;
}
.history-of-childhelp .timeline-item-outer.stand-for-children .container-fluid .photo-content .photo img,
.success-statistics .timeline-item-outer.stand-for-children .container-fluid .photo-content .photo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 250px;
}
.history-of-childhelp .timeline-item-outer.silence-broken .container-fluid .photo-content .photo,
.success-statistics .timeline-item-outer.silence-broken .container-fluid .photo-content .photo {
  text-align: center;
}
.history-of-childhelp .timeline-item-outer.silence-broken .container-fluid .photo-content .photo img,
.success-statistics .timeline-item-outer.silence-broken .container-fluid .photo-content .photo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 150px;
}
.history-of-childhelp .timeline-item-outer.speak-up-be-safe .container-fluid .photo-content .photo,
.success-statistics .timeline-item-outer.speak-up-be-safe .container-fluid .photo-content .photo {
  text-align: center;
}
.history-of-childhelp .timeline-item-outer.speak-up-be-safe .container-fluid .photo-content .photo img,
.success-statistics .timeline-item-outer.speak-up-be-safe .container-fluid .photo-content .photo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 250px;
}
.history-of-childhelp .timeline-item-outer.bg-black .item-date-outer .date-container .date,
.success-statistics .timeline-item-outer.bg-black .item-date-outer .date-container .date {
  background: #ffffff;
  color: #000000;
}
.history-of-childhelp .timeline-item-outer.bg-black .item-date-outer .date-container .arrow span,
.success-statistics .timeline-item-outer.bg-black .item-date-outer .date-container .arrow span {
  border-top: 25px solid #ffffff;
}
.hotline-template .banner-outer {
  background-image: url('../images/hotline-banner-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  text-align: center;
}
.hotline-template .banner-outer .help {
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  background: #ef6d6c;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto 1em;
  font-weight: 400;
  letter-spacing: 0;
}
.hotline-template .banner-outer .call {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
  color: #8b73b3;
}
.hotline-template .banner-outer .call strong {
  color: #ef6d6c;
}
.hotline-template .banner-outer .phone1 {
  border: 1px solid #8b73b3;
  border-width: 1px 0;
  margin: .5em auto;
  padding: .3em 0;
  width: 75%;
}
.hotline-template .banner-outer .phone1 a {
  text-decoration: none !important;
  color: #000000;
  cursor: default !important;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 60px;
  line-height: 64px;
}
.hotline-template .banner-outer .phone1 a:hover {
  color: #000000 !important;
}
.hotline-template .banner-outer .phone2 a {
  text-decoration: none !important;
  color: #000000;
  cursor: default !important;
  font-weight: 100;
  letter-spacing: 0;
}
.hotline-template .banner-outer .phone2 a:hover {
  color: #000000 !important;
}
.hotline-template .video-banner-outer {
  width: 98%;
  margin: 0 auto 6em;
}
.hotline-template .video-banner-outer .hotline-content-container > a {
  position: relative;
  display: block;
}
.hotline-template .video-banner-outer .hotline-content-container .video-banner-watch {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  right: 10%;
  top: 50%;
}
.hotline-template .video-banner-outer .hotline-content-container .video-banner-watch:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ef6d6c;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.hotline-template .video-banner-outer .hotline-content-container .video-banner-watch:after {
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #ef6d6c;
  border-radius: 50%;
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  top: 50%;
  left: 50%;
}
.hotline-template .video-banner-outer .hotline-content-container .video-banner-watch-label {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  color: #ef6d6c;
  top: -2em;
  left: 50%;
  font-size: 14px;
  line-height: 1.42857143;
}
.hotline-template .video-banner-outer .hotline-content-container .video-banner-caption {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  text-align: center;
  background: #ef6d6c;
  color: #ffffff;
  padding: .5em;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hotline-template .video-banner-outer .hotline-content-container .video-banner-caption > p {
  font-size: 14px;
  margin: 0;
}
.hotline-template .section-outer .content-header {
  position: relative;
  text-align: center;
  box-shadow: initial;
  margin: 3em 0 2em;
}
.hotline-template .section-outer .content-header:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ef6d6c;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.hotline-template .section-outer .content-header .the-title {
  display: inline-block;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 .5em;
  color: #000000;
}
.hotline-template .section-outer .content-container {
  margin: 0 auto 3em;
  width: 80%;
}
.hotline-template .content-outer.sponsor-hotline-main-body {
  text-align: center;
}
.hotline-template .content-outer.sponsor-hotline-main-body .content-header {
  border: 1px solid #8b73b3;
  border-width: 1px 0;
  margin: 0 auto 2em;
  padding: 1em 0;
  width: 80%;
}
.hotline-template .content-outer.sponsor-hotline-main-body .content-header:after {
  display: none;
}
.hotline-template .content-outer.childhelps-impact {
  text-align: center;
}
.hotline-template .content-outer.childhelps-impact figure {
  margin: 0 auto 2em;
}
.hotline-template .content-outer.not-charity-love {
  background: url('../images/not-charity-love.jpg') center no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 2em;
}
.hotline-template .content-outer.not-charity-love .content-header {
  background: transparent;
  margin: 0 0 2em;
}
.hotline-template .content-outer.not-charity-love .content-header:after {
  display: none;
}
.hotline-template .content-outer.not-charity-love .content-header .the-title {
  background: transparent;
  color: #ffffff;
}
.hotline-template .content-outer.not-charity-love .content-container {
  margin: 0 auto;
  width: auto;
}
.hotline-template .content-outer.not-charity-love .content-container .primary-button {
  margin-top: 1em;
}
.hotline-template .sponsors-outer {
  text-align: center;
  background: #8b73b3 url('../images/hotline-sponsors-bg.jpg') center no-repeat;
  background-size: cover;
  padding: 3em 0;
  color: #ffffff;
  position: relative;
}
.hotline-template .sponsors-outer:before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
.hotline-template .sponsors-outer .the-title {
  font-size: 24px;
  line-height: 1.42857143;
  margin-bottom: 1em;
}
.hotline-template .sponsors-outer .hotline-content-container {
  overflow: hidden;
  text-align: center;
}
.hotline-template .sponsors-outer .hotline-content-container > div {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ef6d6c;
  position: relative;
  float: none;
  min-height: 330px;
  margin: 0 0 1em;
}
.hotline-template .sponsors-outer .sponsor-cta:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(95, 80, 128, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hotline-template .sponsors-outer .sponsor-cta .sponsor-cta-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 55%;
  left: 50%;
  top: 50%;
}
.hotline-template .sponsors-outer .sponsor-cta .sponsor-cta-title {
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 1em;
}
.hotline-template .sponsors-outer .sponsor-cta .sponsor-cta-link {
  background: #ef6d6c;
}
.hotline-template .sponsors-outer .sponsor-cta .sponsor-cta-link:hover {
  background: #f28483;
}
.hotline-template .sponsors-outer .sponsor-impacts {
  background: #8b73b3;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-title {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  top: 1em;
  left: 50%;
  font-size: 14px;
  line-height: 1.42857143;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-item {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.42857143;
  width: 60%;
  left: 50%;
  top: 50%;
  display: none;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-item p {
  font-size: 1em;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-dot-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
  left: 0;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-dot-nav > a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 .2em;
  height: 5px;
  width: 5px;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-dot-nav > a.active {
  background: #ef6d6c;
  height: 10px;
  width: 10px;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-next-prev .sponsor-impacts-prev,
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-next-prev .sponsor-impacts-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  display: block;
  height: 14px;
  width: 14px;
  top: 50%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-next-prev .sponsor-impacts-prev {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 1px 1px;
  left: 1em;
}
.hotline-template .sponsors-outer .sponsor-impacts .sponsor-impacts-next-prev .sponsor-impacts-next {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  right: 1em;
}
.hotline-template .benefits-outer {
  background: #efeff0;
}
.hotline-template .benefits-outer .content {
  padding: 1em;
}
.hotline-template .benefits-outer .content-header {
  background: transparent;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.hotline-template .benefits-outer .content-header:after {
  display: none;
}
.hotline-template .benefits-outer .content-header .content-title {
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}
.hotline-template .benefits-outer .benefits-item {
  border-bottom: 1px solid #ef6d6c;
  position: relative;
  text-align: center;
  padding: 1em 0;
}
.hotline-template .benefits-outer .benefits-item:last-child {
  border: 0;
}
.hotline-template .benefits-outer .benefits-item .benefits-item-content:before {
  content: '';
  display: block;
  width: 100px;
  height: 80px;
  background: transparent center no-repeat;
  background-size: 100%;
  margin: 0 auto 1em;
  text-align: center;
}
.hotline-template .benefits-outer .benefits-item .benefits-item-content > p {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.42857143;
}
.hotline-template .benefits-outer .benefits-item.qualified-caring-staff .benefits-item-content:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 149.8 111"><style type="text/css">.st0{fill:#9778D3;}</style><path class="st0" d="M77.9 92.9c-4.9 0-8.5-2.4-8.5-5.6 0-3.3 3.6-5.6 8.5-5.6 4.9 0 8.5 2.4 8.5 5.6C86.3 90.5 82.8 92.9 77.9 92.9z"/><path class="st0" d="M83.5 90.1c-1.6 0-2.8-1.3-2.8-2.8 0-1.6 1.3-2.8 2.8-2.8 6.2 0 22.5-3.5 22.5-11.3 0-1.6 1.3-2.8 2.8-2.8s2.8 1.3 2.8 2.8C111.7 86.1 91 90.1 83.5 90.1z"/><path class="st0" d="M75.1 104.2C61.2 104.2 48.8 93 43.7 76c-4.7-0.3-8.1-6.2-8.1-14.1 0-2.5 0.4-5 1.1-7.1 0.5-1.5 2.1-2.3 3.6-1.8 1.5 0.5 2.3 2.1 1.8 3.6 -0.5 1.6-0.8 3.4-0.8 5.4 0 5.5 2.1 8.5 2.8 8.5 0.8-0.5 1.8-0.6 2.6-0.3 0.8 0.3 1.5 1 1.8 1.9 3.9 15.9 14.6 26.6 26.6 26.6s22.7-10.7 26.6-26.6c0.2-0.9 0.8-1.6 1.7-1.9 0.8-0.3 1.8-0.3 2.5 0.2 1 0.1 3-2.9 3-8.3 0-1.9-0.3-3.8-0.8-5.4 -0.5-1.5 0.3-3.1 1.8-3.6 1.5-0.5 3.1 0.3 3.6 1.8 0.7 2.1 1.1 4.6 1.1 7.1 0 7.9-3.5 13.8-8.1 14.1C101.3 93 88.9 104.2 75.1 104.2z"/><path class="st0" d="M75.1 8.4c-21.8 0-39.5 17.7-39.5 39.5 0 2.6 0.3 5.3 1 8.4 0.3 1.3 1.4 2.2 2.8 2.2 3.2 0 7 0.6 7.1 0.6 0.2 0 0.3 0 0.5 0 1.5 0 2.9-1.2 2.9-2.8 0-0.3-0.1-0.7-0.2-1 -0.3-5.6 0-11.3 0.8-13.1h0.4c9.7 0 14.6-3.1 16.8-7 6.1 6 18.3 11.8 30.1 12.5 0.7 4.7 2.7 9.4 2.9 9.7 0.5 1 1.5 1.7 2.6 1.7 0.1 0 0.2 0 0.2 0l7.5-0.6c1.2-0.1 2.3-1 2.5-2.2 0.7-3.2 1-5.8 1-8.4C114.5 26.1 96.8 8.4 75.1 8.4z"/><path class="st0" d="M66.6 64.7H61c-1.6 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8h5.6c1.6 0 2.8 1.3 2.8 2.8S68.2 64.7 66.6 64.7z"/><path class="st0" d="M89.2 64.7h-5.6c-1.6 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8h5.6c1.6 0 2.8 1.3 2.8 2.8S90.7 64.7 89.2 64.7z"/></svg>');
}
.hotline-template .benefits-outer .benefits-item.increase-awareness .benefits-item-content:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 149.8 111"><style type="text/css">.st3{fill:#FF5959;}</style><path class="st3" d="M118.1 70.6l0.2 0.2c0.2 0.2 0.4 0.4 0.6 0.5 1.7 1.1 4.1 0.7 5.2-1.1 4.1-6.6 4.1-15 0-21.5 -0.1-0.2-0.3-0.4-0.5-0.6 -1.5-1.5-3.9-1.4-5.3 0l-0.2 0.2c-1.2 1.2-1.4 3.1-0.5 4.6 2.4 4 2.4 9 0 13.1C116.7 67.4 116.9 69.3 118.1 70.6z"/><path class="st3" d="M129 76.7c-1.2 1.5-1 3.6 0.3 5l0.1 0.1c0.1 0.1 0.2 0.2 0.4 0.3 1.6 1.3 4 1 5.3-0.6 10.2-13 10.2-31.2 0-44.2 -0.1-0.1-0.2-0.2-0.3-0.3 -1.5-1.5-3.9-1.5-5.4 0l-0.1 0.1c-1.4 1.4-1.5 3.5-0.3 5C137 52.3 137 66.6 129 76.7z"/><path class="st3" d="M14.2 81.9c1.5 1.5 3.9 1.4 5.4-0.1l0.1-0.1c1.3-1.4 1.4-3.5 0.3-5 -8-10.1-8-24.5 0-34.6 1.2-1.5 1.1-3.7-0.3-5L19.6 37c-0.1-0.1-0.2-0.2-0.3-0.3 -1.6-1.3-4-1-5.3 0.6 -10.2 13-10.2 31.2 0 44.2C14 81.6 14.1 81.8 14.2 81.9z"/><path class="st3" d="M58.8 101.1c2.1 1.4 4.4 2.5 6.7 3.3 5.9 2.1 12.3 2.1 18.1 0 2.4-0.9 4.6-2 6.7-3.4 0 0.1 0.8-0.5 0.7-0.4 5-3.5 8.1-7.8 8.1-7.8 3-3.9 5.2-8.2 6.5-12.9 3.4-3.3 4.9-8.5 5.7-11.4 1.3-4.6 2.6-11.3-1-16l-0.2-0.2c1.7-8.4 3.9-28.1-11.1-38.2 1.8-1.8 2.7-4.2 2.6-6.7 0-0.2-0.1-0.5-0.3-0.6 -0.2-0.1-0.4-0.2-0.6-0.2 -0.2 0-19 2.1-28 0.3 -9.3-1.9-19.5 5.1-21.6 12.4 -3.5 0.5-6.7 2.3-8.9 5 -4.1 5.1-5.4 13.1-3.7 23.9 0.1 1.4 0.3 2.8 0.5 4.1l-0.2 0.2c-3.7 4.8-2.3 11.5-1 16.1 0.8 2.8 2.3 8.1 5.7 11.4 1.3 4.7 3.6 9.1 6.5 13M103.3 66.1c-2.1 7.5-3.8 8.2-4.3 8.3 -0.4 0-0.7 0.3-0.8 0.7 -1.2 8-7.6 17.9-17.3 21.4 -4 1.4-8.5 1.4-12.5 0C58.2 93 52.3 82.9 51 75.1c-0.1-0.4-0.4-0.7-0.8-0.7 -0.5 0-2.2-0.7-4.3-8.3 -1.7-5.8-1-7.9-0.4-8.7 0.4-0.5 1-0.8 1.6-0.7h0.4c0.5 0 0.9-0.3 0.9-0.8 0-0.1 1-12.7 8.5-17.3 3.7-2.3 8.5-2.2 14.2 0.2 11.6 5 20.4 4.7 25.7 3.5 6.1 4.5 4.3 11.6 3.9 13v0.2c-0.1 0.3 0 0.6 0.1 0.8 0.2 0.2 0.5 0.4 0.8 0.3 0.7-0.1 1.5 0.1 2 0.7C104.3 58.2 105 60.3 103.3 66.1z"/><path class="st3" d="M25.5 70.8c1.5 1.5 3.9 1.4 5.3-0.1l0.2-0.2c1.2-1.2 1.4-3.2 0.5-4.6 -2.4-4-2.4-9 0-13.1 0.9-1.5 0.7-3.4-0.5-4.6l-0.2-0.2c-0.2-0.2-0.4-0.4-0.6-0.5 -1.7-1.1-4.1-0.7-5.2 1.1 -4.1 6.6-4.1 15 0 21.5C25.1 70.4 25.3 70.6 25.5 70.8z"/></svg>');
}
.hotline-template .benefits-outer .benefits-item.future-services .benefits-item-content:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 149.8 111"><style type="text/css">.st4{fill:#FF5959;}</style><path class="st4" d="M50.5 17.8c0-3.3-2.7-6-6-6H18c-3.3 0-6 2.7-6 6v17.7c0 3.3 2.7 6 6 6h23.3l9.2 6.7V35.6h0c0 0 0 0 0-0.1V17.8zM24.2 29.7c-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4s2.4 1.1 2.4 2.4C26.6 28.7 25.5 29.7 24.2 29.7zM31.5 29.7c-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4 1.3 0 2.4 1.1 2.4 2.4C33.8 28.7 32.8 29.7 31.5 29.7zM38.8 29.7c-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4s2.4 1.1 2.4 2.4C41.1 28.7 40.1 29.7 38.8 29.7z"/><path class="st4" d="M18.3 10.3h20.4V5.9c0-3.3-2.7-6-6-6H6.1c-3.3 0-6 2.7-6 6v17.7c0 3.3 2.7 6 6 6h4.4V18.1C10.5 13.8 14 10.3 18.3 10.3z"/><path class="st4" d="M109.7 8.6c-3.2 0-6.2 0.8-8.8 2.7 -1.6 1.2-1.8 2.3-2.4-0.2 -2.7-9.6-71.1 16.7-27.3 86.4 2.3 0.7 5.1 1.3 8.4 1.8 5.7 7.3 13.2 11.7 21.4 11.7 6.1 0 11.8-2.4 16.7-6.7 1.6-1.4 3.2-3.1 4.6-4.9 3.2-0.4 6-1 8.4-1.6C162.8 49.9 132 8.5 109.7 8.6L109.7 8.6zM87.7 39.1c4.2 8.5 14.5 10.2 24.2 11.8 8.3 1.3 15.9 2.6 16.6 8.2 0 0.7 0.1 1.4 0.1 1.9 0 0.5 0 1.2 0 2.1 0 1.2 0 2.3-0.1 3.3 -0.1 1.1-0.1 2.2-0.2 3.2 -0.3 2.6-0.8 5.1-1.4 7.7 -0.6 2.6-1.3 5.1-2.1 7.5 -2.5 6.5-6.1 11.9-10.4 15.6 -4 3.5-8.5 5.5-13.4 5.5 -6.8 0-13.1-3.9-17.9-10.4 -5.1-6.8-8.6-16.4-9.4-27.2 -0.1-1.2 0-2.4 0-3.5 0.1-1.2 0.2-2.3 0.3-3.4C75.7 49.3 83.4 42.7 87.7 39.1L87.7 39.1 87.7 39.1z"/></svg>');
}
.hotline-template .benefits-outer .benefits-item.answer-every-call .benefits-item-content:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 149.8 111"><style type="text/css">.st2{fill:#9778D3;}</style><path class="st2" d="M97.5 100.4L97.5 100.4c10-4.5 13.6-11.8 14.7-14.1 6.2-6.3 8.9-11.9 7.9-16.7 -0.5-2.3-1.6-4-2.9-5.1 5.4-10.7 6.6-20.6 3.3-29.4 -5.5-14.8-21.4-20.7-22.2-21 -23-6.9-35.3 5.1-39.5 10.6 -3.5-1.1-6.7-1.1-9.5 0.2 -5.3 2.3-7.2 7.8-7.4 8.6 -3.9 15 1 27.9 3.4 32.8 -1.1 1.5-2.2 3.9-2.1 6.9 0.2 4.6 3.1 9.1 8.7 13.3 1.1 2.5 4.5 8.8 11.9 13.1 5.5 2.6 11.4 4.1 17.7 4.1C87.3 103.7 92.5 102.5 97.5 100.4zM57.8 83.4l-0.3-1 -0.8-0.6c-4.3-3.1-6.6-6.1-6.7-8.7 -0.1-2.3 1.5-3.8 1.6-3.8l2.1-1.7 0.1 0c0 0 0 0 0 0l0.1 0 -0.1-0.1c-0.1-1.3-0.1-9.5 8.5-16.4l0 14 5.5-5.1c0.1-0.1 7.9-7.2 20.8-13.2l0 15.3 5-3.1c0.1-0.1 11.7-7.2 21.6-6.6 -0.9 3.7-2.5 7.7-4.8 11.8l-1.9 3.3 3.5 1.4c0 0 1.6 0.7 2 2.3 0.2 1.2 0.1 4.6-6.4 11.2l-0.5 0.5 -0.3 0.6c-0.1 0.1-6.2 14.2-25.2 14.2C62.9 97.3 58 83.9 57.8 83.4z"/></svg>');
}
.hotline-template .resources-outer {
  background: none;
  overflow: hidden;
  margin: 0 0 3em;
}
.hotline-template .resources-outer .hotline-content-container {
  width: 75%;
  margin: 0 auto;
}
.hotline-template .resources-outer .resource-item {
  color: #000000;
  text-align: center;
  margin-bottom: 1em;
}
.hotline-template .resources-outer .resource-item .resource-item-link {
  background: none;
}
.hotline-template .resources-outer .resource-item .resource-item-link:hover {
  text-decoration: none;
  color: #000000;
}
.hotline-template .resources-outer .resource-item .resource-item-link:hover .icon {
  background: #f58884;
}
.hotline-template .resources-outer .resource-item .resource-item-link:hover .read-more {
  color: #ef6d6c;
}
.hotline-template .resources-outer .resource-item .icon {
  background: #ef6d6c;
  padding: 1em;
  color: #ffffff;
}
.hotline-template .resources-outer .resource-item .icon-file-pdf {
  font-size: 60px;
  line-height: 1.42857143;
}
.hotline-template .resources-outer .resource-item .desc-container {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 12px;
  padding: 1em 0;
  width: 100%;
  border: 0;
}
.hotline-template .resources-outer .resource-item .read-more {
  font-size: 12px;
}
.hotline-template .current-sponsors-outer {
  overflow: hidden;
  background: #f4f2fa;
  padding: 2em;
}
.hotline-template .current-sponsors-outer .content-header {
  background: transparent;
  margin: 0 0 1em;
}
.hotline-template .current-sponsors-outer .content-header:after {
  display: none;
}
.hotline-template .current-sponsors-outer .content-header .the-title {
  background: transparent;
}
.hotline-template .current-sponsors-outer .sponsor-item {
  text-align: center;
  margin: 0 0 2em;
}
.hotline-template .current-sponsors-outer .sponsor-item .avatar {
  position: relative;
  background: #d5d5d7;
  margin: 0 0 1em;
}
.hotline-template .current-sponsors-outer .sponsor-item .avatar:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.33333333%;
}
.hotline-template .current-sponsors-outer .sponsor-item .avatar > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hotline-template .related-posts .container {
  padding-top: 15px;
}
.hotline-template .gallery-container:last-child {
  margin-bottom: 50px;
}
.program-template .main-section {
  padding-bottom: 30px;
}
.program-template .statistics-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.program-template .statistics-section ul {
  margin-bottom: 0;
}
.program-template .downloadable-resources-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0OGNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #a48cc4 100%);
}
.program-template .downloadable-resources-section h2 {
  color: #ffffff;
}
.program-template .form-outer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog-template .post-item {
  width: 100%;
}
.blog-template .post-item.featured .post-excerpt-item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0OGNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #a48cc4 100%);
  border-left-color: #8b73b3;
  border-right-color: #8b73b3;
  border-top-color: #8b73b3;
  color: #ffffff;
}
.blog-template .post-item.featured .post-excerpt-item .img-col {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiMjlkZDkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NDQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b29dd9 0%, #59447c 100%);
  background-image: -moz-linear-gradient(top, #b29dd9 0%, #59447c 100%);
  background-image: -o-linear-gradient(top, #b29dd9 0%, #59447c 100%);
  background-image: linear-gradient(to bottom, #b29dd9 0%, #59447c 100%);
}
.blog-template .post-item.featured .post-excerpt-item .info-col .title {
  border-bottom-color: #ffffff;
}
.blog-template .post-item.featured .post-excerpt-item .info-col .title a {
  color: #ffffff;
}
.blog-template .post-item.featured .post-excerpt-item .info-col .title .date {
  color: #ffffff;
}
.blog-template .post-item.featured .post-excerpt-item .info-col .tags-container {
  background: #cfc2e7;
}
.blog-template .post-item.featured .post-excerpt-item .info-col .tags-container .tags-title {
  color: #59447c;
}
.blog-template .post-item.featured .post-excerpt-item .info-col .tags-container .the-tags a {
  background: #8b73b3;
}
.blog-template .post-item.featured .post-excerpt-item .info-col .read-more-container a {
  background: #8b73b3;
  color: #ffffff;
}
.blog-template .load-more-container {
  padding: 15px;
  padding-top: 0;
}
.blog-template .load-more-container hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-template .load-more-container .load-more {
  width: 100%;
  background: #ef6d6c;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0;
  color: #ffffff;
}
.single-blog-posts .the-title {
  margin-bottom: 0;
}
.single-blog-posts .story-author {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #71569d;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0;
  padding: 5px;
  background: #ece7f6;
}
.single-blog-posts .form-btn-container {
  padding-bottom: 15px;
}
.single-blog-posts .form-btn-container .btn {
  width: 100%;
}
.single-blog-posts .post-btns-outer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0NDQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #444242 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, #444242 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #444242 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #444242 0%, #000000 100%);
}
.single-blog-posts .post-btns-outer .container-fluid {
  padding: 0;
}
.single-blog-posts .post-btns-outer .post-nav-item {
  display: block;
  width: 50%;
  color: #b29dd9;
  text-decoration: none;
  padding: 15px;
}
.single-blog-posts .post-btns-outer .post-nav-item:hover {
  text-decoration: none;
}
.single-blog-posts .post-btns-outer .post-nav-item:active {
  background: #000000;
}
.single-blog-posts .post-btns-outer .post-nav-item .item-icon,
.single-blog-posts .post-btns-outer .post-nav-item .item-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.single-blog-posts .post-btns-outer .post-nav-item .item-icon {
  font-size: 12px;
  line-height: 12px;
  background: #8b73b3;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: #000000;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  text-align: center;
}
.single-blog-posts .post-btns-outer .post-nav-item .item-icon .glyphicon {
  top: 3px;
}
.single-blog-posts .post-btns-outer .post-nav-item .item-info {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.single-blog-posts .post-btns-outer .post-nav-item.prev {
  float: left !important;
  text-align: left;
  border-right: 1px solid #565353;
}
.single-blog-posts .post-btns-outer .post-nav-item.next {
  float: right !important;
  text-align: right;
  border-left: 1px solid #565353;
}
.how-you-can-help-children-template .global-form-container {
  margin-bottom: 15px;
}
.tell-a-friend .social-sharing {
  text-align: center;
  padding-bottom: 15px;
}
.tell-a-friend .social-sharing .share {
  font-family: 'proxima-nova-alt-condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.tell-a-friend .social-sharing .social-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  background: #cfc2e7;
  color: #8b73b3;
  padding: 10px;
  margin: 0 2px;
}
.tell-a-friend .social-sharing .social-btn:hover {
  text-decoration: none;
}
.tell-a-friend .global-form-container {
  margin-bottom: 15px;
}
.states-template .content-row {
  padding-top: 15px;
}
.states-template .first .content-row {
  padding-top: 0;
}
.states-template .programs-section {
  background: #efeff0;
}
.states-template .programs-section .list-group .list-group-item {
  background: transparent;
  padding: 0;
}
.states-template .programs-section .list-group .list-group-item a {
  display: block;
  padding: 10px 15px;
  background: #f9f9fa;
}
.states-template .programs-section .list-group .list-group-item a:hover {
  text-decoration: none;
  color: #000000;
}
.states-template .programs-section .list-group .list-group-item a:active {
  background: #f4f4f5;
}
.states-template .find-chapter-section {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjZkNmMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODg4NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ef6d6c 0%, #f58884 100%);
  background-image: -moz-linear-gradient(top, #ef6d6c 0%, #f58884 100%);
  background-image: -o-linear-gradient(top, #ef6d6c 0%, #f58884 100%);
  background-image: linear-gradient(to bottom, #ef6d6c 0%, #f58884 100%);
  color: #ffffff;
}
.states-template .find-chapter-section .list-group .list-group-item {
  background: transparent;
  padding: 0;
  border-color: #ef6d6c;
}
.states-template .find-chapter-section .list-group .list-group-item a {
  display: block;
  padding: 10px 15px;
  background: #f79a97;
  color: #ffffff;
}
.states-template .find-chapter-section .list-group .list-group-item a:hover {
  text-decoration: none;
  color: #ffffff;
}
.states-template .find-chapter-section .list-group .list-group-item a:active {
  background: #f6918d;
}
.states-template .news-events-section {
  padding-bottom: 15px;
}
.states-template .news-events-section .read-all-container .btn {
  width: 100%;
}
.chapters-template .content-row {
  padding-top: 15px;
}
.chapters-template .first .content-row {
  padding-top: 0;
}
.chapters-template .section-outer.chapters_sections_list {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyOWRkOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -moz-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: -o-linear-gradient(top, #8b73b3 0%, #b29dd9 100%);
  background-image: linear-gradient(to bottom, #8b73b3 0%, #b29dd9 100%);
  color: #ffffff;
}
.chapters-template .section-outer.chapters_sections_list .list-group .list-group-item {
  border-color: #bba8dd;
  background: transparent;
}
.search .posts-container h1 {
  margin-top: 0;
}
.search .posts-container h1 .search-title,
.search .posts-container h1 .label {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}
.search .posts-container h1 .search-title {
  font-weight: 100;
  letter-spacing: 0;
  color: #949598;
}
.search .posts-container h1 .label {
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #cfc2e7;
  color: #8b73b3;
}
.search .posts-container table .item-title {
  padding: 0;
}
.search .posts-container table .item-title a {
  display: block;
  width: 100%;
  padding: 8px;
}
.search .posts-container table .item-title a:hover {
  color: #000000;
  text-decoration: none;
}
.search .posts-container table .item-title a:active {
  background: #f2eef8;
}
.search .posts-container table .item-type .label {
  font-weight: 100;
  letter-spacing: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #87888b;
}
.search .no-posts {
  text-align: center;
}
.search .no-posts .icon-container .icon {
  font-size: 80px;
  line-height: 1;
  color: #ddd4ee;
  -webkit-animation: swing 3s ease-in-out infinite;
  -moz-animation: swing 3s ease-in-out infinite;
  -o-animation: swing 3s ease-in-out infinite;
  animation: swing 3s ease-in-out infinite;
}
.search .no-posts h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0;
  color: #8b73b3;
}
.search .no-posts p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 30px;
}
.archive .posts-container h1 {
  margin-top: 0;
}
.archive .posts-container h1 .search-title,
.archive .posts-container h1 .label {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}
.archive .posts-container h1 .search-title {
  font-weight: 100;
  letter-spacing: 0;
  color: #949598;
}
.archive .posts-container h1 .label {
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #cfc2e7;
  color: #8b73b3;
}
.archive .no-posts {
  text-align: center;
}
.archive .no-posts .icon-container .icon {
  font-size: 80px;
  line-height: 1;
  color: #ddd4ee;
  -webkit-animation: swing 3s ease-in-out infinite;
  -moz-animation: swing 3s ease-in-out infinite;
  -o-animation: swing 3s ease-in-out infinite;
  animation: swing 3s ease-in-out infinite;
}
.archive .no-posts h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0;
  color: #8b73b3;
}
.archive .no-posts p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 30px;
}
.private-files table .title-section,
.private-files table .view-section {
  vertical-align: middle;
}
.private-files table .view-section {
  text-align: center;
}
.private-files table .view-section .btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0;
}
.private-files table .view-section .btn .glyphicon {
  font-size: 10px;
  line-height: 1.42857143;
  top: 0;
}
.error404 {
  text-align: center;
}
.error404 .content-row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.error404 .icon-container .icon-wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  top: 0;
  -webkit-animation: bounce 3s ease-in-out infinite;
  -moz-animation: bounce 3s ease-in-out infinite;
  -o-animation: bounce 3s ease-in-out infinite;
  animation: bounce 3s ease-in-out infinite;
}
.error404 .icon-container .icon-wrap .icon {
  font-size: 80px;
  line-height: 1;
  color: #ddd4ee;
}
.error404 h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0;
  color: #8b73b3;
}
.error404 p {
  font-size: 16px;
  line-height: 20px;
}
div.sponsor-hotline {
  border: 1px solid #ef6d6c;
  padding: 1.5em;
  margin: 0 0 1em;
}
div.sponsor-hotline a {
  display: block;
}
div.sponsor-hotline a:hover {
  text-decoration: none;
  color: #000000;
}
div.sponsor-hotline a:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.sponsor-hotline a:before {
  content: '';
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  height: 200px;
  display: block;
  margin: 0 auto 2em;
}
div.sponsor-hotline h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: 0;
  color: #ef6d6c;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
div.sponsor-hotline h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1em;
  height: 1px;
  width: 100%;
  display: block;
  background: #ef6d6c;
}
div.sponsor-hotline p {
  font-size: 1em;
}
.anniversary {
  margin: 2em auto 4em;
  height: 180px;
}
@media screen and (max-width: 600px) {
  body#logged-in.admin-bar {
    padding-top: 89px !important;
  }
  body#logged-in.admin-bar .user-bar {
    position: absolute !important;
  }
  body#logged-in.admin-bar.home .header-new {
    top: 0;
  }
}
@media screen and (min-width: 601px) {
  body#logged-in.admin-bar.home .header-new {
    top: 89px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-header {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  /* --------------------------------------------------- *\
  SM
\* --------------------------------------------------- */
  section.outer-section header .header-container {
    padding-bottom: 60px;
  }
  section.outer-section header .header-container .top-header .btn.w-icon {
    width: 40%;
    position: absolute;
  }
  section.outer-section header .header-container .top-header .btn.w-icon.purple-w-icon {
    bottom: 0;
    left: 5%;
  }
  section.outer-section header .header-container .top-header .btn.w-icon.green-w-icon {
    bottom: .5em;
    right: 5%;
  }
  section.outer-section header .header-container .top-header .left-section .mobile-header {
    float: left !important;
    width: 40%;
  }
  section.outer-section header .header-container .top-header .left-section .mobile-header .nav-btn {
    width: 20%;
    text-align: center;
  }
  section.outer-section header .header-container .top-header .left-section .mobile-header .mobile-logo {
    width: 80%;
    text-align: left;
  }
  section.outer-section header .header-container .top-header .left-section .mobile-header .mobile-logo img {
    width: 100%;
  }
  section.outer-section header .header-container .top-header .left-section .hotline {
    max-width: none;
    width: 60%;
    padding-top: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .right {
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    padding: 0;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .phone-1 {
    font-weight: 800;
    letter-spacing: 0;
  }
  section.outer-section .header-new .header-container {
    padding-bottom: 15px;
  }
  /* --------------------------------------------------- *\
  PAGES
\* --------------------------------------------------- */
  .cta-banner-section .container .cta-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-banner-section .container .cta-banner .margin-container {
    margin-left: 35%;
  }
  .cta-banner-section .container .cta-banner .margin-container .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
  .cta-banner-section .container .cta-banner .margin-container .desc {
    font-size: 18px;
    line-height: 22px;
  }
  .cta-banner-section .container .cta-banner .margin-container .link-text {
    font-size: 18px;
    line-height: 22px;
  }
  .cta-banner-section .container .cta-banner .background-container {
    background-position: left center;
    background-size: 40%;
  }
  .downloadable-resource-item .icon-container {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 30%;
    border-bottom: 0;
  }
  .downloadable-resource-item .desc-container {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 69%;
    border-left: 1px solid #373535;
  }
  .gallery-width {
    width: 500px;
  }
  .post-excerpt-item {
    border: 0;
    border-bottom: 1px dashed #949598;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .post-excerpt-item .img-col {
    background: none;
    float: left !important;
    width: 30%;
  }
  .post-excerpt-item .info-col .title {
    border-bottom: 1px solid #d5d5d7;
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .post-excerpt-item .info-col .title h4 {
    float: left !important;
    width: 70%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .post-excerpt-item .info-col .title .date {
    float: right !important;
    width: 30%;
    text-align: right;
  }
  .post-excerpt-item .info-col .the-excerpt {
    padding: 0 0 15px;
  }
  .post-excerpt-item .info-col .tags-container {
    background: transparent;
    padding-top: 0;
    padding-left: 0;
  }
  .post-excerpt-item .info-col .tags-container .the-tags a {
    background: #faa7a5;
  }
  .post-excerpt-item .info-col .read-more-container {
    text-align: right;
  }
  .post-excerpt-item .info-col .read-more-container a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .post-excerpt-item .info-col.w-img {
    float: right !important;
    width: 70%;
  }
  .post-excerpt-item .info-col.w-img .title {
    padding: 15px 0 15px 15px;
  }
  .post-excerpt-item .info-col.w-img .the-excerpt {
    padding: 0 0 15px 15px;
  }
  .post-excerpt-item .info-col.w-img .tags-container {
    padding-left: 15px;
  }
  .related-posts-template .posts-container {
    padding-top: 15px;
  }
  .home .panel-outer .panel-inner .info .button-container {
    text-align: left;
  }
  .home .panel-outer .panel-inner .info-2 {
    padding: 15px 15%;
  }
  .home .panel-outer .panel-inner .next-panel-container {
    padding: 0;
    text-align: center;
  }
  .home .panel-outer .panel-inner .next-panel-container .next-panel {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 300px;
  }
  .home .panel-outer.five-too-many {
    background: #b29dd9 url("../images/home/five-sm-bg.jpg") top center no-repeat;
  }
  .home .panel-outer.five-too-many .img-container {
    text-align: center;
  }
  .home .panel-outer.five-too-many .img-container .girl-chart {
    margin-top: 100px;
    width: 420px;
  }
  .home .panel-outer.five-too-many .info {
    margin-bottom: 25%;
  }
  .home .panel-outer.home-banner-new {
    background-position: left center;
  }
  .home .panel-outer.home-banner-new .banner-content-col {
    min-height: 500px;
  }
  .home .panel-outer.our-story {
    background: #ffffff url("../images/home/story-sm-bg.jpg") top center no-repeat;
  }
  .home .panel-outer.our-story .founders-container {
    float: right !important;
    width: 50%;
  }
  .home .panel-outer.our-story .founders-container img {
    max-width: 100%;
  }
  .home .panel-outer.our-story .founders-container .popups {
    margin-top: -85px;
  }
  .home .panel-outer.our-story .founders-container .popups .founder-popup {
    position: relative;
    width: 46%;
    text-align: left;
  }
  .home .panel-outer.our-story .founders-container .popups .founder-popup.one {
    top: -65px;
  }
  .home .panel-outer.our-story .founders-container .popups .founder-popup.two {
    top: -5px;
  }
  .home .panel-outer.our-story .info-2 {
    float: left !important;
    width: 49%;
    padding: 15px;
  }
  .home .panel-outer.our-story .info-2 .story-stat {
    text-align: left;
  }
  .home .panel-outer.our-story .next-panel-container {
    clear: both;
    padding-top: 30px;
  }
  .home .panel-outer.our-solution {
    background: #ef6d6c url("../images/home/solution-sm-bg.jpg") top center no-repeat;
  }
  .home .panel-outer.our-solution .programs-container .program {
    width: 38%;
    max-width: none;
    margin: 15px;
  }
  .home .panel-outer.our-impact {
    background: #ffffff url("../images/home/impact-sm-bg.jpg") top center no-repeat;
  }
  .home .panel-outer.our-impact .dropdown-container {
    width: 500px;
    margin: 0 auto;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box .title-cell {
    font-size: 18px;
    line-height: 22px;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell {
    font-size: 18px;
    line-height: 22px;
  }
  .content-accordion .accordion-outer .container-fluid .read-more,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more,
  .email-congress .accordion-outer .container-fluid .read-more {
    text-align: right;
  }
  .content-accordion .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container,
  .email-congress .accordion-outer .container-fluid .accordion-panel .related-pages .btn-container {
    margin: 0 !important;
    float: left !important;
    width: 50%;
    padding: 5px;
  }
  .how-you-can-help-children-accordion-template .the-gallery-container {
    width: 500px;
    margin: 0 auto;
  }
  .how-you-can-help-children-accordion-template .the-gallery-container:before,
  .how-you-can-help-children-accordion-template .the-gallery-container:after {
    content: " ";
    display: table;
  }
  .how-you-can-help-children-accordion-template .the-gallery-container:after {
    clear: both;
  }
  .how-you-can-help-children-accordion-template .the-gallery-container:before,
  .how-you-can-help-children-accordion-template .the-gallery-container:after {
    content: " ";
    display: table;
  }
  .how-you-can-help-children-accordion-template .the-gallery-container:after {
    clear: both;
  }
  .leadership .executive-members-outer .container {
    text-align: center;
  }
  .leadership .executive-members-outer .container .member-thumb-outer {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb {
    padding: 15px;
    position: relative;
    width: 245px;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .img-placeholder {
    height: 258px;
    padding-top: 45px;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .img-placeholder span {
    font-size: 180px;
    line-height: 1;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title {
    position: relative;
    z-index: 1;
    height: 82px;
    overflow: hidden;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title .title,
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-title .subtitle {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 100%;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .arrow {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 20px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .arrow span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #8b73b3;
    position: relative;
    top: 0;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb.active .arrow {
    bottom: 5px;
  }
  .leadership .executive-members-outer .container .member-bio {
    float: left !important;
    width: 100%;
  }
  .leadership .board-members-outer .member {
    margin: 0;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-outer {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: auto;
    padding: 15px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador {
    margin: 0;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .ambassador-title {
    height: 75px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador-bio {
    float: left !important;
    width: 100%;
  }
  .find-local-chapter .map-container .dropdown-section {
    margin: 0 auto;
    width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .speak-up-template .tab-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .speak-up-template .tab-outer .container-fluid > .navbar-header,
  .speak-up-template .tab-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .speak-up-template .tab-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs {
    border-bottom: 0;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs li {
    width: auto;
    border-bottom: 0;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs li a {
    background: transparent;
    color: #949598;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs li.active a {
    color: #000000;
    border: 0;
  }
  .speak-up-template .tab-outer .container-fluid .tab-content {
    background: transparent;
    margin: 0;
  }
  .speak-up-template .tab-outer .container-fluid .tab-content .tab-pane {
    background: #e2e2e3;
  }
  .speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-gallery {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .history-of-childhelp .timeline-item-outer .item-date-outer .date-container,
  .success-statistics .timeline-item-outer .item-date-outer .date-container {
    width: 250px;
    margin: 0 auto;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer .item-content blockquote,
  .success-statistics .timeline-item-outer .item-content-outer .item-content blockquote {
    font-size: 22px;
    line-height: 24px;
  }
  .hotline-template .hotline-banner .call {
    font-size: 24px;
    line-height: 28px;
  }
  .hotline-template .hotline-banner .phone {
    font-size: 30px;
    line-height: 34px;
  }
  .hotline-template .video-banner-outer {
    width: 80%;
    margin: 0 auto;
  }
  .hotline-template .video-banner-outer .hotline-content-container .video-banner-watch {
    border-width: 6px;
    height: 94px;
    width: 94px;
  }
  .hotline-template .video-banner-outer .hotline-content-container .video-banner-watch:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #ef6d6c;
  }
  .hotline-template .video-banner-outer .hotline-content-container .video-banner-watch:after {
    border: 6px solid #ef6d6c;
    height: 86px;
    width: 86px;
  }
  .hotline-template .video-banner-outer .hotline-content-container .video-banner-caption {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .hotline-template .video-banner-outer .hotline-content-container .video-banner-caption > p {
    font-size: inherit;
  }
  .hotline-template .benefits-outer {
    position: relative;
    font-size: 0;
  }
  .hotline-template .benefits-outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .hotline-template .benefits-outer > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hotline-template .benefits-outer .content-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 2rem;
  }
  .hotline-template .benefits-outer .hotline-content-container {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    height: 80%;
    width: 80%;
    left: 50%;
    top: 55%;
  }
  .hotline-template .benefits-outer .benefits-item {
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    padding: 2rem 4rem;
    width: 50%;
    height: 50%;
    border: 0;
  }
  .hotline-template .benefits-outer .benefits-item .benefits-item-content {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
  }
  .hotline-template .benefits-outer .benefits-item:after {
    content: '';
    border: 1px solid #ef6d6c;
    pointer-events: none;
    position: absolute;
    display: block;
    height: 90%;
    width: 60%;
    z-index: 0;
  }
  .hotline-template .benefits-outer .benefits-item.qualified-caring-staff:after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0;
  }
  .hotline-template .benefits-outer .benefits-item.increase-awareness:after {
    border-width: 0 0 1px;
    bottom: 0;
    left: 0;
  }
  .hotline-template .benefits-outer .benefits-item.future-services:after {
    border-width: 0 1px 0 0;
    right: 0;
    top: 0;
  }
  .hotline-template .benefits-outer .benefits-item.answer-every-call:after {
    border-width: 0;
    left: 0;
    top: 0;
  }
  .hotline-template .gallery-container {
    width: 500px;
    margin: 0 auto;
  }
  .hotline-template .gallery-container:last-child {
    margin-bottom: 50px;
  }
  .hotline-template .sponsors-outer .hotline-content-container > div {
    margin: 0 2%;
  }
  .blog-template .post-item {
    padding-bottom: 15px;
  }
  .blog-template .post-item .post-excerpt-item {
    margin-bottom: 0;
  }
  .blog-template .post-item.featured .post-item-wrapper {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YjczYjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0OGNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
    background-image: -moz-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
    background-image: -o-linear-gradient(top, #8b73b3 0%, #a48cc4 100%);
    background-image: linear-gradient(to bottom, #8b73b3 0%, #a48cc4 100%);
  }
  .blog-template .post-item.featured .post-excerpt-item {
    background: transparent;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .title {
    border-bottom-color: #b29dd9;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .tags-container {
    background: transparent;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .tags-container .tags-title {
    color: #ffffff;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .tags-container .the-tags a {
    background: #b29dd9;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .read-more-container a {
    background: #7d62aa;
  }
  .single-blog-posts .story-author-container {
    text-align: right;
  }
  .single-blog-posts .the-gallery-container {
    width: 500px;
    margin: 0 auto;
  }
  .single-blog-posts .the-gallery-container:before,
  .single-blog-posts .the-gallery-container:after {
    content: " ";
    display: table;
  }
  .single-blog-posts .the-gallery-container:after {
    clear: both;
  }
  .single-blog-posts .the-gallery-container:before,
  .single-blog-posts .the-gallery-container:after {
    content: " ";
    display: table;
  }
  .single-blog-posts .the-gallery-container:after {
    clear: both;
  }
  .how-you-can-help-children-template .the-gallery {
    width: 500px;
    margin: 0 auto;
  }
  .states-template .gallery-container {
    width: 500px;
    margin: 0 auto 15px;
  }
  .states-template .gallery-container:before,
  .states-template .gallery-container:after {
    content: " ";
    display: table;
  }
  .states-template .gallery-container:after {
    clear: both;
  }
  .states-template .gallery-container:before,
  .states-template .gallery-container:after {
    content: " ";
    display: table;
  }
  .states-template .gallery-container:after {
    clear: both;
  }
  .chapters-template .gallery-container {
    width: 500px;
    margin: 0 auto 15px;
  }
  .chapters-template .gallery-container:before,
  .chapters-template .gallery-container:after {
    content: " ";
    display: table;
  }
  .chapters-template .gallery-container:after {
    clear: both;
  }
  .chapters-template .gallery-container:before,
  .chapters-template .gallery-container:after {
    content: " ";
    display: table;
  }
  .chapters-template .gallery-container:after {
    clear: both;
  }
  .search .posts-container {
    padding-bottom: 30px;
  }
  .search .posts-container h1 .search-title,
  .search .posts-container h1 .label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
  .search .posts-container h1 .label {
    width: auto;
  }
  .search .no-posts .icon-container .icon {
    font-size: 100px;
    line-height: 1;
  }
  .archive .posts-container {
    padding-bottom: 30px;
  }
  .archive .posts-container h1 .search-title,
  .archive .posts-container h1 .label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
  .archive .posts-container h1 .label {
    width: auto;
  }
  .archive .no-posts .icon-container .icon {
    font-size: 100px;
    line-height: 1;
  }
  .error404 .icon-container .icon-wrap .icon {
    font-size: 100px;
    line-height: 1;
  }
  .modal-container .close-button {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .speak-up-template .tab-outer .container-fluid > .navbar-header,
  .speak-up-template .tab-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 783px) {
  body#logged-in.admin-bar {
    padding-top: 75px !important;
  }
  body#logged-in.admin-bar .user-bar {
    top: 32px;
    position: fixed !important;
  }
  body#logged-in.admin-bar .header-new {
    top: 0;
  }
  body#logged-in.admin-bar.home .header-new {
    top: 75px;
  }
  body#logged-in.admin-bar.home .header-new.trans-header {
    top: 75px;
  }
}
@media screen and (min-width: 992px) {
  /* --------------------------------------------------- *\
  MD
\* --------------------------------------------------- */
  ul.pagination li a {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  ul.pagination li:hover a {
    background: #e3dbf1;
  }
  html.height-control {
    height: auto;
    overflow: visible;
  }
  body#logged-in .user-bar {
    background: #373535;
    background: rgba(55, 53, 53, 0.9);
  }
  body#logged-in.admin-bar.home .header-new {
    top: 75px;
  }
  section.outer-section header .header-container {
    padding-bottom: 15px;
  }
  section.outer-section header .header-container .top-header {
    padding-top: 15px;
  }
  section.outer-section header .header-container .top-header .btn.w-icon {
    width: auto;
    position: relative;
  }
  section.outer-section header .header-container .top-header .btn.w-icon.purple-w-icon {
    bottom: initial;
    left: initial;
  }
  section.outer-section header .header-container .top-header .btn.w-icon.green-w-icon {
    bottom: initial;
    right: initial;
  }
  section.outer-section header .header-container .top-header .section-top {
    height: 91px;
  }
  section.outer-section header .header-container .top-header .left-section {
    float: left !important;
    width: 37%;
    text-align: left;
  }
  section.outer-section header .header-container .top-header .left-section .hotline {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .left {
    text-align: left;
    width: 52%;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .right {
    text-align: left;
    width: 48%;
    font-size: 20px !important;
    line-height: 24px !important;
  }
  section.outer-section header .header-container .top-header .left-section .left-btns .purple-w-icon {
    width: auto;
    margin: 0;
  }
  section.outer-section header .header-container .top-header .center-section {
    float: left !important;
    width: 30%;
    text-align: center;
  }
  section.outer-section header .header-container .top-header .center-section a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.1s ease;
    -moz-transition: -moz-transform 0.1s ease;
    -o-transition: -o-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease,-moz-transform 0.1s ease,-o-transform 0.1s ease,transform 0.1s ease;
  }
  section.outer-section header .header-container .top-header .center-section a img {
    width: 260px;
  }
  section.outer-section header .header-container .top-header .center-section a:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  section.outer-section header .header-container .top-header .right-section {
    float: right !important;
    width: 33%;
    text-align: right;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav {
    text-align: right;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin: .5em 0;
    padding: 0;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .main-nav-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #000000;
    font-size: 16px;
    line-height: 16px;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .main-nav-item a {
    display: block;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .main-nav-item a:hover {
    color: #a48cc4;
    text-decoration: none;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .main-nav-item:last-child {
    border: 0;
    padding-right: 0;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100px;
    margin: 0 0 0 1em;
    padding: 0;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-form .form-group {
    width: 100%;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-form .form-group .search-input {
    width: 100%;
    padding: .5em 2em .5em .5em;
    border-radius: 0;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-form > button {
    position: absolute;
    top: 50%;
    right: 0;
    border: initial;
    background: transparent;
    line-height: 1em;
    padding: 0;
    -webkit-transform: translate(-0.5em, -50%);
    -moz-transform: translate(-0.5em, -50%);
    -ms-transform: translate(-0.5em, -50%);
    -o-transform: translate(-0.5em, -50%);
    transform: translate(-0.5em, -50%);
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-form > button:hover {
    color: #a48cc4;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-section {
    text-align: right;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-section .select2-choice {
    height: 34px !important;
    padding-top: 4px !important;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-section .search-form {
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 150px;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-section .search-form .form-group {
    width: 85%;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-section .search-form button {
    width: 15%;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .search-section .search-form button:hover {
    color: #a48cc4;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .ui-autocomplete {
    z-index: 9999;
    text-align: left;
    width: 248px !important;
    left: auto !important;
    right: 0 !important;
    max-height: 355px;
    overflow-y: scroll;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .ui-autocomplete .ui-menu-item {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  section.outer-section header .header-container .top-header .right-section .top-header-nav .ui-autocomplete .ui-menu-item:hover {
    background: #efeff0;
  }
  section.outer-section header .header-container .top-header .right-section .right-btn .green-w-icon {
    width: auto;
  }
  section.outer-section header .main-nav-container {
    background: #efeff0;
  }
  section.outer-section header .main-nav-container .main-nav-items {
    text-align: center;
  }
  section.outer-section header .main-nav-container .main-nav-items ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li .main-nav-title {
    display: block;
    padding: 15px 46px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
    position: relative;
    z-index: 1;
    color: #000000;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li .main-nav-title:hover {
    color: #8b73b3;
    text-decoration: none;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li .triangle {
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li .triangle span {
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #565353;
    border-left: 10px solid transparent;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li.active .main-nav-title {
    color: #8b73b3 !important;
  }
  section.outer-section header .main-nav-container .main-nav-items ul li.active .triangle {
    bottom: 7px;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items {
    background: #565353;
    color: #ffffff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .nav-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table {
    background-color: transparent !important;
    margin: 0;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table tr td {
    border: 0;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table tr td a {
    display: block;
    color: #ffffff;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table tr td a:hover {
    color: #fbbfbd;
    text-decoration: none;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table tr td.menu-item-has-children {
    background: #4d4b4b;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table tr td.sub-item {
    font-weight: 100;
    letter-spacing: 0;
    border-left: 1px solid #4d4b4b;
    border-right: 1px solid #4d4b4b;
    border-bottom: 1px solid #4d4b4b;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table.main-sub-nav {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -o-transform: translate(-20px);
    -ms-transform: translate(-20px);
    transform: translate(-20px);
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear, -webkit-transform 0.2s ease-in;
    -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear, -moz-transform 0.2s ease-in;
    -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear, -o-transform 0.2s ease-in;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear,-webkit-transform 0.2s ease-in,-moz-transform 0.2s ease-in,-o-transform 0.2s ease-in,transform 0.2s ease-in;
  }
  section.outer-section header .main-nav-container .main-nav-sub-items .table.main-sub-nav.active {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: visibility 0s linear, opacity 0.5s linear, -webkit-transform 0.2s ease-in;
    -moz-transition: visibility 0s linear, opacity 0.5s linear, -moz-transform 0.2s ease-in;
    -o-transition: visibility 0s linear, opacity 0.5s linear, -o-transform 0.2s ease-in;
    transition: visibility 0s linear, opacity 0.5s linear,-webkit-transform 0.2s ease-in,-moz-transform 0.2s ease-in,-o-transform 0.2s ease-in,transform 0.2s ease-in;
  }
  section.outer-section .header-new .header-container .header-main {
    padding-top: 0;
  }
  section.outer-section .header-new .header-container .header-top {
    padding-bottom: 0;
    border-bottom: 2px solid #8b73b3;
  }
  section.outer-section .header-new .header-container .hotline-wrap {
    margin-bottom: 0;
    height: auto !important;
  }
  section.outer-section .header-new .header-container .hotline-cta {
    border-bottom: 0;
    padding: 20px 0;
  }
  section.outer-section .header-new .header-container .abuse-hotline-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
  section.outer-section .header-new .header-container .hot-phone-wrap {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
  section.outer-section .header-new .header-container .header-quick-links {
    padding: 20px 0;
    position: relative;
  }
  section.outer-section .header-new .header-container .header-quick-links .quick-links-list {
    margin-bottom: 5px;
  }
  section.outer-section .header-new .header-container .header-quick-links .quick-links-list li a {
    color: #8b73b3;
  }
  section.outer-section .header-new .header-container .header-quick-links .ui-autocomplete {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
  }
  section.outer-section .header-new .header-container .main-header {
    padding: 20px 15px 0;
    display: flex !important;
  }
  section.outer-section .header-new .header-container .header-logo-wrap {
    width: 200px;
    flex: 0 0 200px;
  }
  section.outer-section .header-new .header-container .header-logo-wrap a {
    width: 100%;
  }
  section.outer-section .header-new .header-container .header-logo-wrap a img {
    width: 100%;
  }
  section.outer-section .header-new .header-container .main-nav-wrap {
    flex: 1 1 100%;
  }
  section.outer-section .header-new .header-container .main-nav-items {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul {
    display: inline-block;
    width: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li {
    float: left;
    display: inline-block;
    padding: 0 10px;
    position: relative;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li .main-nav-title {
    font-weight: 700;
    color: #8b73b3;
    cursor: pointer;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li ul {
    width: 260px;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    list-style: none;
    padding-left: 0;
    background-color: #ffffff;
    text-align: left;
    z-index: 100;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav > li {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #efeff0;
    position: relative;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav > li a {
    display: block;
    width: 100%;
    padding: 0 5px;
    text-decoration: none;
    color: #4a4a4a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav > li a:hover {
    background-color: #efeff0;
    color: #4a4a4a;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav > li > ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
    background-color: #ffffff;
    text-align: left;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    display: none;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav > li > ul > li {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #efeff0;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li > .main-sub-nav > li:hover > ul {
    display: block;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li:nth-child(4) .main-sub-nav > li > ul,
  section.outer-section .header-new .header-container .main-nav-items > ul > li:nth-child(5) .main-sub-nav > li > ul {
    left: -100%;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li.active .main-nav-title {
    border-bottom: 2px solid #f2706d;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li.active > .main-sub-nav {
    display: block;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li:hover .main-nav-title,
  section.outer-section .header-new .header-container .main-nav-items > ul > li:focus .main-nav-title {
    border-bottom: 2px solid #f2706d;
  }
  section.outer-section .header-new .header-container .header-btn-wrap {
    flex: 0 0 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .btn {
    border: 2px solid transparent !important;
    transition: background-color 0.3s ease-out;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .btn .text {
    font-size: 14px;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .left-btn .btn {
    border-radius: 3px !important;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    background-color: #f2706d;
    text-align: center;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .left-btn .btn:hover {
    background-color: #ec2b27;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .right-btn .btn {
    border-radius: 3px !important;
    color: #ffffff;
    display: block;
    width: 100%;
    background-color: #8CDE67;
    text-align: center;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .right-btn .btn:hover {
    background-color: #5ecc2c;
  }
  section.outer-section .header-new .search-form {
    padding: 0;
  }
  section.outer-section .header-new.trans-header .header-container .header-btn-wrap .btn {
    border: 2px solid #ffffff !important;
  }
  section.outer-section footer .footer-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.outer-section footer .footer-container > .navbar-header,
  section.outer-section footer .footer-container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  section.outer-section footer .footer-container p {
    font-size: 1.8rem;
  }
  section.outer-section footer .footer-container .left-footer {
    float: left !important;
    width: 35%;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav {
    text-align: left;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav ul li.footer-nav-item a {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    color: #565353;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav ul li.footer-nav-item a:hover {
    color: #ef6d6c;
    text-decoration: none;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav .employee-login-container .red-w-icon .icon {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav .employee-login-container .red-w-icon .icon img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav .employee-login-container .red-w-icon:hover .icon img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  section.outer-section footer .footer-container .left-footer .footer-nav .employee-login-container .red-w-icon:hover .icon {
    background: #f98f8d;
  }
  section.outer-section footer .footer-container .center-footer {
    float: left !important;
    width: 35%;
    background: transparent;
  }
  section.outer-section footer .footer-container .right-footer {
    float: right !important;
    width: 30%;
  }
  section.outer-section footer .footer-container .right-footer .footer-contact address {
    font-size: 14px;
    line-height: 20px;
    color: #565353;
    text-align: right;
  }
  section.outer-section footer .footer-container .right-footer .footer-contact address a {
    text-decoration: none !important;
    color: #565353;
    cursor: default !important;
  }
  section.outer-section footer .footer-container .right-footer .footer-contact address a:hover {
    color: #565353 !important;
  }
  section.outer-section footer .footer-container .right-footer .footer-social {
    text-align: right;
  }
  section.outer-section footer .footer-container .right-footer .footer-social a {
    margin: 0 0 0 6px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  section.outer-section footer .footer-container .right-footer .footer-social a span {
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
  }
  section.outer-section footer .footer-container .right-footer .footer-social a:hover {
    background: #ef6d6c;
  }
  section.outer-section footer .footer-container .right-footer .footer-social a:hover span {
    -webkit-animation: pulse 0.2s linear alternate;
    -moz-animation: pulse 0.2s linear alternate;
    -o-animation: pulse 0.2s linear alternate;
    animation: pulse 0.2s linear alternate;
  }
  section.outer-section footer .footer-container .right-footer .footer-right-nav {
    text-align: right;
  }
  section.outer-section footer .footer-container .right-footer .footer-right-nav ul li {
    border-color: #565353;
  }
  section.outer-section footer .footer-container .right-footer .footer-right-nav ul li:last-child a {
    padding-right: 0;
  }
  section.outer-section footer .footer-container .right-footer .footer-right-nav ul li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #565353;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  section.outer-section footer .footer-container .right-footer .footer-right-nav ul li a:hover {
    color: #ef6d6c;
    text-decoration: none;
  }
  .user-bar {
    position: fixed !important;
  }
  .user-bar .container .bar-section.user-section {
    width: auto;
    float: left!important;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #565353;
  }
  .user-bar .container .bar-section.user-section .user {
    float: none;
    width: auto;
  }
  .user-bar .container .options-section-wrap {
    display: block!important;
    background: 0 0;
    position: relative;
    border: 0;
    width: auto;
  }
  .user-bar .container .options-section-wrap .left-section {
    float: left;
  }
  .user-bar .container .options-section-wrap .right-section {
    float: right;
    padding-left: 10px;
  }
  .user-bar .container .options-section-wrap .bar-item {
    display: inline-block;
    padding: 10px 5px;
  }
  .translator {
    padding: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
  }
  body.with-impact-map .popover {
    margin-top: -10px;
  }
  body.with-impact-map .popover .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  body.with-impact-map .popover .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  body.with-impact-map .popover.wait {
    visibility: hidden !important;
  }
  /* --------------------------------------------------- *\
  PAGES
\* --------------------------------------------------- */
  #how-you-can-help {
    background: #8b73b3 url("../images/help-section-md-bg.jpg") top center no-repeat;
  }
  #how-you-can-help .help-info h2 {
    font-size: 60px;
    line-height: 1.42857143;
  }
  #how-you-can-help .help-info p {
    width: 600px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #how-you-can-help .help-icons {
    padding: 60px 0 30px;
  }
  #how-you-can-help .help-icons a.icon {
    width: 19%;
  }
  #how-you-can-help .help-icons a.icon .img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #how-you-can-help .help-icons a.icon .title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #how-you-can-help .help-icons a.icon:hover .img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #how-you-can-help .help-icons a.icon:hover .title {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  body.with-impact-map .impact-map .outline[status="active"] {
    cursor: pointer;
  }
  body.with-impact-map .impact-map .outline[status="active"]:hover {
    fill: #ef6d6c !important;
  }
  body.with-impact-map .impact-map .outline[status="active"]:active {
    fill: #ec5655 !important;
  }
  body.with-impact-map .impact-key {
    margin: 0 15px;
  }
  body.with-impact-map .impact-key .table-wrapper {
    padding: 0 1px 15px;
    border-right: 1px solid #ef6d6c;
    border-left: 1px solid #ef6d6c;
  }
  body.with-impact-map .impact-key .table-wrapper .table {
    margin: 0;
  }
  body.with-impact-map .impact-key .table-wrapper .table td {
    border-top: 0;
    height: 28px;
    border-right: 1px solid #ffffff;
  }
  body.with-impact-map .impact-key .table-wrapper .table td:last-child {
    border: 0;
  }
  body.with-impact-map .impact-key .labels {
    padding-top: 5px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #ef6d6c;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
    text-transform: uppercase;
  }
  body.with-impact-map .impact-key .labels .pull-left {
    margin-left: -15px;
  }
  body.with-impact-map .impact-key .labels .pull-right {
    margin-right: -15px;
  }
  body.with-impact-map .impact-key .disclaimer {
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  body.with-impact-map .popover {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  body.with-impact-map .popover .popover-title {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-family: 'proxima-nova-alt-condensed', sans-serif;
    font-size: 22px;
    line-height: 1.42857143;
    color: #ef6d6c;
  }
  body.with-impact-map .popover .popover-content {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0;
  }
  .the-black-btn {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .the-black-btn .glyphicon {
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .the-black-btn:hover {
    background: #373535;
  }
  .the-black-btn:hover .glyphicon {
    right: -2px;
  }
  .the-purple-btn table .left-cont,
  .the-purple-btn table .right-cont {
    padding: 15px;
  }
  .the-purple-btn table .left-cont .title {
    font-size: 24px;
    line-height: 28px;
  }
  .the-purple-btn table .right-cont {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .the-purple-btn table .right-cont .wrap {
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
  }
  .the-purple-btn:hover table .right-cont {
    background: #b29dd9;
  }
  .the-purple-btn:hover table .right-cont .wrap {
    position: relative;
    left: 5px;
  }
  .the-red-btn {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .the-red-btn table {
    width: 100%;
  }
  .the-red-btn table .left-cont,
  .the-red-btn table .right-cont {
    padding: 15px;
  }
  .the-red-btn table .left-cont {
    overflow: hidden;
  }
  .the-red-btn table .left-cont .info-left .title {
    font-size: 24px;
    line-height: 28px;
  }
  .the-red-btn table .left-cont .icon {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    width: 57%;
    height: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .the-red-btn table .right-cont {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .the-red-btn table .right-cont .wrap {
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
  }
  .the-red-btn:hover {
    background: #fbbfbd;
  }
  .the-red-btn:hover table .left-cont .icon {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 100%;
    margin-top: -30px;
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  .the-red-btn:hover table .right-cont .wrap {
    position: relative;
    left: 5px;
  }
  .cta-banner-section .container .cta-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-banner-section .container .cta-banner .margin-container {
    margin-left: 40%;
    width: 60%;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
  .cta-banner-section .container .cta-banner .margin-container .banner-title {
    font-size: 34px;
    line-height: 38px;
  }
  .cta-banner-section .container .cta-banner .margin-container .link-text .glyphicon {
    font-size: 12px;
    line-height: 1;
    top: -1px;
  }
  .cta-banner-section .container .cta-banner .background-container {
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cta-banner-section .container .cta-banner:hover .margin-container {
    margin-left: 38%;
  }
  .cta-banner-section .container .cta-banner:hover .background-container {
    -webkit-transform: translate(30px);
    -moz-transform: translate(30px);
    -o-transform: translate(30px);
    -ms-transform: translate(30px);
    transform: translate(30px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  .downloadable-resource-item {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .downloadable-resource-item .icon-container .icon {
    width: 100%;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1;
  }
  .downloadable-resource-item .icon-container .read-more {
    width: 100%;
  }
  .downloadable-resource-item .icon-container .read-more .glyphicon {
    font-size: 10px;
    line-height: 1;
  }
  .downloadable-resource-item .desc-container {
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    width: 68.5%;
  }
  .downloadable-resource-item:hover {
    background: #373535;
  }
  .downloadable-resource-item:hover .desc-container {
    border-color: #565353;
  }
  .sidebar li a,
  .sidebar li .section-item {
    cursor: pointer;
    -webkit-transition: border 0.3s ease, background 0.3s ease;
    -moz-transition: border 0.3s ease, background 0.3s ease;
    -o-transition: border 0.3s ease, background 0.3s ease;
    transition: border 0.3s ease, background 0.3s ease;
  }
  .sidebar li a:hover,
  .sidebar li .section-item:hover {
    background: #f58884;
  }
  .md-gallery-width {
    width: 41.66666667%;
  }
  .post-excerpt-item .img-col .img-container {
    overflow: hidden;
  }
  .post-excerpt-item .img-col .img-container img {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
  }
  .post-excerpt-item .img-col .img-container:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .post-excerpt-item .info-col .title h4 a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .post-excerpt-item .info-col .title h4 a:hover {
    color: #8b73b3;
  }
  .post-excerpt-item .info-col .tags-container .the-tags a {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .post-excerpt-item .info-col .tags-container .the-tags a:hover {
    background: #f58884;
  }
  .post-excerpt-item .info-col .read-more-container a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  .post-excerpt-item .info-col .read-more-container a .glyphicon {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    left: 0;
  }
  .post-excerpt-item .info-col .read-more-container a:hover {
    background: #cfc2e7;
  }
  .post-excerpt-item .info-col .read-more-container a:hover .glyphicon {
    left: 2px;
  }
  .home .panel-outer .panel-inner .info p,
  .home .panel-outer .panel-inner .info-2 p {
    font-size: 18px;
    line-height: 22px;
  }
  .home .panel-outer .panel-inner .info h2 {
    font-size: 60px;
    line-height: 1.42857143;
    padding-top: 0;
  }
  .home .panel-outer .panel-inner .info .button-container .text {
    font-size: 16px;
    line-height: 20px;
  }
  .home .panel-outer .panel-inner .next-panel-container:hover .arrow span {
    -webkit-animation: bounce 0.8s ease-in-out infinite;
    -moz-animation: bounce 0.8s ease-in-out infinite;
    -o-animation: bounce 0.8s ease-in-out infinite;
    animation: bounce 0.8s ease-in-out infinite;
  }
  .home .panel-outer.five-too-many .img-container .girl-chart {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 600px;
  }
  .home .panel-outer.five-too-many .info {
    padding-top: 60px;
    margin-bottom: 70px;
  }
  .home .panel-outer.five-too-many .info p {
    width: 500px;
  }
  .home .panel-outer.five-too-many .info-2 {
    padding: 15px 0;
    width: 500px;
    margin: 0 auto;
  }
  .home .panel-outer.five-too-many .button-container .btn .icon {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .home .panel-outer.five-too-many .button-container .btn .icon img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home .panel-outer.five-too-many .button-container .btn:hover .icon img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .home .panel-outer.five-too-many .button-container .btn:hover .icon {
    background: #2a2828;
  }
  .home .panel-outer.home-banner-new .banner-content-col {
    min-height: 700px;
  }
  .home .panel-outer.home-banner-new .banner-content {
    margin-top: 110px;
  }
  .home .panel-outer.home-banner-new .banner-content .h1 {
    font-size: 60px;
  }
  .home .panel-outer.our-story .info {
    position: relative;
    z-index: 3;
  }
  .home .panel-outer.our-story .info p {
    width: 600px;
  }
  .home .panel-outer.our-story .founders-container {
    position: relative;
    z-index: 6;
    margin-top: -90px;
    width: 45%;
    padding-right: 10px;
  }
  .home .panel-outer.our-story .founders-container .popups .founder-popup .info {
    padding: 10px;
  }
  .home .panel-outer.our-story .founders-container .popups .founder-popup.one {
    width: 50%;
  }
  .home .panel-outer.our-story .founders-container .popups .founder-popup.two {
    width: 30%;
    margin-left: 45px;
    top: 15px;
  }
  .home .panel-outer.our-story .info-2 {
    width: 52%;
  }
  .home .panel-outer.our-story .info-2 .story-stat .pie {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    width: 29%;
  }
  .home .panel-outer.our-story .info-2 .story-stat .stat-text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 70%;
    padding-left: 20px;
  }
  .home .panel-outer.our-story .info-2 .story-stat .stat-text span,
  .home .panel-outer.our-story .info-2 .story-stat .stat-text strong {
    display: block;
  }
  .home .panel-outer.our-story .button-container .btn .icon {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .home .panel-outer.our-story .button-container .btn .icon img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home .panel-outer.our-story .button-container .btn:hover .icon img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .home .panel-outer.our-story .button-container .btn:hover .icon {
    background: #7d62aa;
  }
  .home .panel-outer.our-solution {
    background-attachment: fixed !important;
  }
  .home .panel-outer.our-solution .info {
    width: 800px;
  }
  .home .panel-outer.our-solution .programs-container .program .info .title {
    font-size: 24px;
    line-height: 26px;
  }
  .home .panel-outer.our-solution .programs-container .program .button a .icon {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .home .panel-outer.our-solution .programs-container .program .button a .icon img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home .panel-outer.our-solution .programs-container .program .button a:hover .icon img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .home .panel-outer.our-solution .programs-container .program .button a:hover .icon {
    background: #7d62aa;
  }
  .home .panel-outer.our-impact .info p {
    width: 340px;
  }
  .home .panel-outer.our-impact .full-msg {
    display: block;
  }
  .home .panel-outer.our-impact .map-container {
    position: relative;
    float: right !important;
    width: 65%;
    margin-top: -230px;
  }
  .home .panel-outer.our-impact .map-container .impact-map {
    z-index: 1;
    width: 650px;
  }
  .home .panel-outer.our-impact .key-container {
    float: left !important;
    width: 30%;
    padding-left: 15px;
    margin-top: 30px;
  }
  .home .panel-outer.how-you-can-help #how-you-can-help .help-info {
    padding-top: 15px;
  }
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  .content-accordion .accordion-outer .container-fluid > .navbar-header,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-header,
  .email-congress .accordion-outer .container-fluid > .navbar-header,
  .content-accordion .accordion-outer .container-fluid > .navbar-collapse,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-collapse,
  .email-congress .accordion-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .content-accordion .accordion-outer .container-fluid p,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid p,
  .email-congress .accordion-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box {
    max-width: none;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box .image-cell,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box .image-cell,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box .image-cell {
    width: 55%;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box .title-cell {
    width: 45%;
    font-size: 22px;
    line-height: 24px;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box.no-img .title-cell {
    font-size: 24px;
    line-height: 28px;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box,
  .email-congress .accordion-outer .container-fluid .read-more .read-box {
    width: 100%;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box .icon,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .icon,
  .email-congress .accordion-outer .container-fluid .read-more .read-box .icon {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box .icon img,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .icon img,
  .email-congress .accordion-outer .container-fluid .read-more .read-box .icon img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box:hover .icon img,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box:hover .icon img,
  .email-congress .accordion-outer .container-fluid .read-more .read-box:hover .icon img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box:hover .icon,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box:hover .icon,
  .email-congress .accordion-outer .container-fluid .read-more .read-box:hover .icon {
    background: #977bbb;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box .read-more-text,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .read-more-text,
  .email-congress .accordion-outer .container-fluid .read-more .read-box .read-more-text {
    font-size: 18px;
    line-height: 22px;
    padding: 30px 15px;
    width: 50%;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box .read-more-text .glyphicon,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .read-more-text .glyphicon,
  .email-congress .accordion-outer .container-fluid .read-more .read-box .read-more-text .glyphicon {
    font-size: 12px;
    line-height: 1;
  }
  .how-you-can-help-children-accordion-template .the-content {
    padding-bottom: 10px;
  }
  .how-you-can-help-children-accordion-template .the-gallery-container {
    width: 41.66666667%;
    float: right !important;
    margin: 0 0 0 15px;
    padding-left: 15px;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb {
    width: 238px;
    cursor: pointer;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img {
    position: relative;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .mask .icon {
    display: block;
    margin-top: 80px;
    font-size: 70px;
    line-height: 1;
    color: #ffffff;
    background: -webkit-linear-gradient(transparent, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .img-placeholder,
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb .member-img .img-placeholder {
    height: 250px;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb:hover .member-img .mask {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity 0.3s linear;
    -moz-transition: visibility 0s linear, opacity 0.3s linear;
    -o-transition: visibility 0s linear, opacity 0.3s linear;
    transition: visibility 0s linear, opacity 0.3s linear;
  }
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb:hover .member-img .img-placeholder,
  .leadership .executive-members-outer .container .member-thumb-outer .member-thumb:hover .member-img img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  .leadership .executive-members-outer .container .member-bio {
    float: left !important;
    margin: 0 17px;
  }
  .child-abuse-statistics .main-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .child-abuse-statistics .section-outer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .report {
    text-align: left;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .report img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 18%;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .report .text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 80%;
    padding-left: 10px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table {
    margin-top: 0;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table tr td {
    cursor: default;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .child-abuse-table .table tr td:hover {
    background: #c0afe0;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .intro {
    text-align: left;
    width: 60%;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont {
    margin: -30px 0 0 0;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .text {
    float: left !important;
    width: 62%;
    margin: 45px 0 0 0;
    padding: 15px 30px 15px 15px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .images {
    float: left !important;
    width: 40%;
    margin: 0 0 0 -40px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont #stadium {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont #x-symbol {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 50px;
    margin-left: -5px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .number {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .list .list-desc {
    font-size: 24px;
    line-height: 28px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .list ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 40%;
    margin-top: 15px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .psychological-disorder {
    text-align: left;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .psychological-disorder img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 15%;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .psychological-disorder .text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 80%;
    padding-left: 20px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .grad {
    text-align: left;
    padding-left: 15%;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .grad img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 18%;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-impacts-of-child-abuse .grad .text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 80%;
    padding-left: 20px;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .text {
    text-align: left;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont {
    margin-left: -3px;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont img {
    width: 42px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .man-cont {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 28%;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .man-cont img {
    width: 60px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 70%;
    text-align: left;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-cycle .cycle {
    text-align: left;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-cycle .cycle .text {
    text-align: left;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 65%;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-cycle .cycle .cycle-cont {
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 28%;
    padding: 0 10px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid > .navbar-header,
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .image-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 200px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .image-section img,
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .image-section .img-placeholder {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .ambassador-title {
    position: relative;
    z-index: 1;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section {
    cursor: default;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    border: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon {
    cursor: pointer;
    color: #ffffff;
    background: #f58884;
    border: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
    padding: 5px;
    margin: 10px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.bio-icon .text {
    background: transparent;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.42857143;
    margin-top: 5px;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.bio-icon .arrow {
    display: none !important;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon.social-icon .glyph {
    font-size: 22px;
    line-height: 1.42857143;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon:hover {
    background: #ef6d6c;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .buttons-section .icon:hover .glyph {
    -webkit-animation: pulse 0.2s linear alternate;
    -moz-animation: pulse 0.2s linear alternate;
    -o-animation: pulse 0.2s linear alternate;
    animation: pulse 0.2s linear alternate;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador:hover .image-section img,
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador:hover .image-section .img-placeholder {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador:hover .buttons-section {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: visibility 0s linear, opacity 0.3s linear;
    -moz-transition: visibility 0s linear, opacity 0.3s linear;
    -o-transition: visibility 0s linear, opacity 0.3s linear;
    transition: visibility 0s linear, opacity 0.3s linear;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .main-arrow {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador .main-arrow span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ef6d6c;
    position: relative;
    top: 0;
  }
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid .ambassador.active .main-arrow {
    bottom: -10px;
  }
  .find-local-chapter .map-container .map-section .row {
    position: relative;
  }
  .find-local-chapter .map-container .map-section .row .legend {
    position: absolute;
    right: 0;
    bottom: 15%;
  }
  .speak-up-template .tab-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .speak-up-template .tab-outer .container-fluid > .navbar-header,
  .speak-up-template .tab-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .speak-up-template .tab-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs li a {
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs li a:hover {
    color: #ef6d6c;
  }
  .speak-up-template .tab-outer .container-fluid .nav-tabs li.active a {
    color: #000000 !important;
  }
  .speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-link {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-link .btn {
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
  }
  .speak-up-template .tab-outer .container-fluid .tab-content .tab-pane .item-link .btn:hover {
    background: #f58884;
  }
  .speak-up-template .forms-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .speak-up-template .forms-outer .btn-cont {
    margin: 7px 0;
  }
  .history-of-childhelp .main-section .container-fluid,
  .success-statistics .main-section .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .history-of-childhelp .main-section .container-fluid > .navbar-header,
  .success-statistics .main-section .container-fluid > .navbar-header,
  .history-of-childhelp .main-section .container-fluid > .navbar-collapse,
  .success-statistics .main-section .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .history-of-childhelp .main-section .container-fluid p,
  .success-statistics .main-section .container-fluid p {
    font-size: 1.8rem;
  }
  .history-of-childhelp .top-section-wrapper,
  .success-statistics .top-section-wrapper {
    position: relative;
    text-align: center;
  }
  .history-of-childhelp .top-section-wrapper .top-section,
  .success-statistics .top-section-wrapper .top-section {
    width: auto;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background: #ffffff;
    padding: 30px 10px 15px;
    position: relative;
    z-index: 1;
  }
  .history-of-childhelp .top-section-wrapper .top-section h1,
  .success-statistics .top-section-wrapper .top-section h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .history-of-childhelp .top-section-wrapper .top-section p,
  .success-statistics .top-section-wrapper .top-section p {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
  }
  .history-of-childhelp .top-section-wrapper .top-path,
  .success-statistics .top-section-wrapper .top-path {
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 30px;
    margin-left: 66px;
    border-left: 1px dashed #000000;
    border-top: 1px dashed #000000;
  }
  .history-of-childhelp .timeline-item-outer .item-date-outer,
  .success-statistics .timeline-item-outer .item-date-outer {
    position: relative;
    z-index: 1;
  }
  .history-of-childhelp .timeline-item-outer .item-date-outer .date-container,
  .success-statistics .timeline-item-outer .item-date-outer .date-container {
    width: 100%;
    margin: 0;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer,
  .success-statistics .timeline-item-outer .item-content-outer {
    position: relative;
    z-index: 0;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer .item-path,
  .success-statistics .timeline-item-outer .item-content-outer .item-path {
    display: block;
    position: absolute;
    left: -82px;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 1px dashed #000000;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer .item-content,
  .success-statistics .timeline-item-outer .item-content-outer .item-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer .item-content blockquote,
  .success-statistics .timeline-item-outer .item-content-outer .item-content blockquote {
    font-size: 22px;
    line-height: 24px;
    line-height: 30px;
  }
  .history-of-childhelp .timeline-item-outer.ozzie,
  .success-statistics .timeline-item-outer.ozzie {
    background-image: url('../images/history/ozzie-bg.jpg');
    background-position: center right;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.ozzie .container-fluid .item-content,
  .success-statistics .timeline-item-outer.ozzie .container-fluid .item-content {
    padding-right: 40%;
  }
  .history-of-childhelp .timeline-item-outer.orphanage,
  .success-statistics .timeline-item-outer.orphanage {
    background-image: url('../images/history/orphanage-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.lewis,
  .success-statistics .timeline-item-outer.lewis {
    background-image: url('../images/history/lewis-bg.jpg');
    background-position: -180px center;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.hotline,
  .success-statistics .timeline-item-outer.hotline {
    background-image: url('../images/history/hotline-bg.jpg');
    background-position: -180px bottom;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.pope,
  .success-statistics .timeline-item-outer.pope {
    background-image: url('../images/history/pope-bg.jpg');
    background-position: -180px -50px;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.childhelp-east,
  .success-statistics .timeline-item-outer.childhelp-east {
    background-image: url('../images/history/childhelp-east-bg.jpg');
    background-position: -105px 0px;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.childhelp-east .container-fluid .item-content,
  .success-statistics .timeline-item-outer.childhelp-east .container-fluid .item-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .history-of-childhelp .timeline-item-outer.juvenile-award,
  .success-statistics .timeline-item-outer.juvenile-award {
    background-image: url('../images/history/juvenile-award-bg.jpg');
    background-position: -105px 0px;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.juvenile-award .container-fluid .item-content,
  .success-statistics .timeline-item-outer.juvenile-award .container-fluid .item-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .history-of-childhelp .timeline-item-outer.nobel-nomination,
  .success-statistics .timeline-item-outer.nobel-nomination {
    background-image: url('../images/history/nobel-bg.jpg');
    background-position: -105px -30px;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.hotline-anniversary,
  .success-statistics .timeline-item-outer.hotline-anniversary {
    background-image: url('../images/history/hotline-anniversary.jpg');
    background-position: -105px -30px;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.celebrity-golf,
  .success-statistics .timeline-item-outer.celebrity-golf {
    background-image: url('../images/history/celebrity-golf-bg.jpg');
    background-position: left -30px;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.bg-black .item-content-outer .item-path,
  .success-statistics .timeline-item-outer.bg-black .item-content-outer .item-path {
    border-color: #ffffff;
  }
  .success-statistics .top-section-wrapper .top-path {
    border-left: 0;
    height: 47px;
  }
  .success-statistics .overview-wrapper {
    position: relative;
  }
  .success-statistics .overview-wrapper .overview {
    margin-top: -46px;
    margin-left: 66px;
    padding-left: 15px;
    padding-top: 50px;
    border-left: 1px dashed #000000;
  }
  .success-statistics .overview-wrapper .overview div {
    padding: 1px 0;
  }
  .program-type-template .content-container .content-gallery .gallery-container {
    float: right !important;
    width: 41.66666667%;
    margin-left: 15px;
  }
  .program-type-template .related-programs-outer {
    padding-bottom: 23px;
  }
  .program-type-template .related-programs-outer .container {
    text-align: center;
  }
  .program-type-template .related-programs-outer .container .the-purple-btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 48%;
    margin: 7px;
  }
  .program-type-template .related-programs-outer .container .the-purple-btn table {
    height: 160px;
  }
  .hotline-template .current-sponsors-outer .sponsor-item {
    margin: 0;
  }
  .hotline-template .gallery-container:last-child {
    margin-bottom: 50px;
  }
  .program-template .gallery-container {
    width: 500px;
    margin: 0 auto 15px;
  }
  .program-template .gallery-container:before,
  .program-template .gallery-container:after {
    content: " ";
    display: table;
  }
  .program-template .gallery-container:after {
    clear: both;
  }
  .program-template .gallery-container:before,
  .program-template .gallery-container:after {
    content: " ";
    display: table;
  }
  .program-template .gallery-container:after {
    clear: both;
  }
  .blog-template .post-item .post-excerpt-item .info-col .title a:hover {
    color: #ef6d6c;
  }
  .blog-template .post-item .post-excerpt-item .read-more-container a:hover {
    background: #faa7a5;
  }
  .blog-template .post-item.featured .post-excerpt-item {
    padding-top: 15px;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .title {
    padding-top: 0;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .title a:hover {
    color: #cfc2e7;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .tags-container .the-tags a:hover {
    background: #a992d5;
  }
  .blog-template .post-item.featured .post-excerpt-item .info-col .read-more-container a:hover {
    background: #5f5080;
  }
  .blog-template .load-more-container .load-more {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 200px;
  }
  .single-blog-posts .post-content-section {
    padding-bottom: 30px;
  }
  .single-blog-posts .the-gallery-container {
    float: right !important;
    margin-left: 15px;
  }
  .single-blog-posts .form-btn-container {
    padding-top: 30px;
    padding-bottom: 45px;
    text-align: center;
  }
  .single-blog-posts .form-btn-container .btn {
    width: 400px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .single-blog-posts .post-btns-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-blog-posts .post-btns-outer .container-fluid > .navbar-header,
  .single-blog-posts .post-btns-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .single-blog-posts .post-btns-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .single-blog-posts .post-btns-outer .post-nav-item .item-info .item-title {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .single-blog-posts .post-btns-outer .post-nav-item .item-icon {
    width: 35px;
    height: 35px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .single-blog-posts .post-btns-outer .post-nav-item .item-icon .glyphicon {
    font-size: 15px;
    line-height: 15px;
    top: 6px;
  }
  .single-blog-posts .post-btns-outer .post-nav-item .item-info .type {
    font-weight: bold;
    letter-spacing: 0;
  }
  .single-blog-posts .post-btns-outer .post-nav-item.prev .item-info {
    padding-left: 15px;
  }
  .single-blog-posts .post-btns-outer .post-nav-item.prev:hover .item-icon {
    left: -5px;
  }
  .single-blog-posts .post-btns-outer .post-nav-item.prev:hover .item-info .item-title {
    color: #ffffff;
  }
  .single-blog-posts .post-btns-outer .post-nav-item.next .item-info {
    padding-right: 15px;
  }
  .single-blog-posts .post-btns-outer .post-nav-item.next:hover .item-icon {
    left: 5px;
  }
  .single-blog-posts .post-btns-outer .post-nav-item.next:hover .item-info .item-title {
    color: #ffffff;
  }
  .how-you-can-help-parent-template .related-programs-outer {
    padding-bottom: 23px;
    text-align: center;
  }
  .how-you-can-help-parent-template .related-programs-outer .the-purple-btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 48%;
    margin: 7px;
  }
  .how-you-can-help-parent-template .related-programs-outer .the-purple-btn table {
    height: 160px;
  }
  .how-you-can-help-children-template .main-section {
    padding-bottom: 15px;
  }
  .spread-the-word-parent-template .related-outer {
    padding-bottom: 23px;
    text-align: center;
  }
  .spread-the-word-parent-template .related-outer .the-red-btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 48%;
    margin: 7px;
  }
  .spread-the-word-parent-template .related-outer .the-red-btn table {
    height: 160px;
  }
  .tell-a-friend .social-sharing {
    text-align: left;
  }
  .tell-a-friend .social-sharing .share,
  .tell-a-friend .social-sharing .social-btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
  .tell-a-friend .social-sharing .social-btn {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  .tell-a-friend .social-sharing .social-btn:hover {
    background: #ddd4ee;
  }
  .tell-a-friend .social-sharing .social-btn:hover span {
    -webkit-animation: pulse 0.2s linear alternate;
    -moz-animation: pulse 0.2s linear alternate;
    -o-animation: pulse 0.2s linear alternate;
    animation: pulse 0.2s linear alternate;
  }
  .states-template .content-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .states-template .section-outer .first .content-row {
    padding-top: 0;
  }
  .states-template .programs-section .list-group .list-group-item a {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .states-template .programs-section .list-group .list-group-item a:hover {
    background: #ffffff;
  }
  .states-template .find-chapter-section .list-group .list-group-item a {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .states-template .find-chapter-section .list-group .list-group-item a:hover {
    background: #f8adaa;
  }
  .chapters-template .content-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .chapters-template .section-outer .first .content-row {
    padding-top: 0;
  }
  .search .posts-container table .item-title a {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .search .posts-container table .item-title a:hover {
    background: #f2eef8;
  }
  .search .posts-container table .item-title a:active {
    background: #cfc2e7;
  }
  .search .no-posts {
    padding-top: 50px;
    padding-bottom: 120px;
    text-align: left;
  }
  .search .no-posts .icon-container {
    text-align: right;
  }
  .search .no-posts .icon-container .icon {
    font-size: 150px;
    line-height: 1;
  }
  .search .no-posts p {
    padding-bottom: 0;
  }
  .archive .no-posts {
    padding-top: 50px;
    padding-bottom: 120px;
    text-align: left;
  }
  .archive .no-posts .icon-container {
    text-align: right;
  }
  .archive .no-posts .icon-container .icon {
    font-size: 150px;
    line-height: 1;
  }
  .archive .no-posts p {
    padding-bottom: 0;
  }
  .error404 {
    text-align: left;
  }
  .error404 .content-row {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .error404 .icon-container {
    text-align: right;
  }
  .error404 .icon-container .icon-wrap .icon {
    font-size: 150px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  section.outer-section footer .footer-container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.outer-section footer .footer-container {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  section.outer-section footer .footer-container {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  section.outer-section footer .footer-container > .navbar-header,
  section.outer-section footer .footer-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  section.outer-section footer .footer-container {
    width: 1327.7px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .content-accordion .accordion-outer .container-fluid > .navbar-header,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-header,
  .email-congress .accordion-outer .container-fluid > .navbar-header,
  .content-accordion .accordion-outer .container-fluid > .navbar-collapse,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-collapse,
  .email-congress .accordion-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid > .navbar-header,
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  .celebrity-ambassadors .celebrity-ambassadors-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .speak-up-template .tab-outer .container-fluid > .navbar-header,
  .speak-up-template .tab-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .history-of-childhelp .main-section .container-fluid,
  .success-statistics .main-section .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .history-of-childhelp .main-section .container-fluid,
  .success-statistics .main-section .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .history-of-childhelp .main-section .container-fluid,
  .success-statistics .main-section .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .history-of-childhelp .main-section .container-fluid > .navbar-header,
  .success-statistics .main-section .container-fluid > .navbar-header,
  .history-of-childhelp .main-section .container-fluid > .navbar-collapse,
  .success-statistics .main-section .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  .history-of-childhelp .main-section .container-fluid,
  .success-statistics .main-section .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .single-blog-posts .post-btns-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .single-blog-posts .post-btns-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .single-blog-posts .post-btns-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .single-blog-posts .post-btns-outer .container-fluid > .navbar-header,
  .single-blog-posts .post-btns-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1366px) {
  .single-blog-posts .post-btns-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 1200px) {
  /* --------------------------------------------------- *\
  LG
\* --------------------------------------------------- */
  section.outer-section header .header-container .top-header .left-section {
    width: 33%;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .left {
    width: 47%;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .right {
    width: 53%;
  }
  section.outer-section header .header-container .top-header .left-section .left-btns .red-w-icon {
    margin-right: 10px;
  }
  section.outer-section header .header-container .top-header .right-section {
    width: 32%;
  }
  section.outer-section header .main-nav-container .main-nav-items ul .main-nav-item .main-nav-title {
    padding: 15px 72px;
  }
  section.outer-section .header-new .header-container .header-logo-wrap {
    width: 230px;
    flex: 0 0 230px;
  }
  section.outer-section .header-new .header-container .hotline-wrap {
    padding-left: 0;
  }
  section.outer-section .header-new .header-container .hotline-cta {
    text-align: left;
  }
  section.outer-section .header-new .header-container .abuse-hotline-name {
    font-size: 14px;
  }
  section.outer-section .header-new .header-container .hot-phone-wrap {
    line-height: 35px;
  }
  section.outer-section .header-new .header-container .hot-phone-wrap span {
    font-size: 14px;
  }
  section.outer-section .header-new .header-container .hot-phone-wrap a {
    font-size: 22px;
  }
  section.outer-section .header-new .header-container .header-quick-links-wrap {
    padding-right: 0;
  }
  section.outer-section .header-new .header-container .header-quick-links {
    display: flex;
    justify-content: flex-end;
  }
  section.outer-section .header-new .header-container .header-quick-links .quick-links-list {
    width: auto;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 35px;
  }
  section.outer-section .header-new .header-container .header-quick-links .search-form {
    padding-right: 0;
  }
  section.outer-section .header-new .header-container .header-quick-links .search-form .form-group {
    width: 85%;
  }
  section.outer-section .header-new .header-container .header-quick-links .search-form button {
    width: 15%;
  }
  section.outer-section .header-new .header-container .header-quick-links .ui-autocomplete {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
  }
  section.outer-section .header-new .header-container .main-header {
    padding: 20px 0 5px;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul {
    margin-bottom: 0;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li {
    line-height: 40px;
    padding: 0 15px;
  }
  section.outer-section .header-new .header-container .main-nav-items > ul > li ul {
    width: 300px;
  }
  section.outer-section .header-new .header-container .header-btn-wrap {
    justify-content: space-between;
    align-items: center;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .left-btn .btn {
    margin-bottom: 0;
    padding: 5px 20px;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .right-btn .btn {
    padding: 5px 20px;
  }
  section.outer-section footer .footer-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.outer-section footer .footer-container > .navbar-header,
  section.outer-section footer .footer-container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  section.outer-section footer .footer-container p {
    font-size: 1.8rem;
  }
  section.outer-section footer .footer-container .left-footer {
    width: 35%;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav ul li.footer-nav-item {
    float: left !important;
    width: 50%;
  }
  section.outer-section footer .footer-container .left-footer .footer-nav .employee-login-container {
    padding-top: 15px;
  }
  section.outer-section footer .footer-container .center-footer {
    width: 30%;
  }
  section.outer-section footer .footer-container .right-footer {
    width: 35%;
  }
  /* --------------------------------------------------- *\
  PAGES
\* --------------------------------------------------- */
  .cta-banner-section .container .cta-banner .margin-container .desc {
    width: 80%;
  }
  .cta-banner-section .container .cta-banner:hover .background-container {
    -webkit-transform: translate(60px);
    -moz-transform: translate(60px);
    -o-transform: translate(60px);
    -ms-transform: translate(60px);
    transform: translate(60px);
  }
  .post-excerpt-item .info-col .read-more-container a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .home .panel-outer.five-too-many .img-container .girl-chart {
    width: 660px;
  }
  .home .panel-outer.five-too-many .info {
    background: transparent;
  }
  .home .panel-outer.home-banner-new .banner-content {
    margin-top: 100px;
  }
  .home .panel-outer.our-story .founders-container {
    width: 42%;
    padding-right: 30px;
  }
  .home .panel-outer.our-story .info-2 {
    width: 54%;
  }
  .home .panel-outer.our-story .info-2 .story-stat .pie {
    width: 24%;
  }
  .home .panel-outer.our-story .info-2 .story-stat .stat-text {
    width: 75%;
    padding-left: 25px;
  }
  .home .panel-outer.our-story .info-2 .story-stat .stat-text span {
    padding-left: 10px;
  }
  .home .panel-outer.our-story .info-2 .story-stat .stat-text strong {
    font-size: 24px;
    line-height: 26px;
    margin-left: -20px;
  }
  .home .panel-outer.our-solution .programs-container .program {
    width: 32%;
    margin: 15px 5px;
  }
  .home .panel-outer.our-solution .programs-container .program .img {
    width: 60%;
  }
  .home .panel-outer.our-solution .programs-container .program .info {
    width: 40%;
  }
  .home .panel-outer.our-impact .map-container {
    height: 460px;
  }
  .home .panel-outer.our-impact .map-container .impact-map {
    width: 740px;
  }
  .home .panel-outer.our-impact .map-container .map-glare.one {
    left: 25%;
    top: 17%;
  }
  .home .panel-outer.our-impact .map-container .map-glare.two {
    top: 22%;
    right: 36%;
  }
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-accordion .accordion-outer .container-fluid > .navbar-header,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-header,
  .email-congress .accordion-outer .container-fluid > .navbar-header,
  .content-accordion .accordion-outer .container-fluid > .navbar-collapse,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-collapse,
  .email-congress .accordion-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .content-accordion .accordion-outer .container-fluid p,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid p,
  .email-congress .accordion-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .leadership .executive-members-outer .container .member-thumb-outer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .leadership .board-members-outer {
    padding-bottom: 30px;
  }
  .leadership .board-members-outer .member .title {
    font-size: 24px;
    line-height: 28px;
  }
  .leadership .board-members-outer .member .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont {
    margin: -60px 0 0 0;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .text {
    width: 65%;
    margin: 70px 0 0;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .images {
    width: 36%;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont #stadium {
    width: 255px;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont img {
    width: 48px;
  }
  .speak-up-template .tab-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .speak-up-template .tab-outer .container-fluid > .navbar-header,
  .speak-up-template .tab-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .speak-up-template .tab-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .history-of-childhelp .top-section-wrapper .top-path,
  .success-statistics .top-section-wrapper .top-path {
    width: 30%;
    margin-left: 82px;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer .item-path,
  .success-statistics .timeline-item-outer .item-content-outer .item-path {
    left: -98px;
  }
  .history-of-childhelp .timeline-item-outer.ozzie .container-fluid .item-content,
  .success-statistics .timeline-item-outer.ozzie .container-fluid .item-content {
    padding-right: 42%;
  }
  .history-of-childhelp .timeline-item-outer.lewis,
  .success-statistics .timeline-item-outer.lewis {
    background-position: -100px center;
  }
  .history-of-childhelp .timeline-item-outer.hotline,
  .success-statistics .timeline-item-outer.hotline {
    background-position: -110px bottom;
  }
  .history-of-childhelp .timeline-item-outer.pope,
  .success-statistics .timeline-item-outer.pope {
    background-position: -150px -50px;
  }
  .history-of-childhelp .timeline-item-outer.pope .container-fluid .item-content,
  .success-statistics .timeline-item-outer.pope .container-fluid .item-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .history-of-childhelp .timeline-item-outer.childhelp-east .container-fluid .item-content,
  .success-statistics .timeline-item-outer.childhelp-east .container-fluid .item-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .history-of-childhelp .timeline-item-outer.nobel-nomination,
  .success-statistics .timeline-item-outer.nobel-nomination {
    background-position: -50px -30px;
  }
  .history-of-childhelp .timeline-item-outer.nobel-nomination .container-fluid .item-content,
  .success-statistics .timeline-item-outer.nobel-nomination .container-fluid .item-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .history-of-childhelp .timeline-item-outer.hotline-anniversary,
  .success-statistics .timeline-item-outer.hotline-anniversary {
    background-position: -50px -30px;
  }
  .history-of-childhelp .timeline-item-outer.hotline-anniversary .container-fluid .item-content,
  .success-statistics .timeline-item-outer.hotline-anniversary .container-fluid .item-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .history-of-childhelp .timeline-item-outer.celebrity-golf,
  .success-statistics .timeline-item-outer.celebrity-golf {
    background-position: 50px bottom;
  }
  .success-statistics .overview-wrapper .overview {
    margin-left: 82px;
  }
  .hotline-template .hotline-banner .call {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
  }
  .hotline-template .hotline-banner .phone {
    font-size: 44px;
    line-height: 48px;
  }
  .hotline-template .gallery-container:last-child {
    margin-bottom: 50px;
  }
  .states-template .programs-section .list-group .list-group-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 48.5%;
  }
  .states-template .find-chapter-section .list-group .list-group-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 48.5%;
  }
  .states-template .news-events-section .read-all-container {
    text-align: center;
  }
  .states-template .news-events-section .read-all-container .btn {
    width: 420px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  section.outer-section footer .footer-container {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  section.outer-section footer .footer-container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  section.outer-section footer .footer-container {
    width: 1170px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  section.outer-section footer .footer-container > .navbar-header,
  section.outer-section footer .footer-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1366px) {
  section.outer-section footer .footer-container {
    width: 1327.7px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .content-accordion .accordion-outer .container-fluid > .navbar-header,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-header,
  .email-congress .accordion-outer .container-fluid > .navbar-header,
  .content-accordion .accordion-outer .container-fluid > .navbar-collapse,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-collapse,
  .email-congress .accordion-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1366px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .speak-up-template .tab-outer .container-fluid > .navbar-header,
  .speak-up-template .tab-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1366px) {
  .speak-up-template .tab-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 1366px) {
  /* --------------------------------------------------- *\
  XL
\* --------------------------------------------------- */
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .left {
    width: 41%;
  }
  section.outer-section header .header-container .top-header .left-section .hotline .hotline-level .right {
    width: 59%;
  }
  section.outer-section header .main-nav-container .main-nav-items ul .main-nav-item .main-nav-title {
    padding: 15px 88px;
  }
  section.outer-section .header-new .header-container .header-logo-wrap {
    width: 260px;
    flex: 0 0 260px;
  }
  section.outer-section .header-new .header-container .header-btn-wrap {
    flex: 0 0 350px;
    flex-direction: row;
  }
  section.outer-section .header-new .header-container .header-btn-wrap .btn .text {
    font-size: 16px;
  }
  section.outer-section .header-new .header-container .header-quick-links .ui-autocomplete {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
  }
  section.outer-section footer .footer-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.outer-section footer .footer-container > .navbar-header,
  section.outer-section footer .footer-container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  section.outer-section footer .footer-container p {
    font-size: 1.8rem;
  }
  /* --------------------------------------------------- *\
  PAGES
\* --------------------------------------------------- */
  .post-excerpt-item .info-col .read-more-container a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .home .panel-outer .panel-inner .info p,
  .home .panel-outer .panel-inner .info-2 p {
    font-size: 18px;
    line-height: 22px;
  }
  .home .panel-outer .panel-inner .info h2 {
    font-size: 60px;
    line-height: 1.42857143;
  }
  .home .panel-outer .panel-inner .info .button-container .text {
    font-size: 16px;
    line-height: 20px;
  }
  .home .panel-outer.our-story .founders-container {
    margin-top: -180px;
  }
  .home .panel-outer.our-impact .map-container {
    margin-top: -250px;
    height: 530px;
  }
  .home .panel-outer.our-impact .map-container .impact-map {
    width: 830px;
  }
  .home .panel-outer.our-impact .map-container .map-glare.one {
    top: 27%;
  }
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-accordion .accordion-outer .container-fluid > .navbar-header,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-header,
  .email-congress .accordion-outer .container-fluid > .navbar-header,
  .content-accordion .accordion-outer .container-fluid > .navbar-collapse,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-collapse,
  .email-congress .accordion-outer .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .content-accordion .accordion-outer .container-fluid p,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid p,
  .email-congress .accordion-outer .container-fluid p {
    font-size: 1.8rem;
  }
  .content-accordion .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .title-box-container .title-box .title-cell,
  .email-congress .accordion-outer .container-fluid .title-box-container .title-box .title-cell {
    font-size: 24px;
    line-height: 28px;
  }
  .content-accordion .accordion-outer .container-fluid .read-more .read-box .read-more-text,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid .read-more .read-box .read-more-text,
  .email-congress .accordion-outer .container-fluid .read-more .read-box .read-more-text {
    padding: 30px 10px;
  }
  .child-abuse-statistics .section-outer .container .section-body.scope-of-child-abuse .stadium .stadium-cont .images {
    margin: 0 0 0 -70px;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont {
    text-align: left;
    margin-left: 20;
  }
  .child-abuse-statistics .section-outer .container .section-body.child-abuse-fatalities .pencils .pencils-cont img {
    width: 54px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .man-cont img {
    width: 80px;
  }
  .child-abuse-statistics .section-outer .container .section-body.health-and-crime .man .text {
    padding-right: 20%;
  }
  .history-of-childhelp .top-section-wrapper .top-path,
  .success-statistics .top-section-wrapper .top-path {
    width: 40%;
    margin-left: 95px;
  }
  .history-of-childhelp .timeline-item-outer .item-content-outer .item-path,
  .success-statistics .timeline-item-outer .item-content-outer .item-path {
    left: -111px;
  }
  .history-of-childhelp .timeline-item-outer.ozzie,
  .success-statistics .timeline-item-outer.ozzie {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.ozzie .container-fluid,
  .success-statistics .timeline-item-outer.ozzie .container-fluid {
    background-image: url('../images/history/ozzie-bg.jpg');
    background-position: center right;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.ozzie .container-fluid .item-content,
  .success-statistics .timeline-item-outer.ozzie .container-fluid .item-content {
    padding-right: 42%;
  }
  .history-of-childhelp .timeline-item-outer.lewis,
  .success-statistics .timeline-item-outer.lewis {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.lewis .container-fluid,
  .success-statistics .timeline-item-outer.lewis .container-fluid {
    background-image: url('../images/history/lewis-bg.jpg');
    background-position: center;
  }
  .history-of-childhelp .timeline-item-outer.hotline,
  .success-statistics .timeline-item-outer.hotline {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.hotline .container-fluid,
  .success-statistics .timeline-item-outer.hotline .container-fluid {
    background-image: url('../images/history/hotline-bg.jpg');
    background-position: bottom center;
  }
  .history-of-childhelp .timeline-item-outer.pope,
  .success-statistics .timeline-item-outer.pope {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.pope .container-fluid,
  .success-statistics .timeline-item-outer.pope .container-fluid {
    background-image: url('../images/history/pope-bg.jpg');
    background-position: bottom center;
  }
  .history-of-childhelp .timeline-item-outer.pope .container-fluid .item-content,
  .success-statistics .timeline-item-outer.pope .container-fluid .item-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .history-of-childhelp .timeline-item-outer.childhelp-east,
  .success-statistics .timeline-item-outer.childhelp-east {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.childhelp-east .container-fluid,
  .success-statistics .timeline-item-outer.childhelp-east .container-fluid {
    background-image: url('../images/history/childhelp-east-bg.jpg');
    background-position: bottom center;
  }
  .history-of-childhelp .timeline-item-outer.childhelp-east .container-fluid .item-content,
  .success-statistics .timeline-item-outer.childhelp-east .container-fluid .item-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 30px;
  }
  .history-of-childhelp .timeline-item-outer.juvenile-award,
  .success-statistics .timeline-item-outer.juvenile-award {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.juvenile-award .container-fluid,
  .success-statistics .timeline-item-outer.juvenile-award .container-fluid {
    background-image: url('../images/history/juvenile-award-bg.jpg');
    background-position: bottom center;
  }
  .history-of-childhelp .timeline-item-outer.juvenile-award .container-fluid .item-content,
  .success-statistics .timeline-item-outer.juvenile-award .container-fluid .item-content {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 30px;
  }
  .history-of-childhelp .timeline-item-outer.nobel-nomination,
  .success-statistics .timeline-item-outer.nobel-nomination {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.nobel-nomination .container-fluid,
  .success-statistics .timeline-item-outer.nobel-nomination .container-fluid {
    background-image: url('../images/history/nobel-bg.jpg');
    background-position: center -20px;
  }
  .history-of-childhelp .timeline-item-outer.nobel-nomination .container-fluid .item-content,
  .success-statistics .timeline-item-outer.nobel-nomination .container-fluid .item-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .history-of-childhelp .timeline-item-outer.hotline-anniversary,
  .success-statistics .timeline-item-outer.hotline-anniversary {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.hotline-anniversary .container-fluid,
  .success-statistics .timeline-item-outer.hotline-anniversary .container-fluid {
    background-image: url('../images/history/hotline-anniversary.jpg');
    background-position: bottom center;
  }
  .history-of-childhelp .timeline-item-outer.hotline-anniversary .container-fluid .item-content,
  .success-statistics .timeline-item-outer.hotline-anniversary .container-fluid .item-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .history-of-childhelp .timeline-item-outer.celebrity-golf,
  .success-statistics .timeline-item-outer.celebrity-golf {
    background-image: none;
  }
  .history-of-childhelp .timeline-item-outer.celebrity-golf .container-fluid,
  .success-statistics .timeline-item-outer.celebrity-golf .container-fluid {
    background-image: url('../images/history/celebrity-golf-bg.jpg');
    background-position: bottom center;
  }
  .history-of-childhelp .timeline-item-outer.celebrity-golf .container-fluid .item-content,
  .success-statistics .timeline-item-outer.celebrity-golf .container-fluid .item-content {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 60px;
  }
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid {
    position: relative;
    left: -550px;
    padding-right: 550px;
    padding-left: 0;
    background-repeat: no-repeat;
  }
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    position: relative;
    left: 550px;
  }
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-header,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-header,
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-collapse,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row p,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row p {
    font-size: 1.8rem;
  }
  .success-statistics .overview-wrapper .overview {
    margin-left: 95px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 768px) {
  section.outer-section footer .footer-container {
    width: 750px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 992px) {
  section.outer-section footer .footer-container {
    width: 970px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1200px) {
  section.outer-section footer .footer-container {
    width: 1170px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 768px) {
  section.outer-section footer .footer-container > .navbar-header,
  section.outer-section footer .footer-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1366px) {
  section.outer-section footer .footer-container {
    width: 1327.7px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 768px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 750px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 992px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 970px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1200px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 768px) {
  .content-accordion .accordion-outer .container-fluid > .navbar-header,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-header,
  .email-congress .accordion-outer .container-fluid > .navbar-header,
  .content-accordion .accordion-outer .container-fluid > .navbar-collapse,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid > .navbar-collapse,
  .email-congress .accordion-outer .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1366px) {
  .content-accordion .accordion-outer .container-fluid,
  .how-you-can-help-children-accordion-template .accordion-outer .container-fluid,
  .email-congress .accordion-outer .container-fluid {
    width: 1327.7px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 768px) {
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row {
    width: 750px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 992px) {
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row {
    width: 970px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1200px) {
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row {
    width: 1170px;
  }
}
@media screen and (min-width: 1366px) and (min-width: 768px) {
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-header,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-header,
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-collapse,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1366px) {
  .history-of-childhelp .timeline-item-outer.xl-bg .container-fluid .container-row,
  .success-statistics .timeline-item-outer.xl-bg .container-fluid .container-row {
    width: 1327.7px;
  }
}
