/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Trimmed down to only what's needed for this site & altered to work with skrollr
 * Extensive changes made, so don't replace with a fresh copy from bootstrap!
 * -- Responsive Video, Forms, Buttons, Alerts, Modals, Tooltips, Tabs
 */

/* VIDEO ------------------------------------------------------------------------------ */
video {
  display: inline-block;
  vertical-align: baseline;
  /* background-image: url(ajax-loader-black.gif);
  background-position: center center;
  background-repeat: no-repeat; */
}
.jwplayer {
  /* background-image: url(ajax-loader-black.gif);
  background-position: center center;
  background-repeat: no-repeat; */
}
/* hint: when using .embed-responsive, don't set a width on that div -- set it on an outer container if needed */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
	/* background: #000 url(ajax-loader-black.gif) center center no-repeat; */
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.i10 video,
.ie9 video,
.i10 .embed-responsive video,
.ie9 .embed-responsive video {
  width: 100% !important;
  height: 100% !important;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* jwplayer's logo is too huge when the player is small, so we squash it for them */
.jwlogo {
	width:  75px !important;
	height: 31px !important;
}
/* placeholder image */
.video-placeholder {
	width: 100%;
	max-width: 100%;
	/* background: #000 url(ajax-loader-black.gif) center center no-repeat; */
}
.slick-slide .video-placeholder {
	background-color: transparent;
}
.video-placeholder-16by9 {}
.video-placeholder-4by3 {}

/* FORMS ------------------------------------------------------------------------------ */
.form-group,
.form-control,
.form-control option,
label,
form {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-group:before,
.form-group:after,
.form-control:before,
.form-control:after,
.form-control option:before,
.form-control option:after,
label:before,
label:after,
form:before,
form:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
select option {
	padding: 5px;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}
@media print {
  select {
    background: #fff !important;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.safari.windows select {
	-webkit-appearance: none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: .875em;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
  height: auto;
  padding: 4px;
}
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;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: .875em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ie10 input[type="file"].form-control,
.ie11 input[type="file"].form-control {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
.ie10 input[type="file"].form-control ::-ms-browse,
.ie10 input[type="file"].form-control ::-ms-value,
.ie11 input[type="file"].form-control::-ms-browse,
.ie11 input[type="file"].form-control::-ms-value { border: 1px solid #ccc; }
table.grid .form-control {
  font-size: 1em;
}
.form-control.form-control-xl  { max-width: 360px; }
.form-control.form-control-lg  { max-width: 300px; }
.form-control.form-control-med { max-width: 240px; }
.form-control.form-control-sm  { max-width: 160px; }
.form-control.form-control-xs  { max-width: 80px; }
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.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;
}
.control-group.has-success .help-block,
.control-group.has-success .control-label,
.control-group.has-success .radio,
.control-group.has-success .checkbox,
.control-group.has-success .radio-inline,
.control-group.has-success .checkbox-inline,
.control-group.has-success.radio label,
.control-group.has-success.checkbox label,
.control-group.has-success.radio-inline label,
.control-group.has-success.checkbox-inline label {
  color: #3c763d;
}
.control-group.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.control-group.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.control-group.has-success .form-control-feedback {
  color: #3c763d;
}
.control-group.has-warning .help-block,
.control-group.has-warning .control-label,
.control-group.has-warning .radio,
.control-group.has-warning .checkbox,
.control-group.has-warning .radio-inline,
.control-group.has-warning .checkbox-inline,
.control-group.has-warning.radio label,
.control-group.has-warning.checkbox label,
.control-group.has-warning.radio-inline label,
.control-group.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.control-group.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.control-group.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.control-group.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.control-group.has-error .help-block,
.control-group.has-error .control-label,
.control-group.has-error .radio,
.control-group.has-error .checkbox,
.control-group.has-error .radio-inline,
.control-group.has-error .checkbox-inline,
.control-group.has-error.radio label,
.control-group.has-error.checkbox label,
.control-group.has-error.radio-inline label,
.control-group.has-error.checkbox-inline label {
  color: #a94442;
}
.control-group.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.control-group.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.control-group.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: 0;
  margin-bottom: 10px;
  color: #737373;
  text-align: left;
}
.help-block ul {
	margin-top: 0;
	padding-left: 1.25em;
	font-size: .875em;
}
/* @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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {
  border-color: #ee5f5b;
  color: #b94a48;
}
input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
span.required {font-weight: 700; color: #a00; }

/* BUTTONS ---------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0; /* 1px solid transparent; */
  border-radius: 0; /* 4px; */
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333 !important;
  background-color: #eee;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #333 !important;
  background-color: #ddd;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff !important;
  background-color: #0078ad;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active {
  background-color: #0078ad;
  border-color: #2e6da4;
}
.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #fff !important;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
.btn-success.disabled.active,
.btn-success[disabled].active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
.btn-info.disabled.active,
.btn-info[disabled].active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff !important;
  background-color: #ee1d23;
  border-color: #ea1b20;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff !important;
  background-color: #c80006;
  border-color: #c30004;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-xl {
  padding: 10px 60px;
  font-size: 3.75em;
  line-height: 1.3333333;
  border-radius: 2px;
}
.wf-inactive .btn-xl { font-size: 2.75em; }
@media only screen and (max-width: 980px)  {
	.btn-xl { padding: 5px 25px; font-size: 2.5em; }
	.wf-inactive .btn-xl { font-size: 1.5em; }
}
.btn-xl {
  color: #ee1d23 !important;
  background-color: #fff;
  border-color: #ccc;
}
@media print {
	.btn-xl { border: 1px solid #ee1d23 !important; }
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl.focus,
.btn-xl:active,
.btn-xl.active {
  color: #be171c !important;
  background-color: #fff;
  border-color: #adadad;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 15px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 15px 0px rgba(255, 255, 255, 1);
}
.btn-xl:active,
.btn-xl.active {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
.btn-xl.disabled.focus,
.btn-xl[disabled].focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.3333333;
  /* border-radius: 6px; */
}
.btn-sm {
  padding: 5px 10px;
  font-size: .75em;
  line-height: 1.5;
  /* border-radius: 3px; */
}
.btn-xs {
  padding: 1px 5px;
  font-size: .75em;
  line-height: 1.5;
  /* border-radius: 3px; */
}
.btn-wide 			 { padding-left: 22px; padding-right: 22px; }
.btn-wide.btn-lg { padding-left: 26px; padding-right: 26px; }
.btn-wide.btn-sm { padding-left: 20px; padding-right: 20px; }
.btn-wide.btn-xs { padding-left: 15px; padding-right: 15px; }
.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%;
}
.btn + .btn { margin-left: 2px; }

/* ALERTS ----------------------------------------------------------------------------- */
.alert {
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

/* MODALS ----------------------------------------------------------------------------- */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 1.313em;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
  padding-right: 0 !important; /* or else gap because of skrollr */
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding-right: 0 !important; /* or else gap because of skrollr */
}
@media print {
	.modal-open {
	  overflow: visible;
	}
	.modal {
	  position: static;
	  top: 0;
	  right: auto;
	  bottom: auto;
	  left: 0;
	  overflow: visible;
	}
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  overflow: hidden;
  /* background-color: #fff; */
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  /* border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2); */
  border-radius: 2px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  /* position: absolute; */
  position: fixed; /* or else doesn't always cover the bg */
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0;
  padding: 0;
  background-color: #c5d2d8; /* #000; */
  height: 100% !important;
  z-index: 1039;
}
.android .modal-backdrop {
  height: 150% !important;/* otherwise sometimes too short */
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: .95; /* .75; */
}
.modal-header {
  position: relative;
  min-height: 16.42857143px;
  padding: 15px;
  /* border-bottom: 1px solid #e5e5e5; */
  border-top: 1px solid #444;
  background: #333;
  color: #fff;
}
.image-modal .modal-header,
.video-modal .modal-header {
	padding: 10px 5px;
	border: 0;
	background: transparent;
  text-align: left;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
@media only screen and (max-height: 320px) {
	.image-modal .modal-header,
	.video-modal .modal-header {
		display: none !important;
	}
}
@media print {
	.image-modal .modal-header,
	.video-modal .modal-header {
		color: #000 !important;
	  text-shadow: none;
	}
}
.modal-header h2 {
	margin: 0;
	font-size: 1.875em;
  color: #fff;
}
@media print {
	.image-modal .modal-header h2,
	.video-modal .modal-header h2 {
		color: #000 !important;
	}
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.75em;
  font-weight: bold;
  color: #fff;
	opacity: 1 !important;
}
.modal-header .close span {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.modal-header .close span {
	background: url(icon-close.png) center center no-repeat;
}
.modal-header .close:hover span {
	background: url(icon-close-on.png) center center no-repeat;
}
.modal-title {
  margin: 0;
  margin-right: 25px !important;
  line-height: 1.1em;
}
.modal-body {
  position: relative;
  padding: 15px 30px;
  /* font-size: .938em; */
  background-color: #fff;
}
.video-modal .modal-body {
  padding: 0 !important;
  background-color: #000;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .75);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .75);
}
.image-modal .modal-body {
  padding: 0 !important;
  background-color: transparent;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.image-modal .modal-body img {
	max-width: 100%;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .75);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .75);
}
@media print {
	.video-modal .modal-body {
	  background-color: #fff;
	  -webkit-box-shadow: none !important;
	          box-shadow: none !important;
	}
	.image-modal .modal-body img {
	  -webkit-box-shadow: none !important;
	          box-shadow: none !important;
	}
}
.modal-body .content-padding {
	padding: 15px 30px;
}
.modal-body .content-padding-slide-outer {
	padding: 30px;
}
.modal-body .content-padding-slide-inner {
	padding: 0 60px;
}
.modal-body .slider-full .content-padding-slide-inner {
	padding: 30px 90px;
}
@media only screen and (max-width: 767px) {
	.modal-body,
	.modal-body .content-padding-slide-inner,
	.modal-body .content-padding { padding: 15px; }
	.modal-body .slider-full .content-padding-slide-inner {
		padding: 15px 45px;
	}
}
.modal-footer {
  padding: 15px;
  text-align: right;
  background-color: #fff;
  /* border-top: 1px solid #e5e5e5; */
}
.image-modal .modal-footer,
.video-modal .modal-footer {
  padding: 0;
  background-color: transparent;
}
.video-modal .modal-footer {
  padding-top: 5px;
}
.image-modal .modal-footer .modalIcon,
.video-modal .modal-footer .modalIcon {
	margin: 0 3px;
	cursor: pointer;
}
.image-modal .modal-footer .modalIcon.closeIcon,
.video-modal .modal-footer .modalIcon.closeIcon {
	padding-left: 7px;
}
.image-modal .modal-footer .modalIcon.disabled,
.video-modal .modal-footer .modalIcon.disabled {
	cursor: default;
	opacity: .25;
}
.image-modal .modal-footer .modalIcons,
.video-modal .modal-footer .modalIcons {
	float: right;
	width: 50%;
  text-align: right;
}
.image-modal .modal-footer .totalItems,
.video-modal .modal-footer .totalItems {
	float: left;
	width: 50%;
	color: #fff;
  text-align: left;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
.image-modal .modal-footer .totalItems div,
.video-modal .modal-footer .totalItems div {
	padding: 0 5px;
}
@media print {
	.image-modal .modal-footer .modalIcons,
	.video-modal .modal-footer .modalIcons {
		display: none;
	}
	.image-modal .modal-footer .totalItems,
	.video-modal .modal-footer .totalItems {
		color: #000;
		text-shadow: none;
	}
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media screen and (max-width: 640px) {
	.image-modal .text-long,
	.video-modal .text-long { display: none; }
}
@media screen and (max-width: 480px) {
	.modal-dialog, 
	.modal-dialog.modal-sm, 
	.modal-dialog.modal-lg,
	.modal-dialog.modal-xl { width: 100%; margin: 0px auto; }
	.image-modal .modal-dialog,
	.video-modal .modal-dialog { margin: 0 auto; }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
	.modal-dialog, 
	.modal-dialog.modal-sm, 
	.modal-dialog.modal-lg,
	.modal-dialog.modal-xl { width: 95%; margin: 10px auto; }
	.image-modal .modal-dialog { margin: 0 auto; }
	.video-modal .modal-dialog { width: 100%; margin: 0 auto; }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
	.modal-dialog { width: 600px; margin: 30px auto; }
	.modal-dialog.modal-sm { width: 500px; margin: 30px auto; }
	.modal-dialog.modal-lg,
	.modal-dialog.modal-xl { width: 95%; margin: 30px auto; }
	.image-modal .modal-dialog { margin: 5px auto 0 auto; }
	.video-modal .modal-dialog { width: 98%; margin: 5px auto 0 auto; }
}
@media screen and (min-width: 768px) {
	.modal-dialog { width: 600px; margin: 30px auto; }
	.modal-dialog.modal-sm { width: 500px; margin: 30px auto; }
	.modal-dialog.modal-lg { width: 860px; max-width: 95%; margin: 30px auto; }
	.modal-dialog.modal-xl { width: 960px; max-width: 95%; margin: 30px auto; }
	.image-modal .modal-dialog,
	.video-modal .modal-dialog { margin: 20px auto 0 auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}
.image-modal .modal-content,
.video-modal .modal-content {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media print {
  .image-modal .modal-content,
  .video-modal .modal-content {
    border: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.image-modal,
.video-modal { text-align: center; }
.image-modal .modal-dialog,
.image-modal .modal-content,
.image-modal .modal-body { 
	width: auto !important; 
	max-width: 100% !important;
	display: inline-block; 
	margin-left: auto; 
	margin-right: auto; 
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
/* previous/next arrows in a modal */
.modal-prev,
.modal-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  width: 30px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background-color: #0078ad;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
.modal-prev:hover, .modal-prev:focus,
.modal-next:hover, .modal-next:focus {
  color: transparent;
  outline: none;
  background-color: #286090;
}
.modal-prev {
  left: 0;
  background-image: url(icon-arrow-prev.png);
}
.modal-next {
  right: 0;
  background-image: url(icon-arrow-next.png);
}
/* Fullscreen jwplayer video fixes, cuz video gets trapped in modal width for windows safari, 
ie9, ie10 and gets covered up by fixed position items that come after the video. Not needed 
*unless* flash is disabled because we disabled fullscreen on safari and switched to flash 
on ie9/10 */
.isFullscreen .modal-dialog, 
.isFullscreen .modal-dialog.modal-sm, 
.isFullscreen .modal-dialog.modal-lg,
.isFullscreen .modal-dialog.modal-xl
.isFullscreen .modal-content, 
.isFullscreen .modal-body, 
.isFullscreen .embed-responsive, 
.isFullscreen .carousel-thumb-inpage-video {/* un-trap videos so they can fill the screen */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
	margin: 0px !important; 
	padding: 0px !important; 
	width: 100% !important; 
 	max-width: 100% !important; 
 	height: 100% !important;
 	z-index: 2147483647;
}
.isFullscreen #header, 
.isFullscreen #footer, 
.isFullscreen .modal-header, 
.isFullscreen .modal-footer {/* hide things that can wind up on top of the fullscreen video */
	display: none !important; 
}

/* TOOLTIPS --------------------------------------------------------------------------- */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #c50006;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c50006;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c50006;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c50006;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #c50006;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #c50006;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c50006;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c50006;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c50006;
}

/* TABS ------------------------------------------------------------------------------- */
/* ONLY use these in modals - if you use within the skrollr page, you have to redo the
height calcs on every tab switch, which is not good, but can be done if you really need to. */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
@media only screen and (max-width: 480px) {
	.nav > li > a { padding: 5px 7px; }
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ebebeb;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
	margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.nav-tabs > li {
  float: left;
  margin: 0;
  padding: 0;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* tabs inside modals */
.modal .nav-tabs-bg {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: #333;
}
.modal .nav-tabs {
	margin: 0 auto !important;
	display: inline-block;
	border: 0;
}
.modal .nav-tabs > li > a {
  border: 0;
  text-transform: uppercase;
  color: #808080;
}
.modal .nav-tabs > li.active > a,
.modal .nav-tabs > li.active > a:hover,
.modal .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 0;
}
.modal .nav-tabs > li.nav-tabs-gray.active > a,
.modal .nav-tabs > li.nav-tabs-gray.active > a:hover,
.modal .nav-tabs > li.nav-tabs-gray.active > a:focus {
  background-color: #f7f7f7;
}
.modal .nav-tabs {
  font-size: 1.25em;
}
@media only screen and (max-width: 480px) {
	.modal .modal-body .nav-tabs { font-size: 1em; }
	.modal .nav-tabs > li > a {
  	margin: 0 1px 4px 1px;
	  border-radius: 2px;
	}
	.modal .nav-tabs > li,
	.modal .nav-tabs > li + li {
	  margin-right: 1px;
	  margin-left: 1px;
	}
	.modal .nav-tabs > li > a {
	  color: #ccc;
	  background-color: #666;
	}
	.modal .nav-tabs > li > a:hover,
	.modal .nav-tabs > li > a:focus {
	  color: #555;
	  background-color: #ebebeb;
	}
}
@media only screen and (max-width: 360px) {
	.nav > li > a { padding: 3px 5px; }
	.modal .modal-body .nav-tabs { font-size: .9em; }
}
/* needed for parallax vertical centering & equal height tabs */
/* but in chrome, using this conflicts with video responsiveness */
html:not(.chrome) .tab-content { min-height: 0 !important; }
html:not(.chrome) .skrollr .tabs,
html:not(.chrome) .skrollr .tab-content,
html:not(.chrome) .skrollr .tab-pane { height: 100%; }

/* PANELS ----------------------------------------------------------------------------- */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

