@charset "UTF-8";/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */* {
  -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: "neue-haas-grotesk-display";
  font-size: 16px;
  line-height: 1.6;
  color: #4D4D4D;
  background-color: #fff;
}

input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #1CB783;
  text-decoration: none;
}

a:hover,a.active,a:focus {
  color: #1CB783;
  transition: color 0.2s ease;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #333333;
}

.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: "neue-haas-grotesk-display";
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,.h1 {
  margin-top: 0;
  margin-bottom: 2rem;
}

h2,.h2,h3,.h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
  font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
  font-family: "neue-haas-grotesk-display";
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
  font-size: 75%;
}

h1,.h1 {
  font-size: 32px;
}

h2,.h2 {
  font-size: 32px;
}

h3,.h3 {
  font-size: 30px;
}

h4,.h4 {
  font-size: 22px;
}

h5,.h5 {
  font-size: 16px;
}

h6,.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

small,.small {
  font-size: 87%;
}

p.small {
  font-size: 14px;
}

p.large {
  font-size: 20px;
}

mark,.mark {
  background-color: #fcf8e3;
  padding: 0.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,.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #1CB783;
}

a.text-primary:hover {
  color: #158b63;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1CB783;
}

a.bg-primary:hover {
  background-color: #158b63;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

ul,ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}

ul ul,ul ol,ol ul,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: 25px;
}

dt,dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  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.6;
  color: #777777;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
  content: "— ";
}

.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-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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: 25px;
}

.table > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > th,.table > tbody > tr > td,.table > tfoot > tr > th,.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  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 > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > th,.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 > thead > tr > td,.table-condensed > tbody > tr > th,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > th,.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > th,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > th,.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 > thead > tr > th.active,.table > thead > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr > td.active,.table > tbody > tr > th.active,.table > tbody > tr.active > td,.table > tbody > tr.active > th,.table > tfoot > tr > td.active,.table > tfoot > tr > th.active,.table > tfoot > tr.active > td,.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 > thead > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > tfoot > tr.success > td,.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 > thead > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > tfoot > tr.info > td,.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 > thead > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > tfoot > tr.warning > td,.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 > thead > tr > th.danger,.table > thead > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr > td.danger,.table > tbody > tr > th.danger,.table > tbody > tr.danger > td,.table > tbody > tr.danger > th,.table > tfoot > tr > td.danger,.table > tfoot > tr > th.danger,.table > tfoot > tr.danger > td,.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%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  color: #808080;
  font-size: 2.3rem;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],select[size] {
  height: auto;
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=text],input[type=password],input[type=email],input[type=tel] {
  border-bottom: 1px solid #777777;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: white !important;
  width: 100%;
  font-size: 22px;
  color: black;
  box-shadow: none;
  outline: none;
}

input[type=text]::-ms-clear {
  display: none;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 20px;
}

.radio,.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,.checkbox label {
  min-height: 25px;
  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=radio].disabled,fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=checkbox].disabled,fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}

.form-control-static.input-lg,.input-group-lg > .form-control-static.form-control,.input-group-lg > .form-control-static.input-group-addon,.input-group-lg > .input-group-btn > .form-control-static.btn,.form-control-static.input-sm,.input-group-sm > .form-control-static.form-control,.input-group-sm > .form-control-static.input-group-addon,.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  padding: 7px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm,.input-group-sm > select.form-control,.input-group-sm > select.input-group-addon,.input-group-sm > .input-group-btn > select.btn {
  height: 37px;
  line-height: 37px;
}

textarea.input-sm,.input-group-sm > textarea.form-control,.input-group-sm > textarea.input-group-addon,.input-group-sm > .input-group-btn > textarea.btn,select[multiple].input-sm,.input-group-sm > select[multiple].form-control,.input-group-sm > select[multiple].input-group-addon,.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 37px;
  padding: 7px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 37px;
  padding: 7px 30px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 39px;
}

.input-lg,.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn {
  height: 59px;
  padding: 15px 60px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}

select.input-lg,.input-group-lg > select.form-control,.input-group-lg > select.input-group-addon,.input-group-lg > .input-group-btn > select.btn {
  height: 59px;
  line-height: 59px;
}

textarea.input-lg,.input-group-lg > textarea.form-control,.input-group-lg > textarea.input-group-addon,.input-group-lg > .input-group-btn > textarea.btn,select[multiple].input-lg,.input-group-lg > select[multiple].form-control,.input-group-lg > select[multiple].input-group-addon,.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 59px;
  padding: 15px 60px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.form-group-lg select.form-control {
  height: 59px;
  line-height: 59px;
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 59px;
  padding: 15px 60px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 45px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,.input-group-lg > .form-control + .form-control-feedback,.input-group-lg > .input-group-addon + .form-control-feedback,.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 59px;
  height: 59px;
  line-height: 59px;
}

.input-sm + .form-control-feedback,.input-group-sm > .form-control + .form-control-feedback,.input-group-sm > .input-group-addon + .form-control-feedback,.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.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: 30px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8d8d8d;
}

.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: 32px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #000;
  color: #000;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 13px;
  line-height: 1;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,.btn:focus,.btn.focus {
  color: #fff;
  background: #000;
  text-decoration: none;
  transition: background 0.2s ease;
  outline: 0;
}

.btn:active,.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #000;
  position: relative;
  border: 2px solid #000;
  z-index: 1;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: black;
}

.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  border-color: #000;
}

.btn-primary .badge {
  color: #fff;
  background-color: #000;
}

.btn-primary a {
  color: #000;
}

.btn-primary:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus {
  color: #fff;
  background-color: #000;
}

.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.focus,.btn-secondary:active,.btn-secondary.active,.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0;
}

.btn-secondary:active,.btn-secondary.active,.open > .btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn-secondary.disabled,.btn-secondary.disabled:hover,.btn-secondary.disabled:focus,.btn-secondary.disabled.focus,.btn-secondary.disabled:active,.btn-secondary.disabled.active,.btn-secondary[disabled],.btn-secondary[disabled]:hover,.btn-secondary[disabled]:focus,.btn-secondary[disabled].focus,.btn-secondary[disabled]:active,.btn-secondary[disabled].active,fieldset[disabled] .btn-secondary,fieldset[disabled] .btn-secondary:hover,fieldset[disabled] .btn-secondary:focus,fieldset[disabled] .btn-secondary.focus,fieldset[disabled] .btn-secondary:active,fieldset[disabled] .btn-secondary.active {
  background-color: transparent;
  border-color: #fff;
}

.btn-secondary .badge {
  color: transparent;
  background-color: #fff;
}

.btn-secondary a {
  color: #fff;
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.focus {
  background-color: #fff;
  color: #000;
}

.btn-lime-green {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-lime-green:hover,.btn-lime-green:focus,.btn-lime-green.focus,.btn-lime-green:active,.btn-lime-green.active,.open > .btn-lime-green.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: black;
}

.btn-lime-green:active,.btn-lime-green.active,.open > .btn-lime-green.dropdown-toggle {
  background-image: none;
}

.btn-lime-green.disabled,.btn-lime-green.disabled:hover,.btn-lime-green.disabled:focus,.btn-lime-green.disabled.focus,.btn-lime-green.disabled:active,.btn-lime-green.disabled.active,.btn-lime-green[disabled],.btn-lime-green[disabled]:hover,.btn-lime-green[disabled]:focus,.btn-lime-green[disabled].focus,.btn-lime-green[disabled]:active,.btn-lime-green[disabled].active,fieldset[disabled] .btn-lime-green,fieldset[disabled] .btn-lime-green:hover,fieldset[disabled] .btn-lime-green:focus,fieldset[disabled] .btn-lime-green.focus,fieldset[disabled] .btn-lime-green:active,fieldset[disabled] .btn-lime-green.active {
  background-color: transparent;
  border-color: #000;
}

.btn-lime-green .badge {
  color: transparent;
  background-color: #000;
}

.btn-lime-green a {
  color: #000;
}

.btn-lime-green:hover,.btn-lime-green:focus,.btn-lime-green.focus {
  background-color: #000;
  color: #1CB783;
}

.btn-lime-green a {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-lime-green a:hover,.btn-lime-green a:focus,.btn-lime-green a.focus,.btn-lime-green a:active,.btn-lime-green a.active,.open > .btn-lime-green a.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: black;
}

.btn-lime-green a:active,.btn-lime-green a.active,.open > .btn-lime-green a.dropdown-toggle {
  background-image: none;
}

.btn-lime-green a.disabled,.btn-lime-green a.disabled:hover,.btn-lime-green a.disabled:focus,.btn-lime-green a.disabled.focus,.btn-lime-green a.disabled:active,.btn-lime-green a.disabled.active,.btn-lime-green a[disabled],.btn-lime-green a[disabled]:hover,.btn-lime-green a[disabled]:focus,.btn-lime-green a[disabled].focus,.btn-lime-green a[disabled]:active,.btn-lime-green a[disabled].active,fieldset[disabled] .btn-lime-green a,fieldset[disabled] .btn-lime-green a:hover,fieldset[disabled] .btn-lime-green a:focus,fieldset[disabled] .btn-lime-green a.focus,fieldset[disabled] .btn-lime-green a:active,fieldset[disabled] .btn-lime-green a.active {
  background-color: transparent;
  border-color: #000;
}

.btn-lime-green a .badge {
  color: transparent;
  background-color: #000;
}

.btn-lime-green a a {
  color: #000;
}

.btn-lime-green a:hover,.btn-lime-green a:focus,.btn-lime-green a.focus {
  background-color: #000;
  color: #1CB783;
}

.btn-clear {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-clear:hover,.btn-clear:focus,.btn-clear.focus,.btn-clear:active,.btn-clear.active,.open > .btn-clear.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0;
}

.btn-clear:active,.btn-clear.active,.open > .btn-clear.dropdown-toggle {
  background-image: none;
}

.btn-clear.disabled,.btn-clear.disabled:hover,.btn-clear.disabled:focus,.btn-clear.disabled.focus,.btn-clear.disabled:active,.btn-clear.disabled.active,.btn-clear[disabled],.btn-clear[disabled]:hover,.btn-clear[disabled]:focus,.btn-clear[disabled].focus,.btn-clear[disabled]:active,.btn-clear[disabled].active,fieldset[disabled] .btn-clear,fieldset[disabled] .btn-clear:hover,fieldset[disabled] .btn-clear:focus,fieldset[disabled] .btn-clear.focus,fieldset[disabled] .btn-clear:active,fieldset[disabled] .btn-clear.active {
  background-color: transparent;
  border-color: #fff;
}

.btn-clear .badge {
  color: transparent;
  background-color: #fff;
}

.btn-clear a {
  color: #fff;
}

.btn-clear:hover,.btn-clear:focus,.btn-clear.focus {
  background-color: #fff;
  color: #000;
}

.btn-outline {
  padding: 14px 30px;
  background-color: white;
  border: 1px solid #919191;
  color: #919191;
}

.btn-outline:hover {
  border-color: #1CB783;
  color: #1CB783;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #398439;
}

.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-success a {
  color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #269abc;
}

.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-info a {
  color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-warning a {
  color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #ac2925;
}

.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-danger a {
  color: #fff;
}

.btn-link {
  color: #1CB783;
  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: #1CB783;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 15px 60px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-sm {
  padding: 7px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

.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%;
}

.show-button {
  display: none;
  margin-top: 20px;
}

.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-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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  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: #1CB783;
}

.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: 14px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.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-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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.input-group-addon.input-sm,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 7px 30px;
  font-size: 14px;
  border-radius: 0px;
}

.input-group-addon.input-lg,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 15px 60px;
  font-size: 20px;
  border-radius: 0px;
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.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;
}

.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: #1CB783;
}

.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  margin-bottom: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 15px;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 11px;
}

.nav-tabs > li > a {
  padding: 5px 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  border: 2px solid #000;
  border-radius: 30px;
}

.nav-tabs > li > a:hover {
  color: #fff;
  background-color: #000;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #000;
  font-weight: 500;
  cursor: default;
  position: relative;
}

.nav-tabs > li.active > a:after,.nav-tabs > li.active > a:hover:after,.nav-tabs > li.active > a:focus:after {
 /*content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #558442 0%,#99c64a 100%);
  position: absolute;
  left: 0;
  bottom: 0;*/;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.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: #1CB783;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified,.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

.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: 80px;
  margin-bottom: 0px;
}

.navbar:before,.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar-header:before,.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-top,.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.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;
  font-size: 20px;
  line-height: 25px;
  height: 80px;
}

.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
  max-height: 100%;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 5px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-nav {
  margin: 13.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

.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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

.navbar-btn.btn-sm {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}

.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}

.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;
}

.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,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.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: #090909;
}

.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: #090909;
  color: #fff;
}

.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,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 25px;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #1CB783;
  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: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus {
  color: #1CB783;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #1CB783;
  border-color: #1CB783;
  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: 15px 60px;
  font-size: 20px;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
  padding: 7px 30px;
  font-size: 14px;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  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: 0px;
  -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;
  min-height: 16.6px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.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: "neue-haas-grotesk-display";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  opacity: 0;
  filter: alpha(opacity=0);
}

.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);
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 30px;
  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 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  min-width: 300px;
  width: 50%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

.pad-none {
  padding: 0 !important;
}

.pad-top-none {
  padding-top: 0 !important;
}

.pad-right-none {
  padding-right: 0 !important;
}

.pad-bottom-none {
  padding-bottom: 0 !important;
}

.pad-left-none {
  padding-left: 0 !important;
}

.mar-none {
  margin: 0 !important;
}

.mar-top-none {
  margin-top: 0 !important;
}

.mar-right-none {
  margin-right: 0 !important;
}

.mar-bottom-none {
  margin-bottom: 0 !important;
}

.mar-left-none {
  margin-left: 0 !important;
}

.pad-sm {
  padding: 15px !important;
}

.pad-top-sm {
  padding-top: 15px !important;
}

.pad-right-sm {
  padding-right: 15px !important;
}

.pad-bottom-sm {
  padding-bottom: 15px !important;
}

.pad-left-sm {
  padding-left: 15px !important;
}

.mar-sm {
  margin: 15px !important;
}

.mar-top-sm {
  margin-top: 15px !important;
}

.mar-right-sm {
  margin-right: 15px !important;
}

.mar-bottom-sm {
  margin-bottom: 15px !important;
}

.mar-left-sm {
  margin-left: 15px !important;
}

.pad-md {
  padding: 30px !important;
}

.pad-top-md {
  padding-top: 30px !important;
}

.pad-right-md {
  padding-right: 30px !important;
}

.pad-bottom-md {
  padding-bottom: 30px !important;
}

.pad-left-md {
  padding-left: 30px !important;
}

.mar-md {
  margin: 30px !important;
}

.mar-top-md {
  margin-top: 30px !important;
}

.mar-right-md {
  margin-right: 30px !important;
}

.mar-bottom-md {
  margin-bottom: 30px !important;
}

.mar-left-md {
  margin-left: 30px !important;
}

.pad-lg {
  padding: 60px !important;
}

.pad-top-lg {
  padding-top: 60px !important;
}

.pad-right-lg {
  padding-right: 60px !important;
}

.pad-bottom-lg {
  padding-bottom: 60px !important;
}

.pad-left-lg {
  padding-left: 60px !important;
}

.mar-lg {
  margin: 60px !important;
}

.mar-top-lg {
  margin-top: 60px !important;
}

.mar-right-lg {
  margin-right: 60px !important;
}

.mar-bottom-lg {
  margin-bottom: 60px !important;
}

.mar-left-lg {
  margin-left: 60px !important;
}

.border-sm {
  border: 1px solid gray;
}

.border-top-sm {
  border-top: 1px solid gray;
}

.border-right-sm {
  border-right: 1px solid gray;
}

.border-bottom-sm {
  border-bottom: 1px solid gray;
}

.border-left-sm {
  border-left: 1px solid gray;
}

.border-lg {
  border: 4px solid gray;
}

.border-top-lg {
  border-top: 4px solid gray;
}

.border-right-lg {
  border-right: 4px solid gray;
}

.border-bottom-lg {
  border-bottom: 4px solid gray;
}

.border-left-lg {
  border-left: 4px solid gray;
}

.section-line-seperator {
  padding-top: 35px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

.section-line-seperator.white {
  border-bottom: 2px solid #fff;
}/*THESE ARE BASE STYLES THAT ARE USED FOR TESING AND STYLE GUIDES */.guide-spacing {
  border: 1px solid Maroon;
  background-color: Maroon;
}

.guide-spacing .grid__container-outer {
  background-color: white;
}

.guide-spacing .grid__container {
  background-color: #ccc;
}

.guide-spacing .grid__container-inner {
  border: 1px solid Navy;
  background-color: Navy;
}

.guide-spacing .grid__column {
  border: 1px solid red;
  background-color: red;
}

.guide-spacing .grid__component-wrapper {
  border: 1px solid blue;
  background-color: blue;
}/*Used on grid settings style guide*/.my-custom-class {
  color: blue;
}

.arrow-link {
  font-weight: 500;
}

.arrow-link:after {
  content: ">";
  font-style: normal;
  font-weight: bold;
  color: #1CB783;
  margin-left: 6px;
  font-size: 15px;
}

.arrow-link:hover:after,.arrow-link.active:after {
  color: #1CB783;
}

.arrow-link:active,.arrow-link:focus {
  color: #1CB783;
}

.arrow-link:active:after,.arrow-link:focus:after {
  color: #1CB783;
}/*Misc base styles that don't have anywhere else to go :(*/h1,h2,h3 {color: #000;}h2 {margin-bottom: 20px;}.text-color--light {color: white;}.text-color--light h1,.text-color--light h2,.text-color--light h3,.text-color--light h4,.text-color--light h5,.text-color--light h6,.text-color--light p {color: white;}.text-color--dark {color: #4D4D4D;}.text-color--dark h1,.text-color--dark h2,.text-color--dark h3,.text-color--dark h4 {color: #000;}.text-color--dark h5,.text-color--dark h6,.text-color--dark p {color: #4D4D4D;}.text-ellipsis {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.headline-with-link {display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 1em;}.headline-with-link a {white-space: nowrap;margin-bottom: 1rem;}.background-image-overlay {position: absolute;background-color: #000;height: 100%;width: 100%;opacity: 0.7;}.background-lime-green {background-color: #1CB783;}.widht_sixty {width: 60%;}.no-gutter .custum-grid-pad {padding-left: 15px !important;padding-right: 15px !important;}.no-gutter .custum-row-pad {margin-left: -15px;margin-right: -15px;}.grid-container--wrapped .grid-nopad-column {padding: 0px;}::-webkit-scrollbar {width: 2px;height: 2px;}/* Track */::-webkit-scrollbar-track {background: transparent;}/* Handle */::-webkit-scrollbar-thumb {background: #000;}/* Handle on hover */::-webkit-scrollbar-thumb:hover {background: #555;}/*DEFINE OUR FONT FACES HERE*//*Classes for each font to be used in style guide */.font-lato {font-family: "Lato", Arial, sans-serif;}.font-mont {font-family: "Montserrat", Arial, sans-serif;}/*GRID SETTING STYLES */.no-gutter .row,.no-gutter.row {margin: 0;}.no-gutter .row [class*=col-],.no-gutter.row [class*=col-] {padding: 0;margin: 0;}.no-gutter[class*=col-] {padding: 0;margin: 0;}.no-gutter [class*=col-] {padding: 0;margin: 0;}.no-gutter .container-fluid,.no-gutter .container,.no-gutter.container-fluid,.no-gutter.container {padding-left: 0;padding-right: 0;}/*IF SET ON COLUMN, WONT HAVE GUTTER ON MOBILE *//*Set Backgrond to black*/.background-black {background-color: #000;color: #fff;}.background-black h1,.background-black h2,.background-black h3,.background-black h4,.background-black h5,.background-black h6,.background-black p {color: #fff;}/*Set columns in row to equal height.  Might not always work with all components */.equal-height-row--no-wrap .row {flex-wrap: nowrap !important;}/*FIX FOR SPACING - IF WE HAVE PADDING ON OUR CONTAINER, WE DON'T WANT THE DEFAULT CONTAINER ONE*/.grid__container-inner[class*=pad-right-] {
  margin-right: -15px;
}

.grid__container-inner[class*=pad-left-] {
  margin-left: -15px;
}

.accordion-toggle:after {
 /* symbol for "opening" panels */
  font-family: "Font Awesome 5 Free";
 /* essential for enabling glyphicon */
  content: "\f068";
 /* adjust as needed, taken from bootstrap.css */
  color: #1CB783;
 /* adjust as needed */
  padding-left: 20px;
}

.accordion-toggle.collapsed:after {
 /* symbol for "collapsed" panels */
  content: "\f067";
 /* adjust as needed, taken from bootstrap.css */;
}

.faq-question {
  font-weight: bold;
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.field-validation-error {
  color: red;
}

.field,.select_holder {
  margin: 3rem 0 1rem;
}

.field.half_field.last {
  margin-bottom: 4rem;
}

.field,.select_holder {
  position: relative;
}

.form-group {
  position: relative;
}

label {
  position: absolute;
  top: 0;
  color: #919191;
  transition: all 0.1s linear;
}

label.on {
  color: #1CB783;
  top: -13px;
  font-size: 1.3rem;
  font-weight: bold;
}

label.on + input {
  border-color: #1CB783;
}

label.show {
  top: -13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.custom-select {
  width: 100%;
  height: 39px;
  border-top: 0;
  font-size: 22px;
  color: black;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;
  background: #fff url("/images/down-arrow.png") no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: none;
}

.custom-select:active,.custom-select:focus {
  border-color: #1CB783;
}

.checkbox label,.radio label {
  margin-left: 0;
  padding-left: 0;
  opacity: 1;
  top: 0;
  position: relative;
  font-size: 1.8rem;
}

.checkbox label:after,.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox span,.radio span {
  position: relative;
  display: inline-block;
  border: 1px solid #1CB783;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.checkbox span .icon,.radio span .icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 15%;
  color: #1CB783;
}

.checkbox label input[type=checkbox],.radio label input[type=radio] {
  display: none;
}

.checkbox label input[type=checkbox] ~ span > .icon,.radio label input[type=radio] ~ span > .icon {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox label input[type=checkbox]:checked ~ span > .icon,.radio label input[type=radio]:checked ~ span > .icon {
  opacity: 1;
}

.checkbox label input[type=checkbox]:checked ~ span + strong,.radio label input[type=radio]:checked ~ strong {
  color: black;
}

.radio span {
  border-radius: 50%;
}

.g-recaptcha .grecaptcha-badge {
  z-index: 500;
}

.modal-backdrop {
  top: 65px;
  z-index: 1;
}

.modal-open .modal {
  padding-right: 0;
}

.modal-open .search-open.fa-search:before {
  content: "✕";
  margin-left: 4px;
}

.c-navigation__links ul li.open .dropdown-menu:after {
 /*content: "";
  display: block;
  width: 120vw;
  position: absolute;
  height: 100%;
  background: black;
  margin-left: -60vw;
  top: 0;
  z-index: -1;*/;
}

.c-navigation {
  background-color: rgb(0, 0, 0);
  min-height: 0;
  z-index: 2;
  position: relative;
}

.c-navigation a {
  color: #fff;
}

.c-navigation a:hover {
  color: #1CB783;
  transition: color 0.2s ease;
}

.c-navigation__wrap .navbar-brand {
  height: auto;
}

.c-navigation__links {
  box-shadow: none;
}

.c-navigation__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-navigation__links ul li {
  margin-right: 10px;
  padding: 0 7px;
}

.c-navigation__links ul li:last-of-type {
  margin-right: 0;
}

.c-navigation__links ul li a {
  color: #ADADAD;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
}

.c-navigation__links ul li a:hover {
  color: #1CB783;
  background: none;
}

.c-navigation__links ul li a:focus {
  background: none;
  color: #fff;
}

.c-navigation__links ul li .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.c-navigation__links ul li .dropdown-toggle i {
  vertical-align: middle;
  margin-left: 5px;
}

.c-navigation__links ul li.resources {
  padding: 0;
}

.c-navigation__links ul li.resources .fa-angle-down-resource {
  display: inline-block;
}

.c-navigation__links ul li.resources .fa-angle-up-resource {
  display: none;
}

.c-navigation__links ul li.resources.open .fa-angle-down-resource {
  display: none;
}

.c-navigation__links ul li.resources.open .fa-angle-up-resource {
  display: inline-block;
}

.c-navigation__links ul li.resources.open .black-background {
  display: block;
}

.c-navigation__links ul li.resources .black-background {
  height: 225px;
  width: 100.5vw;
  background-color: #000;
  position: absolute;
  right: -48.9vw;
  border-radius: 0 0 30px 30px;
  display: none;
}

.c-navigation__links ul li.resources .dropdown-menu {
  background-color: #000;
}

.c-navigation__links ul li.resources .dropdown-menu a {
  color: #fff;
}

.c-navigation__links ul li.resources-mobile {
  display: block;
}

.c-navigation__links ul li.open .dropdown-toggle {
  color: #fff;
  background-color: #000;
}

.c-navigation__links ul li.open .dropdown-toggle i {
  vertical-align: middle;
  margin-left: 5px;
}

.c-navigation__links ul li.open .dropdown-menu {
  border: none;
}

.c-navigation__links ul li.open .dropdown-menu a {
  padding: 7px 10px;
}

.c-navigation__links ul li.open .dropdown-menu a:hover {
  color: #1CB783;
}

.c-navigation__links ul li.open .dropdown-menu a i {
  color: #FFFFFF;
}

.c-navigation__links ul li.open .dropdown-menu a:hover i {
  color: #1CB783;
}

.c-navigation__links ul li.open .dropdown-menu:after {
  content: "";
  display: block;
  width: 180vw;
  position: absolute;
  height: 100%;
  background: black;
  margin-left: -80vw;
  top: 0;
  z-index: -1;
}

.c-navigation__links ul li .dropdown-menu {
  border: none;
  padding: 12px 0px;
  border-radius: 0;
}

.c-navigation__links ul li .dropdown-menu a {
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-navigation__links ul a {
  padding: 0;
}

.c-navigation__links ul .sign-up-now a {
  font-size: 14px;
  padding: 3px 20px;
  margin: 0;
  font-weight: 800;
  color: white;
  max-width: max-content;
}

.c-navigation__links ul .sign-up-now a:hover {
  background: #1CB783;
  color: #fff;
}

.c-navigation__links ul.profile .dropdown {
  margin-right: 40px;
}

.c-navigation__links ul.profile .dropdown .fa-angle-down-profile {
  display: inline-block;
}

.c-navigation__links ul.profile .dropdown .fa-angle-up-profile {
  display: none;
}

.c-navigation__links ul.profile .dropdown.open .fa-angle-down-profile {
  display: none;
}

.c-navigation__links ul.profile .dropdown.open .fa-angle-up-profile {
  display: inline-block;
}

.c-navigation__links ul.profile .dropdown i {
  margin-right: 5px;
}

.c-navigation__links ul.profile .dropdown .fa-user-circle {
  font-size: 23px;
  vertical-align: bottom;
}

.c-navigation__links ul.profile .profile-mobile a {
  font-weight: normal;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: inherit;
}

.c-navigation__links ul.profile .profile-mobile i {
  margin-right: 8px;
  font-size: 25px;
  vertical-align: middle;
  min-width: 32px;
  color: #919191;
}

.c-navigation__search {
  align-items: center;
  margin-left: auto;
}

.c-navigation__search:focus {
  text-decoration: none;
  color: #fff;
}

.c-navigation__search:hover {
  text-decoration: none;
  color: #fff;
}

.c-navigation__search a {
  font-size: 25px;
}

.c-navigation__search a:focus {
  text-decoration: none;
  color: #fff;
}

.c-navigation__search a:hover {
  text-decoration: none;
  color: #fff;
}

.c-navigation__search-mobile {
  margin-right: 0;
  margin-left: auto;
  font-size: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 12px;
  padding: 10px 15px;
}

.c-navigation__search-mobile:focus,.c-navigation__search-mobile:active {
  text-decoration: none;
  color: #fff;
}

.c-navigation__search-mobile:hover {
  text-decoration: none;
  color: #fff !important;
}

.c-navigation__search-box .field {
  margin: 0;
}

.c-navigation__search-box .search-input input {
  border: 0;
  font-size: 17px;
  font-weight: 700;
  outline: none;
  width: 100%;
  color: #000;
  padding: 17px 10px 17px 20px;
}

.c-navigation__search-box .search-input ::placeholder {
  color: #aeaeae;
  opacity: 1;
 /* Firefox */;
}

.c-navigation__search-box .search-input :-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #aeaeae;
}

.c-navigation__search-box .search-input ::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #aeaeae;
}

.c-navigation__search-box .search-cta {
  font-size: 20px;
  color: #4D4D4D;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 20px;
}

.c-navigation .modal-dialog {
  top: 64px;
  width: 100%;
  max-width: 1140px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-navigation .modal-dialog .modal-content {
  border-radius: 0;
}

.c-navigation.navbar-default {
  border: none;
}

.c-navigation.navbar-default a {
  color: #fff;
}

.c-navigation.navbar {
  border-radius: 0px;
}

.c-navigation .navbar-collapse {
  width: 100%;
}

.c-navigation .logo {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.c-navigation .logo .navbar-toggle {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: none;
  padding: 0 10px;
}

.c-navigation .logo .navbar-toggle.collapsed {
  border-color: #fff;
  padding: 9px 10px;
}

.c-navigation .logo .navbar-toggle.collapsed .icon-bar {
  display: block;
  background-color: #fff;
}

.c-navigation .logo .navbar-toggle.collapsed .icon-close {
  display: none;
}

.c-navigation .logo .navbar-toggle .icon-bar {
  display: none;
}

.c-navigation .logo .navbar-toggle .icon-close {
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 33px;
  width: 27px;
}

.c-navigation .logo .navbar-toggle .icon-close:before {
  content: "✕";
}

.c-navigation .logo .navbar-brand {
  height: auto;
  display: none;
}

.c-navigation .logo .navbar-brand.navbar-brand-mobile {
  display: block;
}

.c-navigation .logo .navbar-brand.navbar-brand-mobile img {
  width: 26px;
}

.c-navigation .logo .navbar-brand img {
  width: 250px;
}

.c-navigation.c-navigation--no-marquee {
  background-color: #000;
  position: relative;
  border-bottom: none;
}

.c-navigation.c-navigation--no-marquee:after {
 /*content: "";
  display: block;
  width: 100%;
  padding-top: 12%;*/ /*position: absolute;
  top: 100%;
  left: 0;
  background: transparent url(/images/wave-navigation.png) no-repeat scroll 0 0;
  background-size: cover;
  background-position-y: bottom;
  z-index: -1;*/;
}

#sli_autocomplete {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-box-shadow: 0px 11px 22px -1px rgba(0, 0, 0, 0.61) !important;
  -moz-box-shadow: 0px 11px 22px -1px rgba(0, 0, 0, 0.61) !important;
  box-shadow: 0px 11px 22px -1px rgba(0, 0, 0, 0.61) !important;
}

#sli_autocomplete .sli_ac_suggestions {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#sli_autocomplete .sli_ac_suggestions .sli_ac_section {
  display: none;
}

#sli_autocomplete .sli_ac_suggestions .sli_ac_sugg {
  border-bottom: none;
  color: #000;
  font-size: 16px;
  padding: 6px 4px 6px 20px;
}

#sli_autocomplete .sli_ac_suggestions .sli_ac_sugg .word {
  color: #000;
}

#sli_autocomplete .sli_ac_suggestions .sli_ac_sugg .in {
  color: #000;
  font-style: normal;
}

#sli_autocomplete .sli_ac_suggestions .sli_ac_sugg .scope {
  color: #000;
  font-weight: bold;
  font-style: normal;
}

#sli_autocomplete .sli_ac_suggestions .sli_ac_suggestion {
  background: #fff;
}

#sli_autocomplete .sli_ac_suggestions .highlight {
  font-weight: normal;
}/* Dropdown Button */.language-dropdown__btn {
  color: #ADADAD;
  padding: 20px 0 15px;
  border: none;
  outline: 0;
  cursor: pointer;
  display: inline;
  background: transparent;
  font-size: 18px;
}

.language-dropdown__btn:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.language-dropdown__btn:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}/* Dropdown button on hover & focus */.language-dropdown__btn:hover,.language-dropdown__btn:focus {
  color: #1CB783;
  transition: color 0.2s ease;
}/* The container <div> - needed to position the dropdown content */.language-dropdown {
  position: relative;
  display: inline-block;
}/* Dropdown Content (Hidden by Default) */.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}/* Links inside the dropdown */.dropdown-content a {
  color: black !important;
  text-decoration: none;
  display: block;
  padding: 5px 10px !important;
}/* Change color of dropdown links on hover */.dropdown-content a:hover {
  background-color: #fff !important;
}/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */.show {
  display: block;
}

.language-link.en .en {
  display: none;
}

.language-link.es .es {
  display: none;
}

.c-footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0 45px;
  position: relative;
  margin-top: 60px;
}

.c-footer:before {
 /*content: "";
  display: block;
  width: 100%;
  padding-bottom: 15%;*/ /*position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent url(/images/wave-footer.gif) no-repeat scroll 0 0;
  background-size: cover;
  z-index: -1;*/;
}

.c-footer a {
  color: #fff;
}

.c-footer a:hover {
  color: #1CB783;
  transition: color 0.2s ease;
}

.c-footer h3 {
  font-size: 24px;
}

.c-footer h4 {
  font-size: 28px;
  margin: 0 0 10px;
  color: white;
}

.c-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.c-footer .social-icons {
  color: #646464;
  font-size: 30px;
  margin-bottom: 18px;
}

.c-footer .social-icons a {
  color: #fff;
}

.c-footer .social-icons a:hover {
  color: #1CB783;
  transition: color 0.2s ease;
}

.c-footer .social-icons ul li {
  margin-right: 17px;
}

.c-footer .sub-footer {
  font-size: 12px;
  line-height: 1.1;
  position: relative;
  padding-top: 20px;
  display: flex;
}

.c-footer .sub-footer ul {
  margin-bottom: 5px;
  display: block;
  padding-right: 50px;
}

.c-footer .sub-footer ul li {
  padding-bottom: 6px;
}

.c-footer .sub-footer ul li:first-of-type {
  padding-left: 0;
}

.c-footer .sub-footer ul li:last-of-type {
  padding-right: 0;
  border: 0;
}

.c-footer .sub-footer:before {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background-color: #262626;
  position: absolute;
  top: 0;
  left: 0;
}

.c-footer .sub-footer__copyright {
  display: block;
}

.c-footer .sub-footer__copyright p {
  padding-right: 0px;
  margin-bottom: 6px;
}

.c-background-hero__details {
  color: #000;
  padding-bottom: 40px;
}

.c-background-hero--large .c-background-hero__details {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.c-background-hero--large p {
  font-size: 20px;
}/*Misc base styles that don't have anywhere else to go :(*/h1,h2,h3 {color: #000;}h2 {margin-bottom: 20px;}.text-color--light {color: white;}.text-color--light h1,.text-color--light h2,.text-color--light h3,.text-color--light h4,.text-color--light h5,.text-color--light h6,.text-color--light p {color: white;}.text-color--dark {color: #4D4D4D;}.text-color--dark h1,.text-color--dark h2,.text-color--dark h3,.text-color--dark h4 {color: #000;}.text-color--dark h5,.text-color--dark h6,.text-color--dark p {color: #4D4D4D;}.text-ellipsis {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.headline-with-link {display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 1em;}.headline-with-link a {white-space: nowrap;margin-bottom: 1rem;}.background-image-overlay {position: absolute;background-color: #000;height: 100%;width: 100%;opacity: 0.7;}.background-lime-green {background-color: #1CB783;}.widht_sixty {width: 60%;}.no-gutter .custum-grid-pad {padding-left: 15px !important;padding-right: 15px !important;}.no-gutter .custum-row-pad {margin-left: -15px;margin-right: -15px;}.grid-container--wrapped .grid-nopad-column {padding: 0px;}::-webkit-scrollbar {width: 2px;height: 2px;}/* Track */::-webkit-scrollbar-track {background: transparent;}/* Handle */::-webkit-scrollbar-thumb {background: #000;}/* Handle on hover */::-webkit-scrollbar-thumb:hover {background: #555;}/*@import 'global/forms';*//*DEFINE OUR FONT FACES HERE*//*Classes for each font to be used in style guide */.font-lato {font-family: "Lato", Arial, sans-serif;}.font-mont {font-family: "Montserrat", Arial, sans-serif;}.three-column-list ul {display: flex;flex-wrap: wrap;padding: 10px 0;}.three-column-list ul li {display: inline-block;width: 100%;padding-right: 0px;box-sizing: border-box;}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}.col-xs-5ths {width: 20%;float: left;}.scroller-row {overflow-x: auto;white-space: nowrap;display: flex;flex-wrap: wrap;}.scroller-row .scroller-item,.scroller-row > [class*=col-] {display: inline-block;float: none;}.scroller-row-lg {overflow-x: auto;white-space: nowrap;display: flex;flex-wrap: wrap;}.scroller-row-lg .scroller-item,.scroller-row-lg > [class*=col-] {display: inline-block;float: none;}.scroller-row-xs {display: flex;flex-wrap: wrap;}.scroller-row-sm {display: flex;flex-wrap: wrap;}.scroller-row-md {display: flex;flex-wrap: wrap;}.g-content-item a {width: 100%;display: flex;flex-wrap: wrap;padding: 15px 15px;color: black;flex-direction: column;border: 5px solid transparent;border-radius: 5px;}.g-content-item a:hover {text-decoration: none;color: #1CB783;border: 5px solid #1CB783;}.g-content-item i {margin-right: 20px;margin-left: auto;font-size: 25px;color: #1CB783;position: absolute;right: 0;top: 45px;}.g-content-item__copy {padding: 5px 25px 0 0;width: 100%;}.g-content-item__copy h4 {margin-bottom: 4px;}.g-content-item__headline {margin: 0;width: 100%;font-size: 18px;}.g-content-item__subhead {margin: 0;line-height: 1.2;color: #535353;font-size: 15px;}.g-content-item__image img {width: 90px;height: auto;filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.15));}.g-content-tile {display: block;width: 100%;margin-bottom: 2rem;min-height: 215px;}.g-content-tile__image img {width: 100%;margin-bottom: 1.875rem;background-color: #D8D8D8;filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.15));border-radius: 10px;}.g-content-tile__headline {margin: 0;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: black;margin-bottom: 2px;font-size: 16px;}.g-content-tile__subhead {margin: 0;line-height: 1.2;color: #535353;font-size: 14px;}.g-content-tile--round .g-content-tile__image {position: relative;overflow: hidden;border-radius: 50%;background-color: #d8d8d8;width: 150px;height: 150px;}.g-content-tile--round .g-content-tile__image img {margin-left: auto;margin-right: auto;position: absolute;left: 50%;top: 50%;height: auto;width: auto;max-height: 100%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.g-content-tile--round .g-content-tile__copy {margin-top: 1rem;}.g-content-tile.p-worship-leader-tile {padding-top: 20px;}.g-content-tile.p-worship-leader-tile .g-content-tile__image {margin-left: auto;margin-right: auto;border-width: 5px;border-style: solid;border-color: #ffffff;}.g-content-tile.p-worship-leader-tile .g-content-tile__image:hover {border-color: #1CB783;}.p-song-tile .g-content-tile__image img {border: 5px solid transparent;}.p-song-tile .g-content-tile__image img:hover {border: 5px solid #1CB783;}.g-pagination > li.g-pagination__pages {display: block;}.g-pagination > li.g-pagination__pages > span {border: none;padding-left: 0;width: 100%;margin-bottom: 1rem;}.g-pagination > li.g-pagination__pages > span:hover {color: #1CB783;background-color: transparent;border-color: none;}.d-flex {display: flex;}.d-flex.align-items-center {align-items: center;}.d-flex.justify-space-between {justify-content: space-between;}.d-flex.justify-space-between a {white-space: nowrap;}.d-flex.flex-wrap {flex-wrap: wrap;}.t-blog-post .blog_header {margin-bottom: 2rem;}.t-blog-post .date {font-weight: bold;}.t-blog-post__content {padding-bottom: 2rem;}.t-blog-post .pager li > span {border: none;}.t-blog-post .pager li > span a {font-weight: bold;color: #1CB783;}.t-blog-post .pager li > span a:hover {color: #1CB783;text-decoration: none;}.t-membership-login { /*.forgot-password {
      color: $gray;
      margin-left: 1rem;
  }*/}.t-membership-login h2 {margin-bottom: 2rem;}.t-membership-login .form-group > div:last-child {margin-bottom: 2rem;}.t-membership-login .form-group .btn-primary {margin-right: 2rem;}.t-song-details__marquee {color: #fff;padding: 0px 0 0;position: relative;z-index: 1;margin-bottom: 1%;text-align: center; /*
  @media (max-width: $screen-md) {
      margin-bottom: 0;
  }
      */}.t-song-details__marquee .image-container-mobile {width: 100%;position: relative;}.t-song-details__marquee .image-container-mobile img {width: 100%;max-width: 450px;display: block;margin: 20px auto 40px;border-radius: 30px;}.t-song-details__marquee .image-container-mobile .free-chart {text-align: center;position: absolute;left: 50%;top: 100%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.t-song-details__marquee .image-container-mobile .free-chart a {border-radius: 50px;font-size: 14px;font-family: "neue-haas-grotesk-display";padding: 12px 20px;background-color: rgba(0, 0, 0, 0.4);}.t-song-details__marquee .image-container-mobile .free-chart a:before {border-radius: 50px;}.t-song-details__marquee .image-container-mobile .free-chart a:hover {color: #333;background-color: #fff;}.t-song-details__marquee h1 {margin-bottom: 0px;color: #fff;font-size: 32px;}.t-song-details__marquee h2 {margin-bottom: 5px;color: #fff;font-size: 22px;}.t-song-details__marquee p a {color: #fff;font-weight: bold;}.t-song-details__marquee p a:hover {color: #1CB783;transition: color 0.2s ease;}.t-song-details__marquee > .container {position: relative;z-index: 2;}.t-song-details__marquee > .container > .row {align-items: center;display: block;}.t-song-details__marquee:before {content: "";background: none;}.t-song-details__marquee:after { /*content: "";
  width: 100%;
  display: block;
  background: url(/images/wave-marquee-mobile.png) no-repeat scroll center top;
  background-size: 100%;
  padding-bottom: 27%;
  position: absolute;
  top: 96%;

  @media (min-width: 500px) {
      top: 94%;
  }

  @media (min-width: $screen-md) {
      background-image: url(/images/wave-marquee.png);
      top: 90%;
      padding-bottom: 14.5%;
  }

  @media (min-width: 500px) {
      background-image: url(/images/wave-marquee.png);
      top: 90%;
      padding-bottom: 14.5%;
  }

  @media (min-width: $screen-lg) {
      top: 81%;
  }

  @media (max-width: $screen-sm) {
      display: none;
  }*/}.t-song-details__marquee__headline {margin-bottom: 10px;font-size: 64px;color: #fff;}.t-song-details__marquee__background-wrap {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;z-index: -1;}.t-song-details__marquee__background {filter: blur(15px);-webkit-filter: blur(15px);width: 120%;height: 115%;top: -30px;left: -50px;z-index: -2;position: absolute;}.t-song-details__marquee__content {background-color: #000;padding: 60px 25px 0px;position: relative;}.t-song-details__marquee__copy {padding-top: 0;text-align: left;}.t-song-details__marquee__image {margin: 0 auto 45px;position: relative;display: none;margin-right: 0;}.t-song-details__marquee__image .image-container {margin-right: auto;margin-left: auto;position: relative;width: 270px;height: 270px;margin-top: 10px;}.t-song-details__marquee__image .image-container img {right: 0;margin: 0 auto;position: absolute;left: 50%;top: 50%;height: 100%;width: auto;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border-radius: 30px;}.t-song-details__marquee__image .free-chart {text-align: center;position: absolute;left: 50%;top: 100%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.t-song-details__marquee__image .free-chart a {border-radius: 50px;font-size: 16px;font-family: "neue-haas-grotesk-display";background-color: rgba(0, 0, 0, 0.4);}.t-song-details__marquee__image .free-chart a:before {border-radius: 50px;}.t-song-details__marquee__image .free-chart a:hover {color: #333;background-color: #fff;}.t-song-details__marquee .social-icons {color: #646464;font-size: 30px;background: none;line-height: 1rem;padding: 15px 0;}.t-song-details__marquee .social-icons.social-icons-desktop {display: none;}.t-song-details__marquee .social-icons.social-icons-mobile {margin-bottom: 40px;}.t-song-details__marquee .social-icons__list {background: #000;}.t-song-details__marquee .social-icons a {color: #646464;display: inline-block;background-size: contain;background-repeat: no-repeat;width: 29px;height: 30px;}.t-song-details__marquee .social-icons a:hover {color: #1CB783;transition: color 0.2s ease;}.t-song-details__marquee .social-icons a.planning-center {background-image: url("/images/planning-center-grey.png");}.t-song-details__marquee .social-icons a.planning-center:hover {background-image: url("/images/planning-center-green-1.png");}.t-song-details__marquee .social-icons a.multi-tracks {background-image: url("/images/multitracks-grey.png");}.t-song-details__marquee .social-icons a.multi-tracks:hover {background-image: url("/images/multitracks-green-1.png");}.t-song-details__marquee .social-icons a.loop-community {background-image: url("/images/loop-grey.png");}.t-song-details__marquee .social-icons a.loop-community:hover {background-image: url("/images/loop-green-1.png");}.t-song-details__marquee .social-icons a.the-worship-initiative {background-image: url("/images/twi-gray.svg");}.t-song-details__marquee .social-icons a.the-worship-initiative:hover {background-image: url("/images/twi-green.svg");}.t-song-details__marquee .social-icons a.praise-charts {background-image: url("/images/praise-charts-gray.svg");}.t-song-details__marquee .social-icons a.praise-charts:hover {background-image: url("/images/praise-charts-green.svg");}.t-song-details__marquee .social-icons a.sheet-music {background-image: url("/images/chart-grey.png");}.t-song-details__marquee .social-icons a.sheet-music:hover {background-image: url("/images/chart-green-1.png");}.t-song-details__marquee .social-icons a.buy-itunes {background-image: url("/images/itunes-grey.png");}.t-song-details__marquee .social-icons a.buy-itunes:hover {background-image: url("/images/itunes-green.png");}.t-song-details__marquee .social-icons a.wt-kids {background-image: url("/images/igniter-gray.png");}.t-song-details__marquee .social-icons a.wt-kids:hover {background-image: url("/images/igniter-green.png");}.t-song-details__marquee .social-icons a.add-to-spotify {background-image: url("/images/spotify-grey.png");}.t-song-details__marquee .social-icons a.add-to-spotify:hover {background-image: url("/images/spotify-green-1.png");}.t-song-details__marquee .social-icons a img {height: 30px;}.t-song-details__marquee .social-icons ul {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: row;}.t-song-details__marquee .social-icons ul li {margin-right: 18px;}.t-song-details__marquee .social-icons.social-icons-mobile {display: inline-block;padding: 15px 0;width: 100%;background: #000;}.t-song-details__marquee .social-icons.social-icons-mobile ul {justify-content: center;}.t-song-details__marquee .social-icons.social-icons-mobile ul li {font-size: 35px;margin-top: 10px;margin-bottom: 10px;}.t-song-details__marquee .social-icons.social-icons-mobile ul li a {color: #1CB783;}.t-song-details__marquee .social-icons.social-icons-mobile ul li a:hover {color: #1CB783;}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.planning-center {background-image: url("/images/planning-center-green-1.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.planning-center:hover {background-image: url("/images/planning-center-grey.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.multi-tracks {background-image: url("/images/multitracks-green-1.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.multi-tracks:hover {background-image: url("/images/multitracks-grey.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.loop-community {background-image: url("/images/loop-green-1.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.loop-community:hover {background-image: url("/images/loop-grey.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.the-worship-initiative {background-image: url("/images/twi-gray.svg");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.the-worship-initiative:hover {background-image: url("/images/twi-green.svg");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.the-worship-initiative {background-image: url("/images/twi-gray.svg");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.the-worship-initiative:hover {background-image: url("/images/twi-green.svg");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.sheet-music {background-image: url("/images/chart-green-1.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a.sheet-music:hover {background-image: url("/images/chart-grey.png");}.t-song-details__marquee .social-icons.social-icons-mobile ul li a img {vertical-align: initial;}.t-song-details__marquee .social-icons.social-icons-mobile ul li:nth-child(2) {margin: 0px 40px;padding: 10px 40px;border-left: 1px solid;border-right: 1px solid;}.t-song-details__marquee .social-icons.social-icons-desktop {display: none;}.t-song-details__marquee .underline {display: none;}.t-song-details__marquee .large {margin-bottom: 5px;font-size: 16px;}.t-song-details__marquee .large a {color: #fff;font-weight: normal;}.t-song-details__marquee .heart {font-size: 20px;position: absolute;right: 15px;bottom: 0;}.t-song-details__audio {margin-top: 80px;padding: 12px;background: #000;margin-left: -15px;margin-right: -15px;}.t-song-details__audio #mt-player {width: 100%;display: flex;align-items: center;justify-content: center;}.t-song-details__audio a {color: #1CB783;}.t-song-details__audio a:hover {color: #1CB783;}.t-song-details__audio h2 span {font-size: 18px;font-weight: normal;font-family: "neue-haas-grotesk-display";float: right;margin-top: 17px;}.t-song-details__audio audio {width: 100%;}.t-song-details__videos .row {display: flex;flex-direction: row;align-items: flex-start;justify-content: flex-start;flex-wrap: nowrap;overflow-x: auto;}.t-song-details__videos .row .p-video-tile {width: 140px;flex: 0 0 auto;}.t-song-details__videos .c-component-video-blade-container {background-color: #fff;}.t-song-details__videos .c-component-video-blade__headline {display: none;}.t-song-details__info {background-color: black;color: white;padding: 50px 0;margin: 0 0;}.t-song-details__info a {color: white;}.t-song-details__info .section-line-seperator {display: none;}.t-song-details__chords .nav-tabs {overflow-x: scroll;margin-bottom: 0px;}.t-song-details__chords .nav-tabs a {color: #fff;font-weight: 500;border: 2px solid #fff;border-radius: 30px;text-transform: capitalize;}.t-song-details__chords .nav-tabs a:hover {color: #000;background-color: #fff;}.t-song-details__chords .nav-tabs li.active a {color: #000;background-color: #fff;}.t-song-details__chords .nav-tabs .details {display: inline-block;}.t-song-details__chords .nav-tabs .related {display: inline-block;}.t-song-details__chords .chordProContainer {font-size: 18px;}.t-song-details__chords .chordProContainer .chord-pro-line {margin-bottom: 4px;}.t-song-details__chords .chordProContainer .chord-pro-line .chord-pro-note {height: 21.4px;display: inline-block;}.t-song-details__chords .chordProContainer .chord-pro-line .chord-pro-lyric {color: #D9D9D9;line-height: 18px;}.t-song-details__chords .chordProContainer .free-chords {color: #1CB783;}.t-song-details__chords .chordProContainer .free-chords:hover {color: #1CB783;}.t-song-details__chords .chordProContainer .free-chords img {height: 25px;margin-right: 10px;margin-top: -3px;}.t-song-details__chords .transposeControls {padding: 25px 0px;font-size: 18px;}.t-song-details__chords .transposeControls .transposeControls-container {display: flex;align-items: center;}.t-song-details__chords .transposeControls .transposeControls-container span {padding-right: 30px;}.t-song-details__chords .transposeControls .transposeControls-container select {padding: 7px 35px 7px 20px;padding-right: 40px;border: none;border: 2px solid #fff;line-height: 1.2;-webkit-appearance: none;background: #000 url(/images/Polygon-1.svg) no-repeat scroll right 20px center;border-radius: 30px;font-size: 15px;}.t-song-details__chords .transposeControls .transposeControls-container select::-ms-expand {display: none;}.t-song-details__chords .transposeControls .transposeControls-container .suffix {vertical-align: super;font-size: 10px;}.t-song-details__details {display: none;margin-top: 140px;}.t-song-details__details .detail {display: flex;border-bottom: 1px solid #919191;padding: 15px 0 3px;}.t-song-details__details .detail span {width: 200px;font-size: 14px;color: #D9D9D9;}.t-song-details__details .detail p {margin: 0;width: 60%;}.t-song-details__details .detail a {color: #fff;}.t-song-details__details .detail a:hover {color: #1CB783;}.t-song-details .btn-favorite,.t-song-details .btn-songlist {font-size: 20px;margin-right: 8px;}.t-song-details .btn-favorite a,.t-song-details .btn-songlist a {color: #fff;}.t-song-details .btn-favorite a:hover,.t-song-details .btn-songlist a:hover {color: #1CB783;}.t-song-details .btn-favorite .is-loading,.t-song-details .btn-songlist .is-loading {display: none;}.t-song-details .btn-favorite a.is-favorite,.t-song-details .btn-songlist a.is-favorite {display: none;}.t-song-details .btn-favorite.is-favorite a.is-favorite,.t-song-details .btn-songlist.is-favorite a.is-favorite {display: inline-block;color: #1CB783;}.t-song-details .btn-favorite.is-favorite a.is-favorite:hover,.t-song-details .btn-songlist.is-favorite a.is-favorite:hover {color: #1CB783;}.t-song-details .btn-favorite.is-favorite a.not-favorite,.t-song-details .btn-songlist.is-favorite a.not-favorite {display: none;}.t-song-details .btn-favorite a.is-list,.t-song-details .btn-songlist a.is-list {display: none;}.t-song-details .btn-favorite.is-list a.is-list,.t-song-details .btn-songlist.is-list a.is-list {display: inline-block;color: #1CB783;}.t-song-details .btn-favorite.is-list a.is-list:hover,.t-song-details .btn-songlist.is-list a.is-list:hover {color: #1CB783;}.t-song-details .btn-favorite.is-list a.not-list,.t-song-details .btn-songlist.is-list a.not-list {display: none;}.t-song-details .btn-favorite.is-loading .is-loading,.t-song-details .btn-songlist.is-loading .is-loading {display: inline-block;}.t-song-details .btn-favorite.is-loading .is-favorite,.t-song-details .btn-favorite.is-loading .not-favorite,.t-song-details .btn-songlist.is-loading .is-favorite,.t-song-details .btn-songlist.is-loading .not-favorite {display: none !important;}.t-song-details .btn-favorite .error,.t-song-details .btn-songlist .error {color: red;display: none;}.t-song-details .btn-favorite.error .error,.t-song-details .btn-songlist.error .error {display: inline-block;}.t-song-details .toggle-songlist a.is-favorite {color: #1CB783;}.t-song-details .toggle-songlist {font-size: 20px;}.t-song-details .toggle-songlist a {color: #fff;}.t-song-details .toggle-songlist a:hover {color: #1CB783;}.t-song-details .toggle-songlist .fa-angle-down-songlist {display: inline-block;}.t-song-details .toggle-songlist .fa-angle-up-songlist {display: none;}.t-song-details .toggle-songlist.open .fa-angle-down-songlist {display: none;}.t-song-details .toggle-songlist.open .fa-angle-up-songlist {display: inline-block;}.t-song-details #newList {width: 200px;font-size: 18px;}.t-song-details .song-lists-container {background-color: #000000;border: 1px #FFFFFF solid;position: absolute;padding: 10px;display: none;}.t-song-details .song-lists-container.open {display: block;}.t-song-details .video-links__row {display: flex;flex-direction: row;}.t-song-details .social-icons.social-icons-desktop {display: none;}.t-song-details .social-icons.social-icons-mobile {background: #fff;margin-bottom: 40px;}.t-song-details .social-icons.social-icons-mobile .social-icons__list {padding: 45px 25px 30px;}.t-song-details .social-icons.social-icons-mobile .social-icons__list li a {border-radius: 50px;border: 2px solid #000;color: #000;font-weight: 400;padding: 12px 30px;}.t-song-details .social-icons.social-icons-mobile .social-icons__list li a:hover {background-color: #000;color: #fff;}.t-song-details .social-icons.social-icons-mobile .social-icons__list li.streaming a {border: none;}.t-song-details .social-icons.social-icons-mobile .social-icons__list li.streaming a:hover {background-color: #fff;}.t-song-details .social-icons__list {list-style: none;margin: 0;padding: 35px;color: #fff;}.t-song-details .social-icons__list a {display: flex;flex-direction: row;align-items: center;font-size: 16px;padding: 8px 30px;margin-bottom: 15px;font-weight: bold;align-items: center;text-transform: none;}.t-song-details .social-icons__list a:hover { /*color: #7cb041;
  transition: all .2s ease;*/}.t-song-details .social-icons__list a:hover.planning-center:before {background: url(/images/planning-center-green-1.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.multi-tracks:before {background: url(/images/multitracks-green-1.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.loop-community:before {background: url(/images/loop-green-1.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.the-worship-initiative:before {background: url(/images/twi-green.svg) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.praise-charts:before {background: url(/images/praise-charts-green.svg) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.buy-itunes:before {background: url(/images/itunes-green.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.wt-kids:before {background: url(/images/igniter-green.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.add-to-spotify:before {background: url(/images/spotify-green-1.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:hover.sheet-music:before {background: url(/images/chart-green-1.png) no-repeat scroll 0 0;background-size: cover;}.t-song-details .social-icons__list a:before {content: "";display: inline-block;width: 28px;height: 28px;margin-right: 15px;position: relative;padding-right: 28px;}.t-song-details .social-icons__list a.planning-center:before {background: url(/images/planning-center-grey.png) no-repeat scroll 0 0, url(/images/planning-center-green-1.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.multi-tracks:before {background: url(/images/multitracks-grey.png) no-repeat scroll 0 0, url(/images/multitracks-green-1.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.loop-community:before {background: url(/images/loop-grey.png) no-repeat scroll 0 0, url(/images/loop-green-1.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.the-worship-initiative:before {background: url(/images/twi-gray.svg) no-repeat scroll 0 0, url(/images/twi-green.svg) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.praise-charts:before {background: url(/images/praise-charts-gray.svg) no-repeat scroll 0 0, url(/images/praise-charts-green.svg) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.buy-itunes:before {background: url(/images/itunes-grey.png) no-repeat scroll 0 0, url(/images/itunes-green.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.wt-kids:before {background: url(/images/igniter-gray.png) no-repeat scroll 0 0, url(/images/igniter-green.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.add-to-spotify:before {background: url(/images/spotify-grey.png) no-repeat scroll 0 0, url(/images/spotify-green-1.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list a.sheet-music:before {background: url(/images/chart-grey.png) no-repeat scroll 0 0, url(/images/chart-green.png) no-repeat scroll -10000px 0;background-size: cover;}.t-song-details .social-icons__list .streaming {display: flex;padding: 0 10px;align-items: center;justify-content: center;}.t-song-details .social-icons__list .streaming a {padding: 0;border: 0;margin: 0 15px;}.t-song-details .social-icons__list .streaming a:before {display: none;}.t-song-details .c-component-video-blade {margin: 0;width: 100%;padding: 0;}.t-song-details .c-component-video-blade__row {flex-direction: column;padding-bottom: 50px;}.t-song-details .c-component-video-blade__row .vid-container {width: 100%;padding-bottom: 56.25%;}.t-song-details .c-component-video-blade__row .vid-list-container {width: 100%;}.t-song-details .c-component-video-blade__row .vid-list-container {padding: 0;margin-top: 20px;}.t-song-details .c-component-video-blade__row .vid-list {flex-direction: row;padding: 0;}.t-song-details .c-component-video-blade__row .vid-list .scroller-row-sm {margin-left: 0;margin-right: 0;display: flex;white-space: nowrap;flex-wrap: nowrap;overflow-x: scroll;}.t-song-details .c-component-video-blade__row .vid-item {width: 31.33333%;padding: 0;margin-right: 2%;flex: 0 0 auto;}.t-song-details .c-component-video-blade__row .vid-item:last-of-type {margin-right: 0;}.t-song-details .song-finder-container {display: flex;flex-direction: column;height: 100%;}.t-song-details .song-finder {flex-grow: 99;}.t-song-details .song-finder .c-background-hero__details {display: flex;flex-direction: column;justify-content: center;height: 100%;}.t-song-details .c-component-video-blade .g-content-tile__headline {display: none;}.t-song-details__related {display: none;}.t-song-details__related h2 {color: #FFFFFF;}.t-song-details__related .g-content-item {border-bottom: 1px solid #4D4D4D;}.t-song-details__related .g-content-item a {padding: 15px 0;}.t-song-details__related .g-content-item__headline {color: #1CB783;}.t-song-details__related .g-content-item__subhead {color: #FFFFFF;}.t-song-details__related .t-song-details__related__reload {margin-top: 20px; /*color: $green;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;

  &:hover {
      color: $light-green;
  }*/}.t-podcasts-hub__items__item {margin-bottom: 1rem;}.t-setlist-details__content {margin-bottom: 2rem;position: relative;z-index: 2;}.t-setlist-details__content iframe {height: auto;aspect-ratio: 16/9;width: 100%;max-width: 600px;}.t-setlist-details .c-song-item.g-content-item a {padding: 20px 0;}.t-setlists-hub__items .c-tabbed-component-picker--single-tab .content-list__headline {display: none;}.t-songs-page__related-list--flex {margin-bottom: 2rem;}.t-songs-page__related-list--flex h2 {margin-bottom: 0;}.t-songs-page__related-list--flex a {color: #1CB783;font-weight: bold;}.t-songs-hub .song-finder-container {background-color: #1CB783;}.t-songs-hub .btn-primary {color: #000;background-color: transparent;border-color: #000;}.t-songs-hub .btn-primary:hover,.t-songs-hub .btn-primary:focus,.t-songs-hub .btn-primary.focus,.t-songs-hub .btn-primary:active,.t-songs-hub .btn-primary.active,.open > .t-songs-hub .btn-primary.dropdown-toggle {color: #000;background-color: transparent;border-color: black;}.t-songs-hub .btn-primary:active,.t-songs-hub .btn-primary.active,.open > .t-songs-hub .btn-primary.dropdown-toggle {background-image: none;}.t-songs-hub .btn-primary.disabled,.t-songs-hub .btn-primary.disabled:hover,.t-songs-hub .btn-primary.disabled:focus,.t-songs-hub .btn-primary.disabled.focus,.t-songs-hub .btn-primary.disabled:active,.t-songs-hub .btn-primary.disabled.active,.t-songs-hub .btn-primary[disabled],.t-songs-hub .btn-primary[disabled]:hover,.t-songs-hub .btn-primary[disabled]:focus,.t-songs-hub .btn-primary[disabled].focus,.t-songs-hub .btn-primary[disabled]:active,.t-songs-hub .btn-primary[disabled].active,fieldset[disabled] .t-songs-hub .btn-primary,fieldset[disabled] .t-songs-hub .btn-primary:hover,fieldset[disabled] .t-songs-hub .btn-primary:focus,fieldset[disabled] .t-songs-hub .btn-primary.focus,fieldset[disabled] .t-songs-hub .btn-primary:active,fieldset[disabled] .t-songs-hub .btn-primary.active {background-color: transparent;border-color: #000;}.t-songs-hub .btn-primary .badge {color: transparent;background-color: #000;}.t-songs-hub .btn-primary a {color: #000;}.t-songs-hub .btn-primary:hover,.t-songs-hub .btn-primary:focus,.t-songs-hub .btn-primary.focus {background-color: #000;color: #1CB783;}.t-songs-hub .g-content-tile {margin-bottom: 70px;}.p-setlist-tile.g-content-tile img {border: 5px solid transparent;}.p-setlist-tile.g-content-tile img:hover {border: 5px solid #1CB783;}.t-myaccount-aboutme .field.no-margin {margin-top: 0;}.t-myaccount-sitepreferences { /*temporary? clearing out current styles in styles2018 that prevent display*/}.t-myaccount-sitepreferences .checkbox label {opacity: 1;position: relative;top: auto;padding: 0;color: #919191;font-size: 1.8rem;display: flex;align-items: center;}.t-myaccount-sitepreferences .checkbox input[type=checkbox] {position: relative;margin: 0;}.t-myaccount-sitepreferences .radio label {opacity: 1;position: relative;top: auto;padding: 0;color: #919191;font-size: 1.8rem;display: flex;align-items: center;}.t-myaccount-sitepreferences .radio input[type=radio] {position: relative;margin: 0;}.t-myaccount-favorites { /*classes used on my-account/favorites page for editing favorites - control show/hide of ui elements based on user actions*/}.t-myaccount-favorites .favorites-list-outer #edit-favorites .btn-primary {margin: 2px;}.t-myaccount-favorites .favorites-list-outer #edit-favorites span.not-editing {display: inline-block;}.t-myaccount-favorites .favorites-list-outer.editing #edit-favorites span.not-editing {display: none;}.t-myaccount-favorites .favorites-list-outer #edit-favorites span.editing {display: none;}.t-myaccount-favorites .favorites-list-outer.editing #edit-favorites span.editing {display: inline-block;}.t-myaccount-favorites .favorites-list-outer .favorites-list li .btn-remove-favorite {display: none;width: auto;}.t-myaccount-favorites .favorites-list-outer.editing .favorites-list li .btn-remove-favorite {display: inline-block;padding-right: 15px;}.t-myaccount-favorites .favorites-list-outer.editing .favorites-list li .btn-remove-favorite a {color: #d9534f;font-size: 2rem;margin-right: 1rem;}.t-myaccount-favorites .favorites-list-outer .favorites-list li .btn-undo-remove {display: none;width: 100%;font-weight: bold;background-color: #eeeeee;padding: 2rem;}.t-myaccount-favorites .favorites-list-outer .favorites-list li.removed {display: none;}.t-myaccount-favorites .favorites-list-outer .favorites-list li.removed > span {display: none !important;}.t-myaccount-favorites .favorites-list-outer .favorites-list li.removed span.btn-undo-remove {display: inline-block !important;}.t-myaccount-favorites .favorites-list-outer .fa-spinner {display: none;}.t-myaccount-favorites .favorites-list-outer .is-loading .fa-spinner {display: inline-block;font-size: 2rem;margin-right: 1rem;}.t-myaccount-favorites .favorites-list-outer .is-loading a {display: none;}.t-myaccount-favorites .favorites-list-outer.editing li.removed {display: list-item;}.t-myaccount-favorites .favorites-list-outer .btn-remove-favorite,.t-myaccount-favorites .favorites-list-outer .btn-add-favorite {float: right;}.t-myaccount-favorites .favorites-list-outer .btn-remove-favorite .error,.t-myaccount-favorites .favorites-list-outer .btn-add-favorite .error {color: red;display: none;}.t-myaccount-favorites .favorites-list-outer .btn-remove-favorite .error a,.t-myaccount-favorites .favorites-list-outer .btn-add-favorite .error a {font-weight: bold;}.t-myaccount-favorites .favorites-list-outer .btn-remove-favorite.error .error,.t-myaccount-favorites .favorites-list-outer .btn-add-favorite.error .error {display: inline-block;}.t-myaccount-favorites .favorites-list li {border-bottom: 1px solid rgba(0, 0, 0, 0.2);margin-bottom: 15px;padding-bottom: 15px;display: flex;justify-content: flex-start;align-items: center;}.t-myaccount-favorites .favorites-list li .flex {display: flex;justify-content: flex-start;align-items: center;}.t-myaccount-favorites .favorites-list li:last-child {border: none;}.t-myaccount-favorites .favorites-list li h4 {margin-bottom: 0;margin-top: 0;}.t-myaccount-favorites .favorites-list li h4 a {color: #000;}.t-myaccount-favorites .favorites-list li img {width: 75px;margin-right: 1rem;}.t-myaccount-security { /*temporary? clearing out current styles in styles2018 that prevent display*/}.t-account-page__navigation h3 {display: inline-block;}.t-account-page__navigation li.active a {color: black;}.t-account-page__navigation li.active a:after {content: "";height: 2px;width: 100%;background: #1CB783;display: block;}.t-account-page__navigation li a {color: #919191;transition: color 0.2s ease;}.t-account-page__navigation li a:hover {color: black;}.t-account-page__section {margin-bottom: 3rem;}.t-account-page__section .btn-secondary {float: right;}.t-account-page__section--space {margin-top: 2rem;}.t-account-page__section--favorites li {border-bottom: 1px solid rgba(0, 0, 0, 0.2);display: flex;justify-content: flex-start;align-items: center;margin-bottom: 15px;padding-bottom: 15px;}.t-account-page__section--favorites li:last-child {border: none;}.t-account-page__section--favorites li h4 {margin-bottom: 0;margin-top: 0;}.t-account-page__section--favorites li h4 a {color: #000;}.t-account-page__section--favorites li img {width: 75px;margin-right: 1rem;}.t-myaccount-songlists { /*classes used on my-account/song-lists page for editing song lists - control show/hide of ui elements based on user actions*/}.t-myaccount-songlists .songlists-list-outer #edit-songlists .btn-primary {margin: 2px;}.t-myaccount-songlists .songlists-list-outer #edit-favorites span.not-editing {display: inline-block;}.t-myaccount-songlists .songlists-list-outer.editing #edit-songlists span.not-editing {display: none;}.t-myaccount-songlists .songlists-list-outer #edit-songlists span.editing {display: none;}.t-myaccount-songlists .songlists-list-outer #delete-songlists span.editing {display: none;}.t-myaccount-songlists .songlists-list-outer.editing #edit-songlists span.editing {display: inline-block;}.t-myaccount-songlists .songlists-list-outer.editing #delete-songlists span.editing {display: inline-block;}.t-myaccount-songlists .songlists-list-outer .songlists-list li .btn-remove-songlist {display: none;width: auto;}.t-myaccount-songlists .songlists-list-outer.editing .songlists-list li .btn-remove-songlist {display: inline-block;padding-right: 15px;}.t-myaccount-songlists .songlists-list-outer.editing .songlists-list li .btn-remove-songlist a {color: #d9534f;font-size: 2rem;margin-right: 1rem;}.t-myaccount-songlists .songlists-list-outer .songlists-list li .btn-undo-remove {display: none;width: 100%;font-weight: bold;background-color: #eeeeee;padding: 2rem;}.t-myaccount-songlists .songlists-list-outer .songlists-list li.removed {display: none;}.t-myaccount-songlists .songlists-list-outer .songlists-list li.removed > span {display: none !important;}.t-myaccount-songlists .songlists-list-outer .songlists-list li.removed span.btn-undo-remove {display: inline-block !important;}.t-myaccount-songlists .songlists-list-outer .fa-spinner {display: none;}.t-myaccount-songlists .songlists-list-outer .is-loading .fa-spinner {display: inline-block;font-size: 2rem;margin-right: 1rem;}.t-myaccount-songlists .songlists-list-outer .is-loading a {display: none;}.t-myaccount-songlists .songlists-list-outer.editing li.removed {display: list-item;}.t-myaccount-songlists .songlists-list-outer .btn-remove-songlist,.t-myaccount-songlists .songlists-list-outer .btn-add-songlist {float: right;}.t-myaccount-songlists .songlists-list-outer .btn-remove-songlist .error,.t-myaccount-songlists .songlists-list-outer .btn-add-songlist .error {color: red;display: none;}.t-myaccount-songlists .songlists-list-outer .btn-remove-songlist .error a,.t-myaccount-songlists .songlists-list-outer .btn-add-songlist .error a {font-weight: bold;}.t-myaccount-songlists .songlists-list-outer .btn-remove-songlist.error .error,.t-myaccount-songlists .songlists-list-outer .btn-add-songlist.error .error {display: inline-block;}.t-myaccount-songlists .songlists-list li {border-bottom: 1px solid rgba(0, 0, 0, 0.2);margin-bottom: 15px;padding-bottom: 15px;display: flex;justify-content: flex-start;align-items: center;}.t-myaccount-songlists .songlists-list li .flex {display: flex;justify-content: flex-start;align-items: center;}.t-myaccount-songlists .songlists-list li:last-child {border: none;}.t-myaccount-songlists .songlists-list li h4 {margin-bottom: 0;margin-top: 0;}.t-myaccount-songlists .songlists-list li h4 a {color: #000;}.t-myaccount-songlists .songlists-list li img {width: 75px;margin-right: 1rem;}.p-blog-teaser__image {margin-bottom: 1rem;max-height: 262px;}.p-blog-teaser__image img {max-height: 262px;max-width: 100%;}.p-blog-teaser__headline {margin-bottom: 16px;}.p-blog-teaser__headline a {color: #000;}.p-blog-teaser__headline a:hover {color: #000;}.p-blog-teaser__date {margin-bottom: 0;}.p-blog-item {width: 100%;display: flex;flex-wrap: wrap;align-items: center;padding: 15px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.2);color: black;}.p-blog-item:hover {text-decoration: none;}.p-blog-item i {margin-right: 20px;margin-left: auto;font-size: 25px;color: #1CB783;}.p-blog-item img {width: 70px;height: auto;}.p-blog-item h4 {font-size: 16px;font-weight: 500;margin: 8px 0 0;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.p-blog-item p {font-size: 14px;margin: 0;line-height: 1.2;}.p-blog-item__copy {padding: 0 10px;width: 60%;}.p-songs-search {margin-bottom: 40px;position: relative;}.p-songs-search input {border: 0;border-bottom: 1px solid #000;font-size: 36px;font-weight: 700;font-family: "Montserrat", Arial, sans-serif;padding: 0 53px 0 0;outline: none;width: 100%;}.p-songs-search input:-webkit-autofill {-webkit-animation-name: autofill;-webkit-animation-fill-mode: both;}.p-songs-search input:-moz-placeholder {color: #adadad;}.p-songs-search input::-webkit-input-placeholder {color: #adadad;}.p-songs-search input:-ms-input-placeholder {color: #adadad;}.p-songs-search .search-cta {font-size: 40px;color: #1CB783;position: absolute;top: 0;right: 0;}.p-songs-search .search-cta:hover {color: #1CB783;transition: color 0.2s ease;}.c-background-hero.song-finder .c-background-hero__details {padding-left: 0;padding-right: 0;margin-bottom: 0px;}.c-background-hero.song-finder .c-background-hero__details h2 {margin-bottom: 15px;}.c-background-hero.song-finder .c-background-hero__details p {margin-bottom: 20px;font-size: 16px;}.p-songs-finder .tab-content {margin-bottom: 4rem;margin-top: 2rem;}.p-songs-finder .tab-content input[type=radio] {visibility: hidden;height: 0;margin: 0;}.p-songs-finder .tab-content input[type=radio]:checked + label {background-color: #1CB783;color: #000;}.p-songs-finder .tab-content input[type=radio]:checked + label:before {content: "✓";position: absolute;left: 5px;}.p-songs-finder .tab-content label {cursor: pointer;min-width: 115px;padding: 1rem 3rem;position: relative;text-align: center;margin: 0;width: 100%;opacity: 1;top: initial;font-size: 16px;}.p-songs-finder .tab-content .tab-pane ul {display: flex;flex-direction: column;}.p-songs-finder .tab-content .tab-pane ul:first-child {padding-right: 1rem;}.p-songs-finder .tab-content .tab-pane ul li {border: 1px solid #ddd;margin-bottom: 2rem;}.p-songs-finder .tab-content .tab-pane.active {display: flex;}/*.songs-list {

    ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;

        li {
            width: 100%;
            padding-right: 10px;
            box-sizing: border-box;
            //border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            @media (min-width: $screen-sm) {
                width: 50%;
                border: none;
                padding-right: 20px;
            }

            @media (min-width: $screen-md) {
                width: 33.3333%;
            }

            @media (min-width: $screen-lg) {
            }
        }
    }
}*//*.songs-list__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    &:hover {
        text-decoration: none;
    }

    i {
        margin-right: 20px;
        margin-left: auto;
        font-size: 25px;
        color: $light-green;
    }

    img {
        width: 70px;
        height: auto;

        @media (min-width: $screen-sm) {
        }

        @media (max-width: 330px) {
            width: 70px;
        }
    }


    h4 {
        font-size: 16px;
        font-weight: 500;
        margin: 8px 0 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    p {
        font-size: 14px;
        margin: 0;
        line-height: 1.2;
    }

    &__copy {
        padding: 0 10px;
        width: 60%;
    }

    &__image {
    }
}*//*.p-video-viewer {

    ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0;
        padding: 0;

        @media (min-width: $screen-sm) {
            overflow-x: hidden;
            flex-wrap: wrap;
        }

        li {
            @media (min-width: $screen-sm) {
                width: 128px;

                &:nth-child(5n) {
                    margin-right: 0;
                }
            }

            @media (min-width: $screen-md) {
                width: 172px;
            }

            @media (min-width: $screen-lg) {
                width: 212px;
            }

            margin-bottom: 40px;
            margin-right: 20px;
            width: 140px;
            flex: 0 0 auto;
        }
    }

    h2 {
        margin-bottom: 20px;
    }

    &__tile {
        display: block;
        width: 100%;

        img {
            //max-width: 100%;
            width: 100%;
        }


        h4 {
            font-size: 16px;
            font-weight: 500;
            margin: 8px 0 0;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p {
            font-size: 14px;
            margin: 0;
            line-height: 1.2;
        }
    }

    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

        &::-webkit-scrollbar {
            display: none;
        }

        .card {
            flex: 0 0 auto;
        }
    }
}*/.p-podcast-marquee {color: #fff;padding: 30px 0 60px;position: relative;z-index: 1;margin-bottom: 20%;background-color: #000;}.p-podcast-marquee:before {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}.p-podcast-marquee:after {content: "";width: 100%;display: block;background: url(/images/wave-marquee-mobile.png) no-repeat scroll center top;background-size: 100%;padding-bottom: 27%;position: absolute;top: 92%;}.p-podcast-marquee .container {position: relative;z-index: 2;}.p-podcast-marquee__content {width: 90%;margin-left: auto;margin-right: auto;}.p-podcast-marquee__copy h1,.p-podcast-marquee__copy h4 {color: white;}.p-podcast-marquee__copy h4 {margin-bottom: 2rem;}.p-podcast-marquee__image {text-align: center;position: relative;}.p-podcast-marquee__image img {width: 200px;}.p-podcast-marquee__image--link {position: absolute;left: 50%;transform: translate(-50%, -50%);}.p-podcast-marquee__background-wrap {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;}.p-podcast-marquee__background {position: absolute;background-repeat: no-repeat;background-size: cover;background-position: center center;filter: blur(20px);-webkit-filter: blur(20px);width: 110%;height: 110%;top: 50%;left: 50%;transform: translate(-50%, -50%);}.t-podcast-details {padding-top: 20px;position: relative;z-index: 2;}.p-setlist-marquee {color: #fff;position: relative;z-index: 1;}.p-setlist-marquee:before {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}.p-setlist-marquee .container {position: relative;z-index: 2;}.p-setlist-marquee__copy h2 {color: white;}.p-setlist-marquee__image {text-align: center;position: relative;}.p-setlist-marquee__image img {max-width: 100%;}.p-setlist-marquee__image--link {position: absolute;left: 50%;transform: translate(-50%, -50%);}.p-setlist-marquee__background-wrap {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;}.p-setlist-marquee__background {position: absolute;background-repeat: no-repeat;background-size: cover;background-position: center center;filter: blur(20px);-webkit-filter: blur(20px);width: 110%;height: 110%;top: 50%;left: 50%;transform: translate(-50%, -50%);}.p-setlist-marquee__divider-image {position: relative;top: -35px;margin-bottom: -30px;z-index: 1;}.p-setlist-marquee__divider-image img {width: 100%;}.c-component-video-blade-container {background-color: #1CB783;}.c-component-video-blade-container--white .c-component-video-blade-container {background-color: white;}.c-component-video-blade-container--black .c-component-video-blade-container {background-color: #000;}.c-component-video-blade {padding-bottom: 40px; /*
  .g-content-tile {

      &__subhead {
          display: none;
      }
  }
      */}.c-component-video-blade__secondary .g-content-tile__headline {font-size: 16px;}.c-component-video-blade__row {display: flex;flex-direction: column;}.c-component-video-blade .vid-container {position: relative;padding-bottom: 46.8%;min-height: 240px;}.c-component-video-blade .vid-container iframe,.c-component-video-blade .vid-container object,.c-component-video-blade .vid-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 10px;}.c-component-video-blade .vid-list-container {display: flex;flex-direction: column;padding-left: 0;padding-right: 0;margin-top: 20px;}.c-component-video-blade .vid-list {display: flex;flex-direction: row;flex-wrap: wrap;}.c-component-video-blade .vid-item {display: block;margin: 0 0 10px;padding-right: 0;}.c-component-video-blade .vid-item .g-content-tile__subhead {font-size: 16px;color: #000;margin-top: 8px;}.c-component-video-blade .vid-item .g-content-tile__headline {margin-bottom: 0;line-height: 1.1;margin-top: 5px;}.c-component-video-blade .vid-item .thumb {overflow: hidden;position: relative;border-radius: 10px;}.c-component-video-blade .vid-item .thumb img {width: 100%;position: relative;}.c-component-video-blade .vid-item .thumb:after {content: "\f04b";font-family: "Font Awesome 5 Free";font-weight: 900;line-height: 1;padding-left: 1px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;font-size: 12px;z-index: 3;text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}.c-component-video-blade .vid-item .thumb:before { /*content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #adadad;
  transition: background-color 0.2s linear;*/}.c-component-video-blade .vid-item:hover .thumb:before {background-color: #1CB783;transition: background-color 0.2s linear;}.c-component-video-blade .vid-item .desc {color: #000;font-size: 16px;margin-top: 3px;padding-left: 4px;}.c-component-video-blade .vid-item:hover {cursor: pointer;}.c-component-video-blade .arrows {position: relative;width: 100%;}.c-component-video-blade .arrow-left {color: #fff;position: absolute;background: #777;padding: 15px;left: -25px;top: -130px;z-index: 99;cursor: pointer;}.c-component-video-blade .arrow-right {color: #fff;position: absolute;background: #777;padding: 15px;right: -25px;top: -130px;z-index: 100;cursor: pointer;}.c-component-video-blade .arrow-left:hover {background: #CC181E;}.c-component-video-blade .arrow-right:hover {background: #CC181E;}.p-video-modal {background-color: black;padding-top: 0px;}.p-video-modal .modal-dialog {width: 100%;height: 100%;margin: 0;padding: 0;}.p-video-modal .modal-dialog .modal-content {position: relative;background-color: transparent;outline: 0;height: 100%;width: 100%;}.p-video-modal .modal-dialog .modal-body {background-color: black;padding: 0;text-align: center;z-index: 2;}.p-video-modal .modal-dialog .modal-body iframe {border: none;padding: 0;width: 100%;height: 90vh;}.p-video-modal .modal-dialog .modal-body img {max-width: 100%;display: inline;}.p-video-modal .closer::before {content: "X";position: absolute;z-index: 3;padding: 10px;right: 0;font-size: 32px;}.p-video-modal .closer:hover {opacity: 1;cursor: pointer;}.p-register-member { /*temp*/}.p-register-member .radio label {opacity: 1;position: relative;top: auto;}.p-register-member #register-step-2 {display: none;}.p-register-member .validation-summary-errors {color: red;}.p-register-member .validation-summary-errors ul {padding-left: 20px;}.c-homepage-lists {margin-top: 40px;}.c-placeholder {border: solid 1px black;min-height: 200px;background-color: #cccccc;text-align: center;position: relative;}.c-placeholder__size {bottom: 0px;right: 24px;position: absolute;}.c-image-component img {margin-left: auto;margin-right: auto;display: block;}.modal-backdrop.login-modal {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;top: 0;}.global-marquee {padding: 60px 0 60px;position: relative;z-index: 1;margin-bottom: 20%;background-color: #000;}.global-marquee > .container {position: relative;z-index: 2;}.global-marquee > .container > .row {align-items: center;display: block;}.global-marquee:before {content: "";background: none;}.global-marquee:after { /*content: "";
  width: 100%;
  display: block;
  background: url(/images/wave-marquee-mobile.png) no-repeat scroll center top;
  background-size: 100%;
  padding-bottom: 27%;
  position: absolute;
  top: 92%;

  @media (min-width: $screen-sm) {
      background-image: url(/images/wave-marquee.png);
      top: 90%;
      padding-bottom: 14.5%;
  }

  @media (min-width: $screen-lg) {
      top: 80%;
  }*/}.global-marquee__background {filter: blur(15px);-webkit-filter: blur(15px);width: 115%;height: 115%;top: -30px;left: -50px;z-index: -2;position: absolute;}.global-marquee__background-wrap {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;}.global-marquee__image {text-align: center;position: relative;}.global-marquee__image img {width: 200px;}.global-marquee__content {width: 95%;margin-left: auto;margin-right: auto;}.c-image-marquee__wrapper {color: #fff;position: relative;z-index: 1;padding: 30px 0 30px;background-color: #000;height: 540px;display: flex;align-items: center;}.c-image-marquee__wrapper h1 {font-size: 32px;margin-bottom: 20px;}.c-image-marquee__content {position: relative;z-index: 2;margin-left: auto;margin-right: auto;width: 100%;}.c-image-marquee__content h4 {margin: 0 0 20px;}.c-image-marquee__content p {margin-bottom: 20px;line-height: 1.4;font-size: 12px;}.c-image-marquee__content p:last-child {margin-bottom: 0;}.c-image-marquee__content .btn-primary {color: #fff;background-color: transparent;border-color: #fff;}.c-image-marquee__content .btn-primary:hover,.c-image-marquee__content .btn-primary:focus,.c-image-marquee__content .btn-primary.focus {background-color: #fff;color: #000;}.c-image-marquee__content .btn-primary:hover a,.c-image-marquee__content .btn-primary:focus a,.c-image-marquee__content .btn-primary.focus a {color: #000;}.c-image-marquee__content .btn-primary a {color: #fff;}.c-image-marquee__copy {padding-top: 160px;}.c-image-marquee__image {margin-right: auto;margin-left: auto;text-align: left;margin-bottom: 20px;}.c-image-marquee__image img {width: 200px;}.c-image-marquee__background-wrap {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;}.c-image-marquee__background {position: absolute;background-repeat: no-repeat;background-size: cover;background-position: center center;width: 110%;height: 110%;top: 50%;left: 50%;transform: translate(-50%, -50%);}.c-image-marquee__background--blur {filter: blur(20px);-webkit-filter: blur(20px);}.c-image-marquee__overlay {position: absolute;background-color: #000;height: 100%;width: 100%;opacity: 0.3;}.c-marquee-carousel {background-color: #000;}.c-marquee-carousel__carousel:after { /*content: "";
  width: 100%;
  display: block;
  background: url(/images/wave-marquee-mobile.png) no-repeat scroll center top;
  background-size: 100%;
  padding-bottom: 27%;
  position: absolute;
  top: 96%;

  @media (min-width: 500px) {
      top: 94%;
  }

  @media (min-width: $screen-sm) {
      background-image: url(/images/wave-marquee.png);
      top: 90%;
      padding-bottom: 14.5%;
  }

  @media (min-width: $screen-lg) {
      top: 80%;
  }*/}.c-marquee-carousel__carousel .carousel-indicators {position: absolute;left: 0;z-index: 15;width: 100%;margin-left: 0;padding-left: 30px;list-style: none;text-align: left;bottom: 0;}.c-marquee-carousel__carousel .carousel-control {width: 5.5%;}.c-song-tile-list ul {list-style: none;display: flex;flex-direction: row;align-items: center;justify-content: flex-start;flex-wrap: nowrap;overflow-x: auto;margin: 0;padding: 0;}.c-song-tile-list ul li {margin-bottom: 40px;margin-right: 20px;width: 140px;}.c-song-tile-list h2 {margin-bottom: 20px;}.c-song-tile-list .scrolling-wrapper-flexbox {display: flex;flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;}.c-song-tile-list .scrolling-wrapper-flexbox::-webkit-scrollbar {display: none;}.c-song-tile-list .scrolling-wrapper-flexbox .card {flex: 0 0 auto;}.c-song-item-list ul {display: flex;flex-wrap: wrap;padding: 10px 0;}.c-song-item-list ul li {width: 100%;padding-right: 10px;box-sizing: border-box;}.c-song-list {position: relative;margin-bottom: 20px;}.c-song-list .headline-with-link {margin-bottom: 30px;}.c-icon-tile {display: flex;align-items: flex-start;padding-bottom: 35px;height: 100%;margin-bottom: 20px;}.c-icon-tile:last-child {padding-bottom: 0;}.c-icon-tile__icon {width: 43px;padding-bottom: 30px;margin-right: 25px;}.c-icon-tile__icon img {width: 100%;display: block;}.c-icon-tile__copy {width: 75%;}.c-icon-tile h3 {font-weight: 600;margin-bottom: 10px;font-size: 16px;color: #000;text-transform: uppercase;}.c-icon-tile p {margin: 0;color: #000;line-height: 1.2;}.c-icon-tile-blade {background-color: #1CB783;}.c-icon-tile-blade h2 {margin-bottom: 30px;}.c-icon-tile-blade .c-icon-tiles-blade {margin-bottom: 30px;background-color: #1CB783;}.c-icon-tile-blade .c-icon-tiles-blade__row {margin-bottom: 10px;display: flex;flex-direction: column;}.c-icon-tile-blade .c-icon-tiles-blade__button {background-color: #1CB783;padding-bottom: 40px;}.c-tabbed-component-picker h2 {margin-bottom: 20px;}.c-tabbed-component-picker--tabs .content-list__headline {display: none;}/*@import 'components/internalHeader';*/.c-song-hub {display: flex;flex-wrap: wrap;}.c-song-hub__tile {width: calc(50% - 10px);margin-right: 20px;margin-bottom: 2rem;}.c-song-hub__tile:nth-child(even) {margin-right: 0;}.c-featured-tile .g-content-tile__subhead {text-transform: uppercase;font-size: 14px;}.c-membership-favorites-item-list__wrapper .c-membership-favorites-item-list__item:nth-child(n+6) {display: none;}/*
.collapse:not(.show) {
    display: block !important;
}
    */.t-home-page .home-page-new-noteworthy .c-tabbed-component-picker .g-content-item {min-height: 190px;}.t-home-page .home-page-new-noteworthy .c-tabbed-component-picker .g-content-item__headline {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;}.t-worship-leader__marquee {color: #fff;padding: 30px 0 20px;position: relative;z-index: 1;margin-bottom: 20%;}.t-worship-leader__marquee h1 {margin-bottom: 10px;color: #fff;}.t-worship-leader__marquee h2 {margin-bottom: 10px;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.t-worship-leader__marquee p a {color: #fff;font-weight: bold;}.t-worship-leader__marquee p a:hover {color: #1CB783;transition: color 0.2s ease;}.t-worship-leader__marquee > .container {position: relative;z-index: 2;}.t-worship-leader__marquee > .container > .row {align-items: center;display: block;}.t-worship-leader__marquee:before {content: "";background: none;}.t-worship-leader__marquee:after { /*content: "";
  width: 100%;
  display: block;
  background: url(/images/wave-marquee-mobile.png) no-repeat scroll center top;
  background-size: 100%;
  padding-bottom: 27%;
  position: absolute;
  top: 93%;

  @media (min-width: $screen-sm) {
      background-image: url(/images/wave-marquee.png);
      top: 85%;
      padding-bottom: 14.5%;
  }

  @media (min-width: $screen-lg) {
      top: 80%;
  }*/}.t-worship-leader__marquee__headline {margin-bottom: 10px;color: #fff;}.t-worship-leader__marquee__background-wrap {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;z-index: -3;background: #000;}.t-worship-leader__marquee__background {filter: blur(15px);-webkit-filter: blur(15px);width: 115%;height: 115%;top: -30px;left: -50px;z-index: -2;position: absolute;}.t-worship-leader__marquee__content {width: 95%;margin-left: auto;margin-right: auto;}.t-worship-leader__marquee__copy {padding-top: 0;text-align: center;}.t-worship-leader__marquee__divider {position: relative;top: -90px;}.t-worship-leader__marquee__divider img {width: 100%;}.t-worship-leader__marquee__image {margin-right: auto;margin-left: auto;position: relative;width: 250px;height: 250px;overflow: hidden;border-radius: 50%;}.t-worship-leader__marquee__image img {right: 0;margin: 0 auto;position: absolute;left: 50%;top: 50%;height: 100%;width: auto;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.t-worship-leader__marquee .social-icons {color: #bdbdbd;font-size: 30px;margin-bottom: 8px;}.t-worship-leader__marquee .social-icons a {color: #626262;}.t-worship-leader__marquee .social-icons a:hover {color: #1CB783;transition: color 0.2s ease;}.t-worship-leader__marquee .social-icons ul {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: row;}.t-worship-leader__marquee .social-icons ul li {margin-right: 14px;font-size: 25px;}.t-worship-leader__marquee .social-icons.social-icons-mobile {padding: 15px 0;margin-top: 10px;}.t-worship-leader__marquee .social-icons.social-icons-mobile ul {justify-content: center;}.t-worship-leader__marquee .social-icons.social-icons-desktop {display: none;}.t-worship-leader__marquee .underline {display: none;}.t-worship-leader__songs {padding-top: 40px;}.t-worship-leader__tabs {padding-top: 40px;}.t-worship-leader__tabs .container {padding-left: 0;padding-right: 0;}.t-worship-leader__videos {padding-top: 30px;}.t-worship-leader__about {position: relative;z-index: 5;}.c-worship-leaders-list { /*TODO: This should be part of a UI Component*/}.c-worship-leaders-list .worshipleaders {text-align: center;display: flex;flex-wrap: wrap;align-items: flex-start;padding-top: 20px;}.c-worship-leaders-list .worshipleaders .worshipleaders_container {display: flex;flex-wrap: wrap;align-items: center;}@media screen and (-webkit-min-device-pixel-ratio: 0) {input[type=date],input[type=time],input[type=datetime-local],input[type=month] {line-height: 39px;}input[type=date].input-sm,.input-group-sm > .input-group-btn > input[type=date].btn,.input-group-sm input[type=date],input[type=time].input-sm,.input-group-sm > .input-group-btn > input[type=time].btn,.input-group-sm input[type=time],input[type=datetime-local].input-sm,.input-group-sm > .input-group-btn > input[type=datetime-local].btn,.input-group-sm input[type=datetime-local],input[type=month].input-sm,.input-group-sm > .input-group-btn > input[type=month].btn,.input-group-sm input[type=month] {line-height: 37px;}input[type=date].input-lg,.input-group-lg > .input-group-btn > input[type=date].btn,.input-group-lg input[type=date],input[type=time].input-lg,.input-group-lg > .input-group-btn > input[type=time].btn,.input-group-lg input[type=time],input[type=datetime-local].input-lg,.input-group-lg > .input-group-btn > input[type=datetime-local].btn,.input-group-lg input[type=datetime-local],input[type=month].input-lg,.input-group-lg > .input-group-btn > input[type=month].btn,.input-group-lg input[type=month] {line-height: 59px;}}@media (max-device-width: 480px) and (orientation: landscape) {.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {max-height: 200px;}}@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: 1000;-moz-perspective: 1000;perspective: 1000;}.carousel-inner > .item.next,.carousel-inner > .item.active.right {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);left: 0px;}.carousel-inner > .item.prev,.carousel-inner > .item.active.left {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);left: 0px;}.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);}}@media (min-width: 480px) {.nav-tabs {overflow-x: auto;}}@media (min-width: 500px) {.c-image-marquee__wrapper {height: 500px;}}@media (min-width: 768px) {h1,.h1 {font-size: 42px;}.lead {font-size: 24px;}.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;}.container {width: 750px;}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {float: left;}.col-sm-1 {width: 8.3333333333%;}.col-sm-2 {width: 16.6666666667%;}.col-sm-3 {width: 25%;}.col-sm-4 {width: 33.3333333333%;}.col-sm-5 {width: 41.6666666667%;}.col-sm-6 {width: 50%;}.col-sm-7 {width: 58.3333333333%;}.col-sm-8 {width: 66.6666666667%;}.col-sm-9 {width: 75%;}.col-sm-10 {width: 83.3333333333%;}.col-sm-11 {width: 91.6666666667%;}.col-sm-12 {width: 100%;}.col-sm-pull-0 {right: auto;}.col-sm-pull-1 {right: 8.3333333333%;}.col-sm-pull-2 {right: 16.6666666667%;}.col-sm-pull-3 {right: 25%;}.col-sm-pull-4 {right: 33.3333333333%;}.col-sm-pull-5 {right: 41.6666666667%;}.col-sm-pull-6 {right: 50%;}.col-sm-pull-7 {right: 58.3333333333%;}.col-sm-pull-8 {right: 66.6666666667%;}.col-sm-pull-9 {right: 75%;}.col-sm-pull-10 {right: 83.3333333333%;}.col-sm-pull-11 {right: 91.6666666667%;}.col-sm-pull-12 {right: 100%;}.col-sm-push-0 {left: auto;}.col-sm-push-1 {left: 8.3333333333%;}.col-sm-push-2 {left: 16.6666666667%;}.col-sm-push-3 {left: 25%;}.col-sm-push-4 {left: 33.3333333333%;}.col-sm-push-5 {left: 41.6666666667%;}.col-sm-push-6 {left: 50%;}.col-sm-push-7 {left: 58.3333333333%;}.col-sm-push-8 {left: 66.6666666667%;}.col-sm-push-9 {left: 75%;}.col-sm-push-10 {left: 83.3333333333%;}.col-sm-push-11 {left: 91.6666666667%;}.col-sm-push-12 {left: 100%;}.col-sm-offset-0 {margin-left: 0%;}.col-sm-offset-1 {margin-left: 8.3333333333%;}.col-sm-offset-2 {margin-left: 16.6666666667%;}.col-sm-offset-3 {margin-left: 25%;}.col-sm-offset-4 {margin-left: 33.3333333333%;}.col-sm-offset-5 {margin-left: 41.6666666667%;}.col-sm-offset-6 {margin-left: 50%;}.col-sm-offset-7 {margin-left: 58.3333333333%;}.col-sm-offset-8 {margin-left: 66.6666666667%;}.col-sm-offset-9 {margin-left: 75%;}.col-sm-offset-10 {margin-left: 83.3333333333%;}.col-sm-offset-11 {margin-left: 91.6666666667%;}.col-sm-offset-12 {margin-left: 100%;}.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 input[type=radio],.form-inline .checkbox,.form-inline input[type=checkbox] {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle;}.form-inline .radio label,.form-inline input[type=radio] label,.form-inline .checkbox label,.form-inline input[type=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 .control-label {text-align: right;margin-bottom: 0;padding-top: 7px;}.form-horizontal .form-group-lg .control-label {padding-top: 20.9999995px;}.form-horizontal .form-group-sm .control-label {padding-top: 8px;}.btn {padding: 15px 40px;font-size: 15px;line-height: 1;border-radius: 30px;}.show-button {margin-top: 0;}.navbar-right .dropdown-menu {left: auto;}.navbar-right .dropdown-menu-left {left: 0;right: auto;}.nav-tabs {padding-bottom: 0;margin-bottom: 60px;}.nav-tabs > li {margin-right: 20px;}.nav-tabs > li > a {font-size: 20px;padding: 10px 20px;}.nav-justified > li,.nav-tabs.nav-justified > li {display: table-cell;width: 1%;}.nav-justified > li > a,.nav-tabs.nav-justified > li > a {margin-bottom: 0;}.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {border-bottom: 1px solid #ddd;border-radius: 0px 0px 0 0;}.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {border-bottom-color: #fff;}.navbar {border-radius: 0px;}.navbar-header {float: left;}.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;}.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse {margin-right: 0;margin-left: 0;}.navbar-static-top {border-radius: 0;}.navbar-fixed-top,.navbar-fixed-bottom {border-radius: 0;}.navbar-toggle {display: none;}.navbar-nav {float: left;margin: 0;}.navbar-nav > li {float: left;}.navbar-nav > li > a {padding-top: 27.5px;padding-bottom: 27.5px;}.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 input[type=radio],.navbar-form .checkbox,.navbar-form input[type=checkbox] {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle;}.navbar-form .radio label,.navbar-form input[type=radio] label,.navbar-form .checkbox label,.navbar-form input[type=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;}.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-text {float: left;margin-left: 15px;margin-right: 15px;}.navbar-left {float: left !important;}.navbar-right {float: right !important;margin-right: -15px;}.navbar-right ~ .navbar-right {margin-right: 0;}.navbar-right li {margin: 0 10px;}.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;}.section-line-seperator {padding-top: 50px;margin-bottom: 65px;border-bottom: 2px solid #000;}.headline-with-link {align-items: center;}.equal-height-row .row {display: -webkit-flex;-webkit-flex-wrap: wrap;display: flex;flex-wrap: wrap; /*Make sure the column setting and component div in the column is set to a 100% height*/}.equal-height-row .row > div > div {height: 100%;}.equal-height-row .row > div > div > div {height: 100%;}.col-sm-5ths {width: 20%;float: left;}.c-navigation {border-bottom: 2px solid white;}.c-footer .sub-footer {display: block;}.c-footer .sub-footer ul {display: flex;padding-right: 0;}.c-footer .sub-footer ul li {padding: 0 8px;}.c-footer .sub-footer__copyright {display: flex;margin-top: 20px;}.c-footer .sub-footer__copyright p {padding-right: 40px;}.headline-with-link {align-items: center;}.three-column-list ul li {width: 50%;padding-right: 30px;}.three-column-list ul li:nth-child(2n) {padding-right: 0;}.col-sm-5ths {width: 20%;float: left;}.g-content-item a {align-items: center;flex-direction: row;padding: 15px 15px;}.g-content-item i {display: block;position: relative;top: initial;}.g-content-item__copy {padding: 0 25px;width: 60%;}.g-content-item__copy h4 {margin-bottom: 7px;}.g-content-item__headline {font-size: 22px;}.g-content-item__subhead {font-size: 18px;}.g-content-item__image img {width: 70px;}.g-content-tile {min-height: 275px;}.g-content-tile__headline {font-size: 22px;margin-bottom: 7px;}.g-content-tile__subhead {font-size: 16px;}.t-song-details__marquee {padding: 50px 0 60px;margin-bottom: 1%;text-align: left;}.t-song-details__marquee .image-container-mobile {display: none;}.t-song-details__marquee h1 {font-size: 40px;}.t-song-details__marquee h2 {font-size: 36px;margin-bottom: 10px;}.t-song-details__marquee > .container > .row {display: flex;}.t-song-details__marquee__background-wrap {border-radius: 30px;}.t-song-details__marquee__content {width: 100%;margin-left: auto;margin-right: auto;padding: 60px 25px 60px;border-radius: 30px;}.t-song-details__marquee__copy {text-align: left;}.t-song-details__marquee__image {width: 330px;display: block;margin: 0 auto 45px;}.t-song-details__marquee__image .image-container {margin-top: 0;width: 250px;height: 250px;}.t-song-details__marquee .underline {border-bottom: 2px solid #fff;width: 60px;margin-bottom: 5px;display: block;}.t-song-details__marquee .large {font-size: 25px;}.t-song-details__marquee .large a {color: #fff;}.t-song-details__marquee .heart {margin-bottom: -3px;right: 0;position: relative;}.t-song-details__audio {padding: 0;background: none;margin-left: 0;margin-right: 0;margin-top: 50px;}.t-song-details__audio #mt-player {justify-content: flex-start;}.t-song-details__audio h2 span {float: none;margin-top: 0;}.t-song-details__audio audio {width: 90%;}.t-song-details__videos {margin-top: 0;}.t-song-details__videos .row {display: block;}.t-song-details__videos .row .p-video-tile {width: auto;}.t-song-details__info {margin: 40px 0;}.t-song-details__info .section-line-seperator {display: block;}.t-song-details__chords .nav-tabs {margin-bottom: 35px;}.t-song-details__chords .nav-tabs .details {display: none;}.t-song-details__chords .nav-tabs .related {display: none;}.t-song-details__chords .chordProContainer {display: block !important;}.t-song-details__chords .transposeControls .transposeControls-container select {padding: 12px 40px 12px 25px;font-size: 18px;}.t-song-details__details {display: block !important;}.t-song-details .social-icons__list a {font-size: 20px;margin-bottom: 18px; /*border: 4px solid #7cb041;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 20px;*/}.t-song-details .social-icons__list a:before {margin-right: 19px;}.t-song-details .c-component-video-blade__row {padding-bottom: 0;}.t-song-details__related {display: block !important;}.c-background-hero.song-finder .c-background-hero__details {margin-bottom: 30px;}.p-podcast-marquee {padding-bottom: 90px;margin-bottom: 10%;}.p-podcast-marquee:after {background-image: url(/images/wave-marquee.png);top: 90%;padding-bottom: 14.5%;}.p-podcast-marquee__image img {width: 270px;}.c-component-video-blade .vid-item {width: 100%;}.global-marquee {padding: 100px 0 100px;margin-bottom: 10%;}.global-marquee > .container > .row {display: flex;}.c-image-marquee__wrapper {height: 500px;padding: 140px 0 70px;}.c-image-marquee__content {display: flex;align-items: center;width: 100%;}.c-image-marquee__content p {font-size: 20px;}.c-image-marquee__content .btn-primary {margin-top: 10px;}.c-image-marquee__copy {padding-top: 0;}.c-image-marquee__image {margin-bottom: 0;text-align: center;}.c-image-marquee__image img {width: 270px;}.c-marquee-carousel {margin-top: -65px;}.c-marquee-carousel__carousel .carousel-indicators {position: absolute;left: 50%;z-index: 15;width: 60%;margin-left: -30%;padding-left: 0;text-align: center;}.c-song-tile-list ul {overflow-x: hidden;flex-wrap: wrap;}.c-song-tile-list ul li {width: 128px;}.c-song-tile-list ul li:nth-child(5n) {margin-right: 0;}.c-song-item-list ul li {width: 50%;border: none;padding-right: 20px;}.c-song-list {margin-bottom: 30px;}.c-icon-tile {margin-bottom: 35px;flex-direction: column;}.c-icon-tile {margin-bottom: 0;flex-direction: column;}.c-icon-tile__icon {padding-right: 20px;width: 85px;margin-right: 0;}.c-icon-tile__icon img {display: block;}.c-icon-tile__copy {width: calc(100% - 20px);margin-bottom: 0;}.c-icon-tile h3 {margin-bottom: 20px;font-size: 22px;}.c-icon-tile-blade .c-icon-tiles-blade__row {flex-direction: row;margin-bottom: 30px;}.c-tabbed-component-picker h2 {margin-bottom: 40px;}.t-home-page .home-page-new-noteworthy .c-tabbed-component-picker .g-content-item {min-height: 150px;}.t-worship-leader__marquee {padding: 70px 0 70px;margin-bottom: 10%;}.t-worship-leader__marquee h2 {white-space: normal;overflow: auto;text-overflow: unset;}.t-worship-leader__marquee > .container > .row {display: flex;}.t-worship-leader__marquee__copy {text-align: left;}.t-worship-leader__marquee__divider {top: 10px;}.t-worship-leader__marquee .social-icons.social-icons-mobile {display: none;}.t-worship-leader__marquee .social-icons.social-icons-desktop {display: block;}.t-worship-leader__marquee .underline {border-bottom: 2px solid #fff;width: 60px;margin-bottom: 5px;display: block;}}@media screen and (min-width: 768px) {.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {width: 30px;height: 30px;margin-top: -15px;font-size: 30px;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {margin-left: -15px;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {margin-right: -15px;}.carousel-caption.top {top: 25%;padding-top: 10px;}.carousel-caption.bottom {transform: translate(-50%, -100%);padding-bottom: 15px;top: auto;}.carousel-caption.left {left: 25%;}.carousel-caption.right {right: -20%;left: auto;}}@media (min-width: 768px) and (max-width: 991px) {.visible-sm {display: block !important;}table.visible-sm {display: table;}tr.visible-sm {display: table-row !important;}th.visible-sm,td.visible-sm {display: table-cell !important;}.visible-sm-block {display: block !important;}.visible-sm-inline {display: inline !important;}.visible-sm-inline-block {display: inline-block !important;}.hidden-sm {display: none !important;}}@media (min-width: 992px) {h1,.h1 {font-size: 42px;}.container {width: 970px;}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {float: left;}.col-md-1 {width: 8.3333333333%;}.col-md-2 {width: 16.6666666667%;}.col-md-3 {width: 25%;}.col-md-4 {width: 33.3333333333%;}.col-md-5 {width: 41.6666666667%;}.col-md-6 {width: 50%;}.col-md-7 {width: 58.3333333333%;}.col-md-8 {width: 66.6666666667%;}.col-md-9 {width: 75%;}.col-md-10 {width: 83.3333333333%;}.col-md-11 {width: 91.6666666667%;}.col-md-12 {width: 100%;}.col-md-pull-0 {right: auto;}.col-md-pull-1 {right: 8.3333333333%;}.col-md-pull-2 {right: 16.6666666667%;}.col-md-pull-3 {right: 25%;}.col-md-pull-4 {right: 33.3333333333%;}.col-md-pull-5 {right: 41.6666666667%;}.col-md-pull-6 {right: 50%;}.col-md-pull-7 {right: 58.3333333333%;}.col-md-pull-8 {right: 66.6666666667%;}.col-md-pull-9 {right: 75%;}.col-md-pull-10 {right: 83.3333333333%;}.col-md-pull-11 {right: 91.6666666667%;}.col-md-pull-12 {right: 100%;}.col-md-push-0 {left: auto;}.col-md-push-1 {left: 8.3333333333%;}.col-md-push-2 {left: 16.6666666667%;}.col-md-push-3 {left: 25%;}.col-md-push-4 {left: 33.3333333333%;}.col-md-push-5 {left: 41.6666666667%;}.col-md-push-6 {left: 50%;}.col-md-push-7 {left: 58.3333333333%;}.col-md-push-8 {left: 66.6666666667%;}.col-md-push-9 {left: 75%;}.col-md-push-10 {left: 83.3333333333%;}.col-md-push-11 {left: 91.6666666667%;}.col-md-push-12 {left: 100%;}.col-md-offset-0 {margin-left: 0%;}.col-md-offset-1 {margin-left: 8.3333333333%;}.col-md-offset-2 {margin-left: 16.6666666667%;}.col-md-offset-3 {margin-left: 25%;}.col-md-offset-4 {margin-left: 33.3333333333%;}.col-md-offset-5 {margin-left: 41.6666666667%;}.col-md-offset-6 {margin-left: 50%;}.col-md-offset-7 {margin-left: 58.3333333333%;}.col-md-offset-8 {margin-left: 66.6666666667%;}.col-md-offset-9 {margin-left: 75%;}.col-md-offset-10 {margin-left: 83.3333333333%;}.col-md-offset-11 {margin-left: 91.6666666667%;}.col-md-offset-12 {margin-left: 100%;}.nav-tabs > li > a {font-size: 22px;}.modal-lg {width: 900px;}.col-md-5ths {width: 20%;float: left;}.modal-backdrop {top: 57px;}.template-HomePage .c-navigation {background-color: rgba(0, 0, 0, 0.8);}.c-navigation {background-color: rgb(0, 0, 0);}.c-navigation__wrap {display: flex;}.c-navigation__links ul.display-flex {display: flex;align-items: center;}.c-navigation__links ul li.active > a {position: relative;color: white;}.c-navigation__links ul li.active > a:after {content: "";display: block;height: 3px;width: 100%;background: #1CB783;position: absolute;left: 0;bottom: 0;}.c-navigation__links ul li.resources .black-background {width: 100.5vw;right: -43.8vw;}.c-navigation__links ul li.resources-mobile {display: none;}.c-navigation__links ul.profile .profile-mobile {display: none;}.c-navigation__search-mobile {display: none;}.c-navigation .modal-dialog {top: 57px;}.c-navigation .logo .navbar-brand {display: block;}.c-navigation .logo .navbar-brand.navbar-brand-mobile {display: none;}.c-navigation .logo .navbar-brand img {width: 160px;}.language-dropdown__btn {font-size: 16px;}.three-column-list ul li {width: 33.3333%;padding-right: 30px !important;}.three-column-list ul li:nth-child(3n) {padding-right: 0;}.col-md-5ths {width: 20%;float: left;}.g-pagination > li.g-pagination__pages {display: inline;}.g-pagination > li.g-pagination__pages > span {width: auto;}.t-song-details__marquee h1 {font-size: 44px;}.t-song-details__marquee__content {width: 100%;margin-left: auto;margin-right: auto;padding: 70px;border-radius: 30px;}.t-song-details__marquee__image .image-container {margin-top: 0;width: 300px;height: 300px;}.t-song-details .video-links h2 {margin-bottom: 50px;}.t-song-details .social-icons__list {padding-top: 0px;}.t-songs-page__related-list--flex {display: flex;align-items: center;}.c-background-hero.song-finder .c-background-hero__details h2 {margin-bottom: 30px;}.c-background-hero.song-finder .c-background-hero__details p {margin-bottom: 35px;font-size: 22px;}.p-songs-finder .tab-content label {font-size: 22px;}.p-songs-finder .tab-content .tab-pane ul:first-child {padding-right: 3rem;}.p-podcast-marquee {padding: 50px 0 90px;}.p-setlist-marquee__content {display: flex;align-items: center;}.p-setlist-marquee__divider-image {top: -54px;}.c-component-video-blade__row {flex-direction: row;}.c-component-video-blade .vid-list-container {padding-right: 15px;padding-left: 15px;margin-top: 0;}.c-component-video-blade .vid-list {flex-direction: column;flex-wrap: nowrap;padding-left: 5px;}.c-component-video-blade .vid-item .g-content-tile__headline {margin-top: 8px;}.global-marquee__image img {width: 270px;}.c-image-marquee__wrapper {height: 640px;padding: 150px 0 70px;}.c-image-marquee__wrapper h1 {font-size: 42px;}.c-song-tile-list ul li {width: 172px;}.c-song-item-list ul li {width: 33.3333%;}.c-icon-tile {padding-bottom: 0;}.c-icon-tile__copy {width: calc(100% - 99px);margin-bottom: 0;}.c-icon-tile-blade h2 {margin-bottom: 70px;}.c-icon-tile-blade .c-icon-tiles-blade__button {padding-bottom: 50px;}.c-song-hub__tile {width: calc(20% - 16px);}.c-song-hub__tile:nth-child(even) {margin-right: 20px;}.c-song-hub__tile:nth-child(5n) {margin-right: 0;}}@media (min-width: 992px) and (max-width: 1199px) {.visible-md {display: block !important;}table.visible-md {display: table;}tr.visible-md {display: table-row !important;}th.visible-md,td.visible-md {display: table-cell !important;}.visible-md-block {display: block !important;}.visible-md-inline {display: inline !important;}.visible-md-inline-block {display: inline-block !important;}.hidden-md {display: none !important;}}@media (min-width: 1200px) {h1,.h1 {font-size: 64px;}h2,.h2 {font-size: 64px;}.container {width: 1170px;}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {float: left;}.col-lg-1 {width: 8.3333333333%;}.col-lg-2 {width: 16.6666666667%;}.col-lg-3 {width: 25%;}.col-lg-4 {width: 33.3333333333%;}.col-lg-5 {width: 41.6666666667%;}.col-lg-6 {width: 50%;}.col-lg-7 {width: 58.3333333333%;}.col-lg-8 {width: 66.6666666667%;}.col-lg-9 {width: 75%;}.col-lg-10 {width: 83.3333333333%;}.col-lg-11 {width: 91.6666666667%;}.col-lg-12 {width: 100%;}.col-lg-pull-0 {right: auto;}.col-lg-pull-1 {right: 8.3333333333%;}.col-lg-pull-2 {right: 16.6666666667%;}.col-lg-pull-3 {right: 25%;}.col-lg-pull-4 {right: 33.3333333333%;}.col-lg-pull-5 {right: 41.6666666667%;}.col-lg-pull-6 {right: 50%;}.col-lg-pull-7 {right: 58.3333333333%;}.col-lg-pull-8 {right: 66.6666666667%;}.col-lg-pull-9 {right: 75%;}.col-lg-pull-10 {right: 83.3333333333%;}.col-lg-pull-11 {right: 91.6666666667%;}.col-lg-pull-12 {right: 100%;}.col-lg-push-0 {left: auto;}.col-lg-push-1 {left: 8.3333333333%;}.col-lg-push-2 {left: 16.6666666667%;}.col-lg-push-3 {left: 25%;}.col-lg-push-4 {left: 33.3333333333%;}.col-lg-push-5 {left: 41.6666666667%;}.col-lg-push-6 {left: 50%;}.col-lg-push-7 {left: 58.3333333333%;}.col-lg-push-8 {left: 66.6666666667%;}.col-lg-push-9 {left: 75%;}.col-lg-push-10 {left: 83.3333333333%;}.col-lg-push-11 {left: 91.6666666667%;}.col-lg-push-12 {left: 100%;}.col-lg-offset-0 {margin-left: 0%;}.col-lg-offset-1 {margin-left: 8.3333333333%;}.col-lg-offset-2 {margin-left: 16.6666666667%;}.col-lg-offset-3 {margin-left: 25%;}.col-lg-offset-4 {margin-left: 33.3333333333%;}.col-lg-offset-5 {margin-left: 41.6666666667%;}.col-lg-offset-6 {margin-left: 50%;}.col-lg-offset-7 {margin-left: 58.3333333333%;}.col-lg-offset-8 {margin-left: 66.6666666667%;}.col-lg-offset-9 {margin-left: 75%;}.col-lg-offset-10 {margin-left: 83.3333333333%;}.col-lg-offset-11 {margin-left: 91.6666666667%;}.col-lg-offset-12 {margin-left: 100%;}.visible-lg {display: block !important;}table.visible-lg {display: table;}tr.visible-lg {display: table-row !important;}th.visible-lg,td.visible-lg {display: table-cell !important;}.visible-lg-block {display: block !important;}.visible-lg-inline {display: inline !important;}.visible-lg-inline-block {display: inline-block !important;}.hidden-lg {display: none !important;}.col-lg-5ths {width: 20%;float: left;}.c-navigation__links ul li a {font-size: 16px;padding-top: 20px;padding-bottom: 15px;}.c-navigation__links ul li.resources .black-background {width: 100.5vw;right: -41.5vw;}.c-navigation .logo {margin-right: 50px;}.c-navigation .logo .navbar-brand img {width: 250px;}.col-lg-5ths {width: 20%;float: left;}.g-content-tile--round .g-content-tile__image {width: 200px;height: 200px;}.t-song-details__marquee {margin-bottom: 1%;}.t-song-details__marquee h1 {font-size: 64px;}.t-song-details__marquee__image {width: 400px;display: block;margin: 0 auto 45px;}.t-song-details__marquee__image .image-container {margin-top: 0;width: 370px;height: 370px;}.t-song-details__marquee .social-icons.social-icons-desktop {display: block;}.t-song-details__marquee .social-icons.social-icons-mobile {display: none;}.t-song-details__marquee .social-icons.social-icons-mobile {display: none;}.t-song-details__marquee .social-icons.social-icons-desktop {display: block;}.t-song-details .video-links {margin-top: -50px;}.t-song-details .social-icons.social-icons-desktop {display: block;}.t-song-details .social-icons.social-icons-mobile {display: none;}.p-songs-search input {font-size: 40px;}.p-podcast-marquee {margin-bottom: 7%;}.p-podcast-marquee:after {top: 80%;}.global-marquee {padding-bottom: 100px;margin-bottom: 7%;}.c-image-marquee__wrapper {height: 640px;padding: 150px 0 70px;}.c-image-marquee__wrapper h1 {font-size: 64px;}.c-image-marquee__image img {width: 415px;}.c-marquee-carousel__carousel .carousel-indicators {bottom: 0;}.c-song-tile-list ul li {width: 212px;}.t-worship-leader__marquee {padding: 100px 0 100px;margin-bottom: 7%;}}@media (min-width: 1400px) {.container {width: 1350px;}.nav-tabs > li > a {padding: 10px 25px;}.c-navigation__links ul li.resources .black-background {width: 100.5vw;right: -48.9vw;}.c-component-video-blade__headline h2 {margin-bottom: 50px;}}@media (max-width: 1199px) {.scroller-row-md {overflow-x: auto;white-space: nowrap;display: block;}.scroller-row-md .scroller-item,.scroller-row-md > [class*=col-] {display: inline-block;float: none;width: 164px;}}@media (max-width: 991px) {.c-navigation__links {border-top: 1px solid rgba(255, 255, 255, 0.3);}.c-navigation__links ul li a {font-size: 25px;line-height: 25px;font-weight: 400;font-family: "neue-haas-grotesk-display";color: white;}.c-navigation__links ul li.resources {display: none;}.c-navigation__links ul li.open .dropdown-menu a {padding: 12px 10px;}.c-navigation__links ul li .dropdown-menu a {color: #fff;}.c-navigation__links ul .sign-up-now {display: none;}.c-navigation__links ul .sign-in {display: none;}.c-navigation__links ul.site-content {padding: 10px 0;}.c-navigation__links ul.profile .c-navigation__search {display: none;}.c-navigation__links ul.profile .dropdown {display: none;}.c-navigation__links ul.profile {border-top: 1px solid rgba(255, 255, 255, 0.3);padding: 20px 0px 15px;}.c-navigation__links ul.profile a {font-size: inherit;}.c-navigation__search-box .search-input {padding: 0;}.c-navigation .navbar-header {float: none;}.c-navigation .navbar-toggle {display: block;}.c-navigation .navbar-collapse.collapse {display: none !important;}.c-navigation .navbar-nav {float: none !important;margin: 7.5px -15px;padding: 10px 0;}.c-navigation .navbar-nav > li {float: none;}.c-navigation .navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}.c-navigation .navbar-text {float: none;margin: 15px 0;}.c-navigation .navbar-collapse.collapse.in {display: block !important;}.c-navigation .collapsing {overflow: hidden !important;}.c-navigation .navbar-nav .open .dropdown-menu {position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;box-shadow: none;}.scroller-row-sm {overflow-x: auto;white-space: nowrap;display: block;}.scroller-row-sm .scroller-item,.scroller-row-sm > [class*=col-] {display: inline-block;float: none;width: 164px;}}@media screen and (max-width: 767px) {.table-responsive {width: 100%;margin-bottom: 18.75px;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 > thead > tr > td,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > th,.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 > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > td {border-bottom: 0;}}@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: 25px;}.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {background-image: none;}.navbar-form .form-group {margin-bottom: 5px;}.navbar-form .form-group:last-child {margin-bottom: 0;}.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-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {border-color: #090909;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider {background-color: #090909;}.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: #090909;}.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;}.visible-xs {display: block !important;}table.visible-xs {display: table;}tr.visible-xs {display: table-row !important;}th.visible-xs,td.visible-xs {display: table-cell !important;}.visible-xs-block {display: block !important;}.visible-xs-inline {display: inline !important;}.visible-xs-inline-block {display: inline-block !important;}.hidden-xs {display: none !important;}.pad-none {padding: 0 !important;}.pad-top-none {padding-top: 0 !important;}.pad-right-none {padding-right: 0 !important;}.pad-bottom-none {padding-bottom: 0 !important;}.pad-left-none {padding-left: 0 !important;}.mar-none {margin: 0 !important;}.mar-top-none {margin-top: 0 !important;}.mar-right-none {margin-right: 0 !important;}.mar-bottom-none {margin-bottom: 0 !important;}.mar-left-none {margin-left: 0 !important;}.pad-sm {padding: 15px !important;}.pad-top-sm {padding-top: 15px !important;}.pad-right-sm {padding-right: 15px !important;}.pad-bottom-sm {padding-bottom: 15px !important;}.pad-left-sm {padding-left: 15px !important;}.mar-sm {margin: 15px !important;}.mar-top-sm {margin-top: 15px !important;}.mar-right-sm {margin-right: 15px !important;}.mar-bottom-sm {margin-bottom: 15px !important;}.mar-left-sm {margin-left: 15px !important;}.pad-md {padding: 30px !important;}.pad-top-md {padding-top: 30px !important;}.pad-right-md {padding-right: 30px !important;}.pad-bottom-md {padding-bottom: 30px !important;}.pad-left-md {padding-left: 30px !important;}.mar-md {margin: 30px !important;}.mar-top-md {margin-top: 30px !important;}.mar-right-md {margin-right: 30px !important;}.mar-bottom-md {margin-bottom: 30px !important;}.mar-left-md {margin-left: 30px !important;}.pad-lg {padding: 37.5px !important;}.pad-top-lg {padding-top: 37.5px !important;}.pad-right-lg {padding-right: 37.5px !important;}.pad-bottom-lg {padding-bottom: 37.5px !important;}.pad-left-lg {padding-left: 37.5px !important;}.mar-lg {margin: 37.5px !important;}.mar-top-lg {margin-top: 37.5px !important;}.mar-right-lg {margin-right: 37.5px !important;}.mar-bottom-lg {margin-bottom: 37.5px !important;}.mar-left-lg {margin-left: 37.5px !important;}.border-right-sm {border-right: none;}.border-left-sm {border-left: none;}.border-right-lg {border-right: none;}.border-left-lg {border-left: none;}[class*=col-].col-xs-full-width {width: -webkit-calc(100% + floor(($grid-gutter-width / 2)));width: calc(100% + 30px);margin-left: -15px;margin-right: -15px;}.birthdate-field .col-xs-4 {padding-left: 8px;padding-right: 8px;}.birthdate-field.row {margin-left: -8px;margin-right: -8px;}.c-background-hero .container {padding-left: 0;padding-right: 0;}.c-background-hero .c-background-hero__details {padding-left: 15px;padding-right: 15px;}.c-background-hero .btn-block {display: inline-block;width: auto;}.scroller-row-xs {overflow-x: auto;white-space: nowrap;display: block;}.scroller-row-xs .scroller-item,.scroller-row-xs > [class*=col-] {display: inline-block;float: none;width: 164px;}}@media (max-width: 624px) {.c-component-video-blade { /* reposition left/right arrows */}.c-component-video-blade body {margin: 15px;}.c-component-video-blade .caption {margin-top: 40px;}.c-component-video-blade .vid-list-container {padding-bottom: 20px;}.c-component-video-blade .arrows {position: relative;margin: 0 auto;width: 96px;}.c-component-video-blade .arrow-left {left: 0;top: -17px;}.c-component-video-blade .arrow-right {right: 0;top: -17px;}}@media (max-width: 575.98px) {.c-navigation .logo .navbar-brand {padding-left: 0;}.c-navigation .logo .navbar-brand img {width: 200px;padding-left: 0;}}@media (max-width: 360px) {.c-navigation__links ul li a {font-size: 30px;}}@media (max-width: 350px) {.g-content-tile--round .g-content-tile__image {width: 130px;height: 130px;}}@media (max-width: 339.98px) {.c-navigation .logo .navbar-brand img {width: 150px;}}@media (max-width: 330px) {.g-content-item__image img {width: 70px;}.p-blog-item img {width: 70px;}}@media print {*,*:before,*:after {background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important;}a,a:visited {text-decoration: underline;}a[href]:after {content: " (" attr(href) ")";}abbr[title]:after {content: " (" attr(title) ")";}a[href^="#"]:after,a[href^="javascript:"]:after {content: "";}pre,blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p,h2,h3 {orphans: 3;widows: 3;}h2,h3 {page-break-after: avoid;}select {background: #fff !important;}.navbar {display: none;}.btn > .caret,.dropup > .btn > .caret {border-top-color: #000 !important;}.label {border: 1px solid #000;}.table {border-collapse: collapse !important;}.table td,.table th {background-color: #fff !important;}.table-bordered th,.table-bordered td {border: 1px solid #ddd !important;}.visible-print {display: block !important;}table.visible-print {display: table;}tr.visible-print {display: table-row !important;}th.visible-print,td.visible-print {display: table-cell !important;}.visible-print-block {display: block !important;}.visible-print-inline {display: inline !important;}.visible-print-inline-block {display: inline-block !important;}.hidden-print {display: none !important;}}@-webkit-keyframes autofill {to {color: #adadad;background: #fff;}}
