﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@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.woff2') format('woff2'), 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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: #FFF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5fbc39;
  text-decoration: underline;
}
a:focus {
  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;
  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: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1326px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1326px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 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: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 62px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 62px;
  padding: 18px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 62px;
  line-height: 62px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 62px;
  padding: 18px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 62px;
  min-height: 38px;
  padding: 19px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFF;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #FFF;
  background-color: #F68D2E;
  border-color: Transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFF;
  background-color: #e7730a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #FFF;
  background-color: #e7730a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #e7730a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFF;
  background-color: #c56208;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #F68D2E;
  border-color: Transparent;
}
.btn-default .badge {
  color: #F68D2E;
  background-color: #FFF;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #FFF;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #5fbc39;
  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: 18px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 18px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  line-height: 62px;
}
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: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 18px 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 {
  z-index: 2;
  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: #FFF;
}
.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: 3px 3px 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: 3px;
}
.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: 3px 3px 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: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.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: 3px 3px 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: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 6px;
  padding-left: 6px;
  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-device-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: -6px;
  margin-left: -6px;
}
@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;
}
@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 6px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -6px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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 -6px;
}
.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-form {
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 6px;
  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 .form-control-static {
    display: inline-block;
  }
  .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;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  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: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -6px;
  }
  .navbar-right ~ .navbar-right {
    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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: 3px;
}
.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: 3px;
}
.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: #FFF;
  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: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #5fbc39;
  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: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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: middle;
  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,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #FFF;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 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,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .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: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 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: #FFF;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 3px;
  -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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  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-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: 3px;
  -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: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  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;
}
.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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  background-color: #000;
  border-radius: 3px;
}
.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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);
}
.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;
  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;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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);
  background-color: rgba(0, 0, 0, 0);
}
.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%;
  margin-top: -10px;
  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;
  line-height: 1;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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-header:before,
.modal-header: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-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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: 1325px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1325px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1325px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1325px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1326px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1326px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1326px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1326px) {
  .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: 1325px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1326px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
.padding-top-1 {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .padding-top-xs-1 {
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .padding-top-sm-1 {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .padding-top-md-1 {
    padding-top: 12px;
  }
}
.padding-top-2 {
  padding-top: 24px;
}
@media (max-width: 768px) {
  .padding-top-xs-2 {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .padding-top-sm-2 {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .padding-top-md-2 {
    padding-top: 24px;
  }
}
.padding-top-3 {
  padding-top: 36px;
}
@media (max-width: 768px) {
  .padding-top-xs-3 {
    padding-top: 36px;
  }
}
.padding-top-4 {
  padding-top: 48px;
}
.padding-top-5 {
  padding-top: 60px;
}
.padding-top-6 {
  padding-top: 72px;
}
.padding-top-7 {
  padding-top: 84px;
}
.padding-top-8 {
  padding-top: 96px;
}
.padding-top-9 {
  padding-top: 108px;
}
.padding-top-10 {
  padding-top: 120px;
}
.padding-bottom-1 {
  padding-bottom: 12px;
}
.padding-bottom-2 {
  padding-bottom: 24px;
}
.padding-bottom-3 {
  padding-bottom: 36px;
}
.padding-bottom-4 {
  padding-bottom: 48px;
}
.padding-bottom-5 {
  padding-bottom: 60px;
}
.padding-bottom-6 {
  padding-bottom: 72px;
}
.padding-bottom-7 {
  padding-bottom: 84px;
}
.padding-bottom-8 {
  padding-bottom: 96px;
}
.padding-bottom-9 {
  padding-bottom: 108px;
}
.padding-bottom-10 {
  padding-bottom: 120px;
}
.margin-top-1 {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .margin-top-sm-1 {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .margin-top-md-1 {
    margin-top: 12px;
  }
}
.margin-top-2 {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .margin-top-sm-2 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .margin-top-md-2 {
    margin-top: 24px;
  }
}
.margin-top-3 {
  margin-top: 36px;
}
.margin-top-4 {
  margin-top: 48px;
}
.margin-top-5 {
  margin-top: 60px;
}
.margin-top-6 {
  margin-top: 72px;
}
.margin-top-7 {
  margin-top: 84px;
}
.margin-top-8 {
  margin-top: 96px;
}
.margin-top-9 {
  margin-top: 108px;
}
.margin-top-10 {
  margin-top: 120px;
}
.margin-bottom-1 {
  margin-bottom: 12px;
}
.margin-bottom-2 {
  margin-bottom: 24px;
}
.margin-bottom-3 {
  margin-bottom: 36px;
}
.margin-bottom-4 {
  margin-bottom: 48px;
}
.margin-bottom-5 {
  margin-bottom: 60px;
}
.margin-bottom-6 {
  margin-bottom: 72px;
}
.margin-bottom-7 {
  margin-bottom: 84px;
}
.margin-bottom-8 {
  margin-bottom: 96px;
}
.margin-bottom-9 {
  margin-bottom: 108px;
}
.margin-bottom-10 {
  margin-bottom: 120px;
}
.btn-xl {
  padding: 18px 16px;
  font-size: 18px;
  border-radius: 6px;
  padding: 12px 32px;
  line-height: 1.3333333;
  border-radius: 3px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .btn-xl {
    padding: 16px 16px;
  }
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 32px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 16px 16px;
  }
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 28px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 10px 10px;
  }
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .btn-xs,
  .btn-group-xs > .btn {
    padding: 6px 6px;
  }
}
.btn-white {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-white:focus,
.btn-white.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: transparent;
  border-color: #FFF;
}
.btn-white .badge {
  color: transparent;
  background-color: #FFF;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-purple {
  color: #7A4183;
  background-color: transparent;
  border-color: #7A4183;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #7A4183;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b172e;
}
.btn-purple:hover {
  color: #7A4183;
  background-color: rgba(0, 0, 0, 0);
  border-color: #542d5a;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #7A4183;
  background-color: rgba(0, 0, 0, 0);
  border-color: #542d5a;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #7A4183;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b172e;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus {
  background-color: transparent;
  border-color: #7A4183;
}
.btn-purple .badge {
  color: transparent;
  background-color: #7A4183;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-purple-fill {
  color: #FFF;
  background-color: #7A4183;
  border-color: #FFF;
}
.btn-purple-fill:focus,
.btn-purple-fill.focus {
  color: #FFF;
  background-color: #5a3061;
  border-color: #bfbfbf;
}
.btn-purple-fill:hover {
  color: #FFF;
  background-color: #5a3061;
  border-color: #e0e0e0;
}
.btn-purple-fill:active,
.btn-purple-fill.active,
.open > .dropdown-toggle.btn-purple-fill {
  color: #FFF;
  background-color: #5a3061;
  border-color: #e0e0e0;
}
.btn-purple-fill:active:hover,
.btn-purple-fill.active:hover,
.open > .dropdown-toggle.btn-purple-fill:hover,
.btn-purple-fill:active:focus,
.btn-purple-fill.active:focus,
.open > .dropdown-toggle.btn-purple-fill:focus,
.btn-purple-fill:active.focus,
.btn-purple-fill.active.focus,
.open > .dropdown-toggle.btn-purple-fill.focus {
  color: #FFF;
  background-color: #442449;
  border-color: #bfbfbf;
}
.btn-purple-fill:active,
.btn-purple-fill.active,
.open > .dropdown-toggle.btn-purple-fill {
  background-image: none;
}
.btn-purple-fill.disabled:hover,
.btn-purple-fill[disabled]:hover,
fieldset[disabled] .btn-purple-fill:hover,
.btn-purple-fill.disabled:focus,
.btn-purple-fill[disabled]:focus,
fieldset[disabled] .btn-purple-fill:focus,
.btn-purple-fill.disabled.focus,
.btn-purple-fill[disabled].focus,
fieldset[disabled] .btn-purple-fill.focus {
  background-color: #7A4183;
  border-color: #FFF;
}
.btn-purple-fill .badge {
  color: #7A4183;
  background-color: #FFF;
}
.btn-green {
  color: #5FBC39;
  background-color: transparent;
  border-color: #5FBC39;
}
.btn-green:focus,
.btn-green.focus {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2e5a1b;
}
.btn-green:hover {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #478d2b;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #478d2b;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2e5a1b;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
  background-color: transparent;
  border-color: #5FBC39;
}
.btn-green .badge {
  color: transparent;
  background-color: #5FBC39;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-green:hover {
  color: #FFF;
  background-color: #5FBC39;
}
.btn-green-fill {
  color: #FFF;
  background-color: #61BB46;
  border-color: #61BB46;
}
.btn-green-fill:focus,
.btn-green-fill.focus {
  color: #FFF;
  background-color: #4d9737;
  border-color: #315f23;
}
.btn-green-fill:hover {
  color: #FFF;
  background-color: #4d9737;
  border-color: #4a8f35;
}
.btn-green-fill:active,
.btn-green-fill.active,
.open > .dropdown-toggle.btn-green-fill {
  color: #FFF;
  background-color: #4d9737;
  border-color: #4a8f35;
}
.btn-green-fill:active:hover,
.btn-green-fill.active:hover,
.open > .dropdown-toggle.btn-green-fill:hover,
.btn-green-fill:active:focus,
.btn-green-fill.active:focus,
.open > .dropdown-toggle.btn-green-fill:focus,
.btn-green-fill:active.focus,
.btn-green-fill.active.focus,
.open > .dropdown-toggle.btn-green-fill.focus {
  color: #FFF;
  background-color: #407d2e;
  border-color: #315f23;
}
.btn-green-fill:active,
.btn-green-fill.active,
.open > .dropdown-toggle.btn-green-fill {
  background-image: none;
}
.btn-green-fill.disabled:hover,
.btn-green-fill[disabled]:hover,
fieldset[disabled] .btn-green-fill:hover,
.btn-green-fill.disabled:focus,
.btn-green-fill[disabled]:focus,
fieldset[disabled] .btn-green-fill:focus,
.btn-green-fill.disabled.focus,
.btn-green-fill[disabled].focus,
fieldset[disabled] .btn-green-fill.focus {
  background-color: #61BB46;
  border-color: #61BB46;
}
.btn-green-fill .badge {
  color: #61BB46;
  background-color: #FFF;
}
.btn-green-fill:hover,
.btn-green-fill:focus,
.btn-green-fill.focus,
.btn-green-fill:active,
.btn-green-fill.active,
.open > .dropdown-toggle.btn-green-fill {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-green-fill:hover {
  background-color: #448431;
}
.btn-blue {
  color: #00A3ED;
  background-color: transparent;
  border-color: #00A3ED;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #004b6e;
}
.btn-blue:hover {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0079b0;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0079b0;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #004b6e;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: transparent;
  border-color: #00A3ED;
}
.btn-blue .badge {
  color: transparent;
  background-color: #00A3ED;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-blue-fill {
  color: #FFF;
  background-color: #00A3ED;
  border-color: #FFF;
}
.btn-blue-fill:focus,
.btn-blue-fill.focus {
  color: #FFF;
  background-color: #0080ba;
  border-color: #bfbfbf;
}
.btn-blue-fill:hover {
  color: #FFF;
  background-color: #0080ba;
  border-color: #e0e0e0;
}
.btn-blue-fill:active,
.btn-blue-fill.active,
.open > .dropdown-toggle.btn-blue-fill {
  color: #FFF;
  background-color: #0080ba;
  border-color: #e0e0e0;
}
.btn-blue-fill:active:hover,
.btn-blue-fill.active:hover,
.open > .dropdown-toggle.btn-blue-fill:hover,
.btn-blue-fill:active:focus,
.btn-blue-fill.active:focus,
.open > .dropdown-toggle.btn-blue-fill:focus,
.btn-blue-fill:active.focus,
.btn-blue-fill.active.focus,
.open > .dropdown-toggle.btn-blue-fill.focus {
  color: #FFF;
  background-color: #006796;
  border-color: #bfbfbf;
}
.btn-blue-fill:active,
.btn-blue-fill.active,
.open > .dropdown-toggle.btn-blue-fill {
  background-image: none;
}
.btn-blue-fill.disabled:hover,
.btn-blue-fill[disabled]:hover,
fieldset[disabled] .btn-blue-fill:hover,
.btn-blue-fill.disabled:focus,
.btn-blue-fill[disabled]:focus,
fieldset[disabled] .btn-blue-fill:focus,
.btn-blue-fill.disabled.focus,
.btn-blue-fill[disabled].focus,
fieldset[disabled] .btn-blue-fill.focus {
  background-color: #00A3ED;
  border-color: #FFF;
}
.btn-blue-fill .badge {
  color: #00A3ED;
  background-color: #FFF;
}
.btn-download {
  color: #FFF;
  background-color: #5fbc39;
  border-color: #5fbc39;
}
.btn-download:focus,
.btn-download.focus {
  color: #FFF;
  background-color: #4b952d;
  border-color: #2e5a1b;
}
.btn-download:hover {
  color: #FFF;
  background-color: #4b952d;
  border-color: #478d2b;
}
.btn-download:active,
.btn-download.active,
.open > .dropdown-toggle.btn-download {
  color: #FFF;
  background-color: #4b952d;
  border-color: #478d2b;
}
.btn-download:active:hover,
.btn-download.active:hover,
.open > .dropdown-toggle.btn-download:hover,
.btn-download:active:focus,
.btn-download.active:focus,
.open > .dropdown-toggle.btn-download:focus,
.btn-download:active.focus,
.btn-download.active.focus,
.open > .dropdown-toggle.btn-download.focus {
  color: #FFF;
  background-color: #3d7925;
  border-color: #2e5a1b;
}
.btn-download:active,
.btn-download.active,
.open > .dropdown-toggle.btn-download {
  background-image: none;
}
.btn-download.disabled:hover,
.btn-download[disabled]:hover,
fieldset[disabled] .btn-download:hover,
.btn-download.disabled:focus,
.btn-download[disabled]:focus,
fieldset[disabled] .btn-download:focus,
.btn-download.disabled.focus,
.btn-download[disabled].focus,
fieldset[disabled] .btn-download.focus {
  background-color: #5fbc39;
  border-color: #5fbc39;
}
.btn-download .badge {
  color: #5fbc39;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .btn-download {
    padding: 6px 24px;
    max-width: 280px;
    display: block;
    margin: auto;
  }
}
.btn-download svg {
  margin-left: 9px;
  margin-bottom: -2.5px;
}
.btn-download svg g {
  fill: #FFF;
}
.btn-orange {
  color: #FFF;
  background-color: #F68D2E;
  border-color: #F68D2E;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #FFF;
  background-color: #e7730a;
  border-color: #9e4e07;
}
.btn-orange:hover {
  color: #FFF;
  background-color: #e7730a;
  border-color: #dd6e0a;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #FFF;
  background-color: #e7730a;
  border-color: #dd6e0a;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #FFF;
  background-color: #c56208;
  border-color: #9e4e07;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
  background-color: #F68D2E;
  border-color: #F68D2E;
}
.btn-orange .badge {
  color: #F68D2E;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .btn-orange {
    padding: 6px 24px;
    max-width: 280px;
    display: block;
    margin: auto;
  }
}
.input-group-btn:last-child > .btn {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.subdue-links a {
  color: #999999;
}
.subdue-links a:hover,
.subdue-links a:focus {
  color: #00A3ED;
}
.download-link-purple {
  font-size: 16px;
  color: #7A4183;
}
.download-link-purple svg {
  margin-left: 3px;
  margin-bottom: -2.5px;
}
.download-link-purple svg g {
  fill: #7A4183;
}
.download-link-purple:hover {
  color: #4a2850;
}
.download-link-purple:hover svg g {
  fill: #4a2850;
}
.download-link-blue {
  font-size: 16px;
  color: #00A3ED;
}
.download-link-blue svg {
  margin-left: 3px;
  margin-bottom: -2.5px;
}
.download-link-blue svg g {
  fill: #00A3ED;
}
.download-link-blue:hover {
  color: #006ea1;
}
.download-link-blue:hover svg g {
  fill: #006ea1;
}
.experiment-options {
  position: fixed;
  z-index: 2000;
  right: 0;
  margin-top: -189px;
  margin-right: -149px;
  font-size: 14px;
  transition: all 700ms;
}
.experiment-options .header {
  font-size: 16px;
  padding-top: 21px;
  padding-bottom: 6px;
}
.experiment-options .form-group {
  opacity: 0;
  margin-bottom: 0;
  transition: opacity 700ms;
}
.experiment-options .form-group label.disabled {
  opacity: .4;
}
.experiment-options.hover {
  margin-top: -64px;
  margin-right: 0;
  opacity: 1;
}
.experiment-options.hover .form-group {
  opacity: 1;
}
.experiment-options.hover .settings-gear {
  opacity: 0;
}
.experiment-variation-0,
.experiment-variation-2 {
  background-color: #3d3d3d;
  color: #FFF;
}
.experiment-variation-0 .hidden-dark,
.experiment-variation-2 .hidden-dark {
  display: none !important;
}
.experiment-variation-1,
.experiment-variation-3 {
  background-color: #fff;
}
.experiment-variation-1 .hidden-light,
.experiment-variation-3 .hidden-light {
  display: none !important;
}
.experiment-variation-1 .experiment-variation-1,
.experiment-variation-1 .experiment-variation-3,
.experiment-variation-3 .experiment-variation-1,
.experiment-variation-3 .experiment-variation-3 {
  color: #585250;
}
.experiment-variation-1 .experiment-variation-1 a,
.experiment-variation-1 .experiment-variation-3 a,
.experiment-variation-3 .experiment-variation-1 a,
.experiment-variation-3 .experiment-variation-3 a {
  color: #585250;
}
.experiment-variation-1 .experiment-variation-1 a:hover,
.experiment-variation-1 .experiment-variation-3 a:hover,
.experiment-variation-3 .experiment-variation-1 a:hover,
.experiment-variation-3 .experiment-variation-3 a:hover {
  color: #5fbc39;
}
.experiment-variation-1 .try-proclaim a,
.experiment-variation-3 .try-proclaim a,
.experiment-variation-1 .anchor-with-chevron a,
.experiment-variation-3 .anchor-with-chevron a {
  color: #585250;
}
.experiment-variation-1 .try-proclaim a:hover,
.experiment-variation-3 .try-proclaim a:hover,
.experiment-variation-1 .anchor-with-chevron a:hover,
.experiment-variation-3 .anchor-with-chevron a:hover {
  color: #5fbc39;
}
.experiment-variation-1 .btn-download,
.experiment-variation-3 .btn-download {
  color: #fff;
}
.try-proclaim,
.anchor-with-chevron {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.try-proclaim a,
.anchor-with-chevron a {
  color: #fff;
}
.try-proclaim a:hover,
.anchor-with-chevron a:hover {
  color: #5fbc39;
  text-decoration: none;
}
.try-proclaim img,
.anchor-with-chevron img {
  padding-left: 10px;
  padding-bottom: 2px;
}
.btn {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Main site */
h1,
.h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 1.15;
}
h2 {
  font-weight: 500;
  font-size: 36px;
}
h3 {
  font-weight: 500;
  font-size: 24px;
}
h4 {
  font-weight: 800;
  font-size: 18px;
}
.legal {
  font-size: 18px;
}
body {
  padding-top: 64px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 0;
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 157%;
}
a {
  color: #5fbc39;
}
a:visited,
a:active {
  text-decoration: none;
}
.promo-banner {
  background-color: #1e90d6;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 25px 0px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .promo-banner {
    margin: auto;
    padding: 20px 0px;
  }
}
.promo-banner a {
  color: #FFFFFF;
  font-weight: bold;
}
footer {
  padding-top: 32px;
  padding-bottom: 24px;
  background-color: #2a2a2a;
  position: relative;
}
.experiment-variation-1 footer,
.experiment-variation-3 footer {
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  footer {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
  }
}
footer h3 {
  padding-bottom: 20px;
}
footer p {
  padding-bottom: 20px;
}
footer form {
  padding-bottom: 20px;
}
footer .mission-statement {
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: 'Chronicle Text G3 A', 'Chronicle Text G3 B';
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
}
footer .app-icons {
  text-decoration: none;
}
footer .app-icons ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  padding-left: 3px;
}
footer .app-icons ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer .app-icons ul li {
  padding-left: 2px;
  padding-right: 2px;
}
footer hr {
  width: 100%;
  border-top: 1px solid #3d3d3d;
}
footer .copyright-section {
  border-top: 1px solid #3d3d3d;
  padding-top: 24px;
  margin-top: 12px;
}
footer .copyright-section .footer-links {
  display: flex;
  justify-content: space-between;
}
footer .copyright-section a {
  color: #fff;
  font-weight: bold;
}
footer .copyright-section a:hover {
  color: #5fbc39;
}
.experiment-variation-1 footer .copyright-section,
.experiment-variation-3 footer .copyright-section {
  color: #585250;
}
.experiment-variation-1 footer .copyright-section a,
.experiment-variation-3 footer .copyright-section a {
  color: #585250;
}
.experiment-variation-1 footer .copyright-section a:hover,
.experiment-variation-3 footer .copyright-section a:hover {
  color: #5fbc39;
}
footer .copyright-section .centered-copyright {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
footer .copyright-section .rightaligned-copyright {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: right;
}
@media (max-width: 991px) {
  footer .copyright-section .rightaligned-copyright {
    text-align: center;
    padding-top: 12px;
  }
}
footer .site-links {
  font-size: 16px;
}
footer .site-links ul {
  list-style: none;
  padding: 0;
}
footer .site-links ul li {
  font-weight: bold;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  footer .site-links ul li {
    padding-bottom: 24px;
  }
}
footer .site-links ul li a {
  color: #fff;
}
footer .site-links ul li a:hover {
  color: #5fbc39;
}
.experiment-variation-1 footer .site-links ul li,
.experiment-variation-3 footer .site-links ul li {
  color: #585250;
}
.experiment-variation-1 footer .site-links ul li a,
.experiment-variation-3 footer .site-links ul li a {
  color: #585250;
}
.experiment-variation-1 footer .site-links ul li a:hover,
.experiment-variation-3 footer .site-links ul li a:hover {
  color: #5fbc39;
}
footer .site-links ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  footer .site-links hr {
    display: none !important;
    margin: 32px auto;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  footer .site-links hr {
    display: block !important;
  }
  tablefooter .site-links hr {
    display: table !important;
  }
  trfooter .site-links hr {
    display: table-row !important;
  }
  thfooter .site-links hr,
  tdfooter .site-links hr {
    display: table-cell !important;
  }
}
.testimonial {
  text-align: center;
}
.testimonial .quote-mark {
  padding-bottom: 20px;
}
.testimonial .testimonial-text {
  font-family: 'Chronicle Text G3 A', 'Chronicle Text G3 B';
  font-size: 44px;
  font-style: italic;
  line-height: 1.14;
}
@media (max-width: 768px) {
  .testimonial .testimonial-text {
    font-size: 24px;
    line-height: 1.25;
  }
}
.testimonial .testimonial-attribution {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-top: 31px;
}
.testimonial .testimonial-attribution-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-top: 31px;
  font-weight: normal;
  font-style: italic;
}
.testimonial .try-proclaim {
  padding-top: 48px;
}
.free-trial-cta {
  text-align: center;
  margin-bottom: 48px;
}
.experiment-variation-1 .free-trial-cta,
.experiment-variation-3 .free-trial-cta {
  color: #fff;
}
.free-trial-cta .h1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .free-trial-cta .h1 {
    font-size: 36px;
    padding-top: 44px;
  }
}
.free-trial-cta .no-credit-card {
  color: #dbdbdb;
  padding-top: 16px;
  padding-bottom: 74px;
  font-size: 17px;
  line-height: 1.18;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.free-trial-cta .background-image {
  background: url('https://files.logoscdn.com/v1/files/9389244/content.jpg?signature=3uWNcKartkJz7Z0ijunw7DRQXvY'), url('https://files.logoscdn.com/v1/files/9390553/content.png?signature=tud_O8l0blL2DgSys3-YZL0cWxo');
  background-position: center;
  background-repeat: no-repeat;
  height: 1199px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .free-trial-cta .background-image {
    display: none !important;
  }
}
.free-trial-cta .top-section {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .free-trial-cta .top-section {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .free-trial-cta .top-section {
    background-image: url('https://files.logoscdn.com/v1/files/9389311/content.jpg?signature=pRufkYj6rjXF-ibgmaBki2Mtm34');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
@media (max-width: 768px) {
  .free-trial-cta .laptop-wrapper {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
  }
  .free-trial-cta .free-trial-cta-laptop {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 768px) {
  .free-trial-cta .try-proclaim button {
    padding: 18px 16px;
    font-size: 18px;
    border-radius: 6px;
    padding: 12px 32px;
    line-height: 1.3333333;
    border-radius: 3px;
    font-size: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .free-trial-cta .try-proclaim button {
    padding: 16px 16px;
  }
}
.media-strips .media-strip {
  height: 326px;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  margin-bottom: 18px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .media-strips .media-strip {
    height: 126px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
.media-strips .media-strip-1 {
  background-image: url('https://files.logoscdn.com/v1/files/18302624/content.png?signature=i_XadRGFmlmwhM4Mi18AVirQ9fI');
  animation: animatedBackgroundLeft 78s linear infinite;
}
.media-strips .media-strip-2 {
  background-image: url('https://files.logoscdn.com/v1/files/18302616/content.png?signature=Q7vUo8HqGx2eJSYF-brVFByLiv4');
  animation: animatedBackgroundLeft 53s linear infinite;
}
.media-strips .media-strip-3 {
  background-image: url('https://files.logoscdn.com/v1/files/18302608/content.png?signature=jXB4fUyGi-fiRklqF95_-GpcuBU');
  animation: animatedBackgroundLeft 82s linear infinite;
}
.media-strips .media-strip-1-light {
  background-image: url('https://files.logoscdn.com/v1/files/18044163/content.png?signature=Xll8aHP83RtQJhFOqiC1Un1y7dM');
  animation: animatedBackgroundLeft 78s linear infinite;
}
.media-strips .media-strip-2-light {
  background-image: url('https://files.logoscdn.com/v1/files/18044162/content.png?signature=GhgZmDmGO5H2pltlzja9n-JDEqo');
  animation: animatedBackgroundLeft 53s linear infinite;
}
.media-strips .media-strip-3-light {
  background-image: url('https://files.logoscdn.com/v1/files/18044161/content.png?signature=GUqOmjIoc7Y3wewtziMb75KNtlw');
  animation: animatedBackgroundLeft 82s linear infinite;
}
.homepage header {
  padding-top: 105px;
  position: relative;
}
@media (max-width: 768px) {
  .homepage header {
    padding-top: 32px;
  }
}
.homepage #my-carousel {
  height: 700px;
}
.homepage #my-carousel .carousel-indicators li {
  border: 2px solid #62bb46;
}
.homepage #my-carousel .carousel-indicators li.active {
  border: 2px solid #62bb46;
  background-color: #62bb46;
}
.homepage #my-carousel .background-image {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  background-size: cover;
  height: 800px;
}
.experiment-variation-1 .homepage #my-carousel .slide-content-1,
.experiment-variation-1 .homepage #my-carousel .slide-content-3,
.experiment-variation-3 .homepage #my-carousel .slide-content-1,
.experiment-variation-3 .homepage #my-carousel .slide-content-3 {
  color: #fff;
}
.experiment-variation-1 .homepage #my-carousel .slide-content-1 a,
.experiment-variation-1 .homepage #my-carousel .slide-content-3 a,
.experiment-variation-3 .homepage #my-carousel .slide-content-1 a,
.experiment-variation-3 .homepage #my-carousel .slide-content-3 a {
  color: #fff;
}
.experiment-variation-1 .homepage #my-carousel .slide-content-1 a:hover,
.experiment-variation-1 .homepage #my-carousel .slide-content-3 a:hover,
.experiment-variation-3 .homepage #my-carousel .slide-content-1 a:hover,
.experiment-variation-3 .homepage #my-carousel .slide-content-3 a:hover {
  color: #5fbc39;
}
.experiment-variation-1 .homepage #my-carousel .slide-content-1,
.experiment-variation-1 .homepage #my-carousel .slide-content-3,
.experiment-variation-3 .homepage #my-carousel .slide-content-1,
.experiment-variation-3 .homepage #my-carousel .slide-content-3 {
  color: #fff;
}
.experiment-variation-1 .homepage #my-carousel .slide-content-1 a,
.experiment-variation-1 .homepage #my-carousel .slide-content-3 a,
.experiment-variation-3 .homepage #my-carousel .slide-content-1 a,
.experiment-variation-3 .homepage #my-carousel .slide-content-3 a {
  color: #fff;
}
.experiment-variation-1 .homepage #my-carousel .slide-content-1 a:hover,
.experiment-variation-1 .homepage #my-carousel .slide-content-3 a:hover,
.experiment-variation-3 .homepage #my-carousel .slide-content-1 a:hover,
.experiment-variation-3 .homepage #my-carousel .slide-content-3 a:hover {
  color: #5fbc39;
}
.homepage #my-carousel .slide-content-2 .background-image,
.homepage #my-carousel .slide-content-4 .background-image {
  background-size: auto;
  background-position: bottom;
}
.homepage #my-carousel .slide-content-1 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9452346/content.jpg?signature=2u8d83_nntfaF6CK2U1uz8_YuR8');
}
.homepage #my-carousel .slide-content-2 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9399118/content.png?signature=mi7MsmFLeS3OMMnLxQsGwUbOH3o');
}
.homepage #my-carousel .slide-content-2 img.laptop {
  width: 120%;
  max-width: none;
}
.homepage #my-carousel .slide-content-3 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9524377/content.jpg?signature=vhaAQfa0r0fV4Qm4cc1qtxKfbKk');
}
.homepage #my-carousel .slide-content-4 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9399118/content.png?signature=mi7MsmFLeS3OMMnLxQsGwUbOH3o');
}
@media (max-width: 992px) {
  .homepage #my-carousel .slide-content-4 img.laptop {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .homepage #my-carousel .slide-content-4 img.laptop {
    padding-left: 20px;
  }
}
.homepage #my-carousel .header-cta {
  position: relative;
  height: 800px;
}
.homepage #my-carousel .header-cta h1 {
  margin-top: 0;
}
.homepage #my-carousel .header-cta .no-credit-card {
  padding-top: 16px;
  padding-bottom: 74px;
  font-size: 17px;
  line-height: 1.18;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.homepage #my-carousel .header-cta .ctas {
  padding-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 992px) {
  .homepage #my-carousel .header-cta .ctas {
    padding-top: 16px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .homepage #my-carousel .header-cta .ctas a.btn {
    margin: 0;
    max-width: 280px;
  }
  .homepage #my-carousel .header-cta .ctas .try-proclaim {
    padding-top: 20px;
  }
}
.homepage #my-carousel .header-cta .try-proclaim {
  padding-left: 18px;
}
@media (max-width: 768px) {
  .homepage #my-carousel .header-cta h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .homepage #my-carousel .header-cta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .homepage #my-carousel .header-cta h1 {
    padding-top: 50px;
  }
  .homepage #my-carousel .header-cta .no-credit-card {
    padding-bottom: 20px;
  }
  .homepage #my-carousel .header-cta .try-proclaim {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .homepage #my-carousel .slide-content-1 .header-cta,
  .homepage #my-carousel .slide-content-3 .header-cta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .homepage #my-carousel .slide-content-1 .header-cta-inner,
  .homepage #my-carousel .slide-content-3 .header-cta-inner {
    padding-bottom: 50%;
  }
}
.homepage .laptop {
  margin: auto;
  display: block;
  width: 72%;
  margin-left: 5%;
}
.homepage h1,
.homepage .h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.15;
  text-align: left;
}
.homepage .carousel {
  background-image: url('https://files.logoscdn.com/v1/files/9399118/content.png?signature=mi7MsmFLeS3OMMnLxQsGwUbOH3o');
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .homepage .carousel {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
.homepage .carousel .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -15px;
}
@media (min-width: 2000px) {
  .homepage .carousel .swiper-container {
    bottom: -20px;
  }
}
@media (max-width: 1280px) {
  .homepage .carousel .swiper-container {
    bottom: -11px;
  }
}
.homepage .carousel .laptop {
  margin-bottom: initial;
}
@media (max-width: 767px) {
  .homepage .carousel .laptop {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
}
.homepage .carousel .header-cta {
  position: absolute;
  max-width: 320px;
  top: 30%;
  left: 56%;
  width: 24%;
  z-index: 2;
}
@media (max-width: 992px) {
  .homepage .carousel .header-cta {
    max-width: 320px;
    top: 26%;
    left: 52%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .homepage .carousel .header-cta {
    margin-left: 21px;
    position: static;
    top: initial;
    left: initial;
    width: 83.33333333%;
    max-width: initial;
  }
  .homepage .carousel .header-cta .try-proclaim {
    padding-bottom: 36px;
  }
}
@media (max-width: 1100) {
  .homepage .carousel .header-cta h1 {
    font-size: 42px;
  }
}
@media (max-width: 860px) {
  .homepage .carousel .header-cta h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .homepage .carousel .header-cta h1 {
    font-size: 36px;
    line-height: 1.17;
  }
}
.homepage .carousel .header-cta .subheader-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-bottom: 22px;
}
.homepage .scroll-please {
  padding-top: 138px;
  padding-bottom: 138px;
  text-align: center;
}
@media (max-width: 768px) {
  .homepage .scroll-please {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.homepage .scroll-please .scroll-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #62bb46;
}
.homepage .christmas-free-media-kit {
  margin-top: 80px;
}
.homepage .christmas-free-media-kit .top-copy-section {
  display: inline;
  text-align: center;
}
.homepage .christmas-free-media-kit .media-kit-header {
  font-family: 'Chronicle Text G3 A', 'Chronicle Text G3 B';
  font-size: 18px;
  line-height: 1.22;
  margin-top: 70px;
}
@media (max-width: 480px) {
  .homepage .christmas-free-media-kit .media-kit-header {
    font-size: 16px;
    line-height: 1.38;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}
.homepage .christmas-free-media-kit .faithlife-strip {
  text-align: center;
}
.homepage .christmas-free-media-kit .big-header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .homepage .christmas-free-media-kit .big-header {
    font-size: 30px;
  }
}
.homepage .christmas-free-media-kit .supporting-copy {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .homepage .christmas-free-media-kit .supporting-copy {
    font-size: 18px;
    margin: 0px 12px;
  }
}
.homepage .christmas-free-media-kit .media-explosion-section {
  display: inline;
}
.homepage .christmas-free-media-kit .media-explosion-image-desktop {
  margin-top: -44px;
  margin-bottom: -44px;
}
@media (max-width: 480px) {
  .homepage .christmas-free-media-kit .media-explosion-image-desktop {
    display: none;
  }
}
.homepage .christmas-free-media-kit .media-explosion-image-mobile {
  display: none;
}
@media (max-width: 480px) {
  .homepage .christmas-free-media-kit .media-explosion-image-mobile {
    display: inline-block;
    text-align: center;
  }
}
.homepage .christmas-free-media-kit .media-explosion-image-desktop {
  text-align: center;
}
.homepage .christmas-free-media-kit .free-media-kit-cta-section {
  display: inline;
  text-align: center;
}
.homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-cta {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-cta {
    font-size: 20px;
    margin-top: 26px;
  }
}
@media (max-width: 480px) {
  .homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-cta {
    margin-top: 0px;
  }
}
.homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-supporting-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
@media (max-width: 480px) {
  .homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-supporting-copy {
    font-size: 16px;
  }
}
.homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-button {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-button {
    margin-top: 20px;
  }
}
.homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-button a {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .homepage .christmas-free-media-kit .free-media-kit-cta-section .free-media-kit-button a {
    display: inline;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.homepage .trusted-by-churches {
  margin-top: 70px;
  margin-bottom: 70px;
}
.homepage .trusted-by-churches .header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  margin: 10px;
}
.homepage .trusted-by-churches .church-logo {
  display: flex;
  align-items: center;
  height: 10em;
  padding: 20px;
}
@media (max-width: 768px) {
  .homepage .trusted-by-churches .church-logo {
    display: block;
    text-align: center;
    height: 50%;
    padding: 20px 100px;
  }
}
.homepage .just-for-churches {
  text-align: center;
}
.homepage .just-for-churches .h1 {
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .homepage .just-for-churches .h1 {
    font-size: 36px;
  }
}
.homepage .just-for-churches .background-box {
  background-color: #7a7a7a;
}
.experiment-variation-1 .homepage .just-for-churches .background-box,
.experiment-variation-3 .homepage .just-for-churches .background-box {
  background-color: #ebebeb;
}
.homepage .just-for-churches p {
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .homepage .just-for-churches p {
    font-size: 18px;
    line-height: 1.44;
  }
}
.homepage .just-for-churches .try-proclaim {
  padding-top: 33px;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.homepage .just-for-churches .try-proclaim a {
  margin-bottom: 10px;
}
.homepage .just-for-churches .faithlife-strip {
  padding-top: 74px;
  padding-bottom: 24px;
}
.homepage .just-for-churches .work-tiles {
  text-align: left;
  padding-right: 5%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .homepage .just-for-churches .work-tiles {
    padding-top: 56px;
  }
}
.homepage .just-for-churches .work-tiles .tile .icon-wrapper {
  min-height: 155px;
  display: flex;
}
.homepage .just-for-churches .work-tiles .tile .icon-wrapper img {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .homepage .just-for-churches .work-tiles .tile .icon-wrapper {
    min-height: 0;
  }
  .homepage .just-for-churches .work-tiles .tile .icon-wrapper img {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.homepage .just-for-churches .work-tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.homepage .just-for-churches .work-tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 56px;
}
.homepage .dale-mccoy-testimonial {
  padding-top: 116px;
  padding-bottom: 98px;
}
@media (max-width: 768px) {
  .homepage .dale-mccoy-testimonial {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
.homepage .wenona-barlow-testimonial {
  padding-top: 72px;
  padding-bottom: 170px;
}
@media (max-width: 768px) {
  .homepage .wenona-barlow-testimonial {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .homepage .wenona-barlow-testimonial .try-proclaim {
    display: none !important;
  }
}
.homepage .work-as-a-team {
  text-align: center;
}
.homepage .work-as-a-team .row.no-gutter {
  overflow: hidden;
}
.homepage .work-as-a-team .row.no-gutter > [class*='col-'] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.homepage .work-as-a-team .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9337921/content.jpg?signature=6YkIFW9cGNlFtpZjoJQDzlj5fNc');
  background-position: center;
  background-repeat: no-repeat;
  height: 632px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage .work-as-a-team .background-image {
    display: none !important;
  }
}
.homepage .work-as-a-team .top-content {
  background-image: url('https://files.logoscdn.com/v1/files/9378055/content.jpg?signature=Y52D9A9Dn_AwPfDkjncV3wkwWuc');
  background-size: cover;
  background-repeat: no-repeat;
}
.experiment-variation-1 .homepage .work-as-a-team .top-content,
.experiment-variation-3 .homepage .work-as-a-team .top-content {
  color: #fff;
}
.experiment-variation-1 .homepage .work-as-a-team .top-content a,
.experiment-variation-3 .homepage .work-as-a-team .top-content a {
  color: #fff;
}
.experiment-variation-1 .homepage .work-as-a-team .top-content a:hover,
.experiment-variation-3 .homepage .work-as-a-team .top-content a:hover {
  color: #5fbc39;
}
.experiment-variation-1 .homepage .work-as-a-team .top-content,
.experiment-variation-3 .homepage .work-as-a-team .top-content {
  color: #fff;
}
.experiment-variation-1 .homepage .work-as-a-team .top-content a,
.experiment-variation-3 .homepage .work-as-a-team .top-content a {
  color: #fff;
}
.experiment-variation-1 .homepage .work-as-a-team .top-content a:hover,
.experiment-variation-3 .homepage .work-as-a-team .top-content a:hover {
  color: #5fbc39;
}
.homepage .work-as-a-team .top-content .h1 {
  text-align: center;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .homepage .work-as-a-team .top-content .h1 {
    font-size: 36px;
  }
}
.homepage .work-as-a-team .top-content p {
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .homepage .work-as-a-team .top-content p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .homepage .work-as-a-team .top-content {
    background-image: none;
  }
}
.homepage .work-as-a-team .faithlife-strip {
  padding-top: 130px;
}
.homepage .work-as-a-team .try-proclaim {
  padding-top: 13px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .homepage .work-as-a-team .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
.homepage .work-as-a-team .tiles {
  text-align: left;
}
.homepage .work-as-a-team .tiles .tile {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.homepage .work-as-a-team .tiles .tile img {
  padding-top: 75px;
  padding-bottom: 24px;
}
.homepage .work-as-a-team .tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.homepage .work-as-a-team .tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 56px;
}
.homepage .work-as-a-team .tiles .tile.unlimited-installs {
  background-color: #2a2a2a;
}
.experiment-variation-1 .homepage .work-as-a-team .tiles .tile.unlimited-installs,
.experiment-variation-3 .homepage .work-as-a-team .tiles .tile.unlimited-installs {
  background-color: #ebebeb;
}
.homepage .work-as-a-team .tiles .tile.mac-and-pc {
  background-color: #2a2a2a;
  border-left: solid #000 1px;
  border-right: solid #000 1px;
}
.experiment-variation-1 .homepage .work-as-a-team .tiles .tile.mac-and-pc,
.experiment-variation-3 .homepage .work-as-a-team .tiles .tile.mac-and-pc {
  background-color: #ebebeb;
  border-left: solid #c7c7c7 1px;
  border-right: solid #c7c7c7 1px;
}
@media (max-width: 992px) {
  .homepage .work-as-a-team .tiles .tile.mac-and-pc {
    border-left: 0;
    border-right: 0;
    border-top: solid #000 2px;
  }
  .experiment-variation-1 .homepage .work-as-a-team .tiles .tile.mac-and-pc,
  .experiment-variation-3 .homepage .work-as-a-team .tiles .tile.mac-and-pc {
    border-top: solid #C7C7C7 1px;
    border-left: 0;
    border-right: 0;
  }
}
.homepage .work-as-a-team .tiles .tile.cloud-based {
  background-color: #2a2a2a;
}
@media (max-width: 992px) {
  .homepage .work-as-a-team .tiles .tile.cloud-based {
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .homepage .work-as-a-team .tiles .tile.cloud-based,
  .experiment-variation-3 .homepage .work-as-a-team .tiles .tile.cloud-based {
    border-top: solid #C7C7C7 1px;
  }
}
.experiment-variation-1 .homepage .work-as-a-team .tiles .tile.cloud-based,
.experiment-variation-3 .homepage .work-as-a-team .tiles .tile.cloud-based {
  background-color: #ebebeb;
}
.homepage .go-beyond-powerpoint {
  text-align: center;
}
.homepage .go-beyond-powerpoint .h1 {
  text-align: center;
  padding-top: 132px;
}
@media (max-width: 768px) {
  .homepage .go-beyond-powerpoint .h1 {
    font-size: 36px;
  }
}
.homepage .go-beyond-powerpoint p {
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .homepage .go-beyond-powerpoint p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .homepage .go-beyond-powerpoint .try-proclaim {
    display: none !important;
  }
}
.homepage .go-beyond-powerpoint .integration-logos {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .homepage .go-beyond-powerpoint .integration-logos img {
    padding-top: 26px;
    width: 54%;
    max-width: 261px;
  }
}
.homepage .go-beyond-powerpoint .faithlife-strip-single {
  padding-top: 8px;
  padding-bottom: 24px;
}
.homepage .professional-church-media {
  text-align: center;
}
.homepage .professional-church-media .h1 {
  text-align: center;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .homepage .professional-church-media .h1 {
    font-size: 36px;
  }
}
.homepage .professional-church-media p {
  padding-top: 8px;
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .homepage .professional-church-media p {
    font-size: 18px;
  }
}
.homepage .professional-church-media .faithlife-strip {
  padding-top: 149px;
}
@media (max-width: 768px) {
  .homepage .professional-church-media .faithlife-strip {
    padding-top: 40px;
  }
}
.homepage .professional-church-media .media {
  padding-top: 86px;
}
@keyframes animatedBackgroundLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3075px 0;
  }
}
.homepage .simple-sermon-podcasting {
  text-align: center;
}
.homepage .simple-sermon-podcasting .h1 {
  text-align: center;
}
@media (max-width: 768px) {
  .homepage .simple-sermon-podcasting .h1 {
    font-size: 36px;
  }
}
.homepage .simple-sermon-podcasting .tiles .tile .icon-wrapper {
  height: 190px;
  padding-top: 75px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .homepage .simple-sermon-podcasting .tiles .tile .icon-wrapper {
    padding-top: 64px;
    padding-bottom: 16px;
    height: auto;
  }
}
.homepage .simple-sermon-podcasting .tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.homepage .simple-sermon-podcasting .tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .homepage .simple-sermon-podcasting .tiles .tile p {
    padding-bottom: 0;
  }
}
.free-trial-cta {
  text-align: center;
}
.experiment-variation-1 .free-trial-cta,
.experiment-variation-3 .free-trial-cta {
  color: #fff;
}
.free-trial-cta .h1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .free-trial-cta .h1 {
    font-size: 36px;
    padding-top: 44px;
  }
}
.free-trial-cta .no-credit-card {
  padding-top: 16px;
  padding-bottom: 74px;
  font-size: 17px;
  line-height: 1.18;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.free-trial-cta .background-image {
  background: url('https://files.logoscdn.com/v1/files/9389244/content.jpg?signature=3uWNcKartkJz7Z0ijunw7DRQXvY'), url('https://files.logoscdn.com/v1/files/9390553/content.png?signature=tud_O8l0blL2DgSys3-YZL0cWxo');
  background-position: center;
  background-repeat: no-repeat;
  height: 1199px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .free-trial-cta .background-image {
    display: none !important;
  }
}
.free-trial-cta .top-section {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .free-trial-cta .top-section {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .free-trial-cta .top-section {
    background-image: url('https://files.logoscdn.com/v1/files/9389311/content.jpg?signature=pRufkYj6rjXF-ibgmaBki2Mtm34');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
@media (max-width: 768px) {
  .free-trial-cta .laptop-wrapper {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
  }
  .free-trial-cta .laptop {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 768px) {
  .free-trial-cta .try-proclaim button {
    padding: 18px 16px;
    font-size: 18px;
    border-radius: 6px;
    padding: 12px 32px;
    line-height: 1.3333333;
    border-radius: 3px;
    font-size: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .free-trial-cta .try-proclaim button {
    padding: 16px 16px;
  }
}
.convince-staff-cta {
  background-color: #1f1f1f;
}
.convince-staff-cta .main-heading {
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .convince-staff-cta .main-heading {
    margin-top: 22px;
    text-align: center;
  }
}
.convince-staff-cta .supporting-copy {
  text-align: left;
  width: 414px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .convince-staff-cta .supporting-copy {
    text-align: center;
    width: auto;
  }
}
.convince-staff-cta .pdf-image {
  text-align: right;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .convince-staff-cta .pdf-image {
    margin-right: auto;
    text-align: center;
  }
}
.convince-staff-cta .padding-dark {
  height: 48px;
}
.convince-staff-cta .button-text {
  font-weight: bold;
  align-content: center;
  margin-bottom: 0px;
}
.media-strips .media-strip {
  height: 326px;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  margin-bottom: 18px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .media-strips .media-strip {
    height: 126px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
.media-strips .media-strip-1 {
  background-image: url('https://files.logoscdn.com/v1/files/9504361/content.jpg?signature=mmnlITm6nbpPVnm3KbnIgVLrWYA');
  animation: animatedBackgroundLeft 78s linear infinite;
}
.media-strips .media-strip-2 {
  background-image: url('https://files.logoscdn.com/v1/files/9504359/content.jpg?signature=y8-nuyqwM7ETHM9_6y8Y8QNIcxw');
  animation: animatedBackgroundLeft 53s linear infinite;
}
.media-strips .media-strip-3 {
  background-image: url('https://files.logoscdn.com/v1/files/9504360/content.jpg?signature=3FgfGZYLNddvT-zHvcUBbXYJfKs');
  animation: animatedBackgroundLeft 82s linear infinite;
}
.features {
  color: #DBDBDB;
}
.experiment-variation-1 .features,
.experiment-variation-3 .features {
  color: #575251;
}
.features header .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9452346/content.jpg?signature=2u8d83_nntfaF6CK2U1uz8_YuR8');
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.features header h1 {
  padding-top: 130px;
}
.features header p {
  font-size: 22px;
}
.features header .try-proclaim {
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .features header {
    text-align: center;
    max-width: 768px;
  }
  .features header h1 {
    padding: 70px 8px 0 8px;
    font-size: 36px;
  }
  .features header p {
    font-size: 18px;
  }
  .features header .background-image {
    height: 613px;
  }
}
.experiment-variation-1 .features header,
.experiment-variation-3 .features header {
  color: #fff;
}
.experiment-variation-1 .features header a,
.experiment-variation-3 .features header a {
  color: #fff;
}
.experiment-variation-1 .features header a:hover,
.experiment-variation-3 .features header a:hover {
  color: #5fbc39;
}
.experiment-variation-1 .features header,
.experiment-variation-3 .features header {
  color: #fff;
}
.experiment-variation-1 .features header a,
.experiment-variation-3 .features header a {
  color: #fff;
}
.experiment-variation-1 .features header a:hover,
.experiment-variation-3 .features header a:hover {
  color: #5fbc39;
}
.features .planning-your-service {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .features .planning-your-service {
    margin-top: -120px;
  }
}
.features .planning-your-service .faithlife-strip {
  padding-top: 64px;
  padding-bottom: 30px;
  display: block;
  margin: auto;
}
.features .planning-your-service .background-box {
  background-color: #2a2a2a;
}
.experiment-variation-1 .features .planning-your-service .background-box,
.experiment-variation-3 .features .planning-your-service .background-box {
  background-color: #ebebeb;
}
.features .planning-your-service .background-box .h1,
.features .planning-your-service .background-box .h1-supporting-copy {
  text-align: center;
}
.features .planning-your-service .background-box .h1 {
  padding-bottom: 6px;
}
.features .planning-your-service .background-box p {
  font-size: 22px;
}
.features .planning-your-service .background-box .try-proclaim {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.features .planning-your-service .background-box .feature-tiles .tile {
  padding-left: 4%;
  padding-right: 4%;
}
.features .planning-your-service .background-box .feature-tiles .icon-wrapper {
  min-height: 184px;
}
@media (max-width: 768px) {
  .features .planning-your-service .background-box .feature-tiles .icon-wrapper {
    min-height: 0;
  }
}
.features .planning-your-service .background-box .feature-tiles img {
  padding-top: 75px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .features .planning-your-service .background-box .feature-tiles img {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.features .planning-your-service .background-box .feature-tiles .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.features .planning-your-service .background-box .feature-tiles p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 8px;
}
.features .planning-your-service .background-box .feature-tiles ul {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.67;
  font-weight: 600;
  padding-bottom: 10%;
}
.features .during-your-service {
  text-align: center;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .features .during-your-service {
    padding-bottom: 70px;
  }
}
.features .during-your-service .faithlife-strip {
  padding-top: 50px;
  padding-bottom: 24px;
}
.features .during-your-service p.h1-supporting-copy {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.27;
}
.features .during-your-service .try-proclaim {
  padding-bottom: 60px;
}
.features .during-your-service .row.no-gutter {
  overflow: hidden;
}
.features .during-your-service .row.no-gutter > [class*='col-'] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.features .during-your-service .feature-tiles {
  text-align: left;
}
.features .during-your-service .feature-tiles .tile {
  padding: 10%;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.features .during-your-service .feature-tiles .tile img {
  padding-top: 75px;
  padding-bottom: 24px;
}
.features .during-your-service .feature-tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.features .during-your-service .feature-tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 8px;
}
.features .during-your-service .feature-tiles .tile ul {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.67;
  font-weight: 600;
  padding-bottom: 10%;
}
.features .during-your-service .feature-tiles .tile.real-time-updates {
  background-color: #2A2A2A;
}
.experiment-variation-1 .features .during-your-service .feature-tiles .tile.real-time-updates,
.experiment-variation-3 .features .during-your-service .feature-tiles .tile.real-time-updates {
  background-color: #EBEBEB;
}
.features .during-your-service .feature-tiles .tile.dynamic-engagement {
  background-color: #2A2A2A;
  border-left: solid #000 1px;
  border-right: solid #000 1px;
}
.experiment-variation-1 .features .during-your-service .feature-tiles .tile.dynamic-engagement,
.experiment-variation-3 .features .during-your-service .feature-tiles .tile.dynamic-engagement {
  background-color: #EBEBEB;
  border-left: solid #c7c7c7 1px;
  border-right: solid #c7c7c7 1px;
}
@media (max-width: 768px) {
  .features .during-your-service .feature-tiles .tile.dynamic-engagement {
    border-left: 0;
    border-right: 0;
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .features .during-your-service .feature-tiles .tile.dynamic-engagement,
  .experiment-variation-3 .features .during-your-service .feature-tiles .tile.dynamic-engagement {
    border-top: solid #C7C7C7 1px;
    border-left: 0;
    border-right: 0;
  }
}
.features .during-your-service .feature-tiles .tile.set-and-forget {
  background-color: #2A2A2A;
}
.experiment-variation-1 .features .during-your-service .feature-tiles .tile.set-and-forget,
.experiment-variation-3 .features .during-your-service .feature-tiles .tile.set-and-forget {
  background-color: #EBEBEB;
}
@media (max-width: 768px) {
  .features .during-your-service .feature-tiles .tile.set-and-forget {
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .features .during-your-service .feature-tiles .tile.set-and-forget,
  .experiment-variation-3 .features .during-your-service .feature-tiles .tile.set-and-forget {
    border-top: solid #C7C7C7 1px;
  }
}
@media (max-width: 768px) {
  .features .during-your-service .h1 {
    font-size: 36px;
  }
  .features .during-your-service p.h1-supporting-copy {
    font-size: 18px;
  }
}
.features .moving-beyond-sunday {
  text-align: center;
  padding-bottom: 104px;
}
.features .moving-beyond-sunday .h1 {
  padding-bottom: 18px;
}
.features .moving-beyond-sunday .h1-supporting-copy {
  font-size: 22px;
  padding-bottom: 22px;
}
.features .moving-beyond-sunday .try-proclaim {
  padding-bottom: 64px;
}
.features .moving-beyond-sunday .faithlife-strip {
  padding-top: 62px;
  padding-bottom: 34px;
}
.features .moving-beyond-sunday .row.no-gutter {
  overflow: hidden;
}
.features .moving-beyond-sunday .feature-tiles {
  text-align: left;
}
.features .moving-beyond-sunday .feature-tiles .tile {
  padding: 10%;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.features .moving-beyond-sunday .feature-tiles .tile img {
  padding-top: 75px;
  padding-bottom: 24px;
}
.features .moving-beyond-sunday .feature-tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.features .moving-beyond-sunday .feature-tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 8px;
}
.features .moving-beyond-sunday .feature-tiles .tile ul {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.67;
  font-weight: 600;
  padding-bottom: 10%;
}
.features .moving-beyond-sunday .feature-tiles .tile.real-time-updates {
  background-color: #2A2A2A;
}
.experiment-variation-1 .features .moving-beyond-sunday .feature-tiles .tile.real-time-updates,
.experiment-variation-3 .features .moving-beyond-sunday .feature-tiles .tile.real-time-updates {
  background-color: #EBEBEB;
}
.features .moving-beyond-sunday .feature-tiles .tile.dynamic-engagement {
  border-left: solid #000 1px;
  border-right: solid #000 1px;
  background-color: #2A2A2A;
}
.experiment-variation-1 .features .moving-beyond-sunday .feature-tiles .tile.dynamic-engagement,
.experiment-variation-3 .features .moving-beyond-sunday .feature-tiles .tile.dynamic-engagement {
  border-left: solid #c7c7c7 1px;
  border-right: solid #c7c7c7 1px;
  background-color: #EBEBEB;
}
@media (max-width: 768px) {
  .features .moving-beyond-sunday .feature-tiles .tile.dynamic-engagement {
    border-left: 0;
    border-right: 0;
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .features .moving-beyond-sunday .feature-tiles .tile.dynamic-engagement,
  .experiment-variation-3 .features .moving-beyond-sunday .feature-tiles .tile.dynamic-engagement {
    border-top: solid #C7C7C7 1px;
    border-left: 0;
    border-right: 0;
  }
}
.features .moving-beyond-sunday .feature-tiles .tile.set-and-forget {
  background-color: #2a2a2a;
}
@media (max-width: 992px) {
  .features .moving-beyond-sunday .feature-tiles .tile.set-and-forget {
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .features .moving-beyond-sunday .feature-tiles .tile.set-and-forget,
  .experiment-variation-3 .features .moving-beyond-sunday .feature-tiles .tile.set-and-forget {
    border-top: solid #C7C7C7 1px;
  }
}
.experiment-variation-1 .features .moving-beyond-sunday .feature-tiles .tile.set-and-forget,
.experiment-variation-3 .features .moving-beyond-sunday .feature-tiles .tile.set-and-forget {
  background-color: #EBEBEB;
}
@media (max-width: 768px) {
  .features .moving-beyond-sunday {
    padding-bottom: 70px;
  }
  .features .moving-beyond-sunday .h1 {
    font-size: 36px;
  }
  .features .moving-beyond-sunday p.h1-supporting-copy {
    font-size: 18px;
  }
}
.features .all-the-features {
  padding-top: 104px;
  text-align: center;
}
.features .all-the-features .faithlife-strip {
  padding-top: 127px;
}
.features .all-the-features .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9439182/content.jpg?signature=FstE3cHqfYHWMJZ7eC0IAURRNgc');
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .features .all-the-features .background-image {
    display: none !important;
  }
}
.experiment-variation-1 .features .all-the-features .top-content,
.experiment-variation-3 .features .all-the-features .top-content {
  color: #fff;
}
.experiment-variation-1 .features .all-the-features .top-content a,
.experiment-variation-3 .features .all-the-features .top-content a {
  color: #fff;
}
.experiment-variation-1 .features .all-the-features .top-content a:hover,
.experiment-variation-3 .features .all-the-features .top-content a:hover {
  color: #5fbc39;
}
.experiment-variation-1 .features .all-the-features .top-content,
.experiment-variation-3 .features .all-the-features .top-content {
  color: #fff;
}
.experiment-variation-1 .features .all-the-features .top-content a,
.experiment-variation-3 .features .all-the-features .top-content a {
  color: #fff;
}
.experiment-variation-1 .features .all-the-features .top-content a:hover,
.experiment-variation-3 .features .all-the-features .top-content a:hover {
  color: #5fbc39;
}
@media (max-width: 768px) {
  .features .all-the-features .top-content {
    background-image: url('https://files.logoscdn.com/v1/files/9439182/content.jpg?signature=FstE3cHqfYHWMJZ7eC0IAURRNgc');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .features .all-the-features .container {
    padding-left: 0;
    padding-right: 0;
  }
  .features .all-the-features .h1 {
    font-size: 36px;
  }
  .features .all-the-features p.h1-supporting-copy {
    font-size: 18px;
  }
}
.features .all-the-features .background-box {
  background-color: #2a2a2a;
}
.experiment-variation-1 .features .all-the-features .background-box,
.experiment-variation-3 .features .all-the-features .background-box {
  background-color: #ebebeb;
}
.features .all-the-features p {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.27;
}
.features .all-the-features .no-credit-card {
  color: #dbdbdb;
  padding-top: 12px;
  padding-bottom: 66px;
  font-size: 17px;
  line-height: 1.18;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.features .all-the-features .features {
  text-align: left;
}
.features .all-the-features .features .list-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-top: 44px;
  padding-bottom: 20px;
  min-height: unset;
}
@media (max-width: 1325px) {
  .features .all-the-features .features .list-header {
    min-height: 120px;
  }
}
@media (max-width: 991px) {
  .features .all-the-features .features .list-header {
    min-height: 145px;
  }
}
@media (max-width: 767px) {
  .features .all-the-features .features .list-header {
    min-height: unset;
  }
}
.features .all-the-features .features ul {
  list-style: none;
  padding-left: 0;
}
.features .all-the-features .features ul li {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 13px 0;
  color: #c7c7c7;
  background-image: url('/Content/Images/cta-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.features .all-the-features .features ul li a {
  color: #fff;
}
.features .all-the-features .features ul li a:hover {
  color: #5fbc39;
  text-decoration: none;
}
.features .all-the-features .features ul li img {
  padding-left: 10px;
  padding-bottom: 2px;
}
.experiment-variation-1 .features .all-the-features .features ul li a,
.experiment-variation-3 .features .all-the-features .features ul li a {
  color: #7a7a7a;
}
.features .all-the-features .features ul li div {
  padding-right: 19px;
}
.features .all-the-features .features ul li a {
  display: block;
}
.features .all-the-features .features ul li:not(:last-child) {
  border-bottom: solid 1px #3d3d3d;
}
.experiment-variation-1 .features .all-the-features .features ul li:not(:last-child),
.experiment-variation-3 .features .all-the-features .features ul li:not(:last-child) {
  border-bottom: solid 1px #c7c7c7;
}
@media (max-width: 768px) {
  .features .all-the-features .features ul li {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.features .start-today,
.features .engage-like-never-before {
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}
.features .start-today .background-box,
.features .engage-like-never-before .background-box {
  padding-top: 35px;
  background-color: #2a2a2a;
}
.experiment-variation-1 .features .start-today .background-box,
.experiment-variation-1 .features .engage-like-never-before .background-box,
.experiment-variation-3 .features .start-today .background-box,
.experiment-variation-3 .features .engage-like-never-before .background-box {
  background-color: #ebebeb;
}
.features .start-today p,
.features .engage-like-never-before p {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.27;
}
.features .start-today .no-credit-card,
.features .engage-like-never-before .no-credit-card {
  padding-top: 12px;
  padding-bottom: 66px;
  font-size: 17px;
  line-height: 1.18;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.experiment-variation-0 .features .start-today .no-credit-card,
.experiment-variation-0 .features .engage-like-never-before .no-credit-card,
.experiment-variation-2 .features .start-today .no-credit-card,
.experiment-variation-2 .features .engage-like-never-before .no-credit-card {
  color: #dbdbdb;
}
@media (max-width: 768px) {
  .features .start-today,
  .features .engage-like-never-before {
    padding-bottom: 70px;
  }
  .features .start-today .container,
  .features .engage-like-never-before .container {
    padding-left: 0;
    padding-right: 0;
  }
  .features .start-today .h1,
  .features .engage-like-never-before .h1 {
    font-size: 36px;
  }
  .features .start-today p,
  .features .engage-like-never-before p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .features .free-trial-cta-2 {
    padding-top: 80px;
  }
}
.form-control {
  border-radius: 5px;
}
.margin-top-0 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .email-capture-section {
    padding-bottom: 24px;
  }
}
.email-capture-section h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .email-capture-section h3 {
    text-align: center;
  }
}
.email-capture-section p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  margin: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .email-capture-section p {
    text-align: center;
  }
}
.email-capture-section form input[type="email"] {
  background-color: #000000;
  border: 1px solid #7A7A7A;
  font-size: 18px;
  width: 100%;
  height: 42px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-radius: 3px;
}
.email-capture-section form input[type="email"]::-moz-placeholder {
  color: #7A7A7A;
  opacity: 1;
}
.email-capture-section form input[type="email"]:-ms-input-placeholder {
  color: #7A7A7A;
}
.email-capture-section form input[type="email"]::-webkit-input-placeholder {
  color: #7A7A7A;
}
.experiment-variation-1 .email-capture-section form input[type="email"],
.experiment-variation-3 .email-capture-section form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .email-capture-section form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .email-capture-section form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .email-capture-section form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .email-capture-section form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .email-capture-section form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .email-capture-section form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.email-capture-section form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.email-capture-section form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.email-capture-section form .send-my-link-btn-container .send-my-link-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 40px;
  border-radius: 3px;
}
.email-capture input[type="email"],
.email-capture input[type="text"] {
  margin-top: 2px;
  font-size: 18px;
  width: 100%;
  padding-left: 10px;
  height: 34px;
}
.gated-download-button-margin {
  margin-top: inherit;
}
@media (max-width: 992px) {
  .gated-download-button-margin {
    margin-top: 15px;
  }
}
.gated-download-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5FBC39;
  background-color: transparent;
  border-color: #5FBC39;
  padding: 1px 5px;
  font-size: 12px;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
}
.gated-download-button:focus,
.gated-download-button:active:focus,
.gated-download-button.active:focus,
.gated-download-button.focus,
.gated-download-button:active.focus,
.gated-download-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gated-download-button:hover,
.gated-download-button:focus,
.gated-download-button.focus {
  color: #FFF;
  text-decoration: none;
}
.gated-download-button:active,
.gated-download-button.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);
}
.gated-download-button.disabled,
.gated-download-button[disabled],
fieldset[disabled] .gated-download-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.gated-download-button.disabled,
fieldset[disabled] a.gated-download-button {
  pointer-events: none;
}
.gated-download-button:focus,
.gated-download-button.focus {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2e5a1b;
}
.gated-download-button:hover {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #478d2b;
}
.gated-download-button:active,
.gated-download-button.active,
.open > .dropdown-toggle.gated-download-button {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #478d2b;
}
.gated-download-button:active:hover,
.gated-download-button.active:hover,
.open > .dropdown-toggle.gated-download-button:hover,
.gated-download-button:active:focus,
.gated-download-button.active:focus,
.open > .dropdown-toggle.gated-download-button:focus,
.gated-download-button:active.focus,
.gated-download-button.active.focus,
.open > .dropdown-toggle.gated-download-button.focus {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2e5a1b;
}
.gated-download-button:active,
.gated-download-button.active,
.open > .dropdown-toggle.gated-download-button {
  background-image: none;
}
.gated-download-button.disabled:hover,
.gated-download-button[disabled]:hover,
fieldset[disabled] .gated-download-button:hover,
.gated-download-button.disabled:focus,
.gated-download-button[disabled]:focus,
fieldset[disabled] .gated-download-button:focus,
.gated-download-button.disabled.focus,
.gated-download-button[disabled].focus,
fieldset[disabled] .gated-download-button.focus {
  background-color: transparent;
  border-color: #5FBC39;
}
.gated-download-button .badge {
  color: transparent;
  background-color: #5FBC39;
}
.gated-download-button:hover,
.gated-download-button:focus,
.gated-download-button.focus,
.gated-download-button:active,
.gated-download-button.active,
.open > .dropdown-toggle.gated-download-button {
  background-color: rgba(0, 0, 0, 0.1);
}
.gated-download-button:hover {
  color: #FFF;
  background-color: #5FBC39;
}
@media (max-width: 768px) {
  .gated-download-button {
    padding: 6px 6px;
  }
}
.gated-email-capture-horizontal button {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .gated-email-capture-horizontal button {
    margin-left: 10px !important;
  }
}
.email-capture-horizontal button {
  margin-left: 10px !important;
}
@media (max-width: 768px) {
  .email-capture-vertical {
    padding-top: 36px;
  }
}
.email-capture-vertical button {
  margin-top: 20px;
}
.social ul {
  padding-top: 20px;
}
.social ul li > a {
  -webkit-transition: fill-opacity 0.1s;
  -o-transition: fill-opacity 0.1s;
  transition: fill-opacity 0.1s;
}
.social ul li > a:hover .hover-overlay path {
  fill-opacity: .2;
}
.section {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 20px;
  }
}
.media-image-section {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .media-image-section {
    padding-top: 20px;
  }
}
.media-image-section img {
  padding-bottom: 10px;
}
@media (min-width: 1025px) and (max-width: 1325px) {
  #brand-bar-navbar .container {
    width: 982px;
  }
}
.navbar-fixed-top .in,
.navbar-fixed-top .collapsing {
  background-color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.navbar-fixed-top .in .navbar-nav > li > a,
.navbar-fixed-top .collapsing .navbar-nav > li > a {
  border-bottom: none;
}
.navbar-fixed-top .in .navbar-nav > li > a:hover,
.navbar-fixed-top .collapsing .navbar-nav > li > a:hover {
  border-bottom: none;
}
.navbar-collapse {
  text-align: center;
  background-color: #fff;
}
.navbar {
  background-image: none;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 64px;
  border-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  /* Hide 'Contact Us' from navbar between 1024 and screen-lg (1326) - Not enough room for everything */
  /* HACK: Changing breakpoint of Bootstrap 3 navbar to 1024 - We need the hamburger menu sooner after adding Blog and Contact Us */
}
.navbar .navbar-nav > li {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.navbar .navbar-nav > li .btn-download {
  margin-top: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 24px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar .navbar-nav > li .btn-download {
    max-width: 240px;
  }
}
.navbar .navbar-nav > li:last-child {
  padding-right: 0;
  padding-top: 8px;
}
.navbar .navbar-collapse.in > .navbar-nav > li:last-child,
.navbar .navbar-collapse.collapsing > .navbar-nav > li:last-child {
  padding-right: 5px;
  overflow: hidden;
}
.navbar .navbar-right {
  margin-right: 0;
}
.navbar .navbar-brand {
  padding-top: 17px;
}
.navbar .navbar-nav > li > a {
  color: dimgrey;
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1;
}
.navbar .navbar-nav > li > a:active {
  background-color: transparent;
  color: #000;
}
.navbar .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #5fbc39;
}
@media (min-width: 992px) and (max-width: 1326px) {
  .navbar .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navbar .navbar-nav > li > a.btn-download:hover {
  color: #FFF;
  background-color: #4b952d;
  border-color: #478d2b;
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar .navbar-nav > li > a {
    font-size: 13px;
  }
  .navbar .btn-download.btn-xs {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 544px) {
  .navbar .navbar-brand {
    padding-left: 17px;
  }
}
.navbar .navbar-nav > .active a {
  color: #000;
}
.navbar .navbar-nav {
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
@media screen and (max-width: 768px) {
  .navbar .btn-download.btn-xs {
    margin-top: 0px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1326px) {
  .navbar .navbar-collapse-contact-us {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block;
  }
  .navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar .navbar-nav {
    float: none !important;
    margin: 7.5px 0;
  }
  .navbar .navbar-nav > li {
    float: none;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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);
    width: auto;
    float: none !important;
  }
}
/* top-nav ID used in zendesk help site*/
body.navbar-scrolled > .navbar,
body.navbar-scrolled #top-nav {
  background-color: #FFF;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}
.nav > li > a.download {
  display: inline;
}
.nav > li > a.download:hover {
  border-bottom: none;
}
.anchor {
  display: block;
  height: 64px;
  margin-top: -64px;
  visibility: hidden;
}
@media (max-width: 768px) {
  .anchor {
    height: 65px;
    margin-top: -65px;
  }
}
body.navbar-scrolled .anchor {
  height: 65px;
  margin-top: -65px;
}
.media-section {
  padding-top: 36px;
  padding-bottom: 48px;
  color: #FFF;
}
@media (min-width: 768px) {
  .media-section p,
  .media-section .header,
  .media-section .sub-header {
    text-align: center;
  }
}
.media-section .header {
  font-weight: 500;
  font-size: 40px;
}
.pro-media-section {
  padding-top: 36px;
  padding-bottom: 48px;
  color: #FFF;
  background-image: url('https://files.logoscdn.com/v1/files/3774927/content.jpg?signature=8aBZ3dB-oMdniaJ2W5pJzUNlFNs');
  background-size: cover;
}
@media (min-width: 768px) {
  .pro-media-section p,
  .pro-media-section .header,
  .pro-media-section .sub-header {
    text-align: center;
  }
}
.pro-media-section .header {
  font-weight: 500;
  font-size: 40px;
}
.pro-media-section .media-section-header {
  text-align: center;
}
.pro-media-section .media-section-header a {
  text-decoration: underline;
  color: #FFF;
}
.pro-media-section .featured-month {
  padding-top: 40px;
  padding-bottom: 10px;
}
.pro-media-section .featured-month .pack-details {
  padding-left: 29px;
}
.pro-media-section .featured-month .pack-details h5 {
  font-size: 19px;
}
.pro-media-section .featured-month .pack-details ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.pro-media-section .featured-month .pack-details .media-types {
  font-size: 12px;
  color: #EE2737;
}
@media (max-width: 768px) {
  .pro-media-section .featured-month .pack-details {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
  }
  .pro-media-section .featured-month .pack-details ul {
    display: inline-block;
    text-align: left;
  }
}
.graceway-media-section {
  margin-top: 2px;
  padding-top: 36px;
  padding-bottom: 48px;
  color: #FFF;
  background-color: #EE2737;
  color: #222222;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .graceway-media-section p,
  .graceway-media-section .header,
  .graceway-media-section .sub-header {
    text-align: center;
  }
}
.graceway-media-section .header {
  font-weight: 500;
  font-size: 40px;
}
.graceway-media-section .header {
  color: #444444;
}
.graceway-media-section img {
  padding-bottom: 5px;
  margin-right: -4px;
}
.partner-media-section {
  padding-top: 36px;
  padding-bottom: 48px;
  color: #FFF;
  padding-top: 44px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://files.logoscdn.com/v1/files/3774973/content.jpg?signature=dkrvY1fIahM3nhOtJzQ0UE8-J6E');
  background-size: auto, cover;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 768px) {
  .partner-media-section p,
  .partner-media-section .header,
  .partner-media-section .sub-header {
    text-align: center;
  }
}
.partner-media-section .header {
  font-weight: 500;
  font-size: 40px;
}
.partner-media-section .media-logo {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.partner-media-section .media-section-header {
  text-align: center;
}
.partner-media-section .sub-header {
  font-weight: 500;
  font-size: 22px;
  padding-top: 18px;
  padding-bottom: 14px;
}
.media-pack {
  cursor: pointer;
  position: relative;
}
.media-pack h2 {
  white-space: nowrap;
  color: #FFF;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
@media (max-width: 768px) {
  .media-pack h2 {
    font-size: 30px;
  }
}
.media-pack div {
  position: relative;
}
.media-pack div:before {
  border: solid 5px;
  border-color: transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color ease-in-out .2s, border-color .2s;
  -o-transition: background-color ease-in-out .2s, border-color .2s;
  transition: background-color ease-in-out .2s, border-color .2s;
}
@media (min-width: 768px) {
  .media-pack div:hover h2 {
    opacity: 1;
  }
  .media-pack div:hover:before {
    border-color: #F68D2E;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.media-packs {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .media-packs .col-md-8:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .media-packs .col-md-12:nth-child(2n+1) {
    clear: both;
  }
}
.media-packs > div,
.media-pack-details > div {
  padding-top: 12px;
}
.benefits-header-background img,
.media-header-background img {
  position: relative;
  width: 100%;
}
.freebie-cta-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.media-cta-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.media-header-section {
  padding-top: 164px;
  padding-bottom: 72px;
  background-image: url('https://files.logoscdn.com/v1/files/3774925/content.jpg?signature=23HZM0cVT1H4Dy0hkffuPLK68mc');
  background-size: cover;
}
.media-header-section .header-link-left {
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .media-header-section .header-link-left {
    text-align: center;
    padding-right: unset;
  }
}
.media-header-section .header-link-right {
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .media-header-section .header-link-right {
    text-align: center;
    padding-left: unset;
  }
}
.media-header-section .h1 {
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}
.media-header-section .h3 {
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.media-detail-title {
  padding-top: 140px;
  padding-bottom: 20px;
}
.media-detail-title h1 {
  font-weight: 600;
  width: 100%;
  font-size: 56px;
  color: #4A4A4A;
  text-align: center;
}
.media-detail-copy p {
  font-weight: 400;
  width: 100%;
  font-size: 24px;
  color: #222222;
  text-align: center;
}
.media-detail-cta-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.media-detail-navigation {
  vertical-align: middle;
}
.download-large {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.download-large .btn {
  margin-top: 130px;
}
.modal.in {
  display: flex !important;
}
.modal.in a:nth-of-type(1) {
  margin-left: 20px;
}
.modal.in a:nth-of-type(2) {
  margin-left: -40px;
}
.modal.in a {
  position: absolute;
  top: 50%;
}
.modal-dialog {
  margin: auto;
  width: auto;
  max-width: 80%;
}
.modal-content {
  background: none;
  border: none;
  box-shadow: none;
}
.modal-body {
  text-align: center;
  display: flex;
  align-items: center;
}
.modal-body img {
  max-height: 100%;
}
.modal-backdrop.in {
  opacity: .8;
}
@media (min-width: 768px) {
  .clear-row-sm {
    clear: both;
  }
}
@media (max-width: 768px) {
  .clear-row-xs {
    clear: both;
  }
}
.benefits-header-background {
  background-repeat: repeat-x;
  height: 64px;
  background-image: url('/Content/Images/benefits-header-background.png');
}
@media (max-width: 768px) {
  .benefits-header-background {
    height: 65px;
  }
}
.benefits .benefits-collaboration {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #eee;
}
@media (max-width: 992px) {
  .benefits .benefits-collaboration {
    padding-top: 75px;
  }
  .benefits .benefits-collaboration img {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .benefits .benefits-collaboration {
    padding-top: 50px;
  }
  .benefits .benefits-collaboration img {
    padding-bottom: 0;
  }
}
.benefits .benefits-collaboration img {
  width: 100%;
}
.benefits .benefits-smart-media {
  min-height: 549px;
  background-color: #7A4183;
  color: #FFF;
}
.benefits .benefits-smart-media .slide img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.benefits .benefits-smart-media .smart-media-large-images-wrapper {
  left: calc(50% - 606px);
  position: absolute;
}
.benefits .benefits-smart-media .smart-media-large-images-wrapper .slide img {
  float: left;
  width: 244px;
}
.benefits .benefits-smart-media .smart-media-large-images-wrapper .slide:nth-of-type(1) img {
  width: 732px;
}
.benefits .benefits-smart-media .smart-media-large-images-wrapper .slide img:nth-of-type(2) {
  margin-left: -244px;
}
.benefits .benefits-smart-media .smart-media-large-images-wrapper .slide:nth-of-type(1) img:nth-of-type(2) {
  margin-left: -732px;
}
.benefits .benefits-smart-media .smart-media-images-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.benefits .benefits-smart-media .smart-media-images-wrapper [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.benefits .benefits-smart-media .smart-media-images-wrapper .slide img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.benefits .benefits-smart-media .front,
.benefits .benefits-smart-media .back {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  perspective: 1500px;
}
.benefits .benefits-smart-media .rotate-y .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.benefits .benefits-smart-media .rotate-y .back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.benefits .benefits-smart-media .rotate-y.flip .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.benefits .benefits-smart-media .rotate-y.flip .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.benefits .benefits-smart-media .rotate-x .front {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.benefits .benefits-smart-media .rotate-x .back {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.benefits .benefits-smart-media .rotate-x.flip .front {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.benefits .benefits-smart-media .rotate-x.flip .back {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media (max-width: 992px) {
  .benefits .benefits-smart-media {
    padding-bottom: 60px;
  }
}
.benefits .benefits-smart-media h2 {
  padding-top: 36px;
  color: #FFF;
}
@media (min-width: 992px) {
  .benefits .benefits-smart-media h2 {
    padding-top: 72px;
  }
}
.benefits .benefits-smart-media form {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .benefits .benefits-smart-media form button {
    margin-top: 15px;
  }
  .benefits .benefits-smart-media form input[type="text"] {
    font-size: 18px;
    width: 100%;
    top: 2px;
  }
}
@media (max-width: 480px) {
  .benefits .benefits-smart-media form input[type="text"] {
    width: 100%;
    top: 2px;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .benefits .benefits-smart-media .input-group-md {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .benefits .benefits-smart-media .input-group-md[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .benefits .benefits-smart-media .input-group-md .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .benefits .benefits-smart-media .input-group-md .form-control:focus {
    z-index: 3;
  }
  .benefits .benefits-smart-media .input-group-btn:last-child > .btn {
    margin-left: 16px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .benefits .benefits-smart-media .clear-row-md {
    clear: both;
  }
}
.benefits .audio-recording-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .benefits .audio-recording-section {
    padding-top: 36px;
    padding-bottom: 75px;
  }
}
.benefits .audio-recording-section h2 {
  padding-bottom: 10px;
  color: #222222;
}
@media (max-width: 992px) {
  .benefits .audio-recording-section h2 {
    padding-top: 10px;
  }
}
.benefits .audio-recording-section p {
  color: #222222;
}
.benefits .audio-recording-section .start-trial {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 70px;
}
.benefits .audio-recording-section .start-trial p {
  font-size: 8px;
}
@media (max-width: 768px) {
  .benefits .audio-recording-section .start-trial {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.benefits .audio-recording-section .sermon-recording {
  position: relative;
  width: 600px;
  max-width: 100%;
  padding-bottom: 56.25%;
}
.benefits .audio-recording-section .sermon-recording > iframe,
.benefits .audio-recording-section .sermon-recording > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .benefits .audio-recording-section .sermon-recording {
    margin-top: 40px;
  }
}
.benefits .benefits-osb {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #201F20;
  color: #FFF;
}
@media (max-width: 768px) {
  .benefits .benefits-osb {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}
.benefits .benefits-osb h2 {
  color: #FFF;
}
.benefits .benefits-osb input[type="text"] {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #FFF;
  box-shadow: none !important;
  border-radius: 0;
  border: 0;
  border-bottom: solid #FFF 1px;
  margin-top: 4px;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.benefits .benefits-osb input[type="text"]::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.benefits .benefits-osb input[type="text"]:-ms-input-placeholder {
  color: #FFF;
}
.benefits .benefits-osb input[type="text"]::-webkit-input-placeholder {
  color: #FFF;
}
.benefits .benefits-osb input[type="text"] small,
.benefits .benefits-osb input[type="text"] .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.benefits .benefits-osb input[type="text"] small,
.benefits .benefits-osb input[type="text"] .small {
  font-size: 75%;
}
.benefits .benefits-osb input[type="text"]:focus {
  outline: none !important;
}
.benefits .benefits-song-select {
  background-color: #7A4183;
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .benefits .benefits-song-select {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}
.benefits .benefits-video-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .benefits .benefits-video-overlay {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}
.benefits .benefits-remote {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00A3ED;
  color: #FFF;
}
@media (max-width: 768px) {
  .benefits .benefits-remote {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}
.benefits .benefits-remote h2 {
  color: #FFF;
}
.benefits .benefits-integration {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .benefits .benefits-integration {
    padding-top: 60px;
  }
}
.benefits .benefits-integration div > img + p,
.benefits .benefits-integration div > a + p {
  padding-top: 36px;
}
.benefits .benefits-integration img {
  max-height: 50px;
}
.benefits .benefits-integration .learn-more {
  padding-top: 0;
}
.homepage-text-white {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.homepage-text-whitetransparent {
  color: #FFF;
  opacity: 0.8;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.homepage-text-light-grey {
  color: #AAA;
}
.icon-block {
  height: 82px;
}
.icon-block-50 {
  height: 50px;
}
.image-100 {
  width: 80%;
  max-width: none;
}
@media (min-width: 768px) {
  .prevent-video-clicks {
    pointer-events: none;
  }
}
.learn-more {
  padding-top: 10px;
  font-weight: 800;
}
.learn-more .glyphicon {
  top: 2px;
}
.centered-learn-more {
  padding-top: 10px;
  font-weight: 800;
  text-align: center;
}
.centered-learn-more .glyphicon {
  top: 2px;
}
.media-nav {
  padding-top: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .media-nav .media-breadcrumb span:nth-of-type(1) {
    display: none;
  }
}
@media (min-width: 768px) {
  .media-nav .media-breadcrumb span:nth-of-type(2) {
    display: none;
  }
}
.media-nav .media-pager {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  float: right !important;
  margin-bottom: unset;
}
.media-nav .media-pager > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.media-nav .media-pager .disabled {
  color: #999999;
}
body.page-not-found {
  color: white;
  background-color: #3d3d3d;
}
body.page-not-found .outer-wrapper {
  position: relative;
  max-width: 100%;
  padding-bottom: 80.72%;
  background: url('https://files.logoscdn.com/v1/files/9590608/content.png?signature=gCk54lj0-lIPRHFWny_leMHP6eU');
  background-size: cover;
}
body.page-not-found .outer-wrapper .inner-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-not-found .outer-wrapper .inner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 80%;
  justify-content: center;
}
body.page-not-found .not-found-content {
  color: #FFF;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-not-found .not-found {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
}
body.page-not-found .are-you-lost {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 48px;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
}
body.page-not-found .let-us-help {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
}
body.page-not-found .links {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
}
body.page-not-found .links a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 1px 5px;
  font-size: 12px;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  padding: 6px 40px;
}
body.page-not-found .links a:focus,
body.page-not-found .links a:active:focus,
body.page-not-found .links a.active:focus,
body.page-not-found .links a.focus,
body.page-not-found .links a:active.focus,
body.page-not-found .links a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.page-not-found .links a:hover,
body.page-not-found .links a:focus,
body.page-not-found .links a.focus {
  color: #FFF;
  text-decoration: none;
}
body.page-not-found .links a:active,
body.page-not-found .links a.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);
}
body.page-not-found .links a.disabled,
body.page-not-found .links a[disabled],
fieldset[disabled] body.page-not-found .links a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
abody.page-not-found .links a.disabled,
fieldset[disabled] abody.page-not-found .links a {
  pointer-events: none;
}
@media (max-width: 768px) {
  body.page-not-found .links a {
    padding: 6px 6px;
  }
}
body.page-not-found .links a:focus,
body.page-not-found .links a.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
body.page-not-found .links a:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
body.page-not-found .links a:active,
body.page-not-found .links a.active,
.open > .dropdown-togglebody.page-not-found .links a {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
body.page-not-found .links a:active:hover,
body.page-not-found .links a.active:hover,
.open > .dropdown-togglebody.page-not-found .links a:hover,
body.page-not-found .links a:active:focus,
body.page-not-found .links a.active:focus,
.open > .dropdown-togglebody.page-not-found .links a:focus,
body.page-not-found .links a:active.focus,
body.page-not-found .links a.active.focus,
.open > .dropdown-togglebody.page-not-found .links a.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
body.page-not-found .links a:active,
body.page-not-found .links a.active,
.open > .dropdown-togglebody.page-not-found .links a {
  background-image: none;
}
body.page-not-found .links a.disabled:hover,
body.page-not-found .links a[disabled]:hover,
fieldset[disabled] body.page-not-found .links a:hover,
body.page-not-found .links a.disabled:focus,
body.page-not-found .links a[disabled]:focus,
fieldset[disabled] body.page-not-found .links a:focus,
body.page-not-found .links a.disabled.focus,
body.page-not-found .links a[disabled].focus,
fieldset[disabled] body.page-not-found .links a.focus {
  background-color: transparent;
  border-color: #FFF;
}
body.page-not-found .links a .badge {
  color: transparent;
  background-color: #FFF;
}
body.page-not-found .links a:hover,
body.page-not-found .links a:focus,
body.page-not-found .links a.focus,
body.page-not-found .links a:active,
body.page-not-found .links a.active,
.open > .dropdown-togglebody.page-not-found .links a {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.page-not-found .links a {
    padding: 6px 40px;
  }
}
body.page-not-found .links a:nth-of-type(2) {
  margin-left: 20px;
}
body.page-not-found .container {
  padding-bottom: 60px;
}
.wistia_embed {
  padding-right: 12px;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  float: left;
}
.easypresentations {
  text-align: center;
}
.easypresentations .video-wrapper-homepage {
  padding-top: 24px;
}
.easypresentations-header {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .easypresentations-header {
    padding-top: 80px;
  }
}
.easypresentations-header .video-wrapper-easypresentations {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: auto;
  max-width: 700px;
  padding-top: 40px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.easypresentations-header .easypresentations-tryfree {
  padding-top: 40px;
}
.easypresentations-header .easypresentations-30daysfree {
  padding-top: 10px;
}
.easypresentations-header .easypresentations-download {
  padding-top: 40px;
}
.pricing-packages .pricing-package {
  text-align: center;
}
.pricing-packages .pricing-package .title {
  font-size: 33px;
  font-weight: 500;
  color: #00A3ED;
}
@media (min-width: 768px) {
  .pricing-packages .pricing-package .title {
    padding-top: 155px;
  }
}
@media (max-width: 768px) {
  .pricing-packages .pricing-package .title {
    padding-top: 60px;
  }
}
.pricing-packages .pricing-package .annual-price {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 500;
  border-top: 1px solid #00A3ED;
  border-bottom: 1px solid #00A3ED;
}
.pricing-packages .pricing-package .billed-annually {
  padding-top: 12px;
  font-size: 19px;
}
.pricing-packages .pricing-package .billed-monthly {
  padding-top: 13px;
  font-size: 14px;
  font-weight: 500;
}
.pricing-packages .pricing-package .benefits {
  padding-top: 30px;
  font-size: 16px;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
}
.pricing-packages .pricing-package .benefits > li {
  padding-top: 20px;
}
.pricing-packages .pricing-package.best-value {
  border: 4px solid #00A3ED;
}
.pricing-packages .pricing-package.best-value .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pricing-packages .pricing-package.best-value .header #rectangle {
  height: 76px;
  background: #00A3ED;
}
.pricing-packages .pricing-package.best-value .header #triangle {
  width: 0;
  height: 0;
  border-top: 40px solid #00A3ED;
  border-right: 40px solid transparent;
}
.pricing-packages .pricing-package.best-value .best-value-title {
  padding-top: 17px;
  font-size: 27px;
  font-weight: 900;
  color: white;
}
.pricing-packages .pricing-package.best-value .title {
  font-size: 43px;
  padding-top: 65px;
}
.pricing-packages .pricing-package.best-value .annual-price {
  font-size: 48px;
  border-top: 3px solid #00A3ED;
  border-bottom: 3px solid #00A3ED;
}
.pricing-packages .pricing-package.best-value .billed-annually {
  padding-top: 13px;
}
.pricing-packages .pricing-package.best-value .billed-monthly {
  padding-top: 40px;
  font-size: 17px;
}
.pricing-packages .pricing-package.best-value .benefits {
  padding-top: 40px;
  font-size: 16px;
}
.osb-background {
  background-image: url('https://files.logoscdn.com/v1/files/9586130/content.png?signature=ywNJuJraeQoS9shiLM2CkrSQ6Ac');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.osb-laptop-wrapper {
  border: 10px solid #302e2f;
  margin-bottom: 10%;
  margin-top: 10%;
}
.osb-laptop-wrapper .osb-container {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  background-color: #EDEEF9;
}
.osb-laptop-wrapper .osb-container > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.why-proclaim .reasons {
  padding-top: 10px;
}
.why-proclaim .reasons a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #00A3ED;
  background-color: transparent;
  border-color: #00A3ED;
  padding: 1px 5px;
  font-size: 12px;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.why-proclaim .reasons a:focus,
.why-proclaim .reasons a:active:focus,
.why-proclaim .reasons a.active:focus,
.why-proclaim .reasons a.focus,
.why-proclaim .reasons a:active.focus,
.why-proclaim .reasons a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.why-proclaim .reasons a:hover,
.why-proclaim .reasons a:focus,
.why-proclaim .reasons a.focus {
  color: #FFF;
  text-decoration: none;
}
.why-proclaim .reasons a:active,
.why-proclaim .reasons a.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);
}
.why-proclaim .reasons a.disabled,
.why-proclaim .reasons a[disabled],
fieldset[disabled] .why-proclaim .reasons a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.why-proclaim .reasons a.disabled,
fieldset[disabled] a.why-proclaim .reasons a {
  pointer-events: none;
}
.why-proclaim .reasons a:focus,
.why-proclaim .reasons a.focus {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #004b6e;
}
.why-proclaim .reasons a:hover {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0079b0;
}
.why-proclaim .reasons a:active,
.why-proclaim .reasons a.active,
.open > .dropdown-toggle.why-proclaim .reasons a {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0079b0;
}
.why-proclaim .reasons a:active:hover,
.why-proclaim .reasons a.active:hover,
.open > .dropdown-toggle.why-proclaim .reasons a:hover,
.why-proclaim .reasons a:active:focus,
.why-proclaim .reasons a.active:focus,
.open > .dropdown-toggle.why-proclaim .reasons a:focus,
.why-proclaim .reasons a:active.focus,
.why-proclaim .reasons a.active.focus,
.open > .dropdown-toggle.why-proclaim .reasons a.focus {
  color: #00A3ED;
  background-color: rgba(0, 0, 0, 0);
  border-color: #004b6e;
}
.why-proclaim .reasons a:active,
.why-proclaim .reasons a.active,
.open > .dropdown-toggle.why-proclaim .reasons a {
  background-image: none;
}
.why-proclaim .reasons a.disabled:hover,
.why-proclaim .reasons a[disabled]:hover,
fieldset[disabled] .why-proclaim .reasons a:hover,
.why-proclaim .reasons a.disabled:focus,
.why-proclaim .reasons a[disabled]:focus,
fieldset[disabled] .why-proclaim .reasons a:focus,
.why-proclaim .reasons a.disabled.focus,
.why-proclaim .reasons a[disabled].focus,
fieldset[disabled] .why-proclaim .reasons a.focus {
  background-color: transparent;
  border-color: #00A3ED;
}
.why-proclaim .reasons a .badge {
  color: transparent;
  background-color: #00A3ED;
}
.why-proclaim .reasons a:hover,
.why-proclaim .reasons a:focus,
.why-proclaim .reasons a.focus,
.why-proclaim .reasons a:active,
.why-proclaim .reasons a.active,
.open > .dropdown-toggle.why-proclaim .reasons a {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .why-proclaim .reasons a {
    padding: 6px 6px;
  }
}
@media (min-width: 768px) {
  .why-proclaim .reasons .col-sm-7:nth-child(3n+1) {
    clear: both;
  }
  .why-proclaim .reasons .col-sm-7 {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .why-proclaim .reasons .col-xs-9:nth-child(2n+1) {
    clear: both;
  }
  .why-proclaim .reasons .col-xs-9 {
    padding-top: 20px;
  }
}
.modal-open[style="padding-right: 17px;"] .navbar-fixed-top,
.modal-open[style="padding-right: 17px;"] .navbar-fixed-bottom {
  padding-right: 17px;
}
.style-guide {
  padding-top: 150px;
}
.style-guide .color-examples {
  padding-bottom: 40px;
}
.style-guide .color-examples svg {
  height: 40px;
  width: 120px;
}
.style-guide .color-examples text {
  font-size: 12px;
  fill: #000;
}
.style-guide .button-examples div {
  padding: 20px 20px 0 20px;
}
.style-guide .button-examples button,
.style-guide .button-examples a {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.style-guide .button-examples .col-xs-6:nth-child(4n+1) {
  clear: both;
}
.features.partner .input-group {
  max-width: 500px;
  margin: auto;
  padding-top: 30px;
}
.features.partner header {
  text-align: center;
}
.features.partner header .container {
  height: 700px;
}
.features.partner form {
  margin-top: 20px;
}
.features.partner .email-capture input[type="email"] {
  border-radius: 3px;
  height: 46px;
  margin-top: 0;
}
.features.partner .input-group-addon {
  background-color: transparent;
  border: none;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .features.partner .email-capture input[type="email"] {
    height: 38px;
  }
  .features.partner .input-group {
    width: 100%;
    padding-top: 0;
  }
  .features.partner .input-group-addon {
    display: block;
    margin-top: 8px;
    padding: 0;
    width: 100%;
  }
  .features.partner button {
    width: 100%;
    margin: 0;
    max-width: none;
  }
}
.freebie-sign-up {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .freebie-sign-up {
    padding-top: 15px;
  }
}
.freebie-sign-up .freebie-preview {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .freebie-sign-up .freebie-preview {
    padding-top: 50px;
  }
}
.freebie-sign-up form {
  padding-top: 15px;
}
.freebie-sign-up input:not(:first-child) {
  margin-top: 10px;
}
.freebie {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .freebie {
    padding-top: 45px;
  }
}
.freebie h1,
.freebie h3 {
  text-align: center;
}
.freebie .freebie-images {
  padding-top: 50px;
  padding-bottom: 100px;
}
.freebie .freebie-images a {
  font-size: 16px;
  color: #7A4183;
}
.freebie .freebie-images a svg {
  margin-left: 3px;
  margin-bottom: -2.5px;
}
.freebie .freebie-images a svg g {
  fill: #7A4183;
}
.freebie .freebie-images a:hover {
  color: #4a2850;
}
.freebie .freebie-images a:hover svg g {
  fill: #4a2850;
}
.freebie .freebie-images img {
  width: 100%;
}
@media (max-width: 768px) {
  .freebie .freebie-images {
    padding-bottom: 55px;
  }
  .freebie .freebie-images > div {
    padding-bottom: 20px;
  }
}
.freebie .download-arrow {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .freebie .download-arrow {
    display: none !important;
  }
}
.freebie .call-to-download {
  background-color: #7A4183;
  padding-top: 30px;
  padding-bottom: 50px;
}
.freebie .call-to-download h3 {
  text-align: center;
  color: #FFF;
  padding-bottom: 30px;
  line-height: 125%;
}
.freebie .call-to-download .btn-download {
  margin: auto;
  display: block;
}
.freebie .call-to-download .more-media {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .freebie .call-to-download .more-media {
    display: none !important;
  }
}
.share-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  padding-top: 5px;
}
.share-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.share-list li {
  margin-left: -9px;
}
.share-list .fb-like > span {
  vertical-align: top !important;
}
.share-list li.share-facebook {
  position: relative;
  top: 1px;
}
.share-list li.share-twitter {
  position: relative;
  top: 2px;
}
.freebie .download-arrow {
  float: left;
}
.freebie .share-list {
  float: right;
  margin-right: -5px;
}
.freebie-sign-up .share-list {
  padding-left: 9px;
}
.custom-church-apps-page {
  background-color: #3D3D3D;
}
.experiment-variation-1 .custom-church-apps-page,
.experiment-variation-3 .custom-church-apps-page {
  background-color: #FFFFFF;
}
.custom-church-apps-page header {
  padding-top: 184px;
  height: 389px;
}
@media (max-width: 991px) {
  .custom-church-apps-page header {
    padding-top: 100px;
    padding-bottom: 48px;
    height: unset;
  }
}
.custom-church-apps-page .try-free-section {
  background-color: #2A2A2A;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: left;
}
.experiment-variation-1 .custom-church-apps-page .try-free-section,
.experiment-variation-3 .custom-church-apps-page .try-free-section {
  background-color: #EBEBEB;
}
@media (max-width: 991px) {
  .custom-church-apps-page .try-free-section {
    text-align: center;
  }
}
.custom-church-apps-page .try-free-section p {
  margin-bottom: 0px;
}
.custom-church-apps-page .try-free-section form {
  padding-top: 32px;
  padding-bottom: 0px;
}
.custom-church-apps-page .try-free-section form input[type="email"] {
  background-color: #2A2A2A;
  border: 1px solid #7A7A7A;
  font-size: 24px;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 16px;
}
.custom-church-apps-page .try-free-section form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.custom-church-apps-page .try-free-section form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.custom-church-apps-page .try-free-section form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .custom-church-apps-page .try-free-section form input[type="email"],
.experiment-variation-3 .custom-church-apps-page .try-free-section form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .custom-church-apps-page .try-free-section form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .custom-church-apps-page .try-free-section form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .custom-church-apps-page .try-free-section form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .custom-church-apps-page .try-free-section form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .custom-church-apps-page .try-free-section form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .custom-church-apps-page .try-free-section form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.custom-church-apps-page .try-free-section form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.custom-church-apps-page .try-free-section form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.custom-church-apps-page .try-free-section form .subscribe-btn-container .subscribe-btn {
  background-color: #5FBC39;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 42px;
  border-radius: 3px;
}
.custom-church-apps-page .try-free-section .iphone {
  text-align: center;
  margin-top: -85%;
}
@media (max-width: 1325px) {
  .custom-church-apps-page .try-free-section .iphone {
    margin-top: -65%;
  }
}
@media (max-width: 991px) {
  .custom-church-apps-page .try-free-section .iphone {
    margin-top: 0px;
  }
}
.custom-church-apps-page .signals-section {
  padding-top: 85px;
  padding-bottom: 133px;
}
@media (max-width: 991px) {
  .custom-church-apps-page .signals-section {
    text-align: center;
  }
}
.custom-church-apps-page .signals-section .signals-benefits {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .custom-church-apps-page .signals-section .signals-benefits {
    padding-top: 0px;
    padding-bottom: 24px;
  }
}
.custom-church-apps-page .signals-section .signal-row {
  height: 70px;
}
.custom-church-apps-page .signals-section .icon-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-church-apps-page .signals-section h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  padding-top: 5px;
  text-align: left;
}
.custom-church-apps-page .engage-section {
  background-image: url('https://files.logoscdn.com/v1/files/9524750/content.jpg?signature=VP3tgLgXIIAD_IKXGUOg4Ht_9-8');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 80px;
}
.custom-church-apps-page .engage-section h1 {
  text-align: center;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-weight: bold;
}
.custom-church-apps-page .engage-section p {
  text-align: center;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
}
.custom-church-apps-page .engage-section form {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}
.custom-church-apps-page .engage-section form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #7A7A7A;
  font-size: 24px;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 16px;
}
.custom-church-apps-page .engage-section form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.custom-church-apps-page .engage-section form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.custom-church-apps-page .engage-section form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .custom-church-apps-page .engage-section form input[type="email"],
.experiment-variation-3 .custom-church-apps-page .engage-section form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .custom-church-apps-page .engage-section form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .custom-church-apps-page .engage-section form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .custom-church-apps-page .engage-section form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .custom-church-apps-page .engage-section form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .custom-church-apps-page .engage-section form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .custom-church-apps-page .engage-section form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.custom-church-apps-page .engage-section form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.custom-church-apps-page .engage-section form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.custom-church-apps-page .engage-section form .subscribe-btn-container .subscribe-btn {
  background-color: #5FBC39;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 42px;
  border-radius: 3px;
}
.custom-church-apps {
  padding-top: 70px;
}
.custom-church-apps h1 {
  text-align: center;
}
.custom-church-apps h2 {
  padding-bottom: 8px;
}
.custom-church-apps .bonus {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
.custom-church-apps .engage {
  padding-top: 125px;
}
.custom-church-apps .engage h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .custom-church-apps .submit-button {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .custom-church-apps .submit-button:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .custom-church-apps .submit-button > .btn {
    position: relative;
  }
  .custom-church-apps .submit-button > .btn + .btn {
    margin-left: -1px;
  }
  .custom-church-apps .submit-button > .btn:hover,
  .custom-church-apps .submit-button > .btn:focus,
  .custom-church-apps .submit-button > .btn:active {
    z-index: 2;
  }
  .custom-church-apps .submit-button:first-child > .btn,
  .custom-church-apps .submit-button:first-child > .btn-group {
    margin-right: -1px;
  }
  .custom-church-apps .submit-button:last-child > .btn,
  .custom-church-apps .submit-button:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .custom-church-apps .submit-button button {
    float: right !important;
  }
  .custom-church-apps .email-capture button {
    margin-left: 10px !important;
  }
  .custom-church-apps .the-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .custom-church-apps .the-input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-church-apps .the-input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .custom-church-apps .the-input-group .form-control:focus {
    z-index: 3;
  }
  .custom-church-apps form {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .custom-church-apps .submit-button:before,
  .custom-church-apps .submit-button:after {
    content: " ";
    display: table;
  }
  .custom-church-apps .submit-button:after {
    clear: both;
  }
  .custom-church-apps .submit-button:before,
  .custom-church-apps .submit-button:after {
    content: " ";
    display: table;
  }
  .custom-church-apps .submit-button:after {
    clear: both;
  }
  .custom-church-apps .submit-button button {
    margin-top: 10px !important;
  }
  .custom-church-apps form {
    padding-top: 45px;
  }
}
.custom-church-apps .signals {
  padding-top: 85px;
}
.custom-church-apps .signals h2 {
  padding-top: 28px;
}
@media (max-width: 768px) {
  .custom-church-apps .signals img {
    padding-top: 20px;
  }
}
.custom-church-apps .signals img,
.custom-church-apps .engage img {
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .custom-church-apps .signals img,
  .custom-church-apps .engage img {
    padding-top: 60px;
  }
}
.custom-church-apps ul {
  margin-left: -19px;
}
.custom-church-apps ul li {
  font-size: 23px;
}
.custom-church-apps ul li span {
  color: #7A4183;
  font-size: 18px;
}
.custom-church-apps ul li:nth-of-type(1) {
  color: #F68D2E;
}
.custom-church-apps ul li:nth-of-type(2) {
  color: #561E53;
}
.custom-church-apps ul li:nth-of-type(3) {
  color: #D2D755;
}
.custom-church-apps ul li:nth-of-type(4) {
  color: #00A3ED;
}
.confirm-download-list .download-confirmation-header {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}
.confirm-download-list .download-confirmation-header h1 {
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 30px;
  font-weight: 900;
  font-size: 36px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
}
.confirm-download-list .download-confirmation-header p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  text-align: left;
}
.confirm-download-list .why-proclaim {
  background: #00A3ED;
}
.confirm-download-list .why-proclaim a {
  color: #FFF;
  background-color: transparent;
  padding: 1px 5px;
  font-size: 12px;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro', sans-serif;
  border-color: #FFF;
}
.confirm-download-list .why-proclaim a:focus,
.confirm-download-list .why-proclaim a.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.confirm-download-list .why-proclaim a:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.confirm-download-list .why-proclaim a:active,
.confirm-download-list .why-proclaim a.active,
.open > .dropdown-toggle.confirm-download-list .why-proclaim a {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.confirm-download-list .why-proclaim a:active:hover,
.confirm-download-list .why-proclaim a.active:hover,
.open > .dropdown-toggle.confirm-download-list .why-proclaim a:hover,
.confirm-download-list .why-proclaim a:active:focus,
.confirm-download-list .why-proclaim a.active:focus,
.open > .dropdown-toggle.confirm-download-list .why-proclaim a:focus,
.confirm-download-list .why-proclaim a:active.focus,
.confirm-download-list .why-proclaim a.active.focus,
.open > .dropdown-toggle.confirm-download-list .why-proclaim a.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.confirm-download-list .why-proclaim a:active,
.confirm-download-list .why-proclaim a.active,
.open > .dropdown-toggle.confirm-download-list .why-proclaim a {
  background-image: none;
}
.confirm-download-list .why-proclaim a.disabled:hover,
.confirm-download-list .why-proclaim a[disabled]:hover,
fieldset[disabled] .confirm-download-list .why-proclaim a:hover,
.confirm-download-list .why-proclaim a.disabled:focus,
.confirm-download-list .why-proclaim a[disabled]:focus,
fieldset[disabled] .confirm-download-list .why-proclaim a:focus,
.confirm-download-list .why-proclaim a.disabled.focus,
.confirm-download-list .why-proclaim a[disabled].focus,
fieldset[disabled] .confirm-download-list .why-proclaim a.focus {
  background-color: transparent;
  border-color: #FFF;
}
.confirm-download-list .why-proclaim a .badge {
  color: transparent;
  background-color: #FFF;
}
.confirm-download-list .why-proclaim a:hover,
.confirm-download-list .why-proclaim a:focus,
.confirm-download-list .why-proclaim a.focus,
.confirm-download-list .why-proclaim a:active,
.confirm-download-list .why-proclaim a.active,
.open > .dropdown-toggle.confirm-download-list .why-proclaim a {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .confirm-download-list .why-proclaim a {
    padding: 6px 6px;
  }
}
.confirm-download-list .why-proclaim a:focus,
.confirm-download-list .why-proclaim a:active:focus,
.confirm-download-list .why-proclaim a.active:focus,
.confirm-download-list .why-proclaim a.focus,
.confirm-download-list .why-proclaim a:active.focus,
.confirm-download-list .why-proclaim a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.confirm-download-list .why-proclaim a:hover,
.confirm-download-list .why-proclaim a:focus,
.confirm-download-list .why-proclaim a.focus {
  color: #FFF;
  text-decoration: none;
}
.confirm-download-list .why-proclaim a:active,
.confirm-download-list .why-proclaim a.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);
}
.confirm-download-list .why-proclaim a.disabled,
.confirm-download-list .why-proclaim a[disabled],
fieldset[disabled] .confirm-download-list .why-proclaim a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.confirm-download-list .why-proclaim a.disabled,
fieldset[disabled] a.confirm-download-list .why-proclaim a {
  pointer-events: none;
}
.free-verse-of-the-day h1 {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 20px;
}
.free-verse-of-the-day p {
  text-align: center;
}
@media (max-width: 768px) {
  .free-verse-of-the-day h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-top: 55px;
  }
  .free-verse-of-the-day h1 small,
  .free-verse-of-the-day h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  .free-verse-of-the-day h1 small,
  .free-verse-of-the-day h1 .small {
    font-size: 65%;
  }
  .free-verse-of-the-day .sub-header {
    text-align: center;
  }
}
.free-verse-of-the-day form {
  text-align: center;
  padding-bottom: 30px;
}
.free-verse-of-the-day form input[type="email"] {
  color: #555;
  margin-top: 2px;
  font-size: 18px;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.free-verse-of-the-day form input[type="email"]::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.free-verse-of-the-day form input[type="email"]:-ms-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day form input[type="email"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day .start-trial {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day .start-trial {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.free-verse-of-the-day .see-more {
  padding-top: 20px;
  padding-bottom: 20px;
}
.free-verse-of-the-day .verse-text {
  padding-top: 30px;
}
.free-verse-of-the-day .verse-text .reference {
  font-weight: bold;
}
.free-verse-of-the-day-root h1 {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 20px;
}
.free-verse-of-the-day-root p {
  text-align: center;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-root h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-top: 55px;
  }
  .free-verse-of-the-day-root h1 small,
  .free-verse-of-the-day-root h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  .free-verse-of-the-day-root h1 small,
  .free-verse-of-the-day-root h1 .small {
    font-size: 65%;
  }
  .free-verse-of-the-day-root .sub-header {
    text-align: center;
  }
}
.free-verse-of-the-day-root form {
  text-align: center;
  padding-bottom: 30px;
}
.free-verse-of-the-day-root form input[type="email"] {
  color: #555;
  margin-top: 2px;
  font-size: 18px;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.free-verse-of-the-day-root form input[type="email"]::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.free-verse-of-the-day-root form input[type="email"]:-ms-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day-root form input[type="email"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day-root .start-trial {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-root .start-trial {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.free-verse-of-the-day-root .see-more {
  padding-top: 20px;
  padding-bottom: 20px;
}
.free-verse-of-the-day-root .verse-text {
  padding-top: 30px;
}
.free-verse-of-the-day-root .verse-text .reference {
  font-weight: bold;
}
.free-verse-of-the-day-root .image-preview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.free-verse-of-the-day-root .image-preview img {
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-root .image-preview img {
    padding-bottom: 20px;
  }
}
.free-verse-of-the-day-category h1 {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 20px;
}
.free-verse-of-the-day-category p {
  text-align: center;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-category h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-top: 55px;
  }
  .free-verse-of-the-day-category h1 small,
  .free-verse-of-the-day-category h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  .free-verse-of-the-day-category h1 small,
  .free-verse-of-the-day-category h1 .small {
    font-size: 65%;
  }
  .free-verse-of-the-day-category .sub-header {
    text-align: center;
  }
}
.free-verse-of-the-day-category form {
  text-align: center;
  padding-bottom: 30px;
}
.free-verse-of-the-day-category form input[type="email"] {
  color: #555;
  margin-top: 2px;
  font-size: 18px;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.free-verse-of-the-day-category form input[type="email"]::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.free-verse-of-the-day-category form input[type="email"]:-ms-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day-category form input[type="email"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day-category .start-trial {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-category .start-trial {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.free-verse-of-the-day-category .see-more {
  padding-top: 20px;
  padding-bottom: 20px;
}
.free-verse-of-the-day-category .verse-text {
  padding-top: 30px;
}
.free-verse-of-the-day-category .verse-text .reference {
  font-weight: bold;
}
.free-verse-of-the-day-category .image-preview img {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-category .image-preview img {
    padding-bottom: 0;
  }
}
.free-verse-of-the-day-detail h1 {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 20px;
}
.free-verse-of-the-day-detail p {
  text-align: center;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-detail h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-top: 55px;
  }
  .free-verse-of-the-day-detail h1 small,
  .free-verse-of-the-day-detail h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  .free-verse-of-the-day-detail h1 small,
  .free-verse-of-the-day-detail h1 .small {
    font-size: 65%;
  }
  .free-verse-of-the-day-detail .sub-header {
    text-align: center;
  }
}
.free-verse-of-the-day-detail form {
  text-align: center;
  padding-bottom: 30px;
}
.free-verse-of-the-day-detail form input[type="email"] {
  color: #555;
  margin-top: 2px;
  font-size: 18px;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.free-verse-of-the-day-detail form input[type="email"]::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.free-verse-of-the-day-detail form input[type="email"]:-ms-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day-detail form input[type="email"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.free-verse-of-the-day-detail .start-trial {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-detail .start-trial {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.free-verse-of-the-day-detail .see-more {
  padding-top: 20px;
  padding-bottom: 20px;
}
.free-verse-of-the-day-detail .verse-text {
  padding-top: 30px;
}
.free-verse-of-the-day-detail .verse-text .reference {
  font-weight: bold;
}
.free-verse-of-the-day-detail .image-preview {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-detail .image-preview {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.free-verse-of-the-day-detail .image-preview img {
  margin: auto;
  display: block;
}
.free-verse-of-the-day-detail .info-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .free-verse-of-the-day-detail .info-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.freebie-confirmation .start-trial p {
  padding-top: 22px;
  padding-bottom: 15px;
}
.freebie-confirmation .top-section {
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .freebie-confirmation .top-section {
    padding-top: 76px;
  }
}
.freebie-confirmation .top-section h1 {
  text-align: center;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .freebie-confirmation .top-section h1 {
    padding-top: 20px;
  }
}
.freebie-confirmation .top-section .start-trial {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .freebie-confirmation .top-section .start-trial p {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .freebie-confirmation .top-section .start-trial {
    padding-bottom: 60px;
  }
}
.freebie-confirmation .pro-media-strip {
  height: 257px;
  background: url('https://files.logoscdn.com/v1/files/3907636/content.png?signature=Vhlg-gxBvz4KoCeibVzcd250z6M') center bottom repeat-x;
}
.freebie-confirmation .smart-media-section {
  background-color: #00A3ED;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .freebie-confirmation .smart-media-section {
    padding-top: 50px;
  }
}
.freebie-confirmation .smart-media-section h1 {
  text-align: center;
  padding-bottom: 40px;
}
.freebie-confirmation .smart-media-section .slide img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.freebie-confirmation .smart-media-section .smart-media-images-wrapper .slide img:nth-of-type(1) {
  position: absolute;
}
.freebie-confirmation .smart-media-section .smart-media-description {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .freebie-confirmation .smart-media-section .smart-media-description {
    padding-top: 20px;
  }
}
.freebie-confirmation .smart-media-section .smart-media-description p:nth-of-type(2) {
  padding-top: 20px;
}
.freebie-confirmation .smart-media-section .smart-media-description form {
  padding-top: 8px;
}
@media (min-width: 480px) {
  .freebie-confirmation .smart-media-section .smart-media-description form {
    width: 275px;
  }
}
.freebie-confirmation .smart-media-section .smart-media-description form input {
  font-size: 18px;
  width: 100%;
}
.freebie-confirmation .smart-media-section .smart-media-description form input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.freebie-confirmation .smart-media-section .smart-media-description form input:-ms-input-placeholder {
  color: #9b9b9b;
}
.freebie-confirmation .smart-media-section .smart-media-description form input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.freebie-confirmation .smart-media-section .smart-media-description button {
  margin-top: 15px;
}
.freebie-confirmation .smart-media-section .start-trial {
  text-align: center;
  padding-top: 40px;
}
.freebie-confirmation .smart-media-section .start-trial p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .freebie-confirmation .smart-media-section .start-trial {
    padding-top: 25px;
  }
}
.freebie-confirmation .smart-media-section .front,
.freebie-confirmation .smart-media-section .back {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  perspective: 1500px;
}
.freebie-confirmation .smart-media-section .rotate-y .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.freebie-confirmation .smart-media-section .rotate-y .back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.freebie-confirmation .smart-media-section .rotate-y.flip .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.freebie-confirmation .smart-media-section .rotate-y.flip .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.freebie-confirmation .smart-media-section .rotate-x .front {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.freebie-confirmation .smart-media-section .rotate-x .back {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.freebie-confirmation .smart-media-section .rotate-x.flip .front {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.freebie-confirmation .smart-media-section .rotate-x.flip .back {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.freebie-confirmation .all-in-one-solution-section {
  text-align: center;
  padding-bottom: 80px;
}
.freebie-confirmation .all-in-one-solution-section h1 {
  color: #000;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .freebie-confirmation .all-in-one-solution-section .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .freebie-confirmation .all-in-one-solution-section .col-sm-8:nth-child(3n+1) {
    clear: both;
  }
  .freebie-confirmation .all-in-one-solution-section .col-sm-4 {
    padding-top: 30px;
  }
  .freebie-confirmation .all-in-one-solution-section .col-sm-8 {
    padding-top: 30px;
  }
}
.freebie-confirmation .all-in-one-solution-section img {
  height: 80px;
}
.freebie-confirmation .all-in-one-solution-section p {
  font-size: 14px;
  padding-top: 20px;
  color: #222222;
}
@media (max-width: 768px) {
  .freebie-confirmation .all-in-one-solution-section .col-xs-9:nth-child(2n+1) {
    clear: both;
  }
  .freebie-confirmation .all-in-one-solution-section .col-xs-9 {
    padding-top: 20px;
  }
}
.freebie-confirmation .all-in-one-solution-section .start-trial {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .freebie-confirmation .all-in-one-solution-section .start-trial {
    padding-top: 10px;
  }
}
.freebie-confirmation .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.freebie-confirmation .row.no-gutter [class*='col-']:not(:first-child),
.freebie-confirmation .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.download-confirmation {
  padding-top: 40px;
}
.download-confirmation .mac {
  display: none;
}
.download-confirmation .win {
  display: none;
}
.download-confirmation .thanks-for-downloading {
  background-image: url('https://files.logoscdn.com/v1/files/8733490/content.jpg?signature=AMuIsQORFNsxGf8dxapOkxdVvTE');
  background-size: cover;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.download-confirmation .thanks-for-downloading h1 {
  margin-top: unset;
  font-weight: 200;
  line-height: 135%;
}
.download-confirmation .thanks-for-downloading .emphasize-platform {
  font-weight: 500;
}
.download-confirmation .thanks-for-downloading .problems-downloading {
  font-size: 16px;
  color: #EE2737;
  padding-top: 28px;
}
.download-confirmation .steps {
  padding-top: 40px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.download-confirmation .steps img.win {
  box-shadow: 2px 2px 1px #999999;
}
.download-confirmation .steps .directions {
  max-width: 300px;
  padding-top: 20px;
}
.download-confirmation .steps .directions div {
  font-weight: 500;
  padding-bottom: 10px;
}
.download-confirmation .steps .arrow {
  padding-left: 14px;
  padding-right: 14px;
}
.download-confirmation .closing-links {
  padding-bottom: 20px;
  text-align: center;
}
.download-confirmation .video-section {
  background-image: url("/Content/Images/ember-tribe-landing-page-background.png");
  background-size: cover;
  background-position: 50% 50%;
  color: #FFF;
}
.download-confirmation .video-section h1 {
  padding-top: 40px;
  font-size: 52px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.download-confirmation .video-section h3 {
  display: block;
  margin-top: 19px;
  margin-bottom: 19px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.download-confirmation .video-section .video-row {
  padding-top: 75px;
  padding-bottom: 100px;
}
.song-select-by-ccli header .header-row {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .song-select-by-ccli header .header-row {
    padding-top: 48px;
  }
}
.song-select-by-ccli header .header-row .song-select-animated-computer-wrapper {
  position: relative;
  height: 100%;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .song-select-by-ccli header .header-row .song-select-animated-computer-wrapper {
    margin-top: 16px;
  }
}
.song-select-by-ccli header .header-row .song-select-imac {
  position: relative;
}
.song-select-by-ccli header .header-row .song-select-animated-gif {
  width: 94%;
  position: absolute;
  top: 17px;
  left: 16px;
}
@media (max-width: 480px) {
  .song-select-by-ccli header .header-row .song-select-animated-gif {
    left: 9px;
  }
}
.song-select-by-ccli header h1 {
  text-align: left;
  margin-top: 140px;
}
@media (max-width: 1325px) {
  .song-select-by-ccli header h1 {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .song-select-by-ccli header h1 {
    text-align: center;
    font-size: 36px;
  }
}
.song-select-by-ccli .testimonial-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}
.song-select-by-ccli .goodbye-to-typos-section {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .song-select-by-ccli .goodbye-to-typos-section {
    margin-top: -60px;
    padding-bottom: 0;
  }
}
.song-select-by-ccli .goodbye-to-typos-section .faithlife-strip {
  padding-bottom: 24px;
  display: block;
  margin: auto;
}
.song-select-by-ccli .goodbye-to-typos-section .tv-wrapper {
  border: 10px solid #302E2F;
  margin-bottom: 5%;
  margin-top: 5%;
}
@media (max-width: 768px) {
  .song-select-by-ccli .goodbye-to-typos-section .tv-wrapper {
    border: 5px solid #302E2F;
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
.song-select-by-ccli .goodbye-to-typos-section .glow {
  background-image: url('https://files.logoscdn.com/v1/files/9586130/content.png?signature=ywNJuJraeQoS9shiLM2CkrSQ6Ac');
  margin: -6px;
  width: 100%;
  position: absolute;
  padding-bottom: 56.25%;
  background-size: cover;
}
.song-select-by-ccli .goodbye-to-typos-section .iframe-wrapper {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}
.song-select-by-ccli .goodbye-to-typos-section .iframe-wrapper > iframe,
.song-select-by-ccli .goodbye-to-typos-section .iframe-wrapper > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.song-select-by-ccli .goodbye-to-typos-section .background-box {
  background-color: #2a2a2a;
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
.experiment-variation-1 .song-select-by-ccli .goodbye-to-typos-section .background-box,
.experiment-variation-3 .song-select-by-ccli .goodbye-to-typos-section .background-box {
  background-color: #ebebeb;
}
.song-select-by-ccli .goodbye-to-typos-section .background-box h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.song-select-by-ccli .goodbye-to-typos-section .background-box p {
  font-size: 22px;
  line-height: 1.45;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .song-select-by-ccli .goodbye-to-typos-section .background-box p {
    font-size: 18px;
  }
}
.song-select-by-ccli .goodbye-to-typos-section .background-box .try-proclaim {
  padding-bottom: 0;
}
.song-select-by-ccli .song-select-try-free-section .background-box {
  background-color: #2a2a2a;
  padding-top: 105px;
  padding-bottom: 105px;
  text-align: center;
}
.experiment-variation-1 .song-select-by-ccli .song-select-try-free-section .background-box,
.experiment-variation-3 .song-select-by-ccli .song-select-try-free-section .background-box {
  background-color: #ebebeb;
}
.song-select-by-ccli .song-select-try-free-section .background-box h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 32px;
}
.song-select-by-ccli .header-section {
  padding-top: 160px;
  background-image: url("/Content/Images/ember-tribe-landing-page-background.png");
  background-size: cover;
  background-position: 50% 50%;
  color: #FFF;
}
.song-select-by-ccli .header-section img {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .song-select-by-ccli .header-section {
    padding-top: 100px;
  }
  .song-select-by-ccli .header-section h1 {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 48px;
    text-align: center;
  }
  .song-select-by-ccli .header-section img {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .song-select-by-ccli .header-section h1 {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 33px;
  }
}
.song-select-by-ccli .no-more-typos {
  padding-top: 80px;
  padding-bottom: 80px;
}
.song-select-by-ccli .no-more-typos .start-trial {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .song-select-by-ccli .no-more-typos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .song-select-by-ccli .no-more-typos h2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.song-select-by-ccli .testimonials-section {
  padding-top: 60px;
}
.song-select-by-ccli .works-great-with {
  padding-top: 96px;
  text-align: center;
}
.song-select-by-ccli .works-great-with h1 {
  text-align: center;
  padding-bottom: 64px;
  margin-bottom: 0px;
}
.song-select-by-ccli .works-great-with .partner-module {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.song-select-by-ccli .works-great-with .partner-module p {
  margin-top: 16px;
}
.song-select-by-ccli .works-great-with .partner-module .learn-more {
  padding-top: 16px;
}
.sermon-audio {
  padding-top: 53px;
}
@media (max-width: 768px) {
  .sermon-audio {
    padding-top: 50px;
  }
}
.sermon-audio h1 {
  text-align: center;
  padding-bottom: 40px;
}
.sermon-audio p {
  color: #000;
}
.sermon-audio .responsive-line-break {
  display: block;
}
@media (max-width: 768px) {
  .sermon-audio .responsive-line-break {
    display: inline;
  }
}
@media (max-width: 768px) {
  .sermon-audio .wistia_embed {
    padding-top: 20px;
  }
}
.sermon-audio .start-trial {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.sermon-audio .start-trial p {
  font-size: 18px;
  line-height: 157%;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .sermon-audio .start-trial {
    padding-top: 60px;
  }
}
.testimonials-section {
  background: #00A3ED;
  color: #FFF;
  text-align: center;
}
.testimonials-section h1 {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .testimonials-section h1 {
    padding-top: 53px;
    padding-bottom: 10px;
  }
}
.testimonials-section p {
  font-size: 16px;
}
.testimonials-section .author-row {
  padding-top: 20px;
}
.testimonials-section .author {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .testimonials-section .author {
    padding-top: 7px;
    padding-bottom: 30px;
  }
}
.testimonials-section .author-title {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
.testimonials-section .start-trial {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .testimonials-section .start-trial {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.avatar {
  border-radius: 5px;
  height: 36px;
  width: 36px;
}
.userinfo {
  margin-top: -8px;
  background-color: transparent !important;
  border: none !important;
}
.dropdown-menu {
  padding: 16px 10px 8px;
  min-width: 200px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.usermenu {
  border-bottom: 0px !important;
  display: inline-block;
  padding: 5px;
  color: #333;
  line-height: 20px;
  width: 100%;
}
.usermenu:hover {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .usermenu {
    color: #fff;
    text-align: center;
  }
  .usermenu:hover {
    color: #fff;
    text-decoration: underline;
  }
  .username {
    display: inline;
  }
  .avatar {
    margin-right: 12px;
  }
  .modal-background {
    padding-top: 80px;
  }
}
.usermenu-divider {
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) {
  .username {
    display: none;
  }
}
.modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1031;
}
.close-modal {
  border-style: none;
  padding: 24px;
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  z-index: 9000;
  background: #fff;
  border-radius: 4px;
}
#signin {
  display: none;
}
#signin h2 {
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 14px;
  margin-bottom: 14px;
}
#signin h3 {
  margin-top: 0;
  text-align: center;
  padding: 0px 12px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 300;
}
#signin img {
  width: 100%;
  padding: 0px 12px;
}
#signin input {
  width: 100%;
  padding: 2px 8px;
}
#signin a {
  margin-top: 14px;
  margin-bottom: 14px;
}
#signin .panel {
  position: relative;
  z-index: 12;
  max-width: 100%;
  background: white;
  max-height: 100%;
  font-size: 15px;
  line-height: 1.4em;
}
#signin .header {
  padding: 24px;
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #CCC;
}
#signin .family {
  padding: 12px;
}
#signin .form {
  padding: 12px;
}
#signin .btn-signin {
  width: 100%;
  text-decoration: none;
  background-color: #00A3ED;
  color: white;
  border-radius: 5px;
  padding: 4px 16px;
}
#signin .forgot-password {
  padding: 0px 12px 12px;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
#signin .create-account {
  padding: 12px;
  text-align: center;
}
#signin .login-error {
  display: none;
  text-align: center;
  color: red;
  padding: 12px 12px 0px;
}
.media-upload-container {
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media-upload-container a {
  color: #5FBC39;
}
.media-upload-container h3 {
  color: #444;
}
.media-upload-container h4 {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.media-upload-container .logo-with-text {
  padding-top: 48px;
}
.media-upload-container .form-inline .form-control {
  width: auto;
}
.media-upload-container .form-inline .form-group {
  display: inline-block;
}
.media-upload-container .form-control {
  display: inline-block;
}
.media-upload-container select {
  max-width: 300px;
}
.media-upload-container label {
  font-weight: normal;
  padding-right: 8px;
}
.media-upload-container .image-preview {
  margin-top: 14px;
  margin-bottom: 28px;
  height: 275px;
  background: black;
}
.media-upload-container .upload-alert {
  border-radius: 5px 5px 0px 0px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  min-width: 95%;
}
.media-upload-container .success {
  margin-top: 10px;
}
.media-upload-container .btn {
  color: #5FBC39;
  background-color: transparent;
  border-color: #5FBC39;
  padding-left: 30px;
  padding-right: 30px;
}
.media-upload-container .btn:focus,
.media-upload-container .btn.focus {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2e5a1b;
}
.media-upload-container .btn:hover {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #478d2b;
}
.media-upload-container .btn:active,
.media-upload-container .btn.active,
.open > .dropdown-toggle.media-upload-container .btn {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #478d2b;
}
.media-upload-container .btn:active:hover,
.media-upload-container .btn.active:hover,
.open > .dropdown-toggle.media-upload-container .btn:hover,
.media-upload-container .btn:active:focus,
.media-upload-container .btn.active:focus,
.open > .dropdown-toggle.media-upload-container .btn:focus,
.media-upload-container .btn:active.focus,
.media-upload-container .btn.active.focus,
.open > .dropdown-toggle.media-upload-container .btn.focus {
  color: #5FBC39;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2e5a1b;
}
.media-upload-container .btn:active,
.media-upload-container .btn.active,
.open > .dropdown-toggle.media-upload-container .btn {
  background-image: none;
}
.media-upload-container .btn.disabled:hover,
.media-upload-container .btn[disabled]:hover,
fieldset[disabled] .media-upload-container .btn:hover,
.media-upload-container .btn.disabled:focus,
.media-upload-container .btn[disabled]:focus,
fieldset[disabled] .media-upload-container .btn:focus,
.media-upload-container .btn.disabled.focus,
.media-upload-container .btn[disabled].focus,
fieldset[disabled] .media-upload-container .btn.focus {
  background-color: transparent;
  border-color: #5FBC39;
}
.media-upload-container .btn .badge {
  color: transparent;
  background-color: #5FBC39;
}
.media-upload-container .btn:hover,
.media-upload-container .btn:focus,
.media-upload-container .btn.focus,
.media-upload-container .btn:active,
.media-upload-container .btn.active,
.open > .dropdown-toggle.media-upload-container .btn {
  background-color: rgba(0, 0, 0, 0.1);
}
.media-upload-container .btn:hover {
  color: #FFF;
  background-color: #5FBC39;
}
.media-upload-container .group-selector {
  background-image: linear-gradient(white 0, #f3f3f3 100%);
  border-radius: 0;
  height: 38px;
  margin-right: 8px;
}
.media-upload-container .sign-in-container {
  max-width: 360px;
  margin: auto;
}
.media-upload-container .footer-section {
  padding-top: 32px;
  padding-bottom: 24px;
  text-align: center;
}
.media-upload-container .footer-section .centered-copyright {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.media-upload-container .footer-section .footer-links {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .modal-background {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
  #signin .panel {
    height: initial;
    margin: 0 auto;
    width: 350px;
  }
}
.partner-media-header-background {
  background-repeat: repeat-x;
  height: 64px;
  background-image: url('/Content/Images/benefits-header-background.png');
}
@media (max-width: 768px) {
  .partner-media-header-background {
    height: 65px;
  }
}
.partner-media-page {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('https://files.logoscdn.com/v1/files/3774973/content.jpg?signature=dkrvY1fIahM3nhOtJzQ0UE8-J6E');
  background-position: 0px, 0px, 0px, 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed;
}
.partner-media-page .h1 {
  font-weight: 500;
  font-size: 56px;
  color: #FFF;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.48);
}
@media (min-width: 480px) and (max-width: 768px) {
  .partner-media-page .h1 {
    font-weight: 400;
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .partner-media-page .h1 {
    font-weight: 400;
    font-size: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.partner-media-page .h2-alt {
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}
.partner-media-page .h4 {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}
.partner-media-page .partner-media-section1 {
  padding-top: 154px;
  padding-bottom: 68px;
}
.partner-media-page .partner-media-section1 .section1-header {
  margin-bottom: 68px;
}
.partner-media-page .partner-media-section1 .partner-logo .media-logo {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.partner-media-page .partner-media-section1 .partner-logo > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 10px;
  min-height: 100px;
}
.partner-media-page .partner-media-section1 .partner-logo > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: 100px;
}
.partner-media-page .partner-media-section1 .partner-logo > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  min-height: 100px;
}
.partner-media-page .partner-media-section1 .partner-logo > div:nth-of-type(4) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 10px;
  min-height: 100px;
}
.partner-media-page .partner-media-section1 .partner-logo > div:nth-of-type(5) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: 100px;
}
.partner-media-page .partner-media-section1 .partner-logo > div:nth-of-type(6) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  min-height: 100px;
}
.partner-media-page .partner-media-section2 {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: rgba(0, 163, 224, 0.7);
}
@media (max-width: 768px) {
  .partner-media-page .partner-media-section2 .buynow {
    padding-top: 20px;
  }
}
.partner-media-page .partner-media-section3 {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: rgba(46, 0, 139, 0.7);
}
.partner-media-page .partner-media-section3 .stats-wrapper {
  padding-top: 68px;
}
.partner-media-page .partner-media-section3 .number {
  font-weight: 700;
  font-size: 44px;
  line-height: 68px;
  color: #FFF;
  text-align: center;
}
.partner-media-page .partner-media-section3 .plus {
  font-weight: 400;
  font-size: 44px;
  line-height: 68px;
  color: #F4891E;
}
.partner-media-page .partner-media-section3 .media-text {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.partner-media-page .partner-media-section3 .subhead-description {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  padding-top: 40px;
}
.partner-media-page .partner-media-section4 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper .media-logo-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 40px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .partner-media-page .partner-media-section4 .partner-logo-wrapper .media-logo-wrapper {
    min-width: 480px;
  }
}
@media (max-width: 480px) {
  .partner-media-page .partner-media-section4 .partner-logo-wrapper .media-logo-wrapper {
    min-width: 300px;
  }
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper .media-description {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  text-align: center;
  color: #FFF;
  margin: 20px;
  font-size: 13px;
  min-height: 40px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .partner-media-page .partner-media-section4 .partner-logo-wrapper .media-description {
    min-width: 480px;
  }
}
@media (max-width: 480px) {
  .partner-media-page .partner-media-section4 .partner-logo-wrapper .media-description {
    min-width: 300px;
  }
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper .media-stack {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 68px;
  padding-right: 10px;
  min-height: 330px;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 68px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 330px;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 68px;
  padding-left: 10px;
  min-height: 330px;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper > div:nth-of-type(4) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 68px;
  padding-right: 10px;
  min-height: 330px;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper > div:nth-of-type(5) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 68px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 330px;
}
.partner-media-page .partner-media-section4 .partner-logo-wrapper > div:nth-of-type(6) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 68px;
  padding-left: 10px;
  min-height: 330px;
}
.partner-media-page .partner-media-section4 .partner-description-text {
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 230px;
  font-size: 13px;
  text-align: center;
}
.partner-media-page .partner-media-section5 {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: rgba(146, 45, 135, 0.7);
}
.partner-media-page .partner-media-section5 .download-header {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFF;
  padding-top: 36px;
}
.partner-media-page .partner-media-section5 .download-description {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.partner-media-page .partner-media-section5 .download-now {
  text-align: center;
}
.partner-media-pricing .pricing-wrapper {
  margin-top: 42px;
}
.partner-media-pricing .pricing-form {
  width: 100%;
}
.partner-media-pricing .pricing-wrapper > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .partner-media-pricing .pricing-wrapper > div:nth-of-type(1) > div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.partner-media-pricing .pricing-wrapper > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .partner-media-pricing .pricing-wrapper > div:nth-of-type(2) > div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.partner-media-pricing .pricing-wrapper > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
}
.partner-media-pricing .pricing-wrapper > div:nth-of-type(4) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.partner-media-pricing .pricing-label {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.partner-media-pricing .pricing-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CCC;
}
@media (max-width: 767px) {
  .partner-media-pricing .pricing-select {
    min-width: 260px;
  }
}
.partner-media-pricing .price {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.partner-media-pricing .price .pricing-period {
  font-weight: 400;
}
.partner-media-pricing .buynow {
  color: #FFFFFF;
  margin: unset;
}
.partner-logos {
  padding-top: 44px;
}
.partner-logos .media-logo {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.partner-logos > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 10px;
  min-height: 100px;
}
.partner-logos > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: 100px;
}
.partner-logos > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  min-height: 100px;
}
.partner-logos > div:nth-of-type(4) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 10px;
  min-height: 100px;
}
.partner-logos > div:nth-of-type(5) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: 100px;
}
.partner-logos > div:nth-of-type(6) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  min-height: 100px;
}
.mediapartner-page {
  background-color: #FFF;
  max-width: 100%;
  overflow-x: hidden;
}
.mediapartner-page .mediapartner-header-section {
  padding-top: 145px;
  padding-bottom: 72px;
  background-color: #000;
}
.mediapartner-page .mediapartner-header-section .mediapartner-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
}
.mediapartner-page .mediapartner-header-section .mediapartner-logo .logo-60px {
  height: 60px;
}
.mediapartner-page .mediapartner-header-section .h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.mediapartner-page .mediapartner-header-section .h2 {
  color: #9B9B9B;
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.mediapartner-page .mediapartner-header-section .subheader-description {
  color: #AAA;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 35px;
  text-align: center;
}
.mediapartner-page .mediapartner-example-section {
  padding-top: 92px;
}
.mediapartner-page .mediapartner-example-section .example-header {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #4A4A4A;
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper {
  margin-top: 28px;
  margin-bottom: 112px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper {
    margin-bottom: 70px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper .example-media-module {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 280px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper .example-media-module {
    max-width: 380px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(1) > div {
    padding-right: 0px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(2) > div {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(3) > div {
    padding-left: 0px;
  }
}
.mediapartner-page .mediapartner-example-section .see-more-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
}
.mediapartner-page .mediapartner-upsell-section {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #F7F7F7;
}
.mediapartner-page .mediapartner-upsell-section .upsell-modules-wrapper > div:nth-of-type(1) > div {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .mediapartner-page .mediapartner-upsell-section .upsell-modules-wrapper > div:nth-of-type(1) > div {
    padding-left: 15px;
  }
}
.mediapartner-page .mediapartner-upsell-section .upsell-modules-wrapper > div:nth-of-type(2) > div {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .mediapartner-page .mediapartner-upsell-section .upsell-modules-wrapper > div:nth-of-type(2) > div {
    padding-right: 15px;
  }
}
.mediapartner-page .mediapartner-upsell-section .upsell-module-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 105px;
  font-weight: 500;
  font-size: 24px;
}
.mediapartner-page .mediapartner-upsell-section .upsell-module-description {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
}
.email-capture-wrapper {
  padding: 50px 24px 24px;
}
.email-capture-wrapper img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.email-capture-wrapper h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  color: #575251;
}
.email-capture-wrapper h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
}
.email-capture-wrapper h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #919191;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
.email-capture-wrapper form {
  width: 100%;
}
.email-capture-wrapper input {
  width: 100%;
}
.email-capture-wrapper .logo-box {
  margin-bottom: 41px;
  display: flex;
  justify-content: center;
}
.email-capture-wrapper .media-wrapper {
  margin: 56px 2px 20px 2px;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.email-capture-wrapper .media-img {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 32%;
}
.email-capture-wrapper .form-wrapper {
  margin-left: 2%;
  margin-top: 25px;
  margin-right: 2%;
  margin-bottom: 15px;
}
.email-capture-wrapper .input-wrapper {
  float: left;
  margin-left: 0px;
  width: 65%;
}
.email-capture-wrapper .button-wrapper {
  float: left;
  margin-left: 0;
  width: 35%;
}
.email-capture-wrapper .email-input {
  height: 40px;
  max-width: 100%;
  text-indent: 6px;
  font-weight: 100;
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 12px;
  border-radius: 3px;
}
.email-capture-wrapper .email-input:focus {
  border: solid 1px #5fbc39;
  outline-color: transparent;
}
.email-capture-wrapper .email-input:hover {
  border: solid 1px #5fbc39;
}
.email-capture-wrapper .email-submit {
  max-width: 100%;
  margin: 0;
  padding: 9px 12px;
}
.email-capture-wrapper .subscribe-btn-container {
  margin-left: 25%;
  width: 50%;
}
.email-capture-wrapper .btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
}
.email-capture-wrapper .btn:hover {
  background-color: #418127;
}
.email-capture-wrapper .video {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  margin-right: 0px;
}
.email-capture-wrapper #confirmation {
  display: none;
  text-align: center;
}
.email-capture-wrapper .centered-text {
  text-align: center;
}
.email-capture-wrapper .padding-top-text {
  padding-top: 30px;
}
.exit-intent {
  height: 530px;
  top: 50%;
  margin-top: -265px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 450px;
  position: fixed;
  left: 0;
  right: 0;
}
.exit-intent a {
  display: block;
  width: 100%;
  text-align: center;
}
#ouibounce-modal {
  display: none;
}
.svg-definitions {
  display: none !important;
}
.apply-for-something-page header .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9527535/content.jpg?signature=6NJV5aoZIf6bmMiEehafu0n-J_w');
  background-position: top;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.apply-for-something-page header .alt-background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9527535/content.jpg?signature=6NJV5aoZIf6bmMiEehafu0n-J_w');
  background-position: top;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-image: url('https://files.logoscdn.com/v1/files/9437320/content.jpg?signature=SQNgmNweg6PXILAr4is7v3sU7qM');
}
.apply-for-something-page header .header-row {
  height: 600px;
  padding-top: 162px;
  padding-bottom: 163px;
}
.apply-for-something-page header h1 {
  text-align: left;
  color: #FFFFFF;
}
.apply-for-something-page header p {
  text-align: left;
  font-size: 22px;
  line-height: 1.27;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .apply-for-something-page header {
    text-align: center;
  }
  .apply-for-something-page header h1 {
    font-size: 36px;
  }
}
.apply-for-something-page .h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1px;
  text-shadow: 0 1px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 480px) and (max-width: 768px) {
  .apply-for-something-page .h1 {
    font-weight: 400;
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .apply-for-something-page .h1 {
    font-weight: 400;
    font-size: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.apply-for-something-page .h3 {
  line-height: 24px;
  font-size: 24px;
}
.apply-for-something-page .apply-for-something-form-section {
  padding-top: 32px;
  padding-bottom: 64px;
}
.apply-for-something-page .apply-for-something-form-section h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .apply-for-something-page .apply-for-something-form-section h3 {
    font-size: 24px;
    line-height: 1.44;
  }
}
.apply-for-something-page .apply-for-something-form-section p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .apply-for-something-page .apply-for-something-form-section .see-proclaim-in-action h3 {
    padding-top: 48px;
    padding-bottom: 12px;
  }
}
.apply-for-something-page .apply-for-something-form-section .input-label-padding {
  padding-top: 32px;
}
.apply-for-something-page .apply-for-something-form-section .form-padding {
  padding-top: 36px;
}
.apply-for-something-page .apply-for-something-form-section .input-box {
  font-size: 24px;
  border-radius: 3px;
  border: solid 1px #7A7A7A;
  background-color: #2A2A2A;
  height: 56px;
  width: 100%;
  padding: 6px 12px;
}
.experiment-variation-1 .apply-for-something-page .apply-for-something-form-section .input-box,
.experiment-variation-3 .apply-for-something-page .apply-for-something-form-section .input-box {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .apply-for-something-page .apply-for-something-form-section .input-box::-moz-placeholder,
.experiment-variation-3 .apply-for-something-page .apply-for-something-form-section .input-box::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .apply-for-something-page .apply-for-something-form-section .input-box:-ms-input-placeholder,
.experiment-variation-3 .apply-for-something-page .apply-for-something-form-section .input-box:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .apply-for-something-page .apply-for-something-form-section .input-box::-webkit-input-placeholder,
.experiment-variation-3 .apply-for-something-page .apply-for-something-form-section .input-box::-webkit-input-placeholder {
  color: #A8A8A8;
}
.apply-for-something-page .apply-for-something-form-section .input-box:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.apply-for-something-page .apply-for-something-form-section .input-box:hover {
  border: solid 1px #5fbc39;
}
.apply-for-something-page .apply-for-something-form-section .input-submit-padding {
  padding-top: 35px;
}
.apply-for-something-page .apply-for-something-form-section .input-submit-btn-padding {
  padding-left: 32px;
  padding-right: 32px;
}
.apply-for-something-page .apply-for-something-form-section .video-wrapper {
  display: block;
  margin: auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.apply-for-something-page .apply-for-something-form-section .video-padding {
  padding-top: 36px;
}
@media (max-width: 768px) {
  .apply-for-something-page .apply-for-something-form-section .video-padding {
    padding-top: unset;
  }
}
.apply-for-something-page .apply-for-something-form-section .three-business-days {
  font-size: 16px;
  line-height: 1.18;
  font-style: italic;
  padding-top: 12px;
}
.stadia-churchplant-page .h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1px;
  text-shadow: 0 1px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 480px) and (max-width: 768px) {
  .stadia-churchplant-page .h1 {
    font-weight: 400;
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .stadia-churchplant-page .h1 {
    font-weight: 400;
    font-size: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.stadia-churchplant-page .h2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1.5px;
}
.stadia-churchplant-page .h3 {
  line-height: 24px;
  font-size: 24px;
}
.stadia-churchplant-page .h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.stadia-churchplant-page .h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.7px;
}
.stadia-churchplant-page .h6 {
  font-size: 14px;
}
.stadia-churchplant-page .font-bold {
  font-weight: bold;
}
.stadia-churchplant-page .font-color-white {
  color: #FFF;
}
.stadia-churchplant-page .font-color-dark {
  color: #4A4A4A;
}
.stadia-churchplant-page .stadia-churchplant-section1 {
  background-image: url('https://files.logoscdn.com/v1/files/4224494/content.png?signature=unRQfk2wqf1l3G4dnMyKCyrLlA4');
  background-size: auto, cover;
  margin-top: 80px;
  padding-top: 96px;
  height: 460px;
  padding-bottom: 137px;
}
.stadia-churchplant-page .stadia-churchplant-section2 {
  background-color: #F7F7F7;
  padding-top: 64px;
  padding-bottom: 213px;
}
.stadia-churchplant-page .stadia-churchplant-section2 .apply-padding {
  margin-top: -5px;
  padding-bottom: 25px;
}
.stadia-churchplant-page .stadia-churchplant-section2 .input-label-padding {
  padding-top: 8px;
}
.stadia-churchplant-page .stadia-churchplant-section2 .input-box {
  font-size: 18px;
  border-radius: 3px;
  border: solid 1px #A8A8A8;
  background-color: #FFF;
  height: 48px;
}
.stadia-churchplant-page .stadia-churchplant-section2 .input-submit-padding {
  padding-top: 35px;
}
.stadia-churchplant-page .stadia-churchplant-section2 .input-submit-btn-padding {
  padding-left: 75px;
  padding-right: 75px;
}
.stadia-churchplant-page .stadia-churchplant-section2 .video-wrapper {
  display: block;
  margin: auto;
  max-width: 466px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.stadia-churchplant-page .stadia-churchplant-section2 .video-padding {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .stadia-churchplant-page .stadia-churchplant-section2 .video-padding {
    padding-top: unset;
  }
}
.stadia-churchplant-page .stadia-churchplant-section2 .centered-video-action-link {
  padding-top: 10px;
  text-align: center;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section1 {
  background-image: url('https://files.logoscdn.com/v1/files/3777402/content.jpg?signature=_6KtwbJ9JCcA7Sedv1cagcJv9Qw');
  background-size: auto, cover;
  margin-top: 80px;
  padding-top: 59px;
  height: 224px;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section2 {
  background-color: #F7F7F7;
  padding-top: 64px;
  padding-bottom: 83px;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section2 .apply-padding {
  padding-bottom: 25px;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section2 .video-wrapper {
  display: block;
  margin: auto;
  max-width: 466px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section2 .video-padding {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .stadia-churchplant-page .stadia-churchplant-confirmation-section2 .video-padding {
    padding-top: unset;
  }
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section2 .centered-video-action-link {
  padding-top: 10px;
  text-align: center;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section3 {
  background-color: #FFF;
  padding-top: 68px;
  padding-bottom: 30px;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section3 .download-now-padding-bottom {
  padding-bottom: 15px;
}
.stadia-churchplant-page .stadia-churchplant-confirmation-section3 .learn-more-padding-top {
  padding-top: 20px;
}
.volunteer .volunteer-header {
  background: url(https://files.logoscdn.com/v1/files/3774925/content.jpg?signature=23HZM0cVT1H4Dy0hkffuPLK68mc) no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.volunteer .volunteer-header h1 {
  padding-top: 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.13;
}
.volunteer .volunteer-header p {
  padding-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .volunteer .volunteer-header {
    text-align: center;
  }
  .volunteer .volunteer-header img {
    padding-top: 45px;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .volunteer .volunteer-header {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.volunteer .volunteer-free-copy {
  margin-top: 30px;
  margin-bottom: 40px;
}
.volunteer .volunteer-email-capture {
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.volunteer .volunteer-email-capture h2 {
  font-size: 33px;
  font-weight: 800;
}
.volunteer .volunteer-email-capture .btn {
  margin-top: 40px;
}
.volunteer .volunteer-email-capture h2 {
  color: rgba(46, 0, 139, 0.8);
  margin-top: 0;
}
.volunteer .form-group label {
  color: #4a4a4a;
  display: block;
  font-size: 14px;
}
.volunteer .form-group input {
  display: block;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #a8a8a8;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.volunteer li:not(:last-child) {
  margin-bottom: 15px;
}
.pro-media-page h1 {
  font-weight: 500;
  font-size: 56px;
  color: #FFF;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.48);
  text-align: center;
}
@media (min-width: 480px) and (max-width: 768px) {
  .pro-media-page h1 {
    font-weight: 400;
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .pro-media-page h1 {
    font-weight: 400;
    font-size: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pro-media-page .h2-alt {
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}
.pro-media-page h4 {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding-bottom: 20px;
}
.pro-media-page .pro-media-section1 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('https://files.logoscdn.com/v1/files/3907636/content.png?signature=Vhlg-gxBvz4KoCeibVzcd250z6M');
  background-size: auto, cover;
  margin-top: 80px;
  padding-top: 96px;
  height: 460px;
}
.pro-media-page .pro-media-section1 .btn-purchase {
  text-align: center;
  background-color: #F68D2E;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  height: 35px;
  border-radius: 3px;
  display: block;
  margin: auto;
}
@media (max-width: 992px) {
  .pro-media-page .pro-media-section1 .btn-purchase {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .pro-media-page .pro-media-section1 .btn-purchase {
    width: 220px;
  }
}
.pro-media-page .pro-media-section1 .buy-now {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .pro-media-page .pro-media-section1 .buy-now {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .pro-media-page .pro-media-section1 .buy-now {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .pro-media-page .pro-media-section1 .buy-now .btn-download {
    padding-left: 8px;
    padding-top: 10px;
  }
}
.pro-media-page .pro-media-section2 {
  padding-top: 36px;
  padding-bottom: 48px;
  color: #FFF;
  background-image: url('https://files.logoscdn.com/v1/files/3774927/content.jpg?signature=8aBZ3dB-oMdniaJ2W5pJzUNlFNs');
  background-size: cover;
}
@media (min-width: 768px) {
  .pro-media-page .pro-media-section2 p,
  .pro-media-page .pro-media-section2 .header,
  .pro-media-page .pro-media-section2 .sub-header {
    text-align: center;
  }
}
.pro-media-page .pro-media-section2 .header {
  font-weight: 500;
  font-size: 40px;
}
.pro-media-page .pro-media-section2 .media-section-header {
  text-align: center;
}
.pro-media-page .pro-media-section2 .media-section-header a {
  text-decoration: underline;
  color: #FFF;
}
.pro-media-page .pro-media-section2 .featured-month {
  padding-top: 40px;
  padding-bottom: 10px;
}
.pro-media-page .pro-media-section2 .featured-month .pack-details {
  padding-left: 29px;
}
.pro-media-page .pro-media-section2 .featured-month .pack-details h5 {
  font-size: 19px;
}
.pro-media-page .pro-media-section2 .featured-month .pack-details ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.pro-media-page .pro-media-section2 .featured-month .pack-details .media-types {
  font-size: 12px;
  color: #EE2737;
}
@media (max-width: 768px) {
  .pro-media-page .pro-media-section2 .featured-month .pack-details {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
  }
  .pro-media-page .pro-media-section2 .featured-month .pack-details ul {
    display: inline-block;
    text-align: left;
  }
}
.pro-media-page .pro-media-section2 a {
  color: white;
  font-weight: bold;
}
.pro-media-page .pro-media-section3 {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #932888;
}
.pro-media-page .pro-media-section3 .download-header {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFF;
  padding-top: 36px;
}
.pro-media-page .pro-media-section3 .download-description {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pro-media-page .pro-media-section3 .download-now {
  text-align: center;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper {
  margin-top: 42px;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-form {
  width: 100%;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper > div:nth-of-type(1) > div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper > div:nth-of-type(2) > div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-wrapper > div:nth-of-type(4) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-label {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .pricing-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CCC;
}
@media (max-width: 767px) {
  .pro-media-page .pro-media-section3 .pro-media-pricing .pricing-select {
    min-width: 260px;
  }
}
.pro-media-page .pro-media-section3 .pro-media-pricing .price {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.pro-media-page .pro-media-section3 .pro-media-pricing .price .pricing-period {
  font-weight: 400;
}
.song-reporting {
  padding-top: 100px;
  color: #000;
}
.song-reporting h1 {
  padding-bottom: 0;
}
.song-reporting .report-range {
  font-size: 18px;
  color: #222222;
  padding-bottom: 20px;
}
.song-reporting .panel {
  padding: 8px;
}
.song-reporting .group-selector {
  float: left;
  margin-right: 2px;
}
.song-reporting .update-button {
  margin-top: 8px;
}
.song-reporting .song-report {
  padding-top: 40px;
}
.song-reporting .week {
  padding-top: 20px;
}
.song-reporting .week-header {
  font-weight: 700;
}
.song-reporting .week-song {
  padding-left: 20px;
}
.song-reporting .session-report {
  font-size: 16px;
}
@media (min-width: 768px) {
  .song-reporting .session-report {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
.song-reporting .session-report .session-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.song-reporting .session-report .session-row:nth-child(even) {
  background-color: none;
}
.song-reporting .session-report .session-row:nth-child(odd) {
  background-color: #f9f9f9;
}
.song-reporting .session-report .session-item {
  padding: 8px 4px;
  width: 200px;
  max-width: 200px;
}
.song-reporting .session-report .session-label {
  min-width: 280px;
  width: 280px;
}
.song-reporting .session-report .session-label .session-title {
  padding: 8px 4px;
  display: inline-block;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.song-reporting .session-report .session-label .session-date {
  padding: 8px 4px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}
.song-reporting .session-report .session-songs .session-song {
  padding: 8px 4px;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.song-reporting .session-report .song-hover {
  background-color: #E4F4FF;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.contact {
  padding-top: 120px;
  padding-bottom: 48px;
}
.contact .company-name {
  font-weight: 500;
}
.contact .address {
  padding-bottom: 10px;
}
.church-visitor-book .visitor-header {
  background: url(https://files.logoscdn.com/v1/files/3774925/content.jpg?signature=23HZM0cVT1H4Dy0hkffuPLK68mc) no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.church-visitor-book .visitor-header h1 {
  padding-top: 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.13;
}
.church-visitor-book .visitor-header p {
  padding-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .church-visitor-book .visitor-header {
    text-align: center;
  }
  .church-visitor-book .visitor-header img {
    padding-top: 45px;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .church-visitor-book .visitor-header {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.church-visitor-book .visitor-free-copy {
  margin-top: 30px;
  margin-bottom: 40px;
}
.church-visitor-book .visitor-email-capture {
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.church-visitor-book .visitor-email-capture h2 {
  font-size: 33px;
  font-weight: 800;
}
.church-visitor-book .visitor-email-capture .btn {
  margin-top: 40px;
}
.church-visitor-book .visitor-email-capture h2 {
  color: rgba(46, 0, 139, 0.8);
  margin-top: 0;
}
.church-visitor-book .form-group label {
  color: #4a4a4a;
  display: block;
  font-size: 14px;
}
.church-visitor-book .form-group input {
  display: block;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #a8a8a8;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.church-visitor-book li:not(:last-child) {
  margin-bottom: 15px;
}
.sermon-central-download-page .header-section {
  background-repeat: repeat;
  background-image: url('/Content/Images/download-header-background.png');
  color: #FFF;
  text-align: center;
}
.sermon-central-download-page .header-section .desktop-view {
  padding-top: 150px;
  padding-bottom: 75px;
}
.sermon-central-download-page .header-section .desktop-view p {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sermon-central-download-page .header-section .desktop-view {
    padding-top: 90px;
    padding-bottom: 55px;
  }
}
.sermon-central-download-page .header-section .mobile-view {
  padding-top: 90px;
  padding-bottom: 50px;
}
.sermon-central-download-page .header-section .mobile-view .row:nth-of-type(2) {
  padding-top: 34px;
}
.sermon-central-download-page .explainer-video {
  padding-top: 50px;
}
.sermon-central-download-page .not-on-mobile {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.sermon-central-download-page .not-on-mobile a {
  color: #999999;
}
.sermon-central-download-page .not-on-mobile a:hover,
.sermon-central-download-page .not-on-mobile a:focus {
  color: #00A3ED;
}
.sermon-central-download-page .email-me-a-link {
  color: #FFF;
  background-color: #F68D2E;
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}
.sermon-central-download-page .email-me-a-link input[type="email"],
.sermon-central-download-page .email-me-a-link input[type="text"] {
  margin-top: 2px;
  font-size: 18px;
  width: 100%;
  padding-left: 10px;
  height: 34px;
}
.sermon-central-download-page .email-me-a-link button {
  margin-left: 10px !important;
}
.sermon-central-download-page .email-me-a-link h3 {
  padding-bottom: 20px;
}
.sermon-central-download-page .download-mobile-apps {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .sermon-central-download-page .download-mobile-apps {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.sermon-central-download-page .download-mobile-apps h2 {
  margin-top: 0;
}
.blog-exit-intent-popup {
  background: url(https://files.logoscdn.com/v1/files/4231556/content.png?signature=Lhc1fVuB-71j9gU3Xa6AFb8kpfI) no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
}
.blog-exit-intent-popup .blog-exit-intent-header h1 {
  font-size: 26px;
}
.blog-exit-intent-popup .blog-exit-intent-header h2 {
  font-size: 14px;
}
.blog-exit-intent-popup .blog-exit-intent-book-cover {
  padding-top: 12px;
  padding-bottom: 20px;
}
.blog-exit-intent-popup .blog-exit-intent-capture-form p {
  font-size: 12px;
}
.blog-exit-intent-popup .blog-exit-intent-capture-form .form-group input {
  display: block;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #a8a8a8;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  color: #000;
}
.blog-exit-intent-popup .blog-exit-intent-capture-form .exit-intent-submit {
  padding-bottom: 20px;
}
.bible-trivia-page header {
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 160px;
  height: 600px;
}
@media (max-width: 991px) {
  .bible-trivia-page header {
    padding-top: 100px;
    height: 400px;
  }
}
.experiment-variation-1 .bible-trivia-page header,
.experiment-variation-3 .bible-trivia-page header {
  background-color: #FFFFFF;
}
.bible-trivia-page header .header-row h1 {
  text-align: left;
}
@media (max-width: 991px) {
  .bible-trivia-page header .header-row h1 {
    text-align: center;
    font-size: 36px;
  }
}
.bible-trivia-page header .header-row p {
  text-align: left;
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 991px) {
  .bible-trivia-page header .header-row p {
    text-align: center;
    padding-top: 32px;
  }
}
.bible-trivia-page .engage-section {
  text-align: center;
  padding-top: 97px;
}
.bible-trivia-page .engage-section h1 {
  text-align: center;
}
@media (max-width: 991px) {
  .bible-trivia-page .engage-section h1 {
    font-size: 36px;
  }
}
.bible-trivia-page .engage-section p {
  text-align: center;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .bible-trivia-page .engage-section p {
    text-align: center;
    padding-top: 32px;
  }
}
.bible-trivia-page .engage-section .learn-more {
  text-align: center;
  margin-bottom: 48px;
}
.bible-trivia-page .engage-section .learn-more-link-text {
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}
.experiment-variation-1 .bible-trivia-page .engage-section .learn-more-link-text,
.experiment-variation-3 .bible-trivia-page .engage-section .learn-more-link-text {
  color: #585250;
}
.bible-trivia-page .engage-section .learn-more-link-text:hover {
  color: #5fbc39;
}
.bible-trivia-page .bible-trivia-game {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .bible-trivia-page .bible-trivia-game {
    padding-bottom: 96px;
  }
}
.bible-trivia-page .bible-trivia-game .trivia-embed {
  width: 100%;
}
@media (min-width: 992px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 558px;
  }
}
@media (max-width: 992px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 432px;
  }
}
@media (max-width: 768px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 380px;
  }
}
@media (max-width: 596px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 335px;
  }
}
@media (max-width: 425px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 239px;
  }
}
@media (max-width: 375px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 211px;
  }
}
@media (max-width: 321px) {
  .bible-trivia-page .bible-trivia-game .trivia-embed {
    height: 180px;
  }
}
.bible-trivia-page .bible-trivia-bulletin {
  padding-bottom: 25px;
}
.bible-trivia-page .download-cta p {
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .bible-trivia-page .download-cta p {
    font-size: 16px;
  }
}
.bible-trivia-page .download-cta .learn-more {
  padding-top: 0px;
  padding-bottom: 32px;
}
.bible-trivia-page .download-cta a.btn.btn-download.btn-xs {
  margin: 0 auto;
  display: block;
}
#lhnContainerDone {
  z-index: 10000 !important;
}
.special-offer {
  text-align: center;
  margin-bottom: 36px;
}
.special-offer header {
  padding-bottom: 96px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
}
.special-offer header .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9524750/content.jpg?signature=VP3tgLgXIIAD_IKXGUOg4Ht_9-8');
  background-position: center;
  background-repeat: no-repeat;
  height: 648px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.special-offer header .pastor-appreciation-background-image {
  background-image: url('https://files.logoscdn.com/v1/files/16304978/content.jpg?signature=sC7ssFHR-YxfZZiVxC9i5lW02UY');
  background-position: center;
  background-repeat: no-repeat;
  height: 648px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.special-offer header h1 {
  padding-top: 96px;
  color: #FFFFFF;
}
.special-offer header h3 {
  padding-bottom: 32px;
  color: #FFFFFF;
  font-weight: 400;
}
.special-offer header p {
  color: #FFFFFF;
}
.special-offer header .download-no-credit-card {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
  color: #FFFFFF;
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .special-offer header {
    text-align: center;
  }
  .special-offer header h1 {
    padding-top: 32px;
    font-size: 36px;
  }
  .special-offer header p {
    font-size: 18px;
  }
  .special-offer header .background-image {
    height: 613px;
  }
  .special-offer header .pastor-appreciation-background-image {
    height: 613px;
  }
}
.special-offer .benefits-box {
  text-align: center;
  margin-top: 96px;
}
.special-offer .benefits-box .h1 {
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .special-offer .benefits-box .h1 {
    font-size: 36px;
  }
}
.special-offer .benefits-box .benefits-background-box {
  background-color: #7a7a7a;
}
.experiment-variation-1 .special-offer .benefits-box .benefits-background-box,
.experiment-variation-3 .special-offer .benefits-box .benefits-background-box {
  background-color: #ebebeb;
}
.special-offer .benefits-box p {
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .special-offer .benefits-box p {
    font-size: 18px;
    line-height: 1.44;
  }
}
.special-offer .benefits-box .work-tiles {
  text-align: left;
  padding-right: 5%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .special-offer .benefits-box .work-tiles {
    padding-top: 56px;
  }
}
.special-offer .benefits-box .work-tiles .tile .icon-wrapper {
  min-height: 155px;
  display: flex;
}
.special-offer .benefits-box .work-tiles .tile .icon-wrapper img {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .special-offer .benefits-box .work-tiles .tile .icon-wrapper {
    min-height: 0;
  }
  .special-offer .benefits-box .work-tiles .tile .icon-wrapper img {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.special-offer .benefits-box .work-tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.special-offer .benefits-box .work-tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 56px;
}
.special-offer .testimonial-section {
  padding-top: 96px;
  padding-bottom: 96px;
}
.special-offer .background-box {
  background-color: #2a2a2a;
  padding-bottom: 74px;
}
.experiment-variation-1 .special-offer .background-box,
.experiment-variation-3 .special-offer .background-box {
  background-color: #ebebeb;
}
.special-offer .background-box h1 {
  text-align: center;
  padding-top: 68px;
  padding-bottom: 32px;
}
.special-offer .background-box .no-credit-card {
  padding-top: 16px;
  padding-bottom: 32px;
  font-size: 17px;
  line-height: 1.18;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.special-offer .background-box .try-proclaim {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.special-offer .all-in-one-media-solution-section {
  text-align: center;
  padding-bottom: 80px;
}
.special-offer .all-in-one-media-solution-section .faithlife-strip {
  padding-top: 59px;
  margin-bottom: -40px;
}
.special-offer .all-in-one-media-solution-section .try-it-free-row {
  padding-bottom: 74px;
}
.special-offer .all-in-one-media-solution-section .benefits-row {
  text-align: left;
}
@media (min-width: 768px) {
  .special-offer .all-in-one-media-solution-section .benefits-row .col-sm-8:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .special-offer .all-in-one-media-solution-section .benefits-row .col-xs-12:nth-child(2n+1) {
    clear: both;
  }
}
.special-offer .all-in-one-media-solution-section .benefits-row p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-top: 20px;
  padding-bottom: 48px;
}
.special-offer .all-in-one-media-solution-section .start-trial {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .special-offer .all-in-one-media-solution-section .start-trial {
    padding-top: 10px;
  }
}
.special-offer .all-in-one-media-solution-section .icon-wrapper {
  min-height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.special-offer .start-trial-section .download-no-credit-card {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
  padding-top: 26px;
  text-align: center;
}
.special-offer .disclaimer {
  margin-top: 36px;
}
.ebook-page header {
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.experiment-variation-1 .ebook-page header,
.experiment-variation-3 .ebook-page header {
  background-color: #FFFFFF;
}
.ebook-page header .header-row h1 {
  text-align: left;
}
@media (max-width: 992px) {
  .ebook-page header .header-row h1 {
    text-align: center;
    font-size: 36px;
  }
}
.ebook-page header .header-row p {
  text-align: left;
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 992px) {
  .ebook-page header .header-row p {
    text-align: center;
    padding-bottom: 24px;
  }
}
.ebook-page header .confirmation-header-row {
  text-align: center;
}
@media (max-width: 992px) {
  .ebook-page header .confirmation-header-row h1 {
    font-size: 36px;
  }
}
.ebook-page header .confirmation-header-row p {
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 992px) {
  .ebook-page header .confirmation-header-row p {
    padding-bottom: 24px;
  }
}
.ebook-page .get-your-copy-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.ebook-page .get-your-copy-section .h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1px;
  text-shadow: 0 1px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 480px) and (max-width: 768px) {
  .ebook-page .get-your-copy-section .h1 {
    font-weight: 400;
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .ebook-page .get-your-copy-section .h1 {
    font-weight: 400;
    font-size: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ebook-page .get-your-copy-section .h3 {
  line-height: 24px;
  font-size: 24px;
}
.ebook-page .get-your-copy-section p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
}
.ebook-page .get-your-copy-section .bold-paragraph {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
}
.ebook-page .get-your-copy-section ul {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 12px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .ebook-page .get-your-copy-section .see-proclaim-in-action h3 {
    padding-top: 48px;
    padding-bottom: 12px;
  }
}
.ebook-page .get-your-copy-section .get-it-free-email-capture {
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.experiment-variation-0 .ebook-page .get-your-copy-section .get-it-free-email-capture,
.experiment-variation-2 .ebook-page .get-your-copy-section .get-it-free-email-capture {
  background-color: #2A2A2A;
}
.ebook-page .get-your-copy-section .get-it-free-email-capture h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
.ebook-page .get-your-copy-section .get-it-free-email-capture .btn {
  margin-top: 32px;
}
.ebook-page .get-your-copy-section .input-label-padding {
  padding-top: 28px;
}
.ebook-page .get-your-copy-section .form-padding {
  padding-top: 36px;
}
.ebook-page .get-your-copy-section .input-box {
  font-size: 24px;
  border-radius: 3px;
  border: solid 1px #7A7A7A;
  background-color: #2A2A2A;
  height: 56px;
  width: 100%;
  padding: 6px 12px;
}
.experiment-variation-1 .ebook-page .get-your-copy-section .input-box,
.experiment-variation-3 .ebook-page .get-your-copy-section .input-box {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .ebook-page .get-your-copy-section .input-box::-moz-placeholder,
.experiment-variation-3 .ebook-page .get-your-copy-section .input-box::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .ebook-page .get-your-copy-section .input-box:-ms-input-placeholder,
.experiment-variation-3 .ebook-page .get-your-copy-section .input-box:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .ebook-page .get-your-copy-section .input-box::-webkit-input-placeholder,
.experiment-variation-3 .ebook-page .get-your-copy-section .input-box::-webkit-input-placeholder {
  color: #A8A8A8;
}
.ebook-page .get-your-copy-section .input-box:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.ebook-page .get-your-copy-section .input-box:hover {
  border: solid 1px #5fbc39;
}
.ebook-page .get-your-copy-section .input-submit-padding {
  padding-top: 35px;
}
.ebook-page .get-your-copy-section .input-submit-btn-padding {
  padding-left: 32px;
  padding-right: 32px;
}
.ebook-page .get-your-copy-section .video-wrapper {
  display: block;
  margin: auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.ebook-page .get-your-copy-section .video-padding {
  padding-top: 36px;
}
@media (max-width: 768px) {
  .ebook-page .get-your-copy-section .video-padding {
    padding-top: unset;
  }
}
.ebook-page .get-your-copy-section .get-it-free-copy {
  margin-top: 30px;
  margin-bottom: 40px;
}
.ebook-page .get-your-copy-section .three-business-days {
  font-size: 16px;
  line-height: 1.18;
  font-style: italic;
  padding-top: 12px;
}
.sermon-audio-page header .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9437320/content.jpg?signature=SQNgmNweg6PXILAr4is7v3sU7qM');
  background-position: top;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.sermon-audio-page header .header-row {
  height: 600px;
  padding-top: 162px;
  padding-bottom: 163px;
}
@media (max-width: 992px) {
  .sermon-audio-page header .header-row {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.sermon-audio-page header h1 {
  text-align: left;
  color: #FFFFFF;
  margin-top: 0px;
}
.sermon-audio-page header p {
  text-align: left;
  font-size: 22px;
  line-height: 1.45;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .sermon-audio-page header {
    text-align: center;
  }
  .sermon-audio-page header h1 {
    font-size: 36px;
  }
  .sermon-audio-page header p {
    font-size: 18px;
    padding-bottom: 32px;
  }
}
.sermon-audio-page .testimonial-padding {
  padding-top: 64px;
  padding-bottom: 96px;
}
.easypresentations-page header .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9437320/content.jpg?signature=SQNgmNweg6PXILAr4is7v3sU7qM');
  background-position: top;
  background-repeat: no-repeat;
  height: 800px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.easypresentations-page header .header-row {
  height: 800px;
  padding-top: 120px;
  padding-bottom: 163px;
}
@media (max-width: 992px) {
  .easypresentations-page header .header-row {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.easypresentations-page header .header-row .explainer-hidden-mobile {
  margin-top: 48px;
  padding: 56.25% 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .easypresentations-page header .header-row .explainer-hidden-mobile {
    display: none;
  }
}
.easypresentations-page header .header-row .explainer-visible-mobile {
  padding: 56.25% 0 0 0;
  position: relative;
}
.easypresentations-page header h1 {
  text-align: left;
  color: #FFFFFF;
  margin-top: 92px;
  margin-bottom: 24px;
}
@media (max-width: 1325px) {
  .easypresentations-page header h1 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.easypresentations-page header p {
  text-align: left;
  font-size: 22px;
  line-height: 1.45;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .easypresentations-page header h1 {
    text-align: center;
    font-size: 36px;
  }
  .easypresentations-page header p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 32px;
  }
}
.easypresentations-page .signup-section {
  margin-top: -200px;
  margin-bottom: 88px;
}
@media (max-width: 991px) {
  .easypresentations-page .signup-section {
    margin-top: -130px;
  }
}
@media (max-width: 768px) {
  .easypresentations-page .signup-section {
    margin-top: -150px;
  }
}
@media (max-width: 480px) {
  .easypresentations-page .signup-section {
    margin-top: -260px;
  }
}
.easypresentations-page .signup-section .background-box {
  background-color: #2a2a2a;
  padding-top: 48px;
  padding-bottom: 48px;
}
.experiment-variation-1 .easypresentations-page .signup-section .background-box,
.experiment-variation-3 .easypresentations-page .signup-section .background-box {
  background-color: #ebebeb;
}
.easypresentations-page .signup-section .background-box h1 {
  text-align: center;
  margin: unset;
  padding-bottom: 24px;
}
.easypresentations-page .signup-section .background-box p {
  text-align: center;
  font-size: 22px;
  line-height: 1.45;
  margin: unset;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .easypresentations-page .signup-section .background-box .download-row {
    display: none;
  }
}
.easypresentations-page .signup-section .background-box .download-row .download-cta {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-top: 22px;
}
.easypresentations-page .signup-section .background-box .download-row .download-button-padding {
  padding-bottom: 12px;
}
.easypresentations-page .signup-section .background-box .download-row .download-btn {
  text-align: center;
  background-color: #5FBC39;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  height: 40px;
  border-radius: 3px;
  padding-top: 12px;
}
.easypresentations-page .signup-section .background-box .download-row .download-btn .download-icon-mac {
  max-height: 24px;
  margin-top: -6px;
}
.easypresentations-page .signup-section .background-box .download-row .download-btn .download-icon-win {
  max-height: 20px;
  margin-top: -4px;
}
.easypresentations-page .signup-section .background-box .email-row {
  display: none;
}
@media (max-width: 768px) {
  .easypresentations-page .signup-section .background-box .email-row {
    display: block;
  }
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"] {
    background-color: #2A2A2A;
    border: 1px solid #7A7A7A;
    font-size: 24px;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    padding-left: 10px;
    margin-bottom: 16px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"]::-moz-placeholder {
    color: #A8A8A8;
    opacity: 1;
  }
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"]:-ms-input-placeholder {
    color: #A8A8A8;
  }
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"]::-webkit-input-placeholder {
    color: #A8A8A8;
  }
  .experiment-variation-1 .easypresentations-page .signup-section .background-box .email-row form input[type="email"],
  .experiment-variation-3 .easypresentations-page .signup-section .background-box .email-row form input[type="email"] {
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
  }
  .experiment-variation-1 .easypresentations-page .signup-section .background-box .email-row form input[type="email"]::-moz-placeholder,
  .experiment-variation-3 .easypresentations-page .signup-section .background-box .email-row form input[type="email"]::-moz-placeholder {
    color: #A8A8A8;
    opacity: 1;
  }
  .experiment-variation-1 .easypresentations-page .signup-section .background-box .email-row form input[type="email"]:-ms-input-placeholder,
  .experiment-variation-3 .easypresentations-page .signup-section .background-box .email-row form input[type="email"]:-ms-input-placeholder {
    color: #A8A8A8;
  }
  .experiment-variation-1 .easypresentations-page .signup-section .background-box .email-row form input[type="email"]::-webkit-input-placeholder,
  .experiment-variation-3 .easypresentations-page .signup-section .background-box .email-row form input[type="email"]::-webkit-input-placeholder {
    color: #A8A8A8;
  }
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"]:focus {
    border: solid 1px #5fbc39;
    outline-color: #5fbc39;
  }
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"]:hover {
    border: solid 1px #5fbc39;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .easypresentations-page .signup-section .background-box .email-row form input[type="email"] {
    font-size: 16px;
    height: 40px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.easypresentations-page .signup-section .background-box .email-row .send-my-link-btn-container .send-my-link-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  height: 44px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 768px) {
  .easypresentations-page .signup-section .background-box .email-row .send-my-link-btn-container .send-my-link-btn {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.sermon-embed-test {
  margin-bottom: 50px;
  margin-top: 50px;
}
.sermon-embed-test .row {
  padding-top: 20px;
}
.sermon-embed-test h1 {
  padding: 14px;
}
.sermon-embed-test .sermon-recording {
  position: relative;
  width: 600px;
  max-width: 100%;
  padding-bottom: 56.25%;
}
.sermon-embed-test .sermon-recording > iframe,
.sermon-embed-test .sermon-recording > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .sermon-embed-test .sermon-recording {
    margin-top: 40px;
  }
}
.sermon-embed-test .sermon-recording-2 {
  position: relative;
  width: 600px;
  max-width: 100%;
  padding-bottom: calc(56.25% + 360px);
}
.sermon-embed-test .sermon-recording-2 > iframe,
.sermon-embed-test .sermon-recording-2 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .sermon-embed-test .sermon-recording-2 {
    margin-top: 40px;
  }
}
.terms-and-privacy {
  color: #DBDBDB;
}
.terms-and-privacy h1 {
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 1.8em;
  padding: 0px 15px 0;
}
.terms-and-privacy h2 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 1.8em;
  margin-bottom: 5px;
  padding: 15px 15px 0;
}
.terms-and-privacy p {
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .terms-and-privacy {
    text-align: center;
  }
  .terms-and-privacy h1 {
    padding: 70px 8px 0 8px;
  }
}
.get-started {
  padding-top: 70px;
  padding-bottom: 50px;
}
.get-started h1 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}
.get-started .personal-training-cta {
  padding-top: 50px;
  padding-bottom: 20px;
}
.free-live-support {
  text-align: center;
  padding-top: 60px;
}
.free-live-support .background-image {
  background: url('https://files.logoscdn.com/v1/files/18044164/content.jpg?signature=u15jWJqEiKiewpX5weAbilsKFO4');
  background-position: center;
  background-repeat: no-repeat;
  height: 1199px;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .free-live-support .background-image {
    background-image: url('https://files.logoscdn.com/v1/files/18044159/content.jpg?signature=4Mdj0ZFH7Ra_XaQwYTrL1yeQ-4I');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.free-live-support .h1 {
  text-align: center;
}
@media (max-width: 768px) {
  .free-live-support .h1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.free-live-support .top-section {
  height: 1102px;
}
@media (max-width: 768px) {
  .free-live-support .top-section {
    height: 600px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .free-live-support .top-section {
    background-image: url('https://files.logoscdn.com/v1/files/18044159/content.jpg?signature=4Mdj0ZFH7Ra_XaQwYTrL1yeQ-4I');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.free-live-support .heading-text {
  background-color: #3d3d3d;
  padding: 0px 60px 45px 60px;
}
@media (max-width: 768px) {
  .free-live-support .heading-text {
    margin: 0px 20px 45px 20px;
    padding: 20px 20px 60px 20px;
  }
}
.free-live-support .contact-us {
  margin-top: 14px;
}
.sermon-transcription {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .sermon-transcription {
    background: #fff;
    color: #585250;
  }
}
.sermon-transcription .sermon-transcription-top-section {
  display: flex;
  align-items: center;
}
.sermon-transcription .sermon-transcription-top-content {
  text-align: center;
  padding: 50px 100px;
  margin: auto;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-top-content {
    padding: 50px;
  }
}
.sermon-transcription .sermon-transcription-header-desktop {
  font-size: 52px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-header-desktop {
    display: none;
  }
}
.sermon-transcription .sermon-transcription-header-mobile {
  display: none;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-header-mobile {
    display: inline-block;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
  }
}
.sermon-transcription .sermon-transcription-subheader-desktop {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-subheader-desktop {
    display: none;
  }
}
.sermon-transcription .sermon-transcription-subheader-mobile {
  display: none;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-subheader-mobile {
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
  }
}
.sermon-transcription .sermon-transcription-benefits {
  padding: 50px 0px 115px 0px;
  background-image: url(https://files.logoscdn.com/v1/files/18399066/content.png?signature=MSTlpDFhQbJMm4tjq92nlkVy950);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-benefits {
    padding: 0px;
    text-align: center;
    background-image: none;
  }
}
.sermon-transcription .sermon-transcription-benefit-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-benefit-phone {
    display: inline;
    justify-content: flex-start;
    padding-top: 50px;
  }
}
.sermon-transcription .phone-feature {
  padding: 0px 55px;
}
@media (max-width: 480px) {
  .sermon-transcription .phone-feature {
    padding: 26px 0px;
  }
}
.sermon-transcription .benefit-text {
  padding: 50px;
}
@media (max-width: 480px) {
  .sermon-transcription .benefit-text {
    padding: 0px 50px 75px;
    text-align: left;
  }
}
.sermon-transcription .benefit-header {
  font-size: 22px;
  font-weight: 900;
}
.sermon-transcription .benefit-subheader {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
.sermon-transcription .sermon-transcription-benefit-laptop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-benefit-laptop {
    display: inline;
  }
}
.sermon-transcription .laptop-feature {
  padding: 26px 13px;
}
.sermon-transcription .searchable-audio {
  display: flex;
  align-content: center;
}
.sermon-transcription .searchable-audio-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .sermon-transcription .searchable-audio-desktop {
    display: none;
  }
}
.sermon-transcription .searchable-audio-mobile {
  display: none;
}
@media (max-width: 480px) {
  .sermon-transcription .searchable-audio-mobile {
    display: inline;
  }
}
.sermon-transcription .how-it-works {
  background-color: #2a2a2a;
}
@media (max-width: 480px) {
  .sermon-transcription .how-it-works {
    background-color: #f5f5f5;
  }
}
.sermon-transcription .how-it-works-section {
  padding: 40px;
}
.sermon-transcription .how-it-works-header-section {
  text-align: center;
}
.sermon-transcription .how-it-works-header {
  font-size: 45px;
  font-weight: 900;
}
.sermon-transcription .how-it-works-steps {
  display: flex;
}
@media (max-width: 480px) {
  .sermon-transcription .how-it-works-steps {
    display: inline;
  }
}
.sermon-transcription .how-it-works-step-section {
  text-align: center;
  margin: 40px auto;
  width: 27%;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 700px) {
  .sermon-transcription .how-it-works-step-section {
    width: auto;
  }
}
.sermon-transcription .how-it-works-image {
  margin-bottom: 15px;
}
.sermon-transcription .how-it-works-step {
  font-size: 18px;
  font-weight: bold;
}
.sermon-transcription .how-it-works-step-description {
  font-size: 18px;
}
.sermon-transcription .sermon-transcription-cta {
  padding: 115px 0px;
  text-align: center;
  background-image: url(https://files.logoscdn.com/v1/files/18399076/content.png?signature=zYdNqRqmxzHqLP2AV2Xfe4SRYSc);
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-cta {
    background-image: none;
  }
}
.sermon-transcription .sermon-transcription-cta-section {
  display: inline-block;
  width: 50%;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-cta-section {
    width: auto;
  }
}
.sermon-transcription .sermon-transcription-cta-header {
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-cta-header {
    font-size: 28px;
  }
}
.sermon-transcription .sermon-transcription-cta-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  padding: 15px;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-cta-copy {
    padding: 15px;
  }
}
.sermon-transcription .download-button {
  font-weight: bold;
  padding: 10px;
}
.sermon-transcription .sermon-transcription-link {
  font-size: 16px;
  font-weight: bold;
}
.sermon-transcription .sermon-transcription-link a {
  color: #fff;
}
@media (max-width: 480px) {
  .sermon-transcription .sermon-transcription-link a {
    color: #585250;
  }
}
.sermon-transcription .error-disclaimer {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
}
.free-media-kit .top-copy-section {
  display: inline;
  text-align: center;
}
.free-media-kit .copy-container {
  max-width: 70%;
}
.free-media-kit .media-kit-header {
  font-family: 'Chronicle Text G3 A', 'Chronicle Text G3 B';
  font-size: 18px;
  line-height: 1.22;
  margin-top: 70px;
}
@media (max-width: 480px) {
  .free-media-kit .media-kit-header {
    font-size: 16px;
    line-height: 1.38;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}
.free-media-kit .faithlife-strip {
  text-align: center;
}
.free-media-kit .big-header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .free-media-kit .big-header {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .free-media-kit .big-header {
    font-size: 36px;
  }
}
.free-media-kit .supporting-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  max-width: 50%;
  margin: auto;
}
@media (max-width: 480px) {
  .free-media-kit .supporting-copy {
    max-width: 70%;
    font-size: 16px;
  }
}
.free-media-kit .media-kit-grey-box {
  background-image: linear-gradient(to bottom, rgba(83, 81, 81, 0), #535151);
  max-width: 75%;
  margin: auto;
}
@media (max-width: 480px) {
  .free-media-kit .media-kit-grey-box {
    max-width: 100%;
    width: 100%;
  }
}
.free-media-kit .media-explosion-section {
  display: inline;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .free-media-kit .media-explosion-section {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .free-media-kit .media-explosion-image-desktop {
    display: none;
  }
}
.free-media-kit .media-explosion-image-mobile {
  display: none;
}
@media (max-width: 480px) {
  .free-media-kit .media-explosion-image-mobile {
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.free-media-kit .media-explosion-image-desktop {
  text-align: center;
}
.free-media-kit .media-explosion-copy {
  width: 566px;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
@media (max-width: 1600px) {
  .free-media-kit .media-explosion-copy {
    margin-top: -190px;
  }
}
@media (max-width: 1300px) {
  .free-media-kit .media-explosion-copy {
    margin-top: -176px;
  }
}
@media (max-width: 1220px) {
  .free-media-kit .media-explosion-copy {
    margin-top: -152px;
  }
}
@media (max-width: 1060px) {
  .free-media-kit .media-explosion-copy {
    margin-top: -130px;
  }
}
@media (max-width: 992px) {
  .free-media-kit .media-explosion-copy {
    margin-top: -110px;
  }
}
@media (max-width: 768px) {
  .free-media-kit .media-explosion-copy {
    margin-top: -50px;
    width: 450px;
  }
}
@media (max-width: 480px) {
  .free-media-kit .media-explosion-copy {
    margin-top: auto;
    width: 90%;
  }
}
.free-media-kit .media-explosion-columns {
  display: flex;
}
@media (max-width: 992px) {
  .free-media-kit .media-explosion-columns {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .free-media-kit .media-explosion-columns {
    display: inline-block;
  }
}
.free-media-kit .media-explosion-content-pair {
  flex: 1;
}
.free-media-kit .media-explosion-contents {
  margin: 14px 0px;
  text-align: left;
}
.free-media-kit .media-explosion-line {
  text-align: left;
}
.free-media-kit .free-media-kit-cta-section {
  display: inline;
  text-align: center;
}
.free-media-kit .free-media-kit-cta {
  max-width: 740px;
  margin: auto;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 480px) {
  .free-media-kit .free-media-kit-cta {
    font-size: 24px;
    line-height: 1.25;
  }
}
.free-media-kit .free-media-kit-supporting-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
@media (max-width: 480px) {
  .free-media-kit .free-media-kit-supporting-copy {
    font-size: 16px;
  }
}
.free-media-kit .free-media-kit-button {
  margin-top: 20px;
}
.free-media-kit .free-media-kit-button a {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .free-media-kit .free-media-kit-button a {
    display: inline;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.free-media-kit .free-media-kit-button-padding {
  background-color: #4f4e4e;
  height: 60px;
}
.free-media-kit .get-free-live-support {
  background-image: url(https://files.logoscdn.com/v1/files/21157868/content.png?signature=KvMhmJM9R_fm1ZWoEtk4Ah9R45w);
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media (max-width: 480px) {
  .free-media-kit .get-free-live-support {
    background-image: url(https://files.logoscdn.com/v1/files/21157864/content.png?signature=mqZIqSqKat_Y9s_U_Du9Rx0o_YU);
  }
}
.free-media-kit .get-free-live-support-copy {
  display: inline-block;
  padding: 80px;
}
.free-media-kit .get-free-live-support-header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 480px) {
  .free-media-kit .get-free-live-support-header {
    font-size: 24px;
    line-height: 1.5;
  }
}
.free-media-kit .get-free-live-support-subheader {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
.free-media-kit .get-free-live-support-link {
  padding-top: 18px;
}
.free-media-kit .get-free-live-support-link a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
.worship-leader-giveaway {
  font-family: 'Source Sans Pro', sans-serif;
  background: url(https://files.logoscdn.com/v1/files/32829724/content.png?signature=PhWpCcWhJUFpVyO2tbTv0xXtQM4);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .worship-leader-giveaway {
    background-size: unset;
  }
}
.worship-leader-giveaway .win-headline-container {
  margin-bottom: 50px;
  text-align: center;
}
.worship-leader-giveaway .win-headline-container .win-headline {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  font-size: 52px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .worship-leader-giveaway .win-headline-container .win-headline {
    font-size: 36px;
  }
}
.worship-leader-giveaway .win-glow-box {
  background-image: url("https://files.logoscdn.com/v1/files/32910750/content.png?signature=xp7lZlK4vEkcnYSR7xwRnAkaQbg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 90%;
  background-position: top;
}
.worship-leader-giveaway .win-enter-copy-box {
  font-size: 16px;
  padding: 40px;
  background: #353535;
}
@media (max-width: 768px) {
  .worship-leader-giveaway .win-enter-copy-box {
    background: #535151;
  }
}
.worship-leader-giveaway .win-enter-copy-box .win-brand-bullet-box {
  padding-top: 24px;
  padding-right: 30px;
}
.worship-leader-giveaway .win-enter-copy-box .win-brand-bullet-box .win-brand-bullets {
  margin-top: 12px;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-brand-bullets {
  margin-top: 12px;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section ul {
  padding-left: 12px;
}
@media (max-width: 992px) {
  .worship-leader-giveaway .win-enter-copy-box .win-form-section ul {
    padding-left: 40px;
  }
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container {
  margin-top: 30px;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container .text-input {
  background-color: #FFFFFF;
  border: 1px solid #A8A8A8;
  font-size: 16px;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  margin-bottom: 8px;
  padding-left: 10px;
  color: #353535;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container .text-input::-moz-placeholder {
  color: 575251;
  opacity: 1;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container .text-input:-ms-input-placeholder {
  color: 575251;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container .text-input::-webkit-input-placeholder {
  color: 575251;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container .btn {
  width: 100%;
  color: #FFFFFF;
  background: #5fbc39;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}
.worship-leader-giveaway .win-enter-copy-box .win-form-section .win-form-container .u-text-center {
  display: flex;
  font-size: 12px;
  justify-content: center;
}
.worship-leader-giveaway .win-glow-footer {
  display: none;
}
@media (max-width: 768px) {
  .worship-leader-giveaway .win-glow-footer {
    display: block;
    background: url("https://files.logoscdn.com/v1/files/32910751/content.png?signature=N1R_YL-4UaZIv4vSOUtrIHVOFAg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
  }
}
.proclaim-book #background-video {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.proclaim-book .background-cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://files.logoscdn.com/v1/files/30334201/content.jpg?signature=1QnFr0UHUuNj5HNhDU-cLrv6r-o');
    background-size: cover;
  }
}
.proclaim-book .background-cover .header-section {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .header-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.proclaim-book .background-cover .header-section .header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .header-section .header {
    font-size: 36px;
  }
}
.proclaim-book .background-cover .header-section .description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .header-section .description {
    font-size: 16px;
  }
}
.proclaim-book .background-cover .product-selection .cover-image {
  text-align: center;
}
@media (max-width: 992px) {
  .proclaim-book .background-cover .product-selection .cover-image {
    float: left;
  }
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .cover-image {
    float: unset;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form {
  padding: 8px;
}
@media (max-width: 992px) {
  .proclaim-book .background-cover .product-selection .product-selector-form {
    float: right;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .product-selector-form {
    float: unset;
    text-align: center;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form .product-selector {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-style: solid;
  margin-bottom: 18px;
  border-radius: 3px;
  height: 40px;
  width: 200px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .product-selector-form .product-selector {
    width: 247px;
    margin: 12px auto;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form .product-selector .print-selection {
  display: flex;
  padding-left: 12px;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .product-selector-form .product-selector .print-selection {
    padding-left: 40px;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form .product-selector .print-selection label {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .product-selector-form .product-selector .print-selection label {
    margin-left: 22px;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form .product-selector .pdf-selection {
  display: flex;
  padding-left: 12px;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .product-selector-form .product-selector .pdf-selection {
    padding-left: 40px;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form .product-selector .pdf-selection label {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .product-selection .product-selector-form .product-selector .pdf-selection label {
    margin-left: 22px;
  }
}
.proclaim-book .background-cover .product-selection .product-selector-form .btn {
  height: 40px;
  width: 201px;
  background-color: #62BB46;
  font-weight: bold;
}
.proclaim-book .background-cover .preview-carousel {
  margin: 10px 0px;
}
.proclaim-book .background-cover #my-carousel {
  height: 500px;
}
.proclaim-book .background-cover #my-carousel .carousel-indicators {
  width: auto;
  margin-top: -42px;
  position: relative;
  left: unset;
  margin-left: 0;
}
.proclaim-book .background-cover #my-carousel .carousel-indicators li {
  display: inline-block;
  height: 67px;
  width: 168px;
  border: none;
  border-radius: unset;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(50%);
}
.proclaim-book .background-cover #my-carousel .carousel-indicators li.thumbnail-0 {
  background-image: url("https://files.logoscdn.com/v1/files/34625917/content.png?signature=Ee7qeTsiu4ab6TXwGDYU8AWj94E");
}
.proclaim-book .background-cover #my-carousel .carousel-indicators li.thumbnail-1 {
  background-image: url("https://files.logoscdn.com/v1/files/34625916/content.png?signature=t_JVWlVkdUrcq_V7UVTpw5yN2qo");
}
.proclaim-book .background-cover #my-carousel .carousel-indicators li.thumbnail-2 {
  background-image: url("https://files.logoscdn.com/v1/files/34625914/content.png?signature=yNVsGKgHSYbepN8zbT_n2jY9nNI");
}
.proclaim-book .background-cover #my-carousel .carousel-indicators li.thumbnail-3 {
  background-image: url("https://files.logoscdn.com/v1/files/34625915/content.png?signature=ebiyWNWeBa5NaHQShHUxIw79_TA");
}
.proclaim-book .background-cover #my-carousel .carousel-indicators li.active {
  filter: unset;
}
.proclaim-book .background-cover #my-carousel .carousel-indicators img {
  filter: brightness(50%);
}
.proclaim-book .background-cover #my-carousel .carousel-indicators img.active {
  filter: none;
}
.proclaim-book .background-cover #my-carousel .background-image {
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 500px;
  background-size: contain;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover #my-carousel .background-image {
    height: 350px;
  }
}
.proclaim-book .background-cover #my-carousel .slide-content-1 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/34625931/content.png?signature=SlxqmtQVu63mdLOwuxHvCnlEjLg');
}
.proclaim-book .background-cover #my-carousel .slide-content-2 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/35397998/content.png?signature=nck2TEJ_mOfJvxFzgheJldwU4pU');
}
.proclaim-book .background-cover #my-carousel .slide-content-3 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/35397991/content.png?signature=CrA0si7r-XnjgmWBICkpWHgzm9o');
}
.proclaim-book .background-cover #my-carousel .slide-content-4 .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/35397975/content.png?signature=4PCdTuecVJC8d3yGYZvApDtqK88');
}
.proclaim-book .background-cover .email-capture {
  text-align: center;
  margin: 80px 0px;
}
.proclaim-book .background-cover .email-capture .email-capture-header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.proclaim-book .background-cover .email-capture .email-capture-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
}
.proclaim-book .background-cover .email-capture form {
  text-align: center;
}
.proclaim-book .background-cover .email-capture form input[type="email"] {
  background-color: #2A2A2A;
  border: 1px solid #7A7A7A;
  font-size: 16px;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 0px;
}
.proclaim-book .background-cover .email-capture form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.proclaim-book .background-cover .email-capture form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.proclaim-book .background-cover .email-capture form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .proclaim-book .background-cover .email-capture form input[type="email"],
.experiment-variation-3 .proclaim-book .background-cover .email-capture form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .proclaim-book .background-cover .email-capture form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .proclaim-book .background-cover .email-capture form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .proclaim-book .background-cover .email-capture form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .proclaim-book .background-cover .email-capture form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .proclaim-book .background-cover .email-capture form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .proclaim-book .background-cover .email-capture form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .email-capture form input[type="email"] {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.proclaim-book .background-cover .email-capture form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.proclaim-book .background-cover .email-capture form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.proclaim-book .background-cover .email-capture form .subscribe-btn-container {
  padding-right: 0px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .email-capture form .subscribe-btn-container {
    padding-right: unset;
    margin-left: unset;
  }
}
.proclaim-book .background-cover .email-capture form .subscribe-btn-container .subscribe-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 42px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 768px) {
  .proclaim-book .background-cover .email-capture form .subscribe-btn-container .subscribe-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.team {
  height: 1200px;
  background-image: linear-gradient(to bottom, #2d2d2d, #222222);
  background-size: cover;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
.team .team-glow {
  position: absolute;
  width: 80%;
  top: -13%;
  left: 10%;
}
@media (max-width: 768px) {
  .team .team-glow {
    top: 3%;
    left: -11%;
  }
}
.team .team-floating-container {
  background: #222222;
  display: flex;
  margin-top: 40px;
  padding-bottom: 80px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}
@media (max-width: 500px) {
  .team .team-floating-container {
    margin-top: 0px;
  }
}
.team .team-floating-container .team-copy-container {
  margin-top: 80px;
}
.team .team-floating-container .team-copy-container .team-header {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .team .team-floating-container .team-copy-container .team-header {
    font-size: 36px;
  }
}
.team .team-floating-container .team-copy-container .team-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
.team .team-floating-container .team-copy-container .email-capture {
  text-align: left;
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .team .team-floating-container .team-copy-container .email-capture {
    margin-bottom: 40px;
  }
}
.team .team-floating-container .team-copy-container .email-capture p {
  font-size: 16px;
}
.team .team-floating-container .team-copy-container .email-capture form {
  text-align: center;
}
.team .team-floating-container .team-copy-container .email-capture form .email-capture-container {
  display: flex;
  padding-left: 0px;
  margin-top: 0px;
}
.team .team-floating-container .team-copy-container .email-capture form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #7A7A7A;
  font-size: 16px;
  height: 42px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 0px;
}
.team .team-floating-container .team-copy-container .email-capture form input[type="email"]::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.team .team-floating-container .team-copy-container .email-capture form input[type="email"]:-ms-input-placeholder {
  color: #c4c4c4;
}
.team .team-floating-container .team-copy-container .email-capture form input[type="email"]::-webkit-input-placeholder {
  color: #c4c4c4;
}
@media (max-width: 768px) {
  .team .team-floating-container .team-copy-container .email-capture form input[type="email"] {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.team .team-floating-container .team-copy-container .email-capture form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.team .team-floating-container .team-copy-container .email-capture form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
@media (max-width: 768px) {
  .team .team-floating-container .team-copy-container .email-capture form .send-my-link-btn-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.team .team-floating-container .team-copy-container .email-capture form .send-my-link-btn-container .send-my-link-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: auto;
  height: 42px;
  margin-left: 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 768px) {
  .team .team-floating-container .team-copy-container .email-capture form .send-my-link-btn-container .send-my-link-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0px;
    float: left;
  }
}
@media (max-width: 500px) {
  .team .team-floating-container .team-copy-container .email-capture form .send-my-link-btn-container .send-my-link-btn {
    width: auto;
  }
}
.team .team-floating-container .cropped-laptop {
  background-image: url("https://files.logoscdn.com/v1/files/36447964/content.png?signature=-3SPYAUNmopqpx6242_O_k6JJZQ");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  margin-top: 110px;
}
@media (max-width: 1200px) {
  .team .team-floating-container .cropped-laptop {
    margin-bottom: 0px;
    margin-top: 240px;
  }
}
@media (max-width: 992px) {
  .team .team-floating-container .cropped-laptop {
    background-position: right;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .team .team-floating-container .cropped-laptop {
    margin-top: 120px;
  }
}
.schedule-demo {
  text-align: center;
  padding-bottom: 48px;
}
.schedule-demo iframe {
  margin: auto;
}
.share-your-song {
  color: #fafafa;
}
.share-your-song .section {
  padding-left: 25px;
  padding-right: 25px;
}
.share-your-song .section-header,
.share-your-song .container {
  text-align: center;
}
.share-your-song #vote-header {
  background-color: #429c1c;
  border-radius: 3px;
  font-size: 16px;
  color: #fafafa;
  padding: 11px 16px;
  margin: 24px auto;
}
.share-your-song #vote-header:hover,
.share-your-song #vote-header:active {
  background-color: #5fbc39;
  text-decoration: none;
}
.share-your-song #vote-header:visited {
  text-decoration: none;
}
.share-your-song p,
.share-your-song h2 {
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.share-your-song h1,
.share-your-song h2,
.share-your-song h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.share-your-song h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.21;
}
.share-your-song h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
}
.share-your-song p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
}
.share-your-song .info-flex-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.share-your-song .info-flex-container p {
  text-align: center;
  margin-left: 0px;
  margin-right: 0;
  width: 100%;
}
.share-your-song .info-flex-container p:nth-child(3n) {
  font-weight: bold;
}
.share-your-song .info-flex-container li {
  margin-top: 14px;
}
.share-your-song .info-flex-container #go-vote {
  background-color: #429c1c;
  font-size: 16px;
  color: #fafafa;
  padding: 11px 16px;
  margin: 24px auto;
}
.share-your-song .info-flex-container #go-vote:hover,
.share-your-song .info-flex-container #go-vote:active {
  background-color: #5fbc39;
  text-decoration: none;
}
.share-your-song .info-flex-container #go-vote:visited {
  text-decoration: none;
}
.share-your-song .info-flex-container #stay-tuned {
  text-align: center;
  margin-bottom: 25px;
}
.share-your-song .row #dont-wait {
  color: #fafafa;
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}
.share-your-song header {
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px 30px 103px;
  background-image: url('https://files.logoscdn.com/v1/assets/10434069/optimized');
  background-position: center 10%;
  background-size: cover;
}
@media (max-width: 1024px) {
  .share-your-song header {
    background-image: url('https://files.logoscdn.com/v1/assets/10434069/optimized?w=1024');
  }
}
@media (max-width: 767px) {
  .share-your-song header {
    background-image: url('https://files.logoscdn.com/v1/assets/10434069/optimized?w=767');
  }
}
.share-your-song header h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.06;
  display: block;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .share-your-song header h1 {
    font-size: 36px;
    max-width: 380px;
  }
}
.share-your-song header .btn.btn {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 172px;
  margin-top: 24px;
  font-size: 16px;
}
.share-your-song .image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 840px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .share-your-song .image-text {
    justify-content: center;
  }
}
.share-your-song .image-text > div {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .share-your-song .image-text {
    margin-left: 94px;
  }
}
@media (max-width: 767px) {
  .share-your-song .image-text {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.share-your-song .image-text .image-text__text {
  width: 396px;
  padding-top: 32px;
  padding-right: 24px;
  padding-left: 57px;
}
@media (max-width: 1023px) {
  .share-your-song .image-text .image-text__text {
    width: 462px;
    padding-right: 45px;
    padding-left: 23px;
  }
}
@media (max-width: 767px) {
  .share-your-song .image-text .image-text__text {
    padding-left: 32px;
    padding-right: 36px;
  }
}
@media (max-width: 507px) {
  .share-your-song .image-text .image-text__text {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.share-your-song .image-text .image-text__image {
  width: 444px;
}
.share-your-song .image-text--reverse {
  flex-direction: row-reverse;
}
.share-your-song .image-text--reverse .image-text__text {
  padding-right: 45px;
  padding-left: 23px;
}
@media (max-width: 767px) {
  .share-your-song .image-text--reverse .image-text__text {
    padding-left: 32px;
    padding-right: 36px;
  }
}
@media (max-width: 507px) {
  .share-your-song .image-text--reverse .image-text__text {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1023px) {
  .share-your-song .image-text--reverse {
    flex-direction: row;
  }
}
.share-your-song .song-form-section.background {
  background-image: url('https://files.logoscdn.com/v1/assets/10434070/optimized');
  background-position: center;
  background-repeat: no-repeat;
}
.share-your-song .song-form-section.no-background {
  margin-bottom: 120px;
}
.share-your-song .song-form-section h2 {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .share-your-song .song-form-section h2 {
    margin-top: 58px;
  }
}
.share-your-song .song-form-section padding {
  margin-bottom: 24px;
}
.share-your-song .song-form-section .vote-text,
.share-your-song .song-form-section a,
.share-your-song .song-form-section label {
  font-family: 'Source Sans Pro', sans-serif;
}
.share-your-song .song-form-section .vote-text {
  font-size: 18px;
  line-height: 1.33;
}
.share-your-song .song-form-section a {
  font-size: 16px;
  color: #1e91d6;
}
.share-your-song ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c4c4;
  opacity: 1;
  /* Firefox */
  font-family: 'Source Sans Pro', sans-serif;
}
.share-your-song :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c4c4;
  font-family: 'Source Sans Pro', sans-serif;
}
.share-your-song ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c4c4c4;
  font-family: 'Source Sans Pro', sans-serif;
}
.share-your-song-confirmation h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.06;
}
.share-your-song-confirmation p {
  font-size: 18px;
  line-height: 1.33;
  color: #fafafa;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 556px;
}
.share-your-song-confirmation .container {
  width: 100%;
}
.easter .section {
  background-color: #3d3d3d;
  width: 100%;
}
.easter .container {
  max-width: 900px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.easter .section-1 {
  color: #fff;
  background-image: linear-gradient(0deg, #4B6264, transparent 15%, transparent 100%);
}
.easter .section-1 h1 {
  text-align: center;
  font-weight: 900;
}
.easter .section-1 h2 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 39px;
  max-width: 700px;
  width: 85%;
}
.easter .section-1 .fltv-embed {
  max-width: 948px;
  height: auto;
  border-color: transparent !important;
  background-color: transparent;
}
.easter .section-1 .fltv-embed__play-btn {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.easter .section-1 .fltv-embed__play-icon {
  height: 70px;
  width: 70px;
  margin: 0;
  top: 0;
  left: 0;
  position: initial;
}
@media only screen and (max-width: 699px) {
  .easter h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 701px) {
  .easter h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
.easter .section-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 94px;
}
.easter .section-2 hr {
  background: linear-gradient(to left, #8fdb6b 33%, #5fbc39 33%, #5fbc39 66%, #429c1c 66%);
  height: 4px;
  width: 42px;
  border-top: transparent;
  margin-top: 0px;
}
.easter .section-2 h2 {
  max-width: 742px;
  text-align: center;
  line-height: 46px;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 17px;
  width: 100%;
}
.easter .section-2 .p2 {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  max-width: 838px;
  width: 100%;
}
.easter .section-2 .p2:nth-child(2n) {
  margin-bottom: 82px;
}
.easter .section-2 .blurbs-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.easter .section-2 .blurb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 228px;
  margin: 0px 38px;
}
.easter .section-2 .blurb img {
  margin-bottom: 21px;
}
@media only screen and (max-width: 630px) {
  .easter .p2:nth-child(2n) {
    margin-bottom: 42px !important;
  }
  .easter .blurbs-container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .easter .blurb {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 560px) {
  .easter .section-3 .computer {
    top: -800px !important;
  }
  .easter .section-3 {
    background-size: cover !important;
  }
}
@media only screen and (max-width: 385px) {
  .easter .section-3 .computer {
    top: -500px;
  }
  .easter .section-3 .images-container {
    height: 200px;
  }
}
@media only screen and (max-width: 380px) {
  .easter .section-3 .images-container {
    display: none;
  }
}
.easter .section-3 {
  background-image: url('https://files.logoscdn.com/v1/files/41883914/content.png?signature=dCpBPv4oEu7XPPjIIWEpdr6pfhs');
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 82px;
  padding-bottom: 80px;
}
.easter .section-3 h2 {
  color: #fff;
  margin-top: 0px;
  text-align: center;
  max-width: 740px;
  font-size: 36px;
  line-height: 46px;
  width: 100%;
}
.easter .section-3 a {
  font-size: 16px;
  color: #fafafa;
  text-align: center;
  background-color: #6fb352;
  padding: 11px 16px;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
}
.easter .section-3 a:hover,
.easter .section-3 a:visited,
.easter .section-3 a:active {
  background-color: #429C1C;
  text-decoration: none;
}
.easter .section-3 hr {
  width: 14px;
  height: 4px;
  background-color: #5fbc39;
  border-top: transparent;
  margin-top: 0px;
  margin-bottom: 10px;
}
.easter .section-3 .images-container {
  height: 700px;
}
.easter .section-3 #left {
  position: relative;
  top: 330px;
  left: -200px;
}
@media only screen and (max-width: 630px) {
  .easter .section-3 #left {
    top: 30px;
  }
  .easter .section-3 .images-container {
    height: 400px;
  }
}
.easter .section-3 #right {
  position: relative;
  top: -300px;
  left: 700px;
}
.easter .section-3 .computer {
  max-width: 100%;
  height: auto;
  position: relative;
  top: -950px;
  left: 0px;
}
/* MIXINS */
.div {
  width: 100%;
  background-color: #fff;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* SECTION 1 - Heading text and view picker */
.section-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #585250;
}
.sect1-h1 {
  max-width: 700px;
  padding: 0 15px;
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 24px;
}
@media screen and (max-width: 360px) {
  .section-1 h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media screen and (max-width: 639px) {
  #price-margin {
    margin-top: 20px !important;
    height: 70px !important;
  }
}
.section-1 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#429c1c), color-stop(33%, #429c1c), color-stop(34%, #5fbc39), color-stop(66%, #5fbc39), color-stop(67%, #8fdb6b), to(#8fdb6b));
  background: linear-gradient(to right, #429c1c 0%, #429c1c 33%, #5fbc39 34%, #5fbc39 66%, #8fdb6b 67%, #8fdb6b 100%);
  height: 4px;
  border: none;
  margin-top: 65px !important;
  margin-bottom: 0px;
  width: 42px !important;
}
.section-1 .b1 {
  max-width: 520px;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #585250;
  font-family: 'Source Sans Pro', sans-serif;
}
.gray {
  color: #585250;
}
.section-1 h3 {
  padding-left: 10px;
  color: #585250;
  margin-top: 0;
  margin-bottom: 0;
}
.section-1 h2 {
  color: #585250;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.form-container {
  margin-top: 0;
}
/* Billing view picker */
.billing-picker {
  margin-top: 49px;
  margin-bottom: 29px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 280px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.billing-picker__white-oval {
  width: 280px;
  height: 44px;
  border-radius: 23.5px;
  border: 2px solid #575251;
  background-color: #fff;
}
.billing--picker__container {
  width: 280px;
  height: 44px;
  margin-top: 29px;
  margin-bottom: 0px;
}
#sizeselect {
  padding: 8px !important;
  font-weight: 700;
  font-size: 18px;
  color: #585250;
  font-family: 'Source Sans Pro', sans-serif;
}
#attend {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}
#switcher {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 45px;
  margin-top: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  content: '';
  z-index: 4;
}
.slider:before {
  position: absolute;
  color: #fff;
  content: 'Bill annually';
  line-height: 43px;
  padding-left: 0px;
  text-align: center;
  height: 100%;
  width: 149px;
  left: -1px;
  bottom: 0px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
#rightside {
  color: #575251;
  z-index: 1;
  position: relative;
  top: 13px;
  left: 80px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#leftside {
  color: #575251;
  z-index: 1;
  position: relative;
  top: 13px;
  left: 22px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
input:checked + .slider {
  background-color: transparent;
  line-height: 44px;
  padding-left: 20px;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  content: 'Bill monthly';
  color: #ffffff;
  background-color: #575251;
  -webkit-transform: translateX(131px);
  transform: translateX(131px);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding-left: 0px;
  text-align: center;
}
/* Rounded sliders */
.slider.round {
  border-radius: 28px;
  border: 2px solid #575251;
}
.slider.round:before {
  border-radius: 28px;
  background-color: #575251;
  padding-left: 0px;
  text-align: center;
}
/* Church size select box */
.form-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 23px;
  margin-bottom: 36px;
}
select {
  margin-top: 0 !important;
  margin-left: 6px !important;
  width: 131px;
  border: 1px solid #d1d1d1 !important;
}
@media screen and (max-width: 680px) {
  .form-container {
    flex-direction: column !important;
  }
  #sizeselect {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }
}
/* SECTION 2 - Pricing boxes */
.section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  background-color: #fff;
  flex-wrap: wrap;
}
.section-2 h3 {
  color: #585250;
  font-weight: 900;
  font-size: 22px;
}
.section-2 .h3 {
  color: #585250;
  font-weight: 900;
}
.section-2 .b2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.section-2 .b3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.section-2 .aside {
  margin-top: 16px;
}
.underaside {
  margin-top: 23px !important;
  margin-bottom: 43px;
  height: 80px;
}
.section-2 .blue-btn {
  width: 136px;
  height: 40px;
  border-radius: 2px;
  background-color: #429c1c;
  font-weight: 900;
  font-size: 16px;
  background-color: #fff !important;
  border: solid 1px #1e91d6;
  color: #1e91d6;
  padding: 10px 10px;
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
.blue-btn:hover {
  text-decoration: none;
}
.green-btn {
  background-color: #429c1c;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  border-radius: 2px;
  width: 136px;
  height: 40px;
  padding: 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  margin-top: 16px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
.green-btn:hover {
  text-decoration: none;
  color: #fff;
}
.price-boxes {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  max-width: 1000px;
  flex-wrap: wrap;
}
.price-box {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  width: 300px;
  flex-shrink: 0;
  padding: 40px 24px 99px 24px;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-box h3 {
  height: 56px;
  margin-top: 0px;
}
.box2 {
  margin-top: 0px !important;
  padding-bottom: 78px;
  margin-bottom: 33px;
}
#popular {
  color: #429c1c;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #429c1c;
  font-family: 'Source Sans Pro', sans-serif;
}
.aside {
  font-size: 14px;
  color: #757575;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 0;
}
#middletxt {
  margin-top: 10px;
}
.box2 {
  margin-left: 20px;
  margin-right: 20px;
  padding: 27px 24px 80px 24px !important;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 13px;
}
.price h4 {
  margin-top: 0 !important;
}
.price h4:nth-child(2) {
  font-size: 45px;
  line-height: 45px;
}
.section-2 .billed {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #585250 !important;
  margin-top: 7px;
  font-family: 'Source Sans Pro', sans-serif;
}
.section-2 .billed {
  font-weight: 900;
}
#price-margin {
  margin-top: 81px;
}
#graylink {
  color: #757575;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  text-decoration: underline;
  border-bottom: 2px solid transparent;
}
.price-box .b3 {
  color: #575251;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}
p.schedule-demo {
  font-size: 16px !important;
  color: #575251;
  text-align: center;
  width: 100vw;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#demo-link {
  color: #1e91d6 !important;
  font-size: 16px !important;
}
/* SECTION 3 - Pricing comparison chart */
.section-3 {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}
.hr-small {
  margin-top: 48px;
  margin-bottom: 0;
  width: 14px;
  height: 4px;
  background-color: #5fbc39;
}
.section-3 h2 {
  margin-bottom: 24px;
  color: #585250;
  font-weight: 900;
}
/* Subdiv - List with checkmarks */
.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 90px;
  padding-left: 21px;
}
.list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 0 21px;
  margin-top: 0;
  margin-bottom: 32px;
}
.list-item img {
  margin-top: 6px;
  margin-right: 21px;
}
.list-item p {
  margin-top: 0;
  color: #585250 !important;
  text-align: left !important;
}
/* Table */
/* Sub-subdiv - popups on hover */
.popup-1 {
  position: relative;
  top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: -200px;
  background-color: #fff;
  width: 205px;
  height: 80px;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 2px 4px 10px #dbdbdb;
  border-radius: 2px;
  display: none;
}
.popup-placer-1 {
  width: 0;
  height: 0;
  margin-top: 0;
}
.popup-2 {
  position: relative;
  top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 0px;
  background-color: #fff;
  width: 205px;
  height: 80px;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 2px 4px 10px #dbdbdb;
  border-radius: 2px;
  display: none;
}
.popup-placer-2 {
  width: 0;
  height: 0;
  margin-top: 0;
}
.popup-3 {
  position: relative;
  top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 0px;
  background-color: #fff;
  width: 205px;
  height: 80px;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 2px 4px 10px #dbdbdb;
  border-radius: 2px;
  display: none;
}
.popup-placer-3 {
  width: 0;
  height: 0;
  margin-top: 0;
}
/* Back to the rest of the table*/
.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  width: 90%;
  margin-bottom: 90px;
  max-width: 1100px;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.cell-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  max-width: 1100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.proclaim-options,
.proclaim-options .cell {
  height: 110px;
}
.othercells {
  flex-grow: 1;
}
.firstrow .cell {
  padding: 26px 10px;
}
.firstcell {
  width: 50%;
  max-width: 300px;
}
.firstcell .cell {
  min-width: 150px;
  max-width: 300px;
}
@media screen and (max-width: 693px) {
  .firstcell {
    max-width: 700px !important;
  }
  .firstcell .cell {
    max-width: 700px !important;
  }
}
.othercells {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
}
.othercells .cell {
  width: 50%;
  flex-shrink: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table h4,
.table p {
  color: #575251;
}
.cell {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  height: 110px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-align img {
  margin-top: 0px !important;
  margin-left: 6px;
  height: 18px;
  width: 18px;
}
.c1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.c1 h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-weight: 900;
}
.subhead {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
}
.firstrow h4 {
  font-weight: 900;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 693px) {
  .cell h4 {
    font-size: 16px !important;
  }
  .cell p {
    font-size: 16px !important;
  }
  .popup-3 {
    left: -205px;
  }
  .popup-2 {
    left: -120px;
  }
}
#goth1 {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif !important;
  font-size: 20px;
  line-height: 24px;
}
#goth2 {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif !important;
  font-size: 20px;
  line-height: 24px;
}
#goth3 {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif !important;
  font-size: 20px;
  line-height: 24px;
}
.cell-container a {
  color: #1e91d6 !important;
  line-height: 16px;
}
.cell-container a:hover {
  border-bottom: 2px solid #1e91d6;
}
/* Mobile friendly table magic */
@media screen and (max-width: 693px) {
  .firstcell {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c1 h4 {
    text-align: center !important;
  }
  .c1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 10px;
  }
  .othercells {
    width: 100%;
  }
  #empty {
    display: none;
  }
}
.freebie-of-the-month-page {
  background-color: #3D3D3D;
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-bottom: 100px;
}
.experiment-variation-1 .freebie-of-the-month-page,
.experiment-variation-3 .freebie-of-the-month-page {
  background-color: #FFFFFF;
}
.freebie-of-the-month-page h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.15;
  color: #FFFFFF;
  text-align: center;
}
.freebie-of-the-month-page h1 small,
.freebie-of-the-month-page h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.freebie-of-the-month-page h1 small,
.freebie-of-the-month-page h1 .small {
  font-size: 65%;
}
@media (max-width: 768px) {
  .freebie-of-the-month-page h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.experiment-variation-1 .freebie-of-the-month-page h1,
.experiment-variation-3 .freebie-of-the-month-page h1 {
  color: #575251;
}
.freebie-of-the-month-page .freebie-header {
  text-align: center;
  padding-top: 64px;
}
.freebie-of-the-month-page .freebie-header .signup-copy {
  font-size: 18px;
  line-height: 24px;
  padding-top: 24px;
}
.freebie-of-the-month-page .free-media-images {
  text-align: center;
}
.freebie-of-the-month-page .image-preview-section {
  text-align: center;
}
.freebie-of-the-month-page form {
  text-align: center;
}
.freebie-of-the-month-page form input[type="email"] {
  background-color: #2A2A2A;
  border: 1px solid #7A7A7A;
  font-size: 16px;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.freebie-of-the-month-page form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.freebie-of-the-month-page form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.freebie-of-the-month-page form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .freebie-of-the-month-page form input[type="email"],
.experiment-variation-3 .freebie-of-the-month-page form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .freebie-of-the-month-page form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .freebie-of-the-month-page form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .freebie-of-the-month-page form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .freebie-of-the-month-page form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .freebie-of-the-month-page form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .freebie-of-the-month-page form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
@media (max-width: 768px) {
  .freebie-of-the-month-page form input[type="email"] {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.freebie-of-the-month-page form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.freebie-of-the-month-page form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.freebie-of-the-month-page .bottom-section p {
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  padding-top: 16px;
  padding-bottom: 16px;
}
.freebie-of-the-month-page .bottom-section form .subscribe-btn-container {
  padding-right: 0px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .freebie-of-the-month-page .bottom-section form .subscribe-btn-container {
    padding-right: unset;
    margin-left: unset;
  }
}
.freebie-of-the-month-page .bottom-section form .subscribe-btn-container .subscribe-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 42px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 768px) {
  .freebie-of-the-month-page .bottom-section form .subscribe-btn-container .subscribe-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.freebie-of-the-month-page .footer-copyright {
  color: #000;
}
@media (max-width: 768px) {
  .freebie-of-the-month-page .footer-copyright {
    padding-top: 60px;
  }
}
.freebie-of-the-month-page .footer-site-map {
  padding-top: 98px;
}
.freebie-of-the-month-page .footer {
  padding-top: 0;
  background-color: transparent;
}
.freebie-of-the-month-page .footer > .container {
  background: none;
}
.media-section-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .media-section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.media-section-subheader {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: normal;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .media-section-subheader {
    font-size: 24px;
    line-height: 28px;
  }
}
.media-section-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .media-section-description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.pro-media-section-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .pro-media-section-description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.media-section-header {
  text-align: center;
}
.media-section-header .faithlife-strip {
  padding-top: 132px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .media-section-header .faithlife-strip {
    padding-top: 64px;
  }
}
.media-section-header .pro-media-pricing-link {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding-top: 0px;
  padding-bottom: 48px;
}
.mediapartner-pricing-section {
  padding-bottom: 98px;
  background-color: #3D3D3D;
}
.experiment-variation-1 .mediapartner-pricing-section,
.experiment-variation-3 .mediapartner-pricing-section {
  background-color: #FFFFFF;
}
.mediapartner-pricing-section .mediapartner-pricing-inset {
  background-color: #2A2A2A;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.experiment-variation-1 .mediapartner-pricing-section .mediapartner-pricing-inset,
.experiment-variation-3 .mediapartner-pricing-section .mediapartner-pricing-inset {
  background-color: #EBEBEB;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-pricing-section-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 58px;
}
@media (max-width: 768px) {
  .mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-pricing-section-description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-section-name {
  font-family: 'Chronicle Text G3 A', 'Chronicle Text G3 B';
  font-size: 16px;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-section-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-section-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-count {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 68px;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .mediapartner-count-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field {
  display: flex;
  margin-top: 36px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field input:checked + label {
  background-color: #ffffff;
  color: #3d3d3d;
  box-shadow: none;
  border-radius: 22.5px;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field label {
  position: relative;
  background-color: #3d3d3d;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: solid 2px #f5f5f5;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field label:hover {
  cursor: pointer;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field label:first-of-type {
  border-radius: 22.5px 0 0 22.5px;
  padding-right: 70px;
  right: -30px;
}
.mediapartner-pricing-section .mediapartner-pricing-inset .switch-field label:last-of-type {
  border-left: none;
  border-radius: 0 22.5px 22.5px 0;
  padding-left: 70px;
  left: -30px;
}
.mediapartner-pricing-section .pricing-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mediapartner-pricing-section .pricing-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
.media-upsell-section {
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 32px;
  padding-bottom: 24px;
  background-color: #3D3D3D;
}
.experiment-variation-1 .media-upsell-section,
.experiment-variation-3 .media-upsell-section {
  background-color: #FFFFFF;
}
.media-upsell-section .upsell-module {
  padding-bottom: 24px;
}
.media-upsell-section .upsell-modules-wrapper > div:nth-of-type(1) > div {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .media-upsell-section .upsell-modules-wrapper > div:nth-of-type(1) > div {
    padding-left: 15px;
  }
}
.media-upsell-section .upsell-modules-wrapper > div:nth-of-type(2) > div {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .media-upsell-section .upsell-modules-wrapper > div:nth-of-type(2) > div {
    padding-right: 15px;
  }
}
.media-upsell-section .upsell-module-header {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 105px;
  font-weight: 500;
  font-size: 24px;
}
.media-upsell-section .upsell-module-description {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
}
.center-text {
  text-align: center;
}
.download-section {
  background-image: url('https://files.logoscdn.com/v1/files/9437320/content.jpg?signature=SQNgmNweg6PXILAr4is7v3sU7qM');
  background-size: cover;
  padding-top: 149px;
  padding-bottom: 88px;
  text-align: left;
}
@media (max-width: 768px) {
  .download-section {
    background-image: url('https://files.logoscdn.com/v1/files/9398832/content.jpg?signature=0XVGmkgHSWkc0EaaUqts0f_VMkk');
    text-align: center;
    height: 550px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.download-section .download-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .download-section .download-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .download-section .download-title {
    text-align: center;
  }
}
.download-section .download-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .download-section .download-description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .download-section .download-description {
    text-align: center;
  }
}
.download-section .download-no-credit-card {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
  color: #FFFFFF;
  padding-top: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .download-section .download-no-credit-card {
    text-align: center;
  }
}
.experiment-variation-1 .download-cta-button a,
.experiment-variation-3 .download-cta-button a {
  color: #FFFFFF;
}
.download-cta-button .download-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  width: 270px;
  height: 49px;
  padding-top: 12px;
  border-radius: 3px;
}
.media-page {
  font-size: 14px;
}
.media-page .section-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .media-page .section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.media-page .section-description {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 98px;
}
@media (max-width: 768px) {
  .media-page .section-description {
    font-size: 18px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.media-page .section-header {
  text-align: center;
}
.media-page .section-header .faithlife-strip {
  padding-top: 98px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .media-page .section-header .faithlife-strip {
    padding-top: 64px;
  }
}
.media-page .no-creditcard {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
}
.media-page .media-strip-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.media-page .library-section {
  padding-top: 0px;
  padding-bottom: 257px;
}
.media-page .library-section .row.no-gutter {
  overflow: hidden;
}
.media-page .library-section .library {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
@media (max-width: 768px) {
  .media-page .library-section {
    padding-bottom: 128px;
  }
}
.media-page .library-tiles {
  text-align: left;
}
.media-page .library-tiles .library {
  padding-left: 5%;
  padding-top: 64px;
  padding-right: 5%;
}
.media-page .library-tiles .library .library-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
  padding-bottom: 28px;
}
.media-page .library-tiles .library .included-with-library {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 12px;
}
.media-page .library-tiles .library .included-label-row {
  margin-left: 8px;
  padding-bottom: 8px;
}
.media-page .library-tiles .library .included-medium-spacing {
  margin-bottom: 0px;
}
@media (max-width: 1325px) {
  .media-page .library-tiles .library .included-medium-spacing {
    margin-bottom: 8px;
  }
}
.media-page .library-tiles .library .included-on-air-label {
  height: 32px;
  border-top: 2px solid #62BB46;
  border-right: 2px solid #62BB46;
  border-bottom: 2px solid #62BB46;
  padding-left: 6px;
}
.media-page .library-tiles .library .included-on-air-label:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 5px;
  width: 22px;
  height: 22px;
  border-right: 2px solid #62BB46;
  border-bottom: 2px solid #62BB46;
  transform: rotate(135deg);
}
.media-page .library-tiles .library .included-pro-label {
  height: 32px;
  border-top: 2px solid #62BB46;
  border-right: 2px solid #62BB46;
  border-bottom: 2px solid #62BB46;
  padding-left: 6px;
}
.media-page .library-tiles .library .included-pro-label:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 5px;
  width: 22px;
  height: 22px;
  border-right: 2px solid #62BB46;
  border-bottom: 2px solid #62BB46;
  transform: rotate(135deg);
}
.media-page .library-tiles .library .included-partner-label {
  height: 32px;
  border-top: 2px solid #62BB46;
  border-right: 2px solid #62BB46;
  border-bottom: 2px solid #62BB46;
  padding-left: 6px;
}
.media-page .library-tiles .library .included-partner-label:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 5px;
  width: 22px;
  height: 22px;
  border-right: 2px solid #62BB46;
  border-bottom: 2px solid #62BB46;
  transform: rotate(135deg);
}
.media-page .library-tiles .library .included-label-text {
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 6px;
  padding-left: 12px;
}
.experiment-variation-1 .media-page .library-tiles .library .included-label-text,
.experiment-variation-3 .media-page .library-tiles .library .included-label-text {
  color: #575251;
}
.media-page .library-tiles .library .library-separator {
  width: 14px;
  height: 2px;
  border: solid 2px #5fbc39;
  margin-top: 12px;
  margin-bottom: 12px;
}
.media-page .library-tiles .library .library-description {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 17px;
}
.media-page .library-tiles .library .preview-library-link-container {
  padding-top: 6px;
  padding-bottom: 48px;
}
.media-page .library-tiles .library .preview-library-link-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.media-page .library-tiles .library .preview-library-link-text:hover {
  color: #5fbc39;
}
.media-page .library-tiles .library.standard-library {
  background-color: #2A2A2A;
}
.experiment-variation-1 .media-page .library-tiles .library.standard-library,
.experiment-variation-3 .media-page .library-tiles .library.standard-library {
  background-color: #EBEBEB;
}
.media-page .library-tiles .library.pro-library {
  border-left: solid #000 1px;
  border-right: solid #000 1px;
  background-color: #2A2A2A;
}
.experiment-variation-1 .media-page .library-tiles .library.pro-library,
.experiment-variation-3 .media-page .library-tiles .library.pro-library {
  background-color: #EBEBEB;
  border-left: solid #c7c7c7 1px;
  border-right: solid #c7c7c7 1px;
}
@media (max-width: 992px) {
  .media-page .library-tiles .library.pro-library {
    border-left: 0;
    border-right: 0;
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .media-page .library-tiles .library.pro-library,
  .experiment-variation-3 .media-page .library-tiles .library.pro-library {
    border-top: solid #C7C7C7 1px;
    border-left: 0;
    border-right: 0;
  }
}
.media-page .library-tiles .library.premium-library {
  background-color: #2A2A2A;
}
@media (max-width: 992px) {
  .media-page .library-tiles .library.premium-library {
    border-top: solid #000 1px;
  }
  .experiment-variation-1 .media-page .library-tiles .library.premium-library,
  .experiment-variation-3 .media-page .library-tiles .library.premium-library {
    border-top: solid #C7C7C7 1px;
  }
}
.experiment-variation-1 .media-page .library-tiles .library.premium-library,
.experiment-variation-3 .media-page .library-tiles .library.premium-library {
  background-color: #EBEBEB;
}
.media-page .free-media-section {
  background-color: #2A2A2A;
  padding-bottom: 64px;
}
@media (max-width: 480px) {
  .media-page .free-media-section {
    padding-top: 36px;
  }
}
.experiment-variation-1 .media-page .free-media-section,
.experiment-variation-3 .media-page .free-media-section {
  background-color: #F5F5F5;
}
.media-page .free-media-section .free-media-images {
  margin-top: -200px;
  text-align: center;
}
@media (max-width: 768px) {
  .media-page .free-media-section .free-media-images {
    margin-top: -100px;
  }
}
.media-page .free-media-section .free-media-section-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .media-page .free-media-section .free-media-section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .media-page .free-media-section .free-media-section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.experiment-variation-0 .media-page .free-media-section .free-media-section-title,
.experiment-variation-2 .media-page .free-media-section .free-media-section-title {
  color: #FFFFFF;
}
.media-page .free-media-section .download-row {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.media-page .headline-section {
  padding-top: 64px;
  padding-bottom: 0px;
}
.media-page .headline-section .heading-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  padding-bottom: 24px;
}
.media-page .resources-section {
  padding-top: 98px;
  padding-bottom: 98px;
}
.media-page .resources-section .resource-header-row {
  height: 48px;
}
.media-page .resources-section .resource-header-row .resource-header-rectangle {
  height: 48px;
  padding-left: 0px;
  padding-right: 0px;
}
.media-page .resources-section .resource-header-row .resource-header-rectangle .free-trial {
  background-color: #1E91D6;
  color: #FFFFFF;
  padding-top: 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  height: 100%;
}
.media-page .resources-section .resource-row {
  height: 64px;
}
.media-page .resources-section .resource-row .resource-rectangle {
  height: 64px;
  padding-left: 0px;
  padding-right: 0px;
}
.media-page .resources-section .resource-row .resource-rectangle .planning-your-service {
  background-color: #2A2A2A;
  padding-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  height: 100%;
  border: solid 2px #62BB46;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .planning-your-service,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .planning-your-service {
  background-color: #FFFFFF;
  color: #575251;
}
.media-page .resources-section .resource-row .resource-rectangle .checkmark {
  width: 20px;
  height: 16px;
}
.media-page .resources-section .resource-row .resource-rectangle .planning-your-service-check {
  background-color: #2A2A2A;
  height: 100%;
  border: solid 1px #3D3D3D;
  padding-top: 24px;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .planning-your-service-check,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .planning-your-service-check {
  background-color: #FFFFFF;
  border: solid 1px #DBDBDB;
}
.media-page .resources-section .resource-row .resource-rectangle .proclaim-pro {
  background-color: #2A2A2A;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  height: 100%;
  border-left: solid 1px #62BB46;
  border-top: solid 2px #62BB46;
  border-right: solid 1px #62BB46;
  border-bottom: solid 2px #62BB46;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .proclaim-pro,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .proclaim-pro {
  background-color: #FFFFFF;
  color: #575251;
}
.media-page .resources-section .resource-row .resource-rectangle .proclaim-pro-check {
  background-color: #2A2A2A;
  height: 100%;
  border: solid 1px #3D3D3D;
  padding-top: 24px;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .proclaim-pro-check,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .proclaim-pro-check {
  background-color: #FFFFFF;
  border: solid 1px #DBDBDB;
}
.media-page .resources-section .resource-row .resource-rectangle .proclaim-partner {
  background-color: #2A2A2A;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  height: 100%;
  border: solid 2px #62BB46;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .proclaim-partner,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .proclaim-partner {
  background-color: #FFFFFF;
  color: #575251;
}
.media-page .resources-section .resource-row .resource-rectangle .proclaim-partner-check {
  background-color: #2A2A2A;
  height: 100%;
  border: solid 1px #3D3D3D;
  padding-top: 24px;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .proclaim-partner-check,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .proclaim-partner-check {
  background-color: #FFFFFF;
  border: solid 1px #DBDBDB;
}
.media-page .resources-section .resource-row .resource-rectangle .resource-title {
  background-color: #2A2A2A;
  padding-top: 23px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  height: 100%;
  border: solid 1px #3D3D3D;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .resource-title,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .resource-title {
  background-color: #FFFFFF;
  border: solid 1px #DBDBDB;
}
.media-page .resources-section .resource-row .resource-rectangle .resource-count {
  background-color: #2A2A2A;
  color: #C7C7C7;
  padding-top: 23px;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  height: 100%;
  border: solid 1px #3D3D3D;
}
.experiment-variation-1 .media-page .resources-section .resource-row .resource-rectangle .resource-count,
.experiment-variation-3 .media-page .resources-section .resource-row .resource-rectangle .resource-count {
  background-color: #FFFFFF;
  border: solid 1px #DBDBDB;
  color: #575251;
}
.mediapartner-page .hillsong-header-section {
  padding-top: 96px;
  background-color: #3D3D3D;
  color: #FFFFFF;
}
.mediapartner-page .hillsong-header-section .hillsong-logo-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  margin: 20px auto;
}
.mediapartner-page .hillsong-header-section .hillsong-logo-line {
  border-left: 2px solid #ffffff;
  height: 50px;
  left: 50%;
}
.mediapartner-page .hillsong-header-section .hillsong-header {
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 52px;
}
@media (max-width: 768px) {
  .mediapartner-page .hillsong-header-section .hillsong-header {
    font-size: 36px;
  }
}
.mediapartner-page .hillsong-header-section .hillsong-description {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .mediapartner-page .hillsong-header-section .hillsong-description {
    font-size: 16px;
  }
}
.mediapartner-page .hillsong-header-section .see-pricing-button {
  margin-top: 28px;
  margin-bottom: -28px;
}
@media (max-width: 768px) {
  .mediapartner-page .hillsong-header-section .see-pricing-button {
    margin-bottom: 0;
  }
}
.mediapartner-page .hillsong-header-section .hillsong-explosion {
  background-image: url("https://files.logoscdn.com/v1/files/35460483/content.png?signature=mkQYwxpNmt_NGUvn9NBoU28KDBE");
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 800px;
  margin-bottom: -64px;
  background-position: center;
}
@media (max-width: 768px) {
  .mediapartner-page .hillsong-header-section .hillsong-explosion {
    background-image: url("https://files.logoscdn.com/v1/files/35460461/content.png?signature=LAs09hUXJ5VLFzyNJmE-FhFenFc");
    background-size: cover;
    height: 400px;
  }
}
.mediapartner-page .mediapartner-glow-header-section {
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 96px;
  padding-bottom: 32px;
  text-align: left;
  background-color: #3D3D3D;
  color: #FFFFFF;
}
.mediapartner-page .mediapartner-glow-header-section .mediapartner-logo {
  padding-bottom: 20px;
}
.mediapartner-page .mediapartner-glow-header-section .mediapartner-logo .logo-60px {
  height: 60px;
}
.mediapartner-page .mediapartner-glow-header-section .mediapartner-section-subheader {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
}
.mediapartner-page .mediapartner-glow-header-section .mediapartner-section-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-align: left;
}
@media (max-width: 768px) {
  .mediapartner-page .mediapartner-glow-header-section .mediapartner-section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.mediapartner-page .mediapartner-glow-header-section .mediapartner-section-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 118px;
}
@media (max-width: 768px) {
  .mediapartner-page .mediapartner-glow-header-section .mediapartner-section-description {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.mediapartner-page .mediapartner-example-section {
  background-color: #3D3D3D;
  padding-top: 64px;
}
.experiment-variation-1 .mediapartner-page .mediapartner-example-section,
.experiment-variation-3 .mediapartner-page .mediapartner-example-section {
  background-color: #FFFFFF;
}
.mediapartner-page .mediapartner-example-section .partner-example-separator {
  border: solid 1px #000000;
  height: 2px;
  margin-bottom: 64px;
  margin-left: -6px;
  margin-right: -6px;
}
.mediapartner-page .mediapartner-example-section .partner-example-header {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper-row {
  margin-top: 32px;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper-row .example-media-item {
    padding-top: 0px;
    padding-bottom: 16px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(1) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(1) > div {
    padding-right: 0px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(2) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(2) > div {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
.mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(3) > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .mediapartner-page .mediapartner-example-section .example-media-wrapper > div:nth-of-type(3) > div {
    padding-left: 0px;
  }
}
.mediapartner-page .mediapartner-example-section .what-else-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
.mediapartner-page .mediapartner-example-section .what-else-row .see-what-else-btn {
  text-align: center;
  background-color: transparent;
  color: #5FBC39;
  font-size: 20px;
  line-height: 24px;
  width: 237px;
  height: 56px;
  border-radius: 3px;
  border: solid 1px #5FBC39;
  padding: unset;
}
.mediapartners-page .mediapartner-header-section {
  text-align: center;
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 96px;
  padding-bottom: 32px;
  background-color: #3D3D3D;
  color: #FFFFFF;
  background-size: 92%;
}
@media (min-width: 768px) {
  .mediapartners-page .mediapartner-header-section {
    background-size: 732px;
  }
}
@media (min-width: 992px) {
  .mediapartners-page .mediapartner-header-section {
    background-size: 952px;
  }
}
@media (min-width: 1326px) {
  .mediapartners-page .mediapartner-header-section {
    background-size: 1280px;
  }
}
.mediapartners-page .mediapartner-header-section .check-out-partner-media {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mediapartners-page .mediapartner-header-section .check-out-partner-media {
    display: none;
  }
}
.mediapartners-page .mediapartner-header-section .partner-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 124px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .mediapartners-page .mediapartner-header-section .partner-logos-row {
    flex-wrap: wrap;
    height: auto;
  }
}
.mediapartners-page .mediapartner-header-section .partner-logos-row .vertical-separator {
  width: 1px;
  height: 24px;
  border: 1px solid #9c9c9c;
}
@media (max-width: 768px) {
  .mediapartners-page .mediapartner-header-section .partner-logos-row .vertical-separator {
    display: none;
  }
}
.mediapartners-page .mediapartner-header-section .partner-logos-row .partner-logo-container-wrapper {
  padding: 24px 24px 0;
  width: auto;
}
.mediapartners-page .mediapartner-header-section .partner-logos-row .partner-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 0px;
  min-height: 100px;
  position: relative;
}
.mediapartners-page .mediapartner-header-section .partner-logos-row .partner-logo-container .partner-logo-image {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .mediapartners-page .mediapartner-header-section .partner-logos-row .partner-logo-container .partner-logo-image {
    margin-bottom: 0px;
  }
}
.mediapartners-page .mediapartner-header-section .partner-logos-row .partner-logo-container .link-to-partner-page {
  position: absolute;
  bottom: 0;
  width: 100px;
}
.mediapartners-page .mediapartner-header-section .partner-logos-row .partner-logo-container .link-to-partner-page a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #1e91d6;
}
.mediapartners-page .partner-media-collage {
  height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .mediapartners-page .partner-media-collage {
    height: 355px;
  }
}
.mediapartners-page .partner-media-collage .desktop-partner-media-collage {
  background-image: url("https://files.logoscdn.com/v1/files/35817725/content.png?signature=wauGoygpVatjuYv10epigzBGY5Y");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .mediapartners-page .partner-media-collage .desktop-partner-media-collage {
    display: none;
  }
}
.mediapartners-page .partner-media-collage .mobile-partner-media-collage {
  display: none;
}
@media (max-width: 768px) {
  .mediapartners-page .partner-media-collage .mobile-partner-media-collage {
    background-image: url("https://files.logoscdn.com/v1/files/35817689/content.png?signature=DdjLf_leWMVwN046BxfWC31ql4g");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    height: 100%;
    margin-top: 80px;
    transform: scale(1.2);
  }
}
.mediapartners-page .partner-media-section2 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mediapartners-page .partner-media-section2 .section-description {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .mediapartners-page .partner-media-section2 .section-description {
    padding-bottom: 20px;
  }
}
.mediapartners-page .partner-media-section2 .buynow-row {
  text-align: center;
  padding-top: 20px;
}
.mediapartners-page .partner-media-section2 .buynow-row .buynow {
  color: #FFFFFF;
}
.mediapartners-page .partner-media-section3 {
  padding-bottom: 32px;
}
.mediapartners-page .partner-media-section3 .faithlife-strip-row {
  padding-bottom: 32px;
}
.mediapartners-page .partner-media-section3 .section-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}
.experiment-variation-1 .mediapartners-page .partner-media-section3 .section-title,
.experiment-variation-3 .mediapartners-page .partner-media-section3 .section-title {
  color: #7A7A7A;
}
.mediapartners-page .partner-media-section3 .section-description {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .mediapartners-page .partner-media-section3 .section-description {
    padding-bottom: 20px;
  }
}
.mediapartners-page .partner-media-section3 .stats-wrapper {
  padding-top: 32px;
}
.mediapartners-page .partner-media-section3 .number {
  font-weight: 700;
  font-size: 44px;
  line-height: 68px;
  color: #FFFFFF;
  text-align: center;
}
.experiment-variation-1 .mediapartners-page .partner-media-section3 .number,
.experiment-variation-3 .mediapartners-page .partner-media-section3 .number {
  color: #7A7A7A;
}
.mediapartners-page .partner-media-section3 .plus {
  font-weight: 400;
  font-size: 44px;
  line-height: 68px;
  color: #F4891E;
}
.mediapartners-page .partner-media-section3 .media-text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.experiment-variation-1 .mediapartners-page .partner-media-section3 .media-text,
.experiment-variation-3 .mediapartners-page .partner-media-section3 .media-text {
  color: #7A7A7A;
}
.mediapartners-page .partner-media-section3 .subhead-description {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  padding-top: 40px;
}
.mediapartners-page .partner-media-section4 {
  padding-top: 16px;
  padding-bottom: 92px;
}
.mediapartners-page .partner-media-section4 .faithlife-strip-row {
  padding-bottom: 32px;
}
.mediapartners-page .partner-media-section4 .partner-background-box {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #000000;
}
.experiment-variation-1 .mediapartners-page .partner-media-section4 .partner-background-box,
.experiment-variation-3 .mediapartners-page .partner-media-section4 .partner-background-box {
  background-color: #7A7A7A;
}
.mediapartners-page .partner-media-section4 .section-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.mediapartners-page .partner-media-section4 .partner-logo-wrapper {
  padding-top: 64px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 330px;
  text-align: center;
}
.mediapartners-page .partner-media-section4 .partner-logo-wrapper .media-logo-wrapper {
  min-height: 40px;
}
.mediapartners-page .partner-media-section4 .partner-logo-wrapper .media-description {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  text-align: center;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  min-height: 54px;
}
.mediapartners-page .partner-media-section4 .partner-logo-wrapper .media-stack {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.mediapartners-page .partner-media-section4 .partner-description-text {
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
.mediapartners-page .partner-media-section5 {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: rgba(146, 45, 135, 0.7);
}
.mediapartners-page .partner-media-section5 .download-header {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFF;
  padding-top: 36px;
}
.mediapartners-page .partner-media-section5 .download-description {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mediapartners-page .partner-media-section5 .download-now {
  text-align: center;
}
.shared-media-pricing .pricing-wrapper {
  margin-top: 12px;
}
.shared-media-pricing .pricing-form {
  width: 100%;
}
.shared-media-pricing .media-pricing-label {
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
}
.shared-media-pricing .pricing-select {
  display: block;
  width: 100%;
  height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
  color: #DBDBDB;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #8FDB6B;
}
@media (max-width: 767px) {
  .shared-media-pricing .pricing-select {
    min-width: 260px;
  }
}
.experiment-variation-1 .shared-media-pricing .pricing-select,
.experiment-variation-3 .shared-media-pricing .pricing-select {
  color: #585250;
}
.shared-media-pricing .pricing-select option {
  background-color: #2A2A2A;
  border: 1px solid #8FDB6B;
}
.experiment-variation-1 .shared-media-pricing .pricing-select option,
.experiment-variation-3 .shared-media-pricing .pricing-select option {
  background-color: #EBEBEB;
}
.shared-media-pricing .media-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 30px;
  padding-top: 44px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
}
.shared-media-pricing .media-price .pricing-period {
  font-weight: 900;
}
.shared-media-pricing .buynow {
  color: #FFFFFF;
  margin-top: 32px;
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
}
.amberasset-page {
  text-align: center;
  color: #3D3D3D;
}
.amberasset-page .faithlife-strip {
  padding-top: 48px;
  padding-bottom: 48px;
}
.amberasset-page header {
  padding-top: 48px;
  padding-bottom: 48px;
}
.amberasset-page header form .share-label {
  text-align: left;
}
.amberasset-page header form input[type="text"] {
  border: 1px solid #7A7A7A;
  font-size: 18px;
  width: 100%;
  height: 42px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-radius: 3px;
}
.amberasset-page header form input[type="text"]::-moz-placeholder {
  color: #7A7A7A;
  opacity: 1;
}
.amberasset-page header form input[type="text"]:-ms-input-placeholder {
  color: #7A7A7A;
}
.amberasset-page header form input[type="text"]::-webkit-input-placeholder {
  color: #7A7A7A;
}
.amberasset-page header form input[type="text"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.amberasset-page header form input[type="text"]:hover {
  border: solid 1px #5fbc39;
}
.amberasset-page header form .get-share-link-btn-container .get-share-link-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 40px;
  border-radius: 3px;
}
.amberasset-page .preview-section {
  border-top: solid 1px #3D3D3D;
  padding-top: 48px;
  padding-bottom: 48px;
}
.amberasset-page .preview-section .asset {
  border-radius: 3px;
  margin-bottom: 0px;
  padding-left: 12px;
  text-align: left;
}
.amberasset-page .preview-section .deleted-asset {
  border-radius: 3px;
  background-color: #FAB5B5;
  color: #8D1C1C;
  margin-bottom: 0px;
  padding-left: 12px;
  text-align: left;
}
.amberasset-page .preview-section .no-asset {
  border-radius: 3px;
  background-color: #FCF9B6;
  color: #8A6D3B;
  margin-bottom: 0px;
  padding-left: 12px;
  text-align: left;
}
.amberasset-page .preview-section .expired-asset {
  border-radius: 3px;
  background-color: #FCF9B6;
  color: #8A6D3B;
  margin-bottom: 0px;
  padding-left: 12px;
  text-align: left;
}
.amberasset-page .preview-section p {
  margin-bottom: 0px;
  text-align: left;
}
.amberasset-page .preview-section .asset-preview {
  max-width: 480px;
  margin-top: 48px;
}
.download-page #background-video {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.download-page .beautiful-presentations-header-section {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://files.logoscdn.com/v1/files/30334201/content.jpg?signature=1QnFr0UHUuNj5HNhDU-cLrv6r-o');
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .desktop-view {
    display: none;
  }
}
.download-page .beautiful-presentations-header-section .desktop-view .header-row {
  padding-top: 72px;
  padding-bottom: 49px;
}
.download-page .beautiful-presentations-header-section .desktop-view .header-row .headline {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .desktop-view .header-row .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
.download-page .beautiful-presentations-header-section .desktop-view .header-row .subheadline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 32px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
.download-page .beautiful-presentations-header-section .desktop-view .header-row .worship-planning-subheadline {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .desktop-view .header-row .worship-planning-subheadline {
    font-size: 22px;
    line-height: 24px;
  }
}
.download-page .beautiful-presentations-header-section .desktop-view .feature-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
.download-page .beautiful-presentations-header-section .desktop-view .download-row .download-cta {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-top: 22px;
}
.download-page .beautiful-presentations-header-section .desktop-view .download-row .download-button-padding {
  padding-bottom: 12px;
}
.download-page .beautiful-presentations-header-section .desktop-view .download-row .download-btn {
  text-align: center;
  background-color: #5FBC39;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  height: 40px;
  border-radius: 3px;
  padding-top: 12px;
}
.download-page .beautiful-presentations-header-section .desktop-view .download-row .download-btn .download-icon-mac {
  max-height: 24px;
  margin-top: -6px;
}
.download-page .beautiful-presentations-header-section .desktop-view .download-row .download-btn .download-icon-win {
  max-height: 20px;
  margin-top: -4px;
}
.download-page .beautiful-presentations-header-section .desktop-view .free-trial-row {
  padding-top: 12px;
  padding-bottom: 26px;
}
.download-page .beautiful-presentations-header-section .desktop-view .free-trial-row .free-trial-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}
.download-page .beautiful-presentations-header-section .desktop-view .desktop-header-faithlife {
  min-height: 250px;
}
@media (max-width: 1000px) {
  .download-page .beautiful-presentations-header-section .desktop-view .desktop-header-faithlife {
    min-height: 150px;
  }
}
.download-page .beautiful-presentations-header-section .desktop-view .desktop-header-faithlife .desktop-view-faithlife {
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .download-page .beautiful-presentations-header-section .desktop-view .desktop-header-faithlife .desktop-view-faithlife {
    display: none !important;
  }
}
.download-page .beautiful-presentations-header-section .desktop-view .desktop-header-faithlife .desktop-view-faithlife a {
  text-decoration: none;
}
.download-page .beautiful-presentations-header-section .desktop-view .btn-download {
  font-size: 18px;
  height: 60px;
}
.download-page .beautiful-presentations-header-section .desktop-view .btn-download .btn-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.download-page .beautiful-presentations-header-section .desktop-view .contact-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-bottom: 44px;
}
.download-page .beautiful-presentations-header-section .mobile-view {
  display: none;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .mobile-view {
    display: block;
  }
}
.download-page .beautiful-presentations-header-section .mobile-view .header-row {
  padding-top: 64px;
}
.download-page .beautiful-presentations-header-section .mobile-view .header-row .headline {
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
}
.download-page .beautiful-presentations-header-section .mobile-view .subheadline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 18px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
.download-page .beautiful-presentations-header-section .mobile-view .feature-copy {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row {
  padding-bottom: 22px;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row .download-cta {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-top: 42px;
  margin-bottom: 22px;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #7A7A7A;
  font-size: 24px;
  width: 100%;
  height: 56px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"],
.experiment-variation-3 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"] {
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"] {
    font-size: 16px;
    height: 40px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row .send-my-link-btn-container {
  padding-right: 0px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .mobile-view .email-row .send-my-link-btn-container {
    padding-right: unset;
    margin-left: unset;
  }
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row .send-my-link-btn-container .send-my-link-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  height: 56px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .mobile-view .email-row .send-my-link-btn-container .send-my-link-btn {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.download-page .beautiful-presentations-header-section .mobile-view .email-row .free-trial-text {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 16px;
}
.download-page .beautiful-presentations-header-section .mobile-view .worship-planning-headline {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  padding-bottom: 32px;
  text-align: center;
}
.download-page .beautiful-presentations-header-section .mobile-view h3 {
  font-size: 30px;
  padding-top: 60px;
}
.download-page .beautiful-presentations-header-section .mobile-view .wp-mobile-header h3 {
  font-size: 24px;
}
.download-page .beautiful-presentations-header-section .mobile-view h4 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 20px;
}
.download-page .beautiful-presentations-header-section .mobile-view svg {
  fill: #d9d9d9;
}
.download-page .beautiful-presentations-header-section .mobile-view .contact-copy {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  padding-bottom: 44px;
}
.download-page .beautiful-presentations-header-section .confirmation-view .header-row {
  padding-top: 70px;
  padding-bottom: 70px;
}
.download-page .beautiful-presentations-header-section .confirmation-view .header-row .headline {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .download-page .beautiful-presentations-header-section .confirmation-view .header-row .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
.download-page .beautiful-presentations-header-section .confirmation-view .header-row .headline .emphasize-platform {
  font-weight: 900;
}
.download-page .beautiful-presentations-header-section .confirmation-view .header-row .subheadline-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 18px;
  text-align: center;
}
.download-page .beautiful-presentations-header-section .confirmation-view .header-row .subheadline-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 16px;
  text-align: center;
}
.download-page .header-section {
  text-align: center;
  background-color: #3D3D3D;
  background-image: url(https://files.logoscdn.com/v1/files/9455920/content.png?signature=YL09z9QJaRxgOWPc-ErlGSGO1ng);
  background-position: bottom;
  background-repeat: no-repeat;
}
.experiment-variation-1 .download-page .header-section,
.experiment-variation-3 .download-page .header-section {
  background-color: #FFFFFF;
}
.download-page .header-section .desktop-view .header-row {
  padding-top: 146px;
  padding-bottom: 49px;
}
.download-page .header-section .desktop-view .header-row .headline {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .download-page .header-section .desktop-view .header-row .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
.download-page .header-section .desktop-view .header-row .subheadline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 32px;
  text-align: center;
}
.download-page .header-section .desktop-view .header-row .worship-planning-subheadline {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .download-page .header-section .desktop-view .header-row .worship-planning-subheadline {
    font-size: 22px;
    line-height: 24px;
  }
}
.download-page .header-section .desktop-view .download-row .download-button-padding {
  padding-bottom: 12px;
}
.download-page .header-section .desktop-view .download-row .download-btn {
  text-align: center;
  background-color: #5FBC39;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  height: 40px;
  border-radius: 3px;
  padding-top: 12px;
}
.download-page .header-section .desktop-view .download-row .download-btn .download-icon-mac {
  max-height: 24px;
  margin-top: -6px;
}
.download-page .header-section .desktop-view .download-row .download-btn .download-icon-win {
  max-height: 20px;
  margin-top: -4px;
}
.download-page .header-section .desktop-view .free-trial-row {
  padding-top: 12px;
  padding-bottom: 99px;
}
.download-page .header-section .desktop-view .free-trial-row .free-trial-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}
.download-page .header-section .desktop-view .desktop-header-faithlife {
  min-height: 250px;
}
@media (max-width: 1000px) {
  .download-page .header-section .desktop-view .desktop-header-faithlife {
    min-height: 150px;
  }
}
.download-page .header-section .desktop-view .desktop-header-faithlife .desktop-view-faithlife {
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .download-page .header-section .desktop-view .desktop-header-faithlife .desktop-view-faithlife {
    display: none !important;
  }
}
.download-page .header-section .desktop-view .desktop-header-faithlife .desktop-view-faithlife a {
  text-decoration: none;
}
.download-page .header-section .desktop-view .easter-promo {
  background: rgba(255, 255, 255, 0.31);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
.download-page .header-section .desktop-view .easter-promo img {
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 18px;
}
.download-page .header-section .desktop-view .worshipplanning-video {
  margin-bottom: 40px;
}
.download-page .header-section .desktop-view .btn-download {
  font-size: 18px;
  height: 60px;
}
.download-page .header-section .desktop-view .btn-download .btn-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.download-page .header-section .mobile-view .header-row {
  padding-top: 64px;
}
.download-page .header-section .mobile-view .header-row .headline {
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
}
.download-page .header-section .mobile-view .subheadline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 48px;
  padding-bottom: 24px;
  text-align: center;
}
.download-page .header-section .mobile-view .email-row {
  padding-bottom: 64px;
}
.download-page .header-section .mobile-view .email-row form input[type="email"] {
  background-color: #2A2A2A;
  border: 1px solid #7A7A7A;
  font-size: 24px;
  width: 100%;
  height: 56px;
  border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 12px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFF;
}
.download-page .header-section .mobile-view .email-row form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.download-page .header-section .mobile-view .email-row form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.download-page .header-section .mobile-view .email-row form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .download-page .header-section .mobile-view .email-row form input[type="email"],
.experiment-variation-3 .download-page .header-section .mobile-view .email-row form input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.experiment-variation-1 .download-page .header-section .mobile-view .email-row form input[type="email"]::-moz-placeholder,
.experiment-variation-3 .download-page .header-section .mobile-view .email-row form input[type="email"]::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
.experiment-variation-1 .download-page .header-section .mobile-view .email-row form input[type="email"]:-ms-input-placeholder,
.experiment-variation-3 .download-page .header-section .mobile-view .email-row form input[type="email"]:-ms-input-placeholder {
  color: #A8A8A8;
}
.experiment-variation-1 .download-page .header-section .mobile-view .email-row form input[type="email"]::-webkit-input-placeholder,
.experiment-variation-3 .download-page .header-section .mobile-view .email-row form input[type="email"]::-webkit-input-placeholder {
  color: #A8A8A8;
}
@media (max-width: 768px) {
  .download-page .header-section .mobile-view .email-row form input[type="email"] {
    font-size: 16px;
    height: 40px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.download-page .header-section .mobile-view .email-row form input[type="email"]:focus {
  border: solid 1px #5fbc39;
  outline-color: #5fbc39;
}
.download-page .header-section .mobile-view .email-row form input[type="email"]:hover {
  border: solid 1px #5fbc39;
}
.download-page .header-section .mobile-view .email-row .send-my-link-btn-container {
  padding-right: 0px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .download-page .header-section .mobile-view .email-row .send-my-link-btn-container {
    padding-right: unset;
    margin-left: unset;
  }
}
.download-page .header-section .mobile-view .email-row .send-my-link-btn-container .send-my-link-btn {
  text-align: center;
  background-color: #62BB46;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  height: 56px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 768px) {
  .download-page .header-section .mobile-view .email-row .send-my-link-btn-container .send-my-link-btn {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.download-page .header-section .mobile-view .worship-planning-headline {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
.download-page .header-section .mobile-view .worship-planning-subheadline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.download-page .header-section .mobile-view h3 {
  font-size: 30px;
  padding-top: 60px;
}
.download-page .header-section .mobile-view .wp-mobile-header h3 {
  font-size: 24px;
}
.download-page .header-section .mobile-view h4 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 20px;
}
.download-page .header-section .mobile-view svg {
  fill: #d9d9d9;
}
.download-page .header-section .confirmation-view .header-row {
  padding-top: 70px;
  padding-bottom: 70px;
}
.download-page .header-section .confirmation-view .header-row .headline {
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .download-page .header-section .confirmation-view .header-row .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
.download-page .header-section .confirmation-view .header-row .headline .emphasize-platform {
  font-weight: 900;
}
.download-page .header-section .confirmation-view .header-row .subheadline-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 18px;
  text-align: center;
}
.download-page .header-section .confirmation-view .header-row .subheadline-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 16px;
  text-align: center;
}
.download-page .not-on-mobile {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.download-page .not-on-mobile a {
  color: #999999;
}
.download-page .not-on-mobile a:hover,
.download-page .not-on-mobile a:focus {
  color: #00A3ED;
}
.download-page .download-mobile-apps-section {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section .vertical-align-row {
    display: unset;
    align-items: unset;
    flex-direction: unset;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row .mobile-deviceimage-container {
  text-align: center;
}
.download-page .download-mobile-apps-section .vertical-align-row .control-proclaim-row {
  padding-top: 24px;
  padding-bottom: 24px;
}
.download-page .download-mobile-apps-section .vertical-align-row .control-proclaim-row .control-proclaim-text {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section .vertical-align-row .control-proclaim-row .control-proclaim-text {
    text-align: center;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row .app-store-row {
  display: flex;
  justify-content: flex-start;
  padding-left: 6px;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section .vertical-align-row .app-store-row {
    justify-content: center;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row .app-store-row .app-container {
  padding-bottom: 16px;
  padding-right: 16px;
}
.download-page .install-steps-section .mac {
  display: none;
}
.download-page .install-steps-section .win {
  display: none;
}
.download-page .install-steps-section .steps {
  padding-top: 40px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.download-page .install-steps-section .steps img.win {
  box-shadow: 2px 2px 1px #999999;
}
.download-page .install-steps-section .steps .directions {
  max-width: 300px;
  padding-top: 20px;
}
.download-page .install-steps-section .steps .directions div {
  font-weight: 500;
  padding-bottom: 10px;
}
.download-page .install-steps-section .steps .arrow {
  padding-left: 14px;
  padding-right: 14px;
}
.download-page .not-on-mobile {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.download-page .not-on-mobile a {
  color: #999999;
}
.download-page .not-on-mobile a:hover,
.download-page .not-on-mobile a:focus {
  color: #00A3ED;
}
.download-page .download-mobile-apps-section {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section .vertical-align-row {
    display: unset;
    align-items: unset;
    flex-direction: unset;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row .mobile-deviceimage-container {
  text-align: center;
}
.download-page .download-mobile-apps-section .vertical-align-row .control-proclaim-row {
  padding-top: 24px;
  padding-bottom: 24px;
}
.download-page .download-mobile-apps-section .vertical-align-row .control-proclaim-row .control-proclaim-text {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section .vertical-align-row .control-proclaim-row .control-proclaim-text {
    text-align: center;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row .app-store-row {
  display: flex;
  justify-content: flex-start;
  padding-left: 6px;
}
@media (max-width: 768px) {
  .download-page .download-mobile-apps-section .vertical-align-row .app-store-row {
    justify-content: center;
  }
}
.download-page .download-mobile-apps-section .vertical-align-row .app-store-row .app-container {
  padding-bottom: 16px;
  padding-right: 16px;
}
.download-page .install-steps-section .mac {
  display: none;
}
.download-page .install-steps-section .win {
  display: none;
}
.download-page .install-steps-section .steps {
  padding-top: 40px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.download-page .install-steps-section .steps img.win {
  box-shadow: 2px 2px 1px #999999;
}
.download-page .install-steps-section .steps .directions {
  max-width: 300px;
  padding-top: 20px;
}
.download-page .install-steps-section .steps .directions div {
  font-weight: 500;
  padding-bottom: 10px;
}
.download-page .install-steps-section .steps .arrow {
  padding-left: 14px;
  padding-right: 14px;
}
.church-digital-signage-page {
  color: #FFFFFF;
}
.experiment-variation-1 .church-digital-signage-page,
.experiment-variation-3 .church-digital-signage-page {
  color: #575251;
}
.church-digital-signage-page header {
  padding-bottom: 206px;
}
.church-digital-signage-page header .background-image {
  background-image: url('https://files.logoscdn.com/v1/files/9524100/content.jpg?signature=EWTvigohwHg-v-BHeVvOUkqNiQQ');
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.church-digital-signage-page header h1 {
  padding-top: 130px;
  color: #FFFFFF;
}
.church-digital-signage-page header p {
  font-size: 22px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .church-digital-signage-page header {
    text-align: center;
  }
  .church-digital-signage-page header h1 {
    padding: 70px 8px 0 8px;
    font-size: 36px;
    color: #FFFFFF;
  }
  .church-digital-signage-page header p {
    font-size: 18px;
    color: #FFFFFF;
  }
  .church-digital-signage-page header .background-image {
    height: 613px;
  }
}
@media (max-width: 768px) {
  .church-digital-signage-page .h1 {
    font-size: 36px;
  }
  .church-digital-signage-page p {
    font-size: 18px;
  }
}
.church-digital-signage-page .what-is-digital-signage {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .church-digital-signage-page .what-is-digital-signage {
    margin-top: -60px;
    padding-bottom: 0;
  }
}
.church-digital-signage-page .what-is-digital-signage .faithlife-strip {
  padding-top: 64px;
  padding-bottom: 30px;
  display: block;
  margin: auto;
}
.church-digital-signage-page .what-is-digital-signage .tv-wrapper {
  border: 10px solid #302E2F;
  margin-bottom: 10%;
  margin-top: 10%;
}
@media (max-width: 768px) {
  .church-digital-signage-page .what-is-digital-signage .tv-wrapper {
    border: 5px solid #302E2F;
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
.church-digital-signage-page .what-is-digital-signage .glow {
  background-image: url('https://files.logoscdn.com/v1/files/9586130/content.png?signature=ywNJuJraeQoS9shiLM2CkrSQ6Ac');
  margin: -6px;
  width: 100%;
  position: absolute;
  padding-bottom: 56.25%;
  background-size: cover;
}
.church-digital-signage-page .what-is-digital-signage .iframe-wrapper {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}
.church-digital-signage-page .what-is-digital-signage .iframe-wrapper > iframe,
.church-digital-signage-page .what-is-digital-signage .iframe-wrapper > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.church-digital-signage-page .what-is-digital-signage .background-box {
  background-color: #2a2a2a;
}
.experiment-variation-1 .church-digital-signage-page .what-is-digital-signage .background-box,
.experiment-variation-3 .church-digital-signage-page .what-is-digital-signage .background-box {
  background-color: #ebebeb;
}
.church-digital-signage-page .what-is-digital-signage .background-box .h1,
.church-digital-signage-page .what-is-digital-signage .background-box .h1-supporting-copy {
  text-align: center;
}
.church-digital-signage-page .what-is-digital-signage .background-box .h1 {
  padding-bottom: 6px;
}
.church-digital-signage-page .what-is-digital-signage .background-box p {
  font-size: 22px;
}
@media (max-width: 768px) {
  .church-digital-signage-page .what-is-digital-signage .background-box p {
    font-size: 18px;
  }
}
.church-digital-signage-page .what-is-digital-signage .background-box .try-proclaim {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}
.church-digital-signage-page .signage-features {
  text-align: center;
}
.church-digital-signage-page .signage-features .faithlife-strip {
  padding-top: 50px;
  padding-bottom: 24px;
}
.church-digital-signage-page .signage-features p.h1-supporting-copy {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.27;
}
.church-digital-signage-page .signage-features .try-proclaim,
.church-digital-signage-page .signage-features .anchor-with-chevron {
  padding-bottom: 60px;
}
.church-digital-signage-page .signage-features .try-proclaim .chevron-img,
.church-digital-signage-page .signage-features .anchor-with-chevron .chevron-img {
  padding-top: 0px;
  padding-bottom: 0px;
}
.church-digital-signage-page .signage-features .feature-tiles {
  text-align: center;
}
.church-digital-signage-page .signage-features .feature-tiles .tile {
  padding: 0 10%;
}
.church-digital-signage-page .signage-features .feature-tiles .tile .icon-wrapper {
  padding-top: 75px;
  padding-bottom: 24px;
  min-height: 184px;
}
@media (max-width: 768px) {
  .church-digital-signage-page .signage-features .feature-tiles .tile .icon-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .church-digital-signage-page .signage-features .feature-tiles .tile .icon-wrapper {
    min-height: 0;
  }
}
.church-digital-signage-page .signage-features .feature-tiles .tile .tile-header {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.27;
  padding-bottom: 16px;
}
.church-digital-signage-page .signage-features .feature-tiles .tile p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 8px;
}
.church-digital-signage-page .signage-features .feature-tiles .tile ul {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.67;
  font-weight: 600;
  padding-bottom: 10%;
}
.church-digital-signage-page .signage-features .feature-tiles .tile.real-time-updates {
  background-color: #a8a8a8;
}
.experiment-variation-1 .church-digital-signage-page .signage-features .feature-tiles .tile.real-time-updates,
.experiment-variation-3 .church-digital-signage-page .signage-features .feature-tiles .tile.real-time-updates {
  background-color: #c7c7c7;
}
.church-digital-signage-page .signage-features .feature-tiles .tile.dynamic-engagement {
  background-color: #7a7a7a;
}
.experiment-variation-1 .church-digital-signage-page .signage-features .feature-tiles .tile.dynamic-engagement,
.experiment-variation-3 .church-digital-signage-page .signage-features .feature-tiles .tile.dynamic-engagement {
  background-color: #a8a8a8;
}
.church-digital-signage-page .signage-features .feature-tiles .tile.set-and-forget {
  background-color: #2a2a2a;
}
.experiment-variation-1 .church-digital-signage-page .signage-features .feature-tiles .tile.set-and-forget,
.experiment-variation-3 .church-digital-signage-page .signage-features .feature-tiles .tile.set-and-forget {
  background-color: #7a7a7a;
}
.church-digital-signage-page .get-digital-signage {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .church-digital-signage-page .get-digital-signage {
    padding-top: 0;
  }
}
.church-digital-signage-page .get-digital-signage .background-box {
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: #2a2a2a;
}
@media (max-width: 768px) {
  .church-digital-signage-page .get-digital-signage .background-box {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.experiment-variation-1 .church-digital-signage-page .get-digital-signage .background-box,
.experiment-variation-3 .church-digital-signage-page .get-digital-signage .background-box {
  background-color: #ebebeb;
}
.church-digital-signage-page .get-digital-signage p {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .church-digital-signage-page .get-digital-signage {
    padding-bottom: 70px;
  }
  .church-digital-signage-page .get-digital-signage .container {
    padding-left: 0;
    padding-right: 0;
  }
  .church-digital-signage-page .get-digital-signage .h1 {
    font-size: 36px;
  }
  .church-digital-signage-page .get-digital-signage p {
    font-size: 18px;
  }
}
.faithlifebase .three-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faithlifebase .three-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .faithlifebase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .faithlifebase .three-up__section:nth-of-type(n) {
    clear: none;
  }
  .faithlifebase .three-up__section:nth-of-type(2n.faithlifebase .three-up__section + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .faithlifebase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .faithlifebase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 4.16666667%;
  }
  .faithlifebase .three-up__section:first-child {
    margin-left: 0;
  }
}
.blog-section {
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: initial;
  margin-bottom: initial;
}
@media (max-width: 768px) {
  .blog-section {
    margin-top: 600px;
  }
}
.blog-section .blog-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.blog-section .blog-container > .three-up {
  margin-top: 32px;
  justify-content: space-between;
}
.blog-section .blog-container .three-up .blog-entry.three-up__section {
  margin-bottom: 32px;
}
.blog-section .blog-container > hr.hr-small {
  margin-left: 0;
  margin-right: auto;
}
.blog-section .blog-container > h3.blog-heading {
  margin-left: 0;
  margin-right: auto;
}
.blog-section .blog-container a:visited,
.blog-section .blog-container a:active,
.blog-section .blog-container a:hover,
.blog-section .blog-container a:focus {
  text-decoration: none;
}
.blog-section .blog-img {
  max-height: 177px;
}
.blog-section h3.blog-title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  margin: initial;
  color: #585250;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 21px;
  line-height: 1;
}
.blog-section p.blog-preview {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  margin: initial;
  color: #585250;
  display: block;
  height: 132px;
  overflow: hidden;
}
.blog-section p.blog-preview,
.blog-section p.blog-preview p {
  font-size: 18px !important;
  line-height: 18px !important;
}
.blog-section h4.blog-date {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #9e9e9e;
  margin-top: 0;
  margin-bottom: 8px;
}
.blog-section.blog-section--darkmode {
  background-color: #3d3e3e;
}
.blog-section.blog-section--darkmode h3.blog-heading {
  color: #fff;
}
.blog-section.blog-section--darkmode p.blog-preview {
  color: #fff;
}
.blog-section.blog-section--darkmode h3.blog-title {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .blog-section .blog-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog-section .blog-container > hr.hr-small {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-section .blog-container > h3.blog-heading {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-section .blog-container .blog-entry.three-up__section {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .blog-section .blog-container .three-up .blog-entry.three-up__section {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .blog-section .blog-entry.three-up__section {
    width: 100%;
  }
  .blog-section .blog-img {
    max-height: initial;
  }
  .blog-section p.blog-preview {
    height: initial;
    max-height: 132px;
  }
  .blog-section h3.blog-title {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
  .blog-section > hr.hr-small {
    margin-left: 0;
  }
  .blog-section > h2.blog-heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 399px) {
  .blog-section > hr.hr-small {
    margin-left: 30px;
    margin-right: 30px;
  }
  .blog-section > h2.blog-heading {
    margin-left: 30px;
    margin-right: 30px;
  }
}