@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%; }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

input[type="radio"][disabled], input[type="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: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

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

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -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: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  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: #23527c;
    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: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.btn-block {
  display: block;
  width: 100%; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    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: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* GLOBAL STYLE */
/* ARCHIVE PAGE */
/* SINGLE PAGE */
/* ----------------------------------- Home Obituary Feed ----------------------------------- */
.obits .carousel-inner {
  margin: 0 auto;
  width: 90%; }

#obit-feed {
  text-align: center; }
  #obit-feed ul {
    margin: 0;
    padding: 0; }
    #obit-feed ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  #obit-feed .obit-list {
    margin-left: -15px;
    margin-right: -27px; }
  #obit-feed .carousel-control {
    background: transparent url("https://a25bfe62ce2a18d93a7a-07165c823c7fc42c93977f22a9f62d97.ssl.cf2.rackcdn.com/home-obits-left.png") no-repeat 0px 0px;
    position: absolute;
    top: 45%;
    left: -15px;
    width: 30px;
    height: 49px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: transparent;
    text-indent: -9999px;
    border: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 1; }
    #obit-feed .carousel-control.right {
      background: transparent url("https://a25bfe62ce2a18d93a7a-07165c823c7fc42c93977f22a9f62d97.ssl.cf2.rackcdn.com/home-obits-right.png") no-repeat 0px 0px;
      left: auto;
      right: -15px; }
  #obit-feed .obit-wrap {
    border: none;
    border-radius: 0;
    position: relative;
    height: 230px;
    padding: 0 4px; }
  #obit-feed .obit-border {
    border: 1px solid #E3E3E3;
    height: 100%; }
  #obit-feed .thumbnail .caption {
    bottom: -95px;
    position: relative; }
    @media (min-width: 768px) and (max-height: 991px) {
      #obit-feed .thumbnail .caption {
        bottom: -105px; } }
    #obit-feed .thumbnail .caption p {
      font-size: 14px;
      text-align: center; }
  #obit-feed img {
    height: 128px;
    width: 128px;
    padding: 9px;
    margin-top: -60px;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute; }
  #obit-feed h2 {
    font-size: 36px;
    text-shadow: 1px 1px 1px #ffffff;
    color: #0055a5;
    font-style: normal;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px; }
  #obit-feed .name {
    color: #0055a5;
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px; }
  #obit-feed .service, #obit-feed .visitation {
    width: 100%;
    display: block;
    padding-top: 0;
    color: #E3E3E3;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0; }

.obit-btn {
  display: inline-block;
  border-radius: 0;
  font-size: 15px;
  padding: 15px 6px;
  background-image: none;
  text-shadow: none;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  min-width: 210px; }

.close-btn {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1; }

.single-obituary .obit-template-wrapper img,
#content-area.obituary-page img,
.post-type-archive-obituary img,
#content-area.obituary-archive-page img {
  max-width: 100% !important;
  height: auto; }

#woocommerce-order-items .wc-order-totals .label {
  color: #000000; }

/*

$action_button_text_color
$action_button_text_color_hover
$action_button_color
$action_button_color_hover

*/
@media (min-width: 992px) {
  .single-obituary .pull-right-action-link,
  #content-area.obituary-page .pull-right-action-link {
    float: right; } }

.single-obituary .obit-action-links,
#content-area.obituary-page .obit-action-links {
  margin-top: 60px; }
  @media (min-width: 0) and (max-width: 991px) {
    .single-obituary .obit-action-links,
    #content-area.obituary-page .obit-action-links {
      margin-top: 70px; } }
  .single-obituary .obit-action-links a.obit-action-link,
  #content-area.obituary-page .obit-action-links a.obit-action-link {
    border: 1px solid #cccccc;
    background: #333333 url("https://a25bfe62ce2a18d93a7a-07165c823c7fc42c93977f22a9f62d97.ssl.cf2.rackcdn.com/bg-obit-action-links.png") no-repeat top left;
    width: 100%;
    height: 85px;
    display: block;
    text-align: left;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #FFFFFF; }
    .single-obituary .obit-action-links a.obit-action-link:hover,
    #content-area.obituary-page .obit-action-links a.obit-action-link:hover {
      color: #FFFFFF;
      background: #cccccc url("https://a25bfe62ce2a18d93a7a-07165c823c7fc42c93977f22a9f62d97.ssl.cf2.rackcdn.com/bg-obit-action-links.png") no-repeat top left; }
    .single-obituary .obit-action-links a.obit-action-link span.big,
    #content-area.obituary-page .obit-action-links a.obit-action-link span.big {
      font-size: 24px;
      display: block; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .single-obituary .obit-action-links a.obit-action-link span.big,
        #content-area.obituary-page .obit-action-links a.obit-action-link span.big {
          font-size: 20px; } }
    .single-obituary .obit-action-links a.obit-action-link.tribute-video,
    #content-area.obituary-page .obit-action-links a.obit-action-link.tribute-video {
      background-position: 10px 16px; }
      .single-obituary .obit-action-links a.obit-action-link.tribute-video .small,
      #content-area.obituary-page .obit-action-links a.obit-action-link.tribute-video .small {
        position: absolute;
        left: 70px;
        top: 20px; }
      .single-obituary .obit-action-links a.obit-action-link.tribute-video .big,
      #content-area.obituary-page .obit-action-links a.obit-action-link.tribute-video .big {
        position: absolute;
        left: 70px;
        top: 40px; }
    .single-obituary .obit-action-links a.obit-action-link.upload-photo,
    #content-area.obituary-page .obit-action-links a.obit-action-link.upload-photo {
      background-position: 10px -70px; }
      .single-obituary .obit-action-links a.obit-action-link.upload-photo .small,
      #content-area.obituary-page .obit-action-links a.obit-action-link.upload-photo .small {
        position: absolute;
        left: 74px;
        top: 20px; }
      .single-obituary .obit-action-links a.obit-action-link.upload-photo .big,
      #content-area.obituary-page .obit-action-links a.obit-action-link.upload-photo .big {
        position: absolute;
        left: 74px;
        top: 40px; }
    .single-obituary .obit-action-links a.obit-action-link.send-flowers,
    #content-area.obituary-page .obit-action-links a.obit-action-link.send-flowers {
      background-position: 6px -165px; }
      .single-obituary .obit-action-links a.obit-action-link.send-flowers .small,
      #content-area.obituary-page .obit-action-links a.obit-action-link.send-flowers .small {
        position: absolute;
        left: 87px;
        top: 20px; }
      .single-obituary .obit-action-links a.obit-action-link.send-flowers .big,
      #content-area.obituary-page .obit-action-links a.obit-action-link.send-flowers .big {
        position: absolute;
        left: 87px;
        top: 40px; }
    .single-obituary .obit-action-links a.obit-action-link.light-candle,
    #content-area.obituary-page .obit-action-links a.obit-action-link.light-candle {
      background-position: 10px -250px; }
      .single-obituary .obit-action-links a.obit-action-link.light-candle .small,
      #content-area.obituary-page .obit-action-links a.obit-action-link.light-candle .small {
        position: absolute;
        left: 50px;
        top: 20px; }
      .single-obituary .obit-action-links a.obit-action-link.light-candle .big,
      #content-area.obituary-page .obit-action-links a.obit-action-link.light-candle .big {
        position: absolute;
        left: 50px;
        top: 40px; }
    .single-obituary .obit-action-links a.obit-action-link.webcast,
    #content-area.obituary-page .obit-action-links a.obit-action-link.webcast {
      background-position: 165px -328px; }
      .single-obituary .obit-action-links a.obit-action-link.webcast .small,
      #content-area.obituary-page .obit-action-links a.obit-action-link.webcast .small {
        position: absolute;
        left: 14px;
        top: 20px; }
      .single-obituary .obit-action-links a.obit-action-link.webcast .big,
      #content-area.obituary-page .obit-action-links a.obit-action-link.webcast .big {
        position: absolute;
        left: 14px;
        top: 40px; }
    .single-obituary .obit-action-links a.obit-action-link.webcast-service,
    #content-area.obituary-page .obit-action-links a.obit-action-link.webcast-service {
      background-position: 9px -416px; }
      .single-obituary .obit-action-links a.obit-action-link.webcast-service .small,
      #content-area.obituary-page .obit-action-links a.obit-action-link.webcast-service .small {
        position: absolute;
        left: 64px;
        top: 20px; }
      .single-obituary .obit-action-links a.obit-action-link.webcast-service .big,
      #content-area.obituary-page .obit-action-links a.obit-action-link.webcast-service .big {
        position: absolute;
        left: 70px;
        top: 40px; }

.single-obituary .family-actions .obit-btn,
#content-area.obituary-page .family-actions .obit-btn {
  color: #FFFFFF;
  background: #333333; }
  .single-obituary .family-actions .obit-btn:hover,
  #content-area.obituary-page .family-actions .obit-btn:hover {
    color: #FFFFFF;
    background: #cccccc; }

.single-obituary .service-info-wrap,
#content-area.obituary-page .service-info-wrap {
  margin-bottom: 20px; }
  .single-obituary .service-info-wrap .nav.nav-tabs,
  #content-area.obituary-page .service-info-wrap .nav.nav-tabs {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 0; }
  .single-obituary .service-info-wrap .nav-tabs li a,
  #content-area.obituary-page .service-info-wrap .nav-tabs li a {
    border: 1px solid #FFFFFF;
    border-bottom: none; }
  .single-obituary .service-info-wrap .nav-tabs li.active a,
  #content-area.obituary-page .service-info-wrap .nav-tabs li.active a {
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid transparent !important; }
  .single-obituary .service-info-wrap .nav-tabs > li.active > a,
  .single-obituary .service-info-wrap .nav-tabs > li.active > a:hover,
  .single-obituary .service-info-wrap .nav-tabs > li.active > a:focus,
  #content-area.obituary-page .service-info-wrap .nav-tabs > li.active > a,
  #content-area.obituary-page .service-info-wrap .nav-tabs > li.active > a:hover,
  #content-area.obituary-page .service-info-wrap .nav-tabs > li.active > a:focus {
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid transparent !important; }
  .single-obituary .service-info-wrap .nav-tabs li a,
  .single-obituary .service-info-wrap .nav-tabs li.active a,
  #content-area.obituary-page .service-info-wrap .nav-tabs li a,
  #content-area.obituary-page .service-info-wrap .nav-tabs li.active a {
    padding: 6px 12px; }
    .single-obituary .service-info-wrap .nav-tabs li a:hover,
    .single-obituary .service-info-wrap .nav-tabs li.active a:hover,
    #content-area.obituary-page .service-info-wrap .nav-tabs li a:hover,
    #content-area.obituary-page .service-info-wrap .nav-tabs li.active a:hover {
      padding: 6px 12px; }
  .single-obituary .service-info-wrap .nav-tabs li a,
  #content-area.obituary-page .service-info-wrap .nav-tabs li a {
    color: #FFFFFF;
    background: #333333; }
    .single-obituary .service-info-wrap .nav-tabs li a:hover,
    #content-area.obituary-page .service-info-wrap .nav-tabs li a:hover {
      color: #FFFFFF;
      background: #cccccc; }
  .single-obituary .service-info-wrap .nav-tabs li.active a,
  #content-area.obituary-page .service-info-wrap .nav-tabs li.active a {
    color: #FFFFFF;
    background: #cccccc; }
  .single-obituary .service-info-wrap .tab-content,
  #content-area.obituary-page .service-info-wrap .tab-content {
    border: 1px solid #CCCCCC;
    padding: 15px;
    border-top: 0px; }
    .single-obituary .service-info-wrap .tab-content h3.show-print,
    #content-area.obituary-page .service-info-wrap .tab-content h3.show-print {
      margin-top: 5px;
      margin-bottom: 15px; }
    .single-obituary .service-info-wrap .tab-content p,
    #content-area.obituary-page .service-info-wrap .tab-content p {
      margin: 6px 0 10px 0; }
    .single-obituary .service-info-wrap .tab-content p.service-text,
    #content-area.obituary-page .service-info-wrap .tab-content p.service-text {
      margin: 0; }
    .single-obituary .service-info-wrap .tab-content hr,
    #content-area.obituary-page .service-info-wrap .tab-content hr {
      border-top: 1px solid #c9c0b5;
      margin: 20px 0 10px 0; }
  .single-obituary .service-info-wrap .obit-btn,
  #content-area.obituary-page .service-info-wrap .obit-btn {
    color: #FFFFFF;
    background: #333333; }
    .single-obituary .service-info-wrap .obit-btn:hover,
    #content-area.obituary-page .service-info-wrap .obit-btn:hover {
      color: #FFFFFF;
      background: #cccccc; }
  .single-obituary .service-info-wrap .service-webcast-btn,
  #content-area.obituary-page .service-info-wrap .service-webcast-btn {
    margin-bottom: 2rem; }

.single-obituary .donation-block:first-of-type,
#content-area.obituary-page .donation-block:first-of-type {
  border-bottom: 1px solid #c9c0b5; }

/*
$condolence_button_text_color
$condolence_button_text_color_hover
$condolence_button_color
$condolence_button_color_hover


$all_condolences_title_color
$condolence_submitter_name_color
$condolence_submit_form_close_button_text_color
$condolence_submit_form_close_button_text_color_hover
$condolence_submit_form_close_button_text_color_hover
$condolence_submit_form_close_button_color
$condolence_submit_form_close_button_color_hover
*/
.single-obituary #condolenceCarousel .lit-candle,
#content-area.obituary-page #condolenceCarousel .lit-candle {
  margin-right: 10%;
  position: relative; }
  .single-obituary #condolenceCarousel .lit-candle img.flame,
  #content-area.obituary-page #condolenceCarousel .lit-candle img.flame {
    background: transparent;
    width: auto;
    border: none;
    position: absolute;
    left: 28px;
    top: -21px; }

.single-obituary #condolenceCarousel .carousel-inner,
#content-area.obituary-page #condolenceCarousel .carousel-inner {
  box-shadow: none; }

.single-obituary #condolenceCarousel .carousel-control,
#content-area.obituary-page #condolenceCarousel .carousel-control {
  background: none;
  text-shadow: none;
  color: #0055a5;
  width: 5%;
  top: 40%; }
  .single-obituary #condolenceCarousel .carousel-control:hover,
  #content-area.obituary-page #condolenceCarousel .carousel-control:hover {
    color: #000000; }

.single-obituary #condolenceCarousel .item,
#content-area.obituary-page #condolenceCarousel .item {
  min-height: 100px; }
  .single-obituary #condolenceCarousel .item span.author,
  #content-area.obituary-page #condolenceCarousel .item span.author {
    color: #333333; }

.single-obituary #condolenceCarousel .comment-holder,
#content-area.obituary-page #condolenceCarousel .comment-holder {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px; }

.single-obituary #condolenceCarousel .fa,
#content-area.obituary-page #condolenceCarousel .fa {
  font-size: 3rem;
  color: #c9c0b5; }

.single-obituary textarea#comment,
#content-area.obituary-page textarea#comment {
  min-height: 125px !important; }

.single-obituary .logged-in-as,
#content-area.obituary-page .logged-in-as {
  margin-top: 20px; }

.single-obituary #addTimelineComment .obit-btn,
.single-obituary #uploadPhoto .obit-btn,
.single-obituary .condolence-well .obit-btn,
#content-area.obituary-page #addTimelineComment .obit-btn,
#content-area.obituary-page #uploadPhoto .obit-btn,
#content-area.obituary-page .condolence-well .obit-btn {
  display: block;
  margin-bottom: 4px;
  color: #FFFFFF;
  background: #333333; }
  .single-obituary #addTimelineComment .obit-btn:hover,
  .single-obituary #uploadPhoto .obit-btn:hover,
  .single-obituary .condolence-well .obit-btn:hover,
  #content-area.obituary-page #addTimelineComment .obit-btn:hover,
  #content-area.obituary-page #uploadPhoto .obit-btn:hover,
  #content-area.obituary-page .condolence-well .obit-btn:hover {
    color: #FFFFFF;
    background: #cccccc; }
  @media (min-width: 992px) {
    .single-obituary #addTimelineComment .obit-btn,
    .single-obituary #uploadPhoto .obit-btn,
    .single-obituary .condolence-well .obit-btn,
    #content-area.obituary-page #addTimelineComment .obit-btn,
    #content-area.obituary-page #uploadPhoto .obit-btn,
    #content-area.obituary-page .condolence-well .obit-btn {
      display: inline-block;
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .single-obituary #addTimelineComment .view-condolences,
  .single-obituary #uploadPhoto .view-condolences,
  .single-obituary .condolence-well .view-condolences,
  #content-area.obituary-page #addTimelineComment .view-condolences,
  #content-area.obituary-page #uploadPhoto .view-condolences,
  #content-area.obituary-page .condolence-well .view-condolences {
    float: right; } }

.single-obituary #addTimelineComment button.js-close-btn,
.single-obituary #uploadPhoto button.js-close-btn,
.single-obituary .condolence-well button.js-close-btn,
#content-area.obituary-page #addTimelineComment button.js-close-btn,
#content-area.obituary-page #uploadPhoto button.js-close-btn,
#content-area.obituary-page .condolence-well button.js-close-btn {
  color: #FFFFFF;
  background: #333333; }
  .single-obituary #addTimelineComment button.js-close-btn:hover,
  .single-obituary #uploadPhoto button.js-close-btn:hover,
  .single-obituary .condolence-well button.js-close-btn:hover,
  #content-area.obituary-page #addTimelineComment button.js-close-btn:hover,
  #content-area.obituary-page #uploadPhoto button.js-close-btn:hover,
  #content-area.obituary-page .condolence-well button.js-close-btn:hover {
    color: #FFFFFF;
    background: #cccccc; }

.single-obituary .condolences-detail h2.condolences-detail-title,
#content-area.obituary-page .condolences-detail h2.condolences-detail-title {
  color: #333333; }

.single-obituary .condolences-detail .comment-meta .author,
#content-area.obituary-page .condolences-detail .comment-meta .author {
  color: #333333; }

.single-obituary .condolence-tabs .nav.nav-tabs,
#content-area.obituary-page .condolence-tabs .nav.nav-tabs {
  border-bottom: 1px solid #c9c0b5;
  margin-top: 0; }

.single-obituary .condolence-tabs .nav-tabs > li.active > a,
.single-obituary .condolence-tabs .nav-tabs > li.active > a:hover,
.single-obituary .condolence-tabs .nav-tabs > li.active > a:focus,
#content-area.obituary-page .condolence-tabs .nav-tabs > li.active > a,
#content-area.obituary-page .condolence-tabs .nav-tabs > li.active > a:hover,
#content-area.obituary-page .condolence-tabs .nav-tabs > li.active > a:focus {
  border: 1px solid #c9c0b5;
  border-bottom: 1px solid transparent !important; }

.single-obituary .condolence-tabs .nav-tabs li a,
#content-area.obituary-page .condolence-tabs .nav-tabs li a {
  padding: 6px 12px; }
  .single-obituary .condolence-tabs .nav-tabs li a:hover,
  #content-area.obituary-page .condolence-tabs .nav-tabs li a:hover {
    background-color: #ffffff !important;
    border: 1px solid #c9c0b5;
    border-bottom: 1px solid transparent !important; }

.single-obituary .condolence-tabs .tab-content,
#content-area.obituary-page .condolence-tabs .tab-content {
  border: 1px solid #c9c0b5;
  padding: 15px;
  border-top: 0px; }
  .single-obituary .condolence-tabs .tab-content h3.show-print,
  #content-area.obituary-page .condolence-tabs .tab-content h3.show-print {
    margin-top: 5px;
    margin-bottom: 15px; }
  .single-obituary .condolence-tabs .tab-content p,
  #content-area.obituary-page .condolence-tabs .tab-content p {
    margin: 6px 0 10px 0; }
  .single-obituary .condolence-tabs .tab-content p.service-text,
  #content-area.obituary-page .condolence-tabs .tab-content p.service-text {
    margin: 0; }
  .single-obituary .condolence-tabs .tab-content hr,
  #content-area.obituary-page .condolence-tabs .tab-content hr {
    border-top: 1px solid #c9c0b5;
    margin: 20px 0 10px 0; }

@media (min-width: 0) and (max-width: 991px) {
  .single-obituary .add-this-social,
  #content-area.obituary-page .add-this-social {
    margin: 20px 0; } }

/*
$timeline_button_text_color: #FFFFFF;
$timeline_button_text_color_hover: #FFFFFF;
$timeline_button_color: #333333;
$timeline_button_color_hover: #cccccc;
$timeline_section_title_color: #333333;
$timeline_section_birthdeath_date_color: #333333;
$timeline_element_date_color: #444444;
$timeline_element_title_color: #333333;
$timeline_element_commenter_name_color: #333333;
$timeline_element_add_comment_button_text_color: #FFFFFF;
$timeline_element_add_comment_button_text_color_hover: #FFFFFF;
$timeline_element_add_comment_button_color: #333333;
$timeline_element_add_comment_button_color_hover: #cccccc;
*/
.single-obituary #timelineCarousel .c-control-tl,
#content-area.obituary-page #timelineCarousel .c-control-tl {
  position: absolute;
  font-size: 20px;
  top: 45%;
  border-radius: 50%;
  text-shadow: none;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .single-obituary #timelineCarousel .c-control-tl:hover,
  #content-area.obituary-page #timelineCarousel .c-control-tl:hover {
    color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: rgba(255, 255, 255, 0.8); }
  .single-obituary #timelineCarousel .c-control-tl.left,
  #content-area.obituary-page #timelineCarousel .c-control-tl.left {
    left: 15px; }
  .single-obituary #timelineCarousel .c-control-tl.right,
  #content-area.obituary-page #timelineCarousel .c-control-tl.right {
    right: 15px; }

.single-obituary #timelineCarousel .c-caption,
#content-area.obituary-page #timelineCarousel .c-caption {
  min-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  padding: 1rem 2rem;
  display: block;
  width: 100%; }

.single-obituary #timelineCarousel h3,
#content-area.obituary-page #timelineCarousel h3 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0; }

.single-obituary #timelineCarousel p.timeline-date,
#content-area.obituary-page #timelineCarousel p.timeline-date {
  font-size: 13px;
  margin: 0;
  color: #ffffff; }

.single-obituary .timeline-well .obit-btn,
#content-area.obituary-page .timeline-well .obit-btn {
  display: block;
  margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .single-obituary .timeline-well .obit-btn,
    #content-area.obituary-page .timeline-well .obit-btn {
      display: inline-block;
      margin-bottom: 0; } }

@media (min-width: 1200px) {
  .single-obituary .timeline-well .view-timeline,
  #content-area.obituary-page .timeline-well .view-timeline {
    float: right; } }

.single-obituary .add-timeline-comment.obit-btn,
#content-area.obituary-page .add-timeline-comment.obit-btn {
  color: #FFFFFF;
  background: #333333; }
  .single-obituary .add-timeline-comment.obit-btn:hover,
  #content-area.obituary-page .add-timeline-comment.obit-btn:hover {
    color: #FFFFFF;
    background: #cccccc; }

.single-obituary .timeline-detail,
#content-area.obituary-page .timeline-detail {
  display: none; }
  .single-obituary .timeline-detail .title,
  #content-area.obituary-page .timeline-detail .title {
    margin: 0px 0px 40px 0px; }
    .single-obituary .timeline-detail .title h2,
    #content-area.obituary-page .timeline-detail .title h2 {
      margin-top: 20px;
      color: #333333; }
  .single-obituary .timeline-detail .datebox,
  #content-area.obituary-page .timeline-detail .datebox {
    width: 350px;
    display: block;
    margin: 0px auto 20px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: normal; }
  .single-obituary .timeline-detail .bg-line,
  #content-area.obituary-page .timeline-detail .bg-line {
    background: transparent url("https://a25bfe62ce2a18d93a7a-07165c823c7fc42c93977f22a9f62d97.ssl.cf2.rackcdn.com/bg-obit-line.png") repeat-y center; }
  .single-obituary .timeline-detail .event-date,
  #content-area.obituary-page .timeline-detail .event-date {
    font-size: 14px;
    color: #444444;
    font-style: normal; }
  .single-obituary .timeline-detail .event-title,
  #content-area.obituary-page .timeline-detail .event-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000; }
  .single-obituary .timeline-detail p.comment-author,
  #content-area.obituary-page .timeline-detail p.comment-author {
    font-weight: bold;
    font-size: 14px;
    color: #333333 !important; }
  .single-obituary .timeline-detail .comment-content,
  #content-area.obituary-page .timeline-detail .comment-content {
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    display: block;
    margin: 20px auto; }
  .single-obituary .timeline-detail .col-xs-6,
  #content-area.obituary-page .timeline-detail .col-xs-6 {
    position: relative; }
    .single-obituary .timeline-detail .col-xs-6.right,
    #content-area.obituary-page .timeline-detail .col-xs-6.right {
      margin-left: 0; }
    .single-obituary .timeline-detail .col-xs-6 .comments,
    #content-area.obituary-page .timeline-detail .col-xs-6 .comments {
      margin-top: 10px;
      margin-bottom: 5px; }
      .single-obituary .timeline-detail .col-xs-6 .comments .comment,
      #content-area.obituary-page .timeline-detail .col-xs-6 .comments .comment {
        border: 1px solid #E3E3E3;
        padding: 5px 10px;
        margin-bottom: 5px;
        margin-top: 5px; }
        .single-obituary .timeline-detail .col-xs-6 .comments .comment .comment-author,
        #content-area.obituary-page .timeline-detail .col-xs-6 .comments .comment .comment-author {
          font-weight: bold; }
    .single-obituary .timeline-detail .col-xs-6 .well,
    #content-area.obituary-page .timeline-detail .col-xs-6 .well {
      width: 80%;
      background: rgba(255, 255, 255, 0.8); }
      .single-obituary .timeline-detail .col-xs-6 .well.form-well,
      #content-area.obituary-page .timeline-detail .col-xs-6 .well.form-well {
        width: auto; }
      .single-obituary .timeline-detail .col-xs-6 .well.right,
      #content-area.obituary-page .timeline-detail .col-xs-6 .well.right {
        margin-left: 15%; }
  .single-obituary .timeline-detail .timeline-well,
  #content-area.obituary-page .timeline-detail .timeline-well {
    background-color: #ffffff; }

#obitCarousel {
  margin: 20px auto; }
  #obitCarousel .c-control-tl {
    position: absolute;
    font-size: 20px;
    top: 45%;
    border-radius: 50%;
    text-shadow: none;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
    #obitCarousel .c-control-tl:hover {
      color: #000000;
      opacity: 0.9;
      filter: alpha(opacity=90);
      background-color: rgba(255, 255, 255, 0.8); }
    #obitCarousel .c-control-tl.left {
      left: 15px; }
    #obitCarousel .c-control-tl.right {
      right: 15px; }

.single-obit-content-wrapper .readmore-modal__social-share {
  display: flex;
  margin-bottom: 1em;
  margin-top: 1em; }
  .single-obit-content-wrapper .readmore-modal__social-share__links {
    flex: 1; }
    .single-obit-content-wrapper .readmore-modal__social-share__links .heateorSssMoreSvg {
      background: url("/wp-content/plugins/mkj-obit-plugin/assets/img/more-plus.png");
      background-size: cover;
      height: 25px;
      width: 25px; }
    .single-obit-content-wrapper .readmore-modal__social-share__links .heateorSssSharing.heateorSssMoreBackground {
      background-color: transparent; }
  .single-obit-content-wrapper .readmore-modal__social-share__print-email {
    color: #000;
    display: flex;
    flex: 1;
    justify-content: flex-end; }
    .single-obit-content-wrapper .readmore-modal__social-share__print-email .print {
      margin-right: 2em; }

.single-obit-content-wrapper .readmore-modal__calls-to-action {
  align-items: center;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 640px) {
    .single-obit-content-wrapper .readmore-modal__calls-to-action {
      flex-direction: row; } }

.single-obit-content-wrapper .readmore-modal__action-item {
  flex: 1;
  text-align: center; }
  .single-obit-content-wrapper .readmore-modal__action-item:not(:first-of-type) {
    margin-top: 2em; }
  @media screen and (min-width: 640px) {
    .single-obit-content-wrapper .readmore-modal__action-item {
      margin-top: 0 !important; } }
  .single-obit-content-wrapper .readmore-modal__action-item.with-image {
    display: flex;
    text-align: left;
    justify-content: center; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image img {
      max-height: 75px !important;
      margin-right: 1em !important; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image .inner {
      align-items: center;
      display: flex; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image.social-funeral-modal-item .inner {
      flex-direction: column; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image.social-funeral-modal-item h4 {
      text-align: center;
      padding: 0; }
      .single-obit-content-wrapper .readmore-modal__action-item.with-image.social-funeral-modal-item h4 b {
        font-weight: normal; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image.social-funeral-modal-item > * {
      align-self: center; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image.social-funeral-modal-item .btn {
      min-width: 185px; }
    .single-obit-content-wrapper .readmore-modal__action-item.with-image.social-funeral-modal-item .donations-list-link {
      font-size: 15px;
      padding-top: 0.5rem; }
  .single-obit-content-wrapper .readmore-modal__action-item .title {
    font-size: 1.3em; }
  .single-obit-content-wrapper .readmore-modal__action-item .description {
    font-size: 0.8em; }

@media (min-width: 768px) {
  .single-obit-content-wrapper .readmore-modal .modal-dialog {
    width: 80vw;
    max-width: 1000px; } }

@media (min-width: 768px) {
  .single-obit-content-wrapper .readmore-modal .modal-header {
    margin: 0 5em 2em;
    padding: 2em 0; } }

.single-obit-content-wrapper .readmore-modal .modal-header .full-name {
  font-size: 2.3em; }

.single-obit-content-wrapper .readmore-modal .modal-header .dob-dod {
  font-weight: bold;
  color: #000; }

@media (min-width: 768px) {
  .single-obit-content-wrapper .readmore-modal .modal-body {
    padding: 0 5em; } }

.single-obit-content-wrapper .readmore-modal .modal-footer {
  border-top: 0; }
  @media (min-width: 768px) {
    .single-obit-content-wrapper .readmore-modal .modal-footer {
      padding: 2em 5em; } }

.single-obit-content-wrapper .modal.show .modal-dialog {
  transform: translate(0, 0); }

.single-obit-content-wrapper .modal-header .close {
  font-size: 2em;
  font-weight: normal;
  opacity: 1; }
  .single-obit-content-wrapper .modal-header .close .fa-times {
    font-size: 1.3em;
    margin-left: 3px;
    transform: translateY(2px); }

.comment-form-with-attachment #email-notes {
  display: none; }

#attachmentForm,
#commentform {
  display: flex;
  flex-direction: column; }
  #attachmentForm .form-group,
  #commentform .form-group {
    order: 10; }
  #attachmentForm .form-submit,
  #commentform .form-submit {
    order: 11; }
  #attachmentForm #comment-label,
  #attachmentForm label[for="comment"],
  #commentform #comment-label,
  #commentform label[for="comment"] {
    order: 9; }

.comment-form-attachment {
  margin-bottom: 1rem; }

.single-obit-content-wrapper .modal-body #sim-candle-form {
  display: block; }
  .single-obit-content-wrapper .modal-body #sim-candle-form > .modal-header {
    display: none; }
  .single-obit-content-wrapper .modal-body #sim-candle-form .comment-reply-title,
  .single-obit-content-wrapper .modal-body #sim-candle-form .js-close-btn,
  .single-obit-content-wrapper .modal-body #sim-candle-form .clearfix,
  .single-obit-content-wrapper .modal-body #sim-candle-form hr,
  .single-obit-content-wrapper .modal-body #sim-candle-form .comment-notes {
    display: none; }
  .single-obit-content-wrapper .modal-body #sim-candle-form label {
    text-align: left; }

@media (min-width: 768px) {
  .single-obit-content-wrapper #obit-tribute-modal .modal-dialog,
  .single-obit-content-wrapper #obit-visitation-modal .modal-dialog,
  .single-obit-content-wrapper #obit-service-modal .modal-dialog {
    width: 80vw;
    max-width: 935px; } }

.single-obit-content-wrapper #obit-tribute-modal .modal-dialog iframe,
.single-obit-content-wrapper #obit-visitation-modal .modal-dialog iframe,
.single-obit-content-wrapper #obit-service-modal .modal-dialog iframe {
  min-height: 50vh;
  width: 100%; }
  @media screen and (min-width: 460px) {
    .single-obit-content-wrapper #obit-tribute-modal .modal-dialog iframe,
    .single-obit-content-wrapper #obit-visitation-modal .modal-dialog iframe,
    .single-obit-content-wrapper #obit-service-modal .modal-dialog iframe {
      min-height: 80vh; } }

.single-obit-content-wrapper .tribute-video-link-wrapper {
  margin-top: 2em; }
  .single-obit-content-wrapper .tribute-video-link-wrapper .tribute-video-img-link {
    height: 22px !important;
    margin: 0 0.5em 0 0; }
  .single-obit-content-wrapper .tribute-video-link-wrapper a {
    display: flex;
    align-items: center; }
    .single-obit-content-wrapper .tribute-video-link-wrapper a span {
      text-decoration: underline; }

.tribute-video-link-wrapper .modal-body {
  padding: 0; }

.single-obit-content-wrapper .flowers_popup {
  text-align: center;
  border-radius: 3px;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .single-obit-content-wrapper .flowers_popup img {
    border-radius: 5px !important;
    display: block !important;
    margin: 1em auto !important;
    height: 200px !important; }
  .single-obit-content-wrapper .flowers_popup h2 {
    font-size: 2.3rem;
    font-weight: bold; }

.single-obit-content-wrapper .thank-you-text {
  border-bottom: 1px solid #e5e5e5;
  margin-left: -15px !important;
  padding-bottom: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  width: calc(100% + 30px); }

.hidden-form {
  margin: 0 !important; }

input#email,
input#author {
  margin-bottom: 1rem; }

.facebook-wrapper {
  text-align: left; }
  .facebook-wrapper .fbl-button {
    text-align: left; }

.donations-title {
  font-size: 2.3em; }

body.single-obituary.modal-open {
  overflow: hidden; }

body.single-obituary.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

@media screen and (max-width: 459px) {
  .single-obit-content-wrapper {
    padding: 0 !important; } }

.single-obit-content-wrapper .obit {
  margin: 0 auto 2rem !important;
  max-width: 1250px; }
  .single-obit-content-wrapper .obit__header {
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    color: #fff;
    padding: 2em 1em;
    position: relative;
    z-index: 0; }
    @media screen and (min-width: 460px) {
      .single-obit-content-wrapper .obit__header {
        box-shadow: 0 10px 6px -6px #777; } }
    @media screen and (min-width: 640px) {
      .single-obit-content-wrapper .obit__header {
        padding: 3em 5em; } }
    @media screen and (min-width: 800px) {
      .single-obit-content-wrapper .obit__header {
        padding: 10em 5em 2em; } }
    .single-obit-content-wrapper .obit__header .gradient-cover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
      z-index: 2; }
    .single-obit-content-wrapper .obit__header__video-background-header {
      overflow: hidden;
      text-shadow: 1px 1px #000; }
      .single-obit-content-wrapper .obit__header__video-background-header video {
        left: 0;
        min-height: 100%;
        min-width: 300%;
        position: absolute; }
        @media screen and (min-width: 460px) {
          .single-obit-content-wrapper .obit__header__video-background-header video {
            min-width: 200%;
            top: 0; } }
        @media screen and (min-width: 640px) {
          .single-obit-content-wrapper .obit__header__video-background-header video {
            min-width: 200%; } }
        @media screen and (min-width: 800px) {
          .single-obit-content-wrapper .obit__header__video-background-header video {
            top: 50px;
            min-height: 100%;
            min-width: 100%; } }
        @media screen and (min-width: 992px) {
          .single-obit-content-wrapper .obit__header__video-background-header video {
            height: auto;
            min-width: 100%;
            top: 0; } }
        @media screen and (min-width: 1400px) {
          .single-obit-content-wrapper .obit__header__video-background-header video {
            top: 50%;
            transform: translateY(-50%); } }
      .single-obit-content-wrapper .obit__header__video-background-header video.cross {
        top: -20px;
        left: -210px; }
        @media screen and (min-width: 550px) {
          .single-obit-content-wrapper .obit__header__video-background-header video.cross {
            top: 30px;
            left: -30px; } }
        @media screen and (min-width: 800px) {
          .single-obit-content-wrapper .obit__header__video-background-header video.cross {
            top: -150px;
            left: 0; } }
        @media screen and (min-width: 1400px) {
          .single-obit-content-wrapper .obit__header__video-background-header video.cross {
            top: 50%; } }
    .single-obit-content-wrapper .obit__header__inner {
      display: flex;
      flex-direction: column;
      text-align: center;
      z-index: 3; }
      @media screen and (min-width: 800px) {
        .single-obit-content-wrapper .obit__header__inner {
          flex-direction: row;
          text-align: left; } }
    .single-obit-content-wrapper .obit__header__image-wrapper {
      margin: 0 auto 1em;
      position: relative;
      width: 85%;
      z-index: 3; }
      @media screen and (min-width: 800px) {
        .single-obit-content-wrapper .obit__header__image-wrapper {
          align-items: flex-end;
          display: flex;
          height: 250px;
          margin: auto;
          width: auto; }
          .single-obit-content-wrapper .obit__header__image-wrapper img {
            margin: 0;
            max-height: 100%; } }
    .single-obit-content-wrapper .obit__header__content-right {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: flex-end;
      z-index: 3; }
      @media screen and (min-width: 800px) {
        .single-obit-content-wrapper .obit__header__content-right {
          padding-left: 3em; } }
    .single-obit-content-wrapper .obit__header__full-name {
      font-family: inherit;
      font-size: 38px;
      font-weight: bold;
      color: white;
      color: inherit;
      margin: 0;
      padding: 0; }
    .single-obit-content-wrapper .obit__header__dob-dod {
      font-size: 18px; }
    .single-obit-content-wrapper .obit__header__social-share {
      align-items: center;
      margin-top: 0.5em;
      justify-content: center;
      display: flex; }
      @media screen and (min-width: 800px) {
        .single-obit-content-wrapper .obit__header__social-share {
          justify-content: initial; } }
      .single-obit-content-wrapper .obit__header__social-share__links {
        margin-right: 2em; }
        .single-obit-content-wrapper .obit__header__social-share__links iframe {
          margin-bottom: 0; }
        .single-obit-content-wrapper .obit__header__social-share__links li {
          padding-bottom: 0 !important; }
      .single-obit-content-wrapper .obit__header__social-share__print {
        margin-right: 2em; }
        .single-obit-content-wrapper .obit__header__social-share__print a {
          color: #fff; }
          .single-obit-content-wrapper .obit__header__social-share__print a span {
            text-decoration: underline; }
      .single-obit-content-wrapper .obit__header__social-share__mailto a {
        color: #fff; }
        .single-obit-content-wrapper .obit__header__social-share__mailto a span {
          text-decoration: underline; }
      .single-obit-content-wrapper .obit__header__social-share .heateorSssMoreSvg {
        background: url("../assets/img/more-plus.png");
        background-size: cover;
        height: 25px;
        width: 25px; }
      .single-obit-content-wrapper .obit__header__social-share .heateorSssSharing.heateorSssMoreBackground {
        background-color: transparent; }
  .single-obit-content-wrapper .obit__main-content-wrapper {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .single-obit-content-wrapper .obit__main-content-wrapper {
        display: block; } }
  .single-obit-content-wrapper .obit__content {
    margin-top: 2em;
    order: 1; }
    @media screen and (max-width: 459px) {
      .single-obit-content-wrapper .obit__content {
        padding-left: 2em;
        padding-right: 2em; } }
    @media screen and (min-width: 460px) {
      .single-obit-content-wrapper .obit__content {
        padding: 0 4em; } }
    @media screen and (min-width: 992px) {
      .single-obit-content-wrapper .obit__content {
        padding-left: 4em !important;
        margin-top: 0; } }
    .single-obit-content-wrapper .obit__content__obit-copy {
      font-size: 18px;
      margin-bottom: 2em;
      padding-bottom: 2em; }
      .single-obit-content-wrapper .obit__content__obit-copy .obit-read-more {
        margin-left: 0.5em;
        opacity: 0; }
      .single-obit-content-wrapper .obit__content__obit-copy p:last-of-type {
        margin-bottom: 0; }
  .single-obit-content-wrapper .obit__sidebar-wrapper {
    order: 2;
    margin-top: 2em; }
    @media screen and (min-width: 992px) {
      .single-obit-content-wrapper .obit__sidebar-wrapper {
        margin-top: 0; } }
  .single-obit-content-wrapper .obit__sidebar {
    position: relative; }
    .single-obit-content-wrapper .obit__sidebar .service-info {
      padding: 0 2em 2em;
      display: flex;
      flex-direction: column; }
      .single-obit-content-wrapper .obit__sidebar .service-info__header {
        align-content: center;
        display: flex;
        padding-bottom: 1.3em; }
        .single-obit-content-wrapper .obit__sidebar .service-info__header span {
          font-size: 18px;
          font-weight: bold !important; }
        .single-obit-content-wrapper .obit__sidebar .service-info__header .video-link-wrapper {
          margin-left: auto; }
          .single-obit-content-wrapper .obit__sidebar .service-info__header .video-link-wrapper .btn {
            min-width: 100px;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding: 6px 12px !important;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
          .single-obit-content-wrapper .obit__sidebar .service-info__header .video-link-wrapper span {
            font-size: 14px !important;
            font-weight: normal !important;
            text-decoration: underline !important; }
          .single-obit-content-wrapper .obit__sidebar .service-info__header .video-link-wrapper .modal-body {
            padding: 0; }
      .single-obit-content-wrapper .obit__sidebar .service-info__date {
        padding-bottom: 0.3em; }
      .single-obit-content-wrapper .obit__sidebar .service-info__location {
        font-size: 16px;
        font-weight: bold;
        line-height: 25px; }
      .single-obit-content-wrapper .obit__sidebar .service-info__address {
        font-size: 16px;
        line-height: 25px; }
      .single-obit-content-wrapper .obit__sidebar .service-info__phone {
        display: inline;
        line-height: 30px; }
        .single-obit-content-wrapper .obit__sidebar .service-info__phone .map {
          font-size: 14px;
          text-decoration: underline; }
      .single-obit-content-wrapper .obit__sidebar .service-info__link {
        text-decoration: none; }
      .single-obit-content-wrapper .obit__sidebar .service-info__btn {
        display: inline-block;
        font-size: 14px;
        padding: 0.5em;
        position: relative;
        top: 15px;
        text-transform: capitalize !important;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
      .single-obit-content-wrapper .obit__sidebar .service-info__separator {
        padding: 1.5em; }
      .single-obit-content-wrapper .obit__sidebar .service-info p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0; }
    .single-obit-content-wrapper .obit__sidebar__includes-lower-image {
      padding-bottom: calc(200px + 1.5em); }
      @media (min-width: 330px) {
        .single-obit-content-wrapper .obit__sidebar__includes-lower-image {
          padding-bottom: calc(230px + 1.5em); } }
      @media (min-width: 350px) {
        .single-obit-content-wrapper .obit__sidebar__includes-lower-image {
          padding-bottom: calc(265px + 1.5em); } }
      @media (min-width: 400px) {
        .single-obit-content-wrapper .obit__sidebar__includes-lower-image {
          padding-bottom: calc(290px + 1.5em); } }
      @media (min-width: 500px) and (max-width: 1150px) {
        .single-obit-content-wrapper .obit__sidebar__includes-lower-image {
          padding-bottom: 0; } }
      @media (min-width: 1151px) {
        .single-obit-content-wrapper .obit__sidebar__includes-lower-image {
          padding-bottom: calc(275px + 1.5em); } }
    .single-obit-content-wrapper .obit__sidebar__lower-image-wrapper {
      background-position: bottom left;
      background-size: cover;
      height: 200px;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
      @media (min-width: 330px) {
        .single-obit-content-wrapper .obit__sidebar__lower-image-wrapper {
          height: 230px; } }
      @media (min-width: 350px) {
        .single-obit-content-wrapper .obit__sidebar__lower-image-wrapper {
          height: 265px; } }
      @media (min-width: 400px) {
        .single-obit-content-wrapper .obit__sidebar__lower-image-wrapper {
          height: 290px; } }
      @media (min-width: 500px) and (max-width: 1150px) {
        .single-obit-content-wrapper .obit__sidebar__lower-image-wrapper {
          display: none; } }
      @media (min-width: 1151px) {
        .single-obit-content-wrapper .obit__sidebar__lower-image-wrapper {
          height: 275px; } }
    .single-obit-content-wrapper .obit__sidebar .send-flowers-gifts-btn {
      font-size: 0.8em;
      margin-top: 0.5em !important;
      margin-bottom: 0 !important;
      min-width: 0 !important;
      padding: 6px 12px !important;
      text-transform: capitalize !important;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
    .single-obit-content-wrapper .obit__sidebar .obituary-service-note {
      font-size: 0.9em;
      margin: 0.1em 0 0.4em; }
  .single-obit-content-wrapper .obit a:hover {
    cursor: pointer; }

.single-obit-content-wrapper .obit-comment-image {
  max-width: 300px;
  margin-top: 1em !important; }

.single-obit-content-wrapper .calls-to-action {
  margin-bottom: 4em; }
  .single-obit-content-wrapper .calls-to-action__link {
    font-size: 21px; }
  .single-obit-content-wrapper .calls-to-action .light-candle-link {
    left: 145px;
    position: relative; }
  .single-obit-content-wrapper .calls-to-action__candles {
    left: 45px;
    max-width: 360px;
    position: relative;
    top: 5px; }
  .single-obit-content-wrapper .calls-to-action__view-gallery {
    bottom: 20px !important;
    left: 50% !important;
    max-width: 50% !important;
    min-width: 125px !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important; }
    .single-obit-content-wrapper .calls-to-action__view-gallery:hover {
      cursor: pointer; }
  .single-obit-content-wrapper .calls-to-action .flowers-link {
    position: relative;
    right: 0px;
    top: 25px;
    left: 10px; }
  .single-obit-content-wrapper .calls-to-action .arrangements-description {
    bottom: 10px;
    font-size: 12px;
    left: 93px;
    position: relative;
    z-index: 3; }
  .single-obit-content-wrapper .calls-to-action .help-family-link {
    left: 40px;
    position: relative;
    top: 48px; }
  .single-obit-content-wrapper .calls-to-action .help-family-description {
    font-size: 14px;
    left: 60px;
    position: relative;
    top: 48px; }
  .single-obit-content-wrapper .calls-to-action .donations-link {
    position: relative;
    top: 48px; }
  .single-obit-content-wrapper .calls-to-action .donations-description {
    font-size: 12px;
    left: 8px;
    position: relative;
    top: 50px; }
  .single-obit-content-wrapper .calls-to-action__banner {
    display: flex;
    flex-direction: column; }
    .single-obit-content-wrapper .calls-to-action__banner > * {
      padding-top: 1em;
      padding-bottom: 1em; }
    .single-obit-content-wrapper .calls-to-action__banner__candles {
      text-align: center;
      padding-bottom: 5.5rem !important;
      padding-top: 3.5rem !important; }
      .single-obit-content-wrapper .calls-to-action__banner__candles .js-light-candle-trigger-modal {
        transform: translateY(3.5rem); }
    @media screen and (min-width: 992px) {
      .single-obit-content-wrapper .calls-to-action__banner {
        align-items: center;
        flex-direction: row;
        min-height: 175px; }
        .single-obit-content-wrapper .calls-to-action__banner__candles {
          width: 33.33%; }
          .single-obit-content-wrapper .calls-to-action__banner__candles .container {
            width: 100%; }
        .single-obit-content-wrapper .calls-to-action__banner > * {
          padding: 0; } }
    .single-obit-content-wrapper .calls-to-action__banner__flowers {
      display: flex; }
      .single-obit-content-wrapper .calls-to-action__banner__flowers .inner {
        align-items: center;
        display: flex;
        margin: 0 auto; }
      .single-obit-content-wrapper .calls-to-action__banner__flowers img {
        max-height: 90px !important;
        margin-left: auto !important; }
      .single-obit-content-wrapper .calls-to-action__banner__flowers div {
        margin-left: 0; }
      @media screen and (min-width: 992px) {
        .single-obit-content-wrapper .calls-to-action__banner__flowers div {
          text-align: left; } }
    .single-obit-content-wrapper .calls-to-action__banner__help-family {
      text-align: center; }
    .single-obit-content-wrapper .calls-to-action__banner h4 {
      text-align: center;
      padding: 0; }
      .single-obit-content-wrapper .calls-to-action__banner h4 b {
        font-weight: normal; }
    .single-obit-content-wrapper .calls-to-action__banner .shortcode-container {
      text-align: center; }
    .single-obit-content-wrapper .calls-to-action__banner .donations-list-link {
      text-align: center;
      padding-top: .8rem;
      width: 100%;
      display: block; }
    .single-obit-content-wrapper .calls-to-action__banner .btn {
      min-width: 185px; }
    .single-obit-content-wrapper .calls-to-action__banner__donations {
      text-align: center; }
    .single-obit-content-wrapper .calls-to-action__banner div:not(:first-of-type) {
      flex: 1; }
    .single-obit-content-wrapper .calls-to-action__banner .condolence-candle-wrap {
      margin-top: 0 !important;
      min-height: 150px;
      transform: translatey(60px);
      visibility: visible !important;
      display: block !important; }
      @media screen and (min-width: 992px) {
        .single-obit-content-wrapper .calls-to-action__banner .condolence-candle-wrap {
          min-height: 100px;
          transform: translatey(18%); } }
      .single-obit-content-wrapper .calls-to-action__banner .condolence-candle-wrap a {
        padding: 0 !important; }
    .single-obit-content-wrapper .calls-to-action__banner p {
      margin: 0; }
    .single-obit-content-wrapper .calls-to-action__banner .description {
      font-size: .7em; }

.single-obit-content-wrapper .condolence__items.larger-only {
  display: none; }
  .single-obit-content-wrapper .condolence__items.larger-only .condolence-overlay {
    display: none; }
  @media screen and (min-width: 992px) {
    .single-obit-content-wrapper .condolence__items.larger-only {
      display: block;
      max-height: 750px;
      overflow: hidden;
      position: relative;
      transition: max-height 0.5s; }
      .single-obit-content-wrapper .condolence__items.larger-only .condolence-overlay {
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff);
        bottom: 0;
        display: block;
        height: 100px;
        left: 0;
        position: absolute;
        right: 0;
        transition: opacity 2s, visibility 2s;
        visibility: visible;
        width: 100%; } }

.single-obit-content-wrapper .condolence__item {
  font-size: 0.9em;
  margin-top: 2em; }

.single-obit-content-wrapper .condolence__author {
  font-weight: bold; }
  .single-obit-content-wrapper .condolence__author img {
    border-radius: 50%;
    margin-right: 0.5em; }

.single-obit-content-wrapper .condolence__content {
  margin-top: 0.5em; }

.single-obit-content-wrapper .condolence__modal-btn-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 2em; }

.single-obit-content-wrapper .condolence__modal-btn {
  font-size: 13px !important;
  padding: 1em 2em !important;
  margin: 0 !important;
  text-transform: capitalize !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  white-space: normal; }
  @media screen and (min-width: 460px) {
    .single-obit-content-wrapper .condolence__modal-btn {
      font-size: 1.2em !important; } }

.single-obit-content-wrapper .condolence__what-to-say-link {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75em;
  max-width: 375px; }
  @media screen and (min-width: 992px) {
    .single-obit-content-wrapper .condolence__what-to-say-link {
      display: block; } }
  .single-obit-content-wrapper .condolence__what-to-say-link a {
    font-size: 0.9em;
    text-decoration: underline; }

.single-obit-content-wrapper .condolence .show-more {
  display: none; }
  @media screen and (min-width: 992px) {
    .single-obit-content-wrapper .condolence .show-more {
      display: block;
      margin-top: 3em;
      text-align: center; }
      .single-obit-content-wrapper .condolence .show-more:hover {
        cursor: pointer; } }
  .single-obit-content-wrapper .condolence .show-more.active > svg {
    transform: rotate(180deg); }
  .single-obit-content-wrapper .condolence .show-more svg {
    margin-left: 0.25em;
    transition: all 1s; }

.single-obit-content-wrapper .condolence__advertisement {
  align-items: center;
  display: flex;
  padding: 0.75em !important; }

.single-obit-content-wrapper .condolence__advertisement_image {
  height: 30px !important;
  margin: 0 1em 0 0 !important; }

.single-obit-content-wrapper .condolence__advertisement_text {
  font-weight: bold !important;
  letter-spacing: 2px !important; }

.single-obit-content-wrapper .mobile-condolence-list-trigger {
  margin-left: auto; }
  @media screen and (min-width: 992px) {
    .single-obit-content-wrapper .mobile-condolence-list-trigger {
      display: none; } }

.single-obit-content-wrapper #obit-image-gallery .modal-content {
  max-width: 95vw; }

#obit-image-gallery .modal-dialog .modal-content a.close {
  color: #fff;
  margin-right: -3rem;
  opacity: 1;
  font-weight: 400;
  font-size: 3rem; }

.single-obit-content-wrapper .obit-gallery-carousel {
  height: 500px;
  overflow: hidden;
  position: relative; }
  .single-obit-content-wrapper .obit-gallery-carousel .obit-gallery-carousel-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
    width: 100%; }
    .single-obit-content-wrapper .obit-gallery-carousel .obit-gallery-carousel-item.active-obit-gallery {
      opacity: 1; }
    .single-obit-content-wrapper .obit-gallery-carousel .obit-gallery-carousel-item .copy {
      display: flex;
      flex-direction: column;
      align-self: center;
      text-align: center;
      border-radius: 5px;
      align-items: center;
      justify-content: center;
      font-size: 1.1em;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .single-obit-content-wrapper .obit-gallery-carousel .obit-gallery-carousel-item .copy img {
        margin: 0 auto;
        width: auto;
        max-height: 100%;
        max-width: 100%; }
  .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap {
    background: transparent;
    border: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
    height: 80px;
    background: rgba(3, 3, 3, 0.2) !important;
    min-width: auto; }
    .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap:hover {
      cursor: pointer;
      background: rgba(3, 3, 3, 0.2) !important; }
    .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap:focus, .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap:active, .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap:focus:active {
      background-image: none;
      outline: 0; }
    .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap.gallery-left {
      left: 0px;
      padding: 1em 0em 1em 1em !important; }
    .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap.gallery-right {
      padding: 1em 1em 1em 0em !important;
      right: 0px; }
    .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap .gallery-next-arrow {
      height: 20px;
      width: 20px; }
      @media screen and (min-width: 460px) {
        .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap .gallery-next-arrow {
          height: 40px;
          width: 40px; } }
      .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap .gallery-next-arrow.gallery-left {
        border-left: 3px solid #fff;
        border-top: 3px solid #fff;
        transform: rotate(-45deg); }
      .single-obit-content-wrapper .obit-gallery-carousel .arrow-wrap .gallery-next-arrow.gallery-right {
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        transform: rotate(45deg); }

.sidebar-slider {
  height: calc(200px);
  overflow: hidden;
  position: relative; }
  @media (min-width: 330px) {
    .sidebar-slider {
      height: 230px; } }
  @media (min-width: 350px) {
    .sidebar-slider {
      height: 250px; } }
  @media (min-width: 400px) {
    .sidebar-slider {
      height: 308px; } }
  @media (min-width: 500px) and (max-width: 1150px) {
    .sidebar-slider {
      height: 0; } }
  @media (min-width: 1151px) {
    .sidebar-slider {
      height: 252px; } }
  @media (min-width: 1230px) {
    .sidebar-slider {
      height: 264px; } }
  .sidebar-slider .sidebar-slider-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
    width: 100%; }
    .sidebar-slider .sidebar-slider-item.active-sidebar-slider {
      opacity: 1; }
    .sidebar-slider .sidebar-slider-item .copy {
      display: flex;
      flex-direction: column;
      align-self: center;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 1.1em;
      overflow: hidden;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .sidebar-slider .sidebar-slider-item .copy img {
        margin: 0 auto;
        width: auto;
        min-width: 100%; }
    .sidebar-slider .sidebar-slider-item .sidebar-slider-link {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 2; }
  .sidebar-slider .arrow-wrap {
    background: transparent;
    border: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 50px;
    background: rgba(3, 3, 3, 0.2) !important;
    min-width: auto; }
    .sidebar-slider .arrow-wrap:hover {
      cursor: pointer;
      background: rgba(3, 3, 3, 0.5) !important; }
    .sidebar-slider .arrow-wrap:focus, .sidebar-slider .arrow-wrap:active, .sidebar-slider .arrow-wrap:focus:active {
      background-image: none;
      outline: 0; }
    .sidebar-slider .arrow-wrap.slider-left {
      left: 0px;
      padding: 1em 0em 1em 1em !important; }
    .sidebar-slider .arrow-wrap.slider-right {
      padding: 1em 1em 1em 0em !important;
      right: 0px; }
    .sidebar-slider .arrow-wrap .slider-next-arrow {
      height: 15px;
      width: 15px; }
      @media screen and (min-width: 460px) {
        .sidebar-slider .arrow-wrap .slider-next-arrow {
          height: 20px;
          width: 20px; } }
      .sidebar-slider .arrow-wrap .slider-next-arrow.slider-left {
        border-left: 3px solid #fff;
        border-top: 3px solid #fff;
        transform: rotate(-45deg);
        margin-right: 0.5em; }
      .sidebar-slider .arrow-wrap .slider-next-arrow.slider-right {
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        transform: rotate(45deg);
        margin-left: 0.5em; }

.single-obit-content-wrapper .print-only {
  display: none; }

@media print {
  .single-obit-content-wrapper .print-only {
    display: block; }
  .single-obit-content-wrapper .obit__header {
    padding-bottom: 1em;
    padding-top: 0; }
  .single-obit-content-wrapper .condolence__items {
    display: block !important; }
  .single-obit-content-wrapper .calls-to-action__view-gallery,
  .single-obit-content-wrapper .calls-to-action__banner,
  .single-obit-content-wrapper .obit__content__obit-copy,
  .single-obit-content-wrapper .condolence__modal-btn-wrapper,
  .single-obit-content-wrapper .condolence__advertisement,
  .single-obit-content-wrapper .service-info__btn,
  .single-obit-content-wrapper .obit__sidebar,
  .single-obit-content-wrapper .map,
  .single-obit-content-wrapper .arrow-wrap,
  .single-obit-content-wrapper video,
  .single-obit-content-wrapper .gradient-cover,
  .single-obit-content-wrapper .condolence.print-hide {
    display: none !important; }
  .single-obit-content-wrapper .obit__header__image-wrapper {
    order: 2;
    margin: 0;
    width: 100%; }
    .single-obit-content-wrapper .obit__header__image-wrapper img {
      height: 250px !important;
      margin: 0 !important;
      max-height: 250px !important; }
  .single-obit-content-wrapper .obit__header__content-right {
    order: 1;
    margin-bottom: 20px; }
  .single-obit-content-wrapper .print__gallery-images {
    order: 4; }
  .single-obit-content-wrapper .print__service-info {
    order: 2;
    display: flex;
    margin-top: 3em; }
    .single-obit-content-wrapper .print__service-info .service-info__header {
      font-size: 20px;
      text-align: center; }
    .single-obit-content-wrapper .print__service-info .service-info {
      flex: 1;
      text-align: left;
      padding: 0 10px; }
  .single-obit-content-wrapper .print__description {
    order: 3;
    margin-top: 2em;
    text-align: left; }
  .single-obit-content-wrapper .obit-gallery-carousel {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .single-obit-content-wrapper .obit-gallery-carousel .obit-gallery-carousel-item {
      width: 200px; }
  .single-obit-content-wrapper .obit-gallery-carousel-item {
    opacity: 1 !important;
    position: relative !important; }
  .single-obit-content-wrapper a[href]:after {
    content: " (" attr(href) ")"; }
  .single-obit-content-wrapper img {
    page-break-inside: avoid; }
  .single-obit-content-wrapper .obit__header__inner {
    display: block; } }

/* IE 10+
// Fixes Visitation/Service overlapping issue in IE 11
*/
@media print {
  _:-ms-lang(x),
  .print__service-info {
    display: block !important; }
  body.single-obituary[data-template="base.twig"] > .container {
    display: block !important;
    margin: 0 !important;
    page-break-inside: auto !important;
    break-inside: auto !important; } }
