@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import "../fonts/icomoon/style.css";
@import "../css/flickity.min.css";
@import "../bootstrap/css/bootstrap.min.css";
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/cinzel/Cinzel-Regular-webfont.eot');
  src: url('../fonts/cinzel/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cinzel/Cinzel-Regular-webfont.woff') format('woff'), url('../fonts/cinzel/Cinzel-Regular-webfont.ttf') format('truetype'), url('../fonts/cinzel/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* #################################### COLORS #################################### */
/* #################################### BORDERS #################################### */
/* #################################### FONTS #################################### */
/* #################################### PATH #################################### */
/* #################################### RESPONSIVE #################################### */
/* #################################### BORDERS #################################### */
/* #################################### SHADOWS #################################### */
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* #################################### TRANSITIONS #################################### */
/* #################################### TRANSFORM #################################### */
/* #################################### GRADIENTS #################################### */
/* #################################### BACKGROUND #################################### */
/* #################################### OPACITY #################################### */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track-piece {
  background-color: #ededec;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #7d7d7d;
}
::-ms-clear {
  width: 0;
  height: 0;
}
::-ms-reveal {
  width: 0;
  height: 0;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #ededec;
  /* Payment form  */
}
body .pre-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededec;
  z-index: 2000;
}
body .pre-loader-wrapper .pre-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333230;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 25px;
  margin-left: -50px;
  margin-top: -50px;
}
body .pre-loader-wrapper .pre-loader img {
  width: 50px;
  height: 50px;
}
body .pre-loader-wrapper.transparent {
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
}
body .pre-loader-wrapper.transparent .pre-loader {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
body .pre-loader-wrapper.clean {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  background-color: transparent;
}
body .pre-loader-wrapper.clean .pre-loader {
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
}
body.home {
  background-color: #2d2d2d;
}
body.list .bodyContentImage,
body.product .bodyContentImage,
body.guide .bodyContentImage {
  background: #ededec url("../images/background-left-wrapper@x1.gif") top left repeat-y;
}
body.list #bottomFooter #bottomFooterLeft,
body.product #bottomFooter #bottomFooterLeft,
body.guide #bottomFooter #bottomFooterLeft {
  background-color: #2d2d2d;
}
body.error #bottomFooter {
  position: absolute;
  bottom: 0;
}
body a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body #contentWrapper {
  background-color: #ededec;
}
body .text-orange {
  color: #f87a01;
}
body .text-grey {
  color: #7d7d7d;
}
body .text-white {
  color: #ffffff;
}
body .text-brown {
  color: #2d2d2d;
}
body input.form-control,
body input.form-control:focus,
body .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .form-control:focus,
body .bootstrap-select .btn:focus,
body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="weak"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body .uneditable-input:focus {
  border-color: #f87a01;
  outline: none !important;
}
body input[type=text],
body input[type="password"] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Cinzel", Arial, sans-serif;
  color: #4a4a4a;
}
body hr {
  height: 1px;
  border: none;
}
body hr.hr-dark-bg {
  background: -moz-radial-gradient(center, circle cover, #7d7d7d 0%, #2d2d2d 75%);
  background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, #7d7d7d), color-stop(75%, #2d2d2d));
  background: -webkit-radial-gradient(center, circle cover, #7d7d7d 0%, #2d2d2d 75%);
  background: -o-radial-gradient(center, circle cover, #7d7d7d 0%, #2d2d2d 75%);
  background: -ms-radial-gradient(center, circle cover, #7d7d7d 0%, #2d2d2d 75%);
  background: radial-gradient(center, circle cover, #7d7d7d 0%, #2d2d2d 75%);
  background-color: #7d7d7d;
}
body hr.hr-white-bg {
  background: -moz-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, #d1d1d1), color-stop(75%, #ffffff));
  background: -webkit-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: -o-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: -ms-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background-color: #d1d1d1;
}
body hr.hr-grey-bg {
  background: -moz-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, #d1d1d1), color-stop(75%, #ededec));
  background: -webkit-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: -o-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: -ms-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background-color: #d1d1d1;
}
body .show480 {
  display: none;
}
body .show1200 {
  display: none;
}
body .gap-10 {
  display: block;
  height: 10px;
  width: 100%;
  clear: both;
}
body .gap-20 {
  display: block;
  height: 20px;
  width: 100%;
  clear: both;
}
body .gap-30 {
  display: block;
  height: 30px;
  width: 100%;
  clear: both;
}
body .form300 {
  max-width: 300px;
  margin: 0 auto;
}
body .alert500 {
  max-width: 500px;
  margin: 0 auto;
}
body .alert-full-page {
  margin-top: 17%;
}
body .alert h3 {
  margin-top: 0;
}
body .tooltip > .tooltip-inner {
  background-color: #4a4a4a;
}
body .tooltip.left > .tooltip-arrow {
  border-left-color: #4a4a4a;
}
body .tooltip.right > .tooltip-arrow {
  border-right-color: #4a4a4a;
}
body .tooltip.top > .tooltip-arrow {
  border-top-color: #4a4a4a;
}
body .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #4a4a4a;
}
body .dropdown-menu {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
body .row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body #mainContent {
  padding: 30px 20px;
}
body .back-to-top-button {
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: block;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px;
  background-color: #f87a01;
  z-index: 1000;
  display: none;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .back-to-top-button:hover,
body .back-to-top-button:focus {
  background-color: #333230;
  color: #f87a01;
  text-decoration: none;
}
body .btn:not(.btn-sm),
body .btn :not(.btn-lg),
body .btn :not(.btn-xs) {
  padding: 10px 20px;
}
body .btn.btn-default {
  color: #7d7d7d;
}
body .btn.btn-success.btn-outline {
  border-color: #35a038;
  background-color: transparent;
  color: #35a038 !important;
}
body .btn.btn-success.btn-outline:hover {
  background-color: #35a038;
  color: #ffffff !important;
}
body .btn.btn-info.btn-outline {
  border-color: #f87a01;
  background-color: transparent;
  color: #f87a01 !important;
}
body .btn.btn-info.btn-outline:hover {
  background-color: #f87a01;
  color: #ffffff !important;
}
body .btn.btn150 {
  min-width: 150px;
  font-size: 17px;
}
body .btn.btn180 {
  min-width: 180px;
  font-size: 17px;
}
body form .input-group-lg > .form-control,
body form .input-group-lg > .input-group-addon,
body form .input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body form .input-group-lg > .input-group-addon {
  padding: 5px 12px;
  color: #d1d1d1;
  background-color: #ffffff;
  border-radius: 0;
  min-width: 45px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
body form .input-group-lg > .input-group-addon i {
  font-size: 20px;
  text-align: center;
  line-height: 1.3333333;
}
body form.form-horizontal .checkbox,
body form .form-horizontal .checkbox-inline,
body form .form-horizontal .radio,
body form .form-horizontal .radio-inline {
  padding-top: 0;
}
body #loginOverlay,
body #registerOverlay {
  display: none;
}
body #combinedLogin .referral-alert {
  bottom: -55px;
}
body .form-combined {
  position: relative;
}
body .form-combined .form-combined-separator {
  background: -moz-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, #d1d1d1), color-stop(75%, #ffffff));
  background: -webkit-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: -o-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: -ms-radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background: radial-gradient(center, circle cover, #d1d1d1 0%, #ffffff 75%);
  background-color: #d1d1d1;
  height: 205px;
  width: 1px;
  margin: 0;
  position: absolute;
  left: 50%;
}
body .form-combined .form-combined-separator h3 {
  padding: 5px 0;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  position: relative;
  top: 50%;
  text-align: center;
  margin: -18px 0 0 -18px;
}
body .form-combined #loginOverlay,
body .form-combined #registerOverlay {
  position: absolute;
  top: 50px;
  width: 300px;
  height: 250px;
  background-color: #ffffff;
  z-index: 2;
}
body .form-combined #loginOverlay {
  display: block;
}
body .form-combined #loginOverlay a {
  margin-top: 32px;
}
body .form-combined #registerOverlay a {
  margin-top: 25px;
}
body .password-strength {
  margin-bottom: 25px;
}
body .strength-meter {
  position: absolute;
  right: 0px;
  bottom: -5px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  z-index: 1;
  background-color: #ededec;
}
body .strength-meter div {
  width: 0%;
  height: 3px;
  text-align: center;
  color: #7d7d7d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  font-size: 9px;
  padding: 0px 20px;
  min-width: 100px;
  text-transform: uppercase;
  display: none;
}
body .strength-meter div span {
  position: relative;
  top: 5px;
}
body .strength-meter .veryweak {
  background-color: #FFA0A0;
  width: 25% !important;
  display: block !important;
}
body .strength-meter .weak {
  background-color: #FFB78C;
  width: 50% !important;
  display: block !important;
}
body .strength-meter .medium {
  background-color: #FFEC8B;
  width: 75% !important;
  display: block !important;
}
body .strength-meter .strong {
  background-color: #80C282;
  width: 100% !important;
  display: block !important;
}
body .button-strength {
  display: none;
}
body #newPass .strength-meter {
  /*position: absolute;*/
  position: static;
  /*right: 0px;*/
  /*bottom: -5px;*/
  width: 100%;
  height: 3px;
  border-radius: 2px;
  z-index: 1;
  background-color: #ededec;
  margin-top: 5px;
}
body #payment .add-payment-method-view .form-container {
  padding-top: 1px;
}
body #payment .add-payment-method-view .form-container .add-payment-method-form-view {
  position: relative;
}
body #payment .card-label {
  border-bottom: 1px solid #dee2e5;
  border-top: 1px solid #dee2e5;
  display: block;
  margin-top: -1px;
  margin-bottom: 0px;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  transition: background-color 131ms linear 0s;
  z-index: 1;
}
body #payment .field-name {
  color: #6e787f;
  display: block;
  font-size: 12px;
  left: 14px;
  opacity: 0;
  position: absolute;
  top: 14px;
  transform: translate3d(0px, 6px, 0px);
  transition: transform 111ms ease-out 0s, opacity 111ms ease-out 0s;
}
body #payment .card-label *::-moz-placeholder {
  color: #6e787f;
}
body #payment .card-field {
  background-color: transparent;
  background-image: none;
  border: medium none;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 200;
  height: 30px;
  margin: 16px 0 0;
  outline: medium none;
  padding: 0 14px;
  width: 100%;
}
body #payment .card-label *::-moz-placeholder {
  color: #6e787f;
}
body #payment .payment-method-icon {
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 1px;
  height: 27px;
  left: auto;
  margin-top: -14px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 41px;
}
body #payment .card-label .invalid-bottom-bar {
  background-color: #d0021b;
  bottom: 0;
  height: 10px;
  left: 0;
  position: absolute;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
  width: 100%;
}
body #payment .row:last-child {
  margin-bottom: 5px;
}
body .modal .modal-dialog {
  -webkit-transform: translate(0, -5%);
  -ms-transform: translate(0, -5%);
  transform: translate(0, -5%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body .modal .modal-dialog.modal-xl {
  width: 1100px;
}
body .modal .modal-dialog .modal-header {
  border: none;
}
body .modal .modal-dialog .modal-header h4 {
  text-align: center;
  margin: 0 25px;
}
body .modal .modal-dialog .modal-header h4 .bli-lock {
  position: relative;
  top: 2px;
  right: 5px;
}
body .modal .modal-dialog .modal-header hr {
  margin: 10px 0 0 0;
}
body .modal .modal-dialog .modal-header .close {
  margin: 0;
  position: relative;
  top: 2px;
  right: 2px;
}
body .modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
body .modal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
body .modal .modal-dialog .modal-content .modal-body .referral-alert {
  font-size: 12px;
  position: absolute;
  bottom: -50px;
  padding: 5px;
  width: 95%;
  z-index: 3;
}
body .modal .modal-dialog .modal-content .modal-body #previewPage h3 {
  margin: 0 0 2px 0;
}
body .modal .modal-dialog .modal-content .modal-body #preview-document {
  width: 320px;
  min-height: 452px;
  display: block;
  background-size: 100% 100%;
  background-color: #ffffff;
}
body .modal .modal-dialog .modal-content .modal-body #preview-document img {
  width: 318px;
  min-height: 450px;
  z-index: 3;
}
body .modal .modal-dialog .modal-content .modal-body #preview-document:before,
body .modal .modal-dialog .modal-content .modal-body #preview-document:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
}
body .modal .modal-dialog .modal-content .modal-body #preview-documentimg {
  z-index: 10;
  margin: 0;
  padding: 0;
}
body .modal .modal-dialog .modal-content .modal-body .purchase-item {
  margin-top: 20px;
}
body .modal .modal-dialog .modal-content .modal-body .preview-right-column {
  margin-left: 30px;
}
body .modal .modal-dialog .modal-content .modal-body .preview-right-column .preview-loop-container {
  max-height: 420px;
  overflow: auto;
  overflow-x: hidden;
  display: block;
}
body .modal .modal-dialog .modal-content .modal-body .modal-heading-orange {
  font-family: "Open Sans", Arial, sans-serif;
  color: #f87a01;
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: -1px;
}
body .modal .modal-dialog .modal-content .modal-body .subscription-details {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #ededec;
  color: #7d7d7d;
}
body .modal .modal-dialog .modal-content .modal-body .subscription-cards {
  margin-left: 55px;
  margin-top: 10px;
}
body .modal .modal-dialog .modal-content .modal-body .subscription-cards h4 {
  float: left;
}
body .modal .modal-dialog .modal-content .modal-body .subscription-cards img {
  float: left;
  margin-top: 4px;
}
body .modal .modal-dialog .modal-content .modal-body .subscription-terms {
  display: block;
  text-align: center;
}
body .modal .modal-dialog .modal-content .modal-body .dropin-container {
  display: block;
  min-height: 100px;
}
body .modal .modal-dialog .modal-footer {
  border: none;
}
body .modal .modal-dialog .modal-footer small {
  text-align: center;
  display: block;
  color: #7d7d7d;
}
body .modal .modal-dialog .modal-footer small a {
  color: #2d2d2d;
}
body .modal .modal-dialog .modal-footer small .text-grey {
  color: #7d7d7d !important;
}
body .modal .modal-dialog .modal-footer hr {
  margin: 0 0 15px 0;
}
body .modal .modal-dialog .modal-footer .checkout-steps {
  width: 160px;
  height: 24px;
  margin: 0 auto;
}
body .modal .modal-dialog .modal-footer .checkout-steps.step1 {
  margin-top: 10px;
  background: url("../images/checkout-steps.png") 0 0 no-repeat;
  background-size: 160px;
}
body .modal .modal-dialog .modal-footer .checkout-steps.step2 {
  margin-top: 10px;
  background: url("../images/checkout-steps.png") 0 -24px no-repeat;
  background-size: 160px;
}
body .modal .modal-dialog .modal-footer .checkout-steps.step3 {
  background: url("../images/checkout-steps.png") 0 -49px no-repeat;
  background-size: 160px;
}
body .modal .modal-dialog.modal-sm {
  width: 600px;
}
body #preview-document {
  width: 320px;
  min-height: 452px;
  display: block;
  background-size: 100% 100%;
  background-color: #ffffff;
}
body #preview-document img {
  width: 318px;
  min-height: 450px;
  z-index: 3;
}
body #preview-document:before,
body #preview-document:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
}
body #preview-documentimg {
  z-index: 10;
  margin: 0;
  padding: 0;
}
body .modal-backdrop {
  background-color: #2d2d2d;
}
body .modal-backdrop.in {
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
}
body #topNav #navLogo {
  min-width: 230px;
}
body #topMenu {
  border: none;
  margin-bottom: 0;
  min-height: 60px;
  color: #7d7d7d;
  width: 100%;
  background-color: transparent;
}
body #topMenu.fix-nav {
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
body #topMenu.fix-nav #navRight {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
body #topMenu a {
  color: #7d7d7d;
}
body #topMenu .container-fluid {
  padding: 0;
}
body #topMenu #navLogo {
  background-color: #333230;
  display: block;
  height: 60px;
}
body #topMenu #navLogo .navbar-header {
  width: 100%;
}
body #topMenu #navLogo .navbar-header a {
  padding: 0 0 0 30px;
  -webkit-transition: none 1s linear;
  -moz-transition: none 1s linear;
  -o-transition: none 1s linear;
  -ms-transition: none 1s linear;
  transition: none 1s linear;
}
body #topMenu #navLogo .navbar-header a:hover {
  text-decoration: none;
}
body #topMenu #navLogo .navbar-header a > span {
  font-size: 60px;
  position: relative;
  top: 2px;
}
body #topMenu #navRight {
  background-color: #ffffff;
}
body #topMenu .navbar-form {
  padding: 2px 30px;
  width: 50%;
  max-width: 500px;
}
body #topMenu .navbar-form #searchBar .input-group {
  width: 100%;
}
body #topMenu .navbar-form #searchBar .input-group .form-control {
  padding: 7px 14px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body #topMenu .navbar-form #searchBar .input-group .form-control.search-field {
  padding-right: 30px !important;
}
body #topMenu .navbar-form #searchBar .input-group .btn-search {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  background-color: transparent;
  width: 40px;
  margin-left: -50px;
  font-size: 18px;
  line-height: 18px;
  color: #f87a01;
  text-align: center;
  padding: 0;
}
body #topMenu .navbar-form #searchBar .input-group .btn-search .bli-search-small {
  position: relative;
}
body #topMenu .nav {
  padding: 9px 0;
}
body #topMenu .nav.navbar-right {
  margin-right: 15px;
}
body #topMenu .nav.navbar-right > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ffffff;
}
body #topMenu .nav.navbar-right > li > a:hover {
  color: #f87a01;
}
body #topMenu .nav.navbar-right > li > a.link-home {
  display: none;
}
body #topMenu .nav.navbar-right > li > a.show-signup {
  color: #f87a01;
  border: 1px solid #f87a01;
  font-weight: 900;
  min-width: 100px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body #topMenu .nav.navbar-right > li > a.show-signup:hover {
  background-color: #f87a01;
  color: #ffffff;
}
body .navbar-default .navbar-nav > .open > a,
body .navbar-default .navbar-nav > .open > a:focus,
body .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
body #topToolbar {
  min-height: 60px;
  color: #7d7d7d;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 20px;
}
body #topToolbar .toolbar-left .breadcrumb {
  margin: 12px 0;
  padding: 8px 15px 8px 0;
  background-color: transparent;
}
body #topToolbar .toolbar-left .breadcrumb a {
  color: #7d7d7d;
}
body #topToolbar .toolbar-left .breadcrumb a:hover {
  color: #f87a01;
}
body #topToolbar .toolbar-left .breadcrumb > li + li:before {
  display: none;
}
body #topToolbar .toolbar-left .breadcrumb > li:last-child {
  font-weight: 600;
}
body #topToolbar .toolbar-left .breadcrumb .breadcrumb-path > span {
  margin: 5px;
  position: relative;
  top: 1px;
}
body #topToolbar .toolbar-middle h1 {
  font-size: 22px;
  color: #2d2d2d;
  display: block;
  text-align: center;
}
body #topToolbar .toolbar-right .toolbar-controls {
  float: right;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-separator {
  float: left;
  background: -moz-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, #d1d1d1), color-stop(75%, #ededec));
  background: -webkit-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: -o-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: -ms-radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background: radial-gradient(center, circle cover, #d1d1d1 0%, #ededec 75%);
  background-color: #d1d1d1;
  height: 60px;
  width: 1px;
  margin: 0 20px;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch,
body #topToolbar .toolbar-right .toolbar-controls .product-list-state-switch,
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-prev,
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-next {
  float: left;
  overflow: auto;
  margin: 12px 0 12px 0;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .bli-list,
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .bli-grid {
  float: left;
  line-height: 34px;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #7d7d7d;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .bli-list:hover,
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .bli-grid:hover {
  color: #f87a01;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .bli-list {
  border-right: 1px solid #d1d1d1;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .bli-grid {
  font-size: 20px;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-switch .active i {
  background-color: #ffffff;
}
body #topToolbar .toolbar-right .toolbar-controls .product-list-state-switch .form-control {
  background-color: transparent;
  height: 36px;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7d7d7d;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-prev a {
  color: #7d7d7d;
  line-height: 34px;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-prev a i {
  font-size: 26px;
  overflow: hidden;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-prev a:hover {
  text-decoration: none;
  color: #f87a01;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-next a {
  color: #7d7d7d;
  line-height: 34px;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-next a i {
  font-size: 26px;
  overflow: hidden;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
body #topToolbar .toolbar-right .toolbar-controls .toolbar-btn-next a:hover {
  text-decoration: none;
  color: #f87a01;
}
body #leftWrapper {
  background-color: #2d2d2d;
  color: #7d7d7d;
  padding: 30px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
body #leftWrapper .fix-left-wrapper {
  position: fixed;
  top: 80px;
  left: 15px;
  width: inherit;
  padding: 0 15px 0 15px;
}
body #leftWrapper .fix-left-wrapper .left-col-h4 {
  margin: 0;
}
body #leftWrapper .left-message {
  padding: 0 30px 0 30px;
}
body #leftWrapper .left-message strong {
  color: #f87a01;
}
body #leftWrapper .left-message a {
  color: #ffffff;
}
body #leftWrapper div > .row {
  margin: 0 -30px;
  max-width: 415px;
}
body #leftWrapper div > .row .all-publications-link {
  color: #ffffff;
}
body #leftWrapper div > .row .count-fa0 {
  display: none;
}
body #leftWrapper div > .row > .nav-stacked > li a {
  display: block;
  padding: 2px 30px;
  border-left: 3px solid transparent;
}
body #leftWrapper div > .row > .nav-stacked > li a:hover {
  border-left: 3px solid #f87a01;
  text-decoration: none;
  background-color: #333230;
  color: #ffffff;
}
body #leftWrapper div > .row > .nav-stacked > li a.active {
  border-left: 3px solid #f87a01;
  color: #f87a01;
  font-weight: bold;
}
body #leftWrapper div > .row > .nav-stacked > li a .badge {
  background-color: transparent;
  border: 1px solid #3f3f3f;
  color: #7d7d7d;
  margin-top: 1px;
  font-weight: normal;
}
body #leftWrapper div > .row > .nav-stacked > li > ul > li a {
  display: block;
  padding: 2px 30px 2px 37px;
  border-left: 3px solid transparent;
  color: #d1d1d1;
}
body #leftWrapper div > .row > .nav-stacked > li > ul > li a:hover {
  border-left: 3px solid #f87a01;
  text-decoration: none;
  background-color: #333230;
  color: #ffffff;
}
body #leftWrapper div > .row > .nav-stacked > li > ul > li a.active {
  border-left: 3px solid #f87a01;
  color: #f87a01;
  font-weight: bold;
}
body #leftWrapper div > .row > .nav-stacked > li > ul > li a:before {
  content: '∙';
  margin-right: 7px;
  color: #f87a01;
  font-weight: 600;
}
body #leftWrapper a {
  color: #7d7d7d;
}
body #leftWrapper a:hover {
  color: #f87a01;
}
body #leftWrapper .left-col-h4 {
  color: #ffffff;
  margin: 0 30px;
}
body #leftWrapper .product-stats-group .product-stats {
  margin: 10px 0;
  line-height: 18px;
}
body #leftWrapper .product-stats-group .product-stats.message {
  padding: 0;
}
body #leftWrapper .product-stats-group .product-stats.message .left-message {
  padding: 0;
}
body #leftWrapper .fix-summary {
  position: fixed;
  display: block;
  margin-top: 50px;
}
body #leftWrapper #filtersMobile {
  display: none;
}
body .product-loop-container {
  margin: 0;
  padding: 0;
}
body .product-single {
  background-color: #ffffff;
  float: left;
  border-bottom: 2px solid #d1d1d1;
  list-style: none;
  width: 100%;
  margin-bottom: 1%;
  position: relative;
}
body .product-single .ribbon-wrapper-green {
  right: 0;
  z-index: 2;
}
body .product-single .product-thumbnail-wrapper {
  width: 30%;
  float: left;
  max-width: 200px;
  text-align: center;
}
body .product-single .product-thumbnail-wrapper .precedent,
body .product-single .product-thumbnail-wrapper .commentary,
body .product-single .product-thumbnail-wrapper .guide {
  display: inline-block;
  height: 185px;
}
body .product-single .product-thumbnail-wrapper .precedent .bli-file-doc,
body .product-single .product-thumbnail-wrapper .commentary .bli-file-doc,
body .product-single .product-thumbnail-wrapper .guide .bli-file-doc,
body .product-single .product-thumbnail-wrapper .precedent .bli-file-com,
body .product-single .product-thumbnail-wrapper .commentary .bli-file-com,
body .product-single .product-thumbnail-wrapper .guide .bli-file-com,
body .product-single .product-thumbnail-wrapper .precedent .bli-guide,
body .product-single .product-thumbnail-wrapper .commentary .bli-guide,
body .product-single .product-thumbnail-wrapper .guide .bli-guide {
  font-size: 126px;
  display: inline-block;
  margin-top: 29px;
}
body .product-single .product-thumbnail {
  padding: 20px 0;
  display: block;
  overflow: auto;
  border-right: 1px solid #d1d1d1;
}
body .product-single .product-thumbnail:hover {
  background-color: #ffefe0;
}
body .product-single .product-thumbnail .book {
  margin: 0 auto;
}
body .product-single .product-details {
  margin: 25px 50px;
  color: #7d7d7d;
  float: left;
  width: 55%;
}
body .product-single .product-details h4 a {
  color: #2d2d2d;
}
body .product-single .product-details .product-desc {
  height: 90px;
  overflow: hidden;
}
body .product-listing.list-view .product-single {
  width: 100%;
}
body .product-listing.list-view .product-single:nth-child(even) {
  margin: 0 0 1% 0;
}
body .product-listing.list-view .product-single:nth-child(odd) {
  margin: 0 0 1% 0;
}
body .product-listing.list-view .product-buttons .btn {
  min-width: 130px;
  margin-right: 10px;
  font-weight: 600;
}
body .product-listing.grid-view .product-single {
  width: 300px;
}
body .product-listing.grid-view .product-single .product-thumbnail-wrapper {
  float: none;
  margin: 0 auto;
  min-width: 200px;
}
body .product-listing.grid-view .product-single .product-thumbnail-wrapper .product-thumbnail {
  padding: 20px 0;
  display: block;
  overflow: auto;
  border-right: none;
}
body .product-listing.grid-view .product-single:nth-child(even) {
  margin: 0 0 1% 1%;
}
body .product-listing.grid-view .product-single:nth-child(odd) {
  margin: 0 0 1% 1%;
}
body .product-listing.grid-view .product-single .product-details {
  float: none;
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
  min-width: 250px;
}
body .product-listing.grid-view .product-single .product-details h4 {
  display: block;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .product-listing.grid-view .product-single .product-details .product-desc p {
  height: 60px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .product-listing.grid-view .product-single .product-details .product-buttons .btn {
  margin: 10px 2px 0 2px;
  padding: 10px 10px;
}
body .page-count {
  clear: both;
  display: block;
}
body .pagination-wrapper {
  width: 100%;
  padding: 0 0 10px 0;
}
body .pagination-wrapper .pagination li.active > a,
body .pagination-wrapper .pagination li.active > a:focus,
body .pagination-wrapper .pagination li.active > abody .pagination-wrapper .pagination li:hover,
body .pagination-wrapper .pagination li.active > span,
body .pagination-wrapper .pagination li.active > span:focus,
body .pagination-wrapper .pagination li.active > spanbody .pagination-wrapper .pagination li:hover {
  border-color: #f87a01;
  color: #f87a01;
  font-weight: 600;
  background-color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
body .pagination-wrapper .pagination li > a,
body .pagination-wrapper .pagination li > span {
  border: none;
  margin: 0 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #ffffff;
  font-size: 16px;
  padding: 10px 16px 7px 16px;
  color: #7d7d7d;
}
body .pagination-wrapper .pagination li > a:hover,
body .pagination-wrapper .pagination li > a:focus {
  background-color: #f87a01;
  color: #ffffff;
  border-color: #f87a01;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
body .pagination-wrapper .pagination li > span {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
body .pagination-wrapper .pagination li > span:hover,
body .pagination-wrapper .pagination li > span:focus {
  border-color: #ffffff;
}
body .search-result-title,
body .list-category-title {
  padding-bottom: 30px;
}
body .search-result-title h1,
body .list-category-title h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
body .search-loop-container {
  background-color: #ffffff;
  border-bottom: 2px solid #d1d1d1;
  padding: 30px;
}
body .search-loop-container hr {
  margin: 10px 0;
}
body .search-loop-container .search-product-single {
  list-style: none;
  min-height: 50px;
}
body .search-loop-container .search-product-single > a {
  width: 100%;
  display: block;
  overflow: auto;
  padding: 7px;
}
body .search-loop-container .search-product-single > a:hover {
  background-color: #ffefe0;
}
body .search-loop-container .search-product-single .product-thumbnail-wrapper {
  width: 20%;
  float: left;
  min-height: 50px;
  text-align: center;
  max-width: 50px;
}
body .search-loop-container .search-product-single .product-thumbnail-wrapper i {
  font-size: 35px;
  position: relative;
  top: 7px;
}
body .search-loop-container .search-product-single .product-details {
  width: 80%;
  color: #7d7d7d;
  margin: 0 30px;
  float: left;
}
body .search-loop-container .search-product-single .product-details p {
  margin: 0;
}
body .search-loop-container .search-product-single .product-details h4 {
  margin: 5px 0;
  color: #f87a01;
}
body #plainPage {
  margin-top: 30px;
}
body #plainPage .page-wrapper {
  background-color: #ffffff;
  padding: 25px 0 50px 0;
  border-bottom: 2px solid #d1d1d1;
  min-height: 600px;
}
body #plainPage .page-wrapper p,
body #plainPage .page-wrapper li {
  color: #7d7d7d;
}
body #plainPage .page-wrapper p strong,
body #plainPage .page-wrapper li strong {
  color: #333230;
}
body #productPage .product-wrapper,
body #guidePage .product-wrapper {
  background-color: #ffffff;
  border-bottom: 2px solid #d1d1d1;
}
body #productPage .product-wrapper .product-desc,
body #guidePage .product-wrapper .product-desc,
body #productPage .product-wrapper .short-desc,
body #guidePage .product-wrapper .short-desc,
body #productPage .product-wrapper .product-guides-collection,
body #guidePage .product-wrapper .product-guides-collection {
  padding: 25px 50px;
  display: block;
}
body #productPage .product-wrapper .table-of-contents,
body #guidePage .product-wrapper .table-of-contents {
  padding: 5px 50px 25px 50px;
  display: block;
}
body #productPage .product-wrapper .product-desc h1,
body #guidePage .product-wrapper .product-desc h1 {
  margin-bottom: 50px;
  text-align: center;
}
body #productPage .product-wrapper .product-desc p,
body #guidePage .product-wrapper .product-desc p {
  color: #7d7d7d;
  text-align: justify;
  line-height: 1.6em;
}
body #productPage .product-wrapper .product-desc-more,
body #guidePage .product-wrapper .product-desc-more {
  margin: 10px auto 0 auto;
  max-width: 120px;
  position: relative;
  padding: 1px 5px;
}
body #productPage .product-wrapper .product-guides-collection,
body #guidePage .product-wrapper .product-guides-collection {
  padding: 5px 50px;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides {
  margin-top: 30px;
  padding: 0;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides li,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li {
  list-style: none;
  width: 300px;
  display: inline-block;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides li a,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li a {
  padding: 10px;
  margin-right: 10px;
  border-bottom: 2px solid transparent;
  color: #7d7d7d;
  overflow: auto;
  display: block;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides li a > img,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li a > img {
  float: left;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides li a > span,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li a > span {
  margin-top: 20px;
  display: block;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides li a.active,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li a.active {
  background-color: #ffefe0;
  border-bottom: 2px solid #febb7a;
  color: #333230;
}
body #productPage .product-wrapper .product-guides-collection .list-of-guides li a:hover,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li a:hover,
body #productPage .product-wrapper .product-guides-collection .list-of-guides li a:focus,
body #guidePage .product-wrapper .product-guides-collection .list-of-guides li a:focus {
  background-color: #ededec;
  border-bottom: 2px solid #d1d1d1;
  text-decoration: none;
  color: #333230;
}
body #productPage .product-wrapper .guide-wrapper,
body #guidePage .product-wrapper .guide-wrapper {
  padding: 0 15px;
}
body #productPage .product-wrapper .guide-wrapper .accordion-loop,
body #guidePage .product-wrapper .guide-wrapper .accordion-loop {
  padding: 0 0 50px 0;
}
body #productPage .product-wrapper .guide-wrapper > ul > li > .panel-heading,
body #guidePage .product-wrapper .guide-wrapper > ul > li > .panel-heading {
  margin: 0;
}
body #productPage .product-wrapper .guide-wrapper ul,
body #guidePage .product-wrapper .guide-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #productPage .product-wrapper .guide-wrapper ul li,
body #guidePage .product-wrapper .guide-wrapper ul li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel,
body #guidePage .product-wrapper .guide-wrapper ul li.panel {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  background-color: transparent;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* ########## Open Heading ########## */
  /* ########## Each Heading ########## */
  /* ########## Each Document ########## */
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-body .doc-desc,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-body .doc-desc {
  color: #7d7d7d;
  margin: auto 10px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-body .doc-desc .doc-desc,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-body .doc-desc .doc-desc {
  margin: auto 0;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body {
  background-color: #f6f6f6;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc {
  color: #7d7d7d;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc a,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc a {
  color: #f87a01;
  text-decoration: underline;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc blockquote,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc blockquote {
  font-size: 14px;
  font-style: italic;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc blockquote footer,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-body .doc-desc blockquote footer {
  color: #3c763d;
  font-size: 12px;
  margin-top: 10px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-document a,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-document a {
  color: #08658B;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary {
  border-bottom: none;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-document .panel-heading:hover,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-document .panel-heading:hover,
body #productPage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-heading:hover,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.type-commentary .panel-heading:hover {
  text-decoration: underline;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open {
  /* ########## First Open Heading ########## */
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .panel-heading .accordion-icon .bli-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .panel-heading .accordion-icon .bli-folder {
  color: #7d7d7d;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h2,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h2,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h3,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h3,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h4,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h4,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h5,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h5,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h6,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading h6 {
  color: #f87a01;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading .accordion-icon .bli-folder-open,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open > .panel-heading .accordion-icon .bli-folder-open {
  color: #f87a01;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open.level-2,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open.level-2 {
  border-bottom: 2px solid #f87a01;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-3,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-3,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-4,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-4,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-5,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-5,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-6,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-6,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-7,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-7,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-8,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-8 {
  border-bottom: none;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-3 .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-3 .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-4 .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-4 .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-5 .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-5 .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-6 .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-6 .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-7 .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-7 .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel.li-open .level-8 .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel.li-open .level-8 .panel-heading {
  padding: 5px 15px;
  border-left: 1px dashed #d1d1d1;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading {
  padding: 10px 25px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading > a,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading > a {
  text-decoration: none;
  display: block;
  line-height: 12px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h2,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h2,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h3,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h3,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h4,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h4,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h5,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h5,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h6,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h6 {
  font-size: 18px;
  margin: 0;
  color: #4a4a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-expand,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-expand {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #7d7d7d;
  text-align: right;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-expand i,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-expand i {
  font-size: 24px;
  margin-left: 10px;
  line-height: 12px;
  position: relative;
  top: 6px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h3 .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h3 .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h4 .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h4 .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h5 .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h5 .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading h6 .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading h6 .doc-name {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon {
  margin-right: 10px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon .bli-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon .bli-folder,
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon .bli-folder-open,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon .bli-folder-open {
  color: #d1d1d1;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon img,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading .accordion-icon img {
  margin-left: -3px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-heading:hover,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-heading:hover {
  background-color: #ffefe0;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .panel-body {
  padding: 5px 10px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder {
  border-bottom: none;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder .panel-heading,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder .panel-heading,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder .panel-heading {
  padding: 5px 15px;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder .panel-heading:hover .doc-name,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder .panel-heading:hover .doc-name,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder .panel-heading:hover .doc-name {
  text-decoration: underline;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder.type-commentary .panel-body {
  background-color: #f6f6f6;
}
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-document .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-document .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-document .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-document .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-document .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-document .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-commentary .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-3.type-folder .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-4.type-folder .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-5.type-folder .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-6.type-folder .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-7.type-folder .panel-body,
body #productPage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder .panel-body,
body #guidePage .product-wrapper .guide-wrapper ul li.panel .level-8.type-folder .panel-body {
  background-color: #ffffff;
}
body #productPage #productSubscribeBottom .product-subscribe,
body #guidePage #productSubscribeBottom .product-subscribe {
  position: relative;
}
body #productPage .show-disclaimer-modal,
body #guidePage .show-disclaimer-modal {
  display: block;
  text-align: center;
}
body #productPage .product-related,
body #guidePage .product-related {
  background-color: #ffffff;
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #d1d1d1;
  height: 380px;
  overflow: hidden;
  padding: 25px 50px;
}
body #productPage .product-related .flickity-prev-next-button,
body #guidePage .product-related .flickity-prev-next-button {
  height: 200px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
body #productPage .product-related .flickity-prev-next-button:disabled,
body #guidePage .product-related .flickity-prev-next-button:disabled {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
body #productPage .product-related .flickity-prev-next-button:disabled .arrow,
body #guidePage .product-related .flickity-prev-next-button:disabled .arrow {
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
}
body #productPage .product-related .flickity-prev-next-button.previous,
body #guidePage .product-related .flickity-prev-next-button.previous {
  left: 0px;
}
body #productPage .product-related .flickity-prev-next-button.next,
body #guidePage .product-related .flickity-prev-next-button.next {
  right: 0px;
}
body #productPage .product-related .flickity-prev-next-button .arrow,
body #guidePage .product-related .flickity-prev-next-button .arrow {
  fill: #7d7d7d;
}
body #productPage .product-related .flickity-prev-next-button .arrow:hover,
body #guidePage .product-related .flickity-prev-next-button .arrow:hover {
  fill: #f87a01;
}
body #productPage .product-related .flickity-page-dots,
body #guidePage .product-related .flickity-page-dots {
  bottom: -40px;
}
body #productPage .product-related .flickity-page-dots .dot,
body #guidePage .product-related .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border: 1px solid #d1d1d1;
}
body #productPage .product-related .flickity-page-dots .dot.is-selected,
body #guidePage .product-related .flickity-page-dots .dot.is-selected {
  background: #d1d1d1;
}
body #productPage .product-related .related-item,
body #guidePage .product-related .related-item {
  width: 50%;
  padding: 0 5%;
  border-right: 1px solid #d1d1d1;
}
body #productPage .product-related .related-item .related-thumbnail,
body #guidePage .product-related .related-item .related-thumbnail {
  padding-bottom: 10px;
}
body #productPage .product-related .related-item .related-desc,
body #guidePage .product-related .related-item .related-desc {
  padding: 20px 0;
}
body #productPage .product-related .related-item .related-desc .star-rating,
body #guidePage .product-related .related-item .related-desc .star-rating {
  display: inline;
  float: left;
  margin: 10px 10px 20px 0;
}
body #productPage .product-related .related-item .related-desc .star-rating .br-widget,
body #guidePage .product-related .related-item .related-desc .star-rating .br-widget {
  left: 0;
}
body #productPage .product-related .related-item .related-desc .star-rating-counter,
body #guidePage .product-related .related-item .related-desc .star-rating-counter {
  display: block;
  float: left;
  margin: 10px 0 20px 0;
}
body #productPage .product-related .related-item .related-desc .related-buttons,
body #guidePage .product-related .related-item .related-desc .related-buttons {
  clear: left;
  margin-top: 70px;
}
body .product-subscribe {
  position: fixed;
  overflow: auto;
}
body .product-subscribe .product-subscribe-wrapper {
  background-color: #ffffff;
  border-bottom: 2px solid #d1d1d1;
  padding: 20px;
  margin-bottom: 20px;
}
body .product-subscribe .product-subscribe-wrapper h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
}
body .product-subscribe .product-subscribe-wrapper .product-subscribe-benefits {
  padding: 0 10px;
}
body .product-subscribe .product-subscribe-wrapper .product-subscribe-benefits .row {
  height: 50px;
  margin-bottom: 10px;
}
body .product-subscribe .product-subscribe-wrapper .product-subscribe-benefits .row i {
  font-size: 40px;
  color: #d1d1d1;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  line-height: 50px;
}
body .product-subscribe .product-subscribe-wrapper .product-subscribe-benefits .row h4 {
  text-align: left;
  font-size: 14px;
  color: #4a4a4a;
}
body .ribbon-wrapper-green {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 15px;
}
body .ribbon-wrapper-green .ribbon-green {
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -20px;
  top: 15px;
  width: 300px;
  background-color: #35a038;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
}
body .ribbon-wrapper-green .ribbon-green span {
  display: block;
  text-align: center;
  width: 100px;
  margin-left: 128px;
}
body .ribbon-wrapper-orange {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
body .ribbon-wrapper-orange .ribbon-orange {
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -20px;
  top: 15px;
  width: 300px;
  background-color: #ff9900;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  z-index: 2;
}
body .ribbon-wrapper-orange .ribbon-orange span {
  display: block;
  text-align: center;
  width: 100px;
  margin-left: 128px;
}
body .ribbon-wrapper-orange-in-product {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 15px;
}
body .ribbon-wrapper-orange-in-product .ribbon-orange {
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -20px;
  top: 15px;
  width: 300px;
  background-color: #ff9900;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  z-index: 2;
}
body .ribbon-wrapper-orange-in-product .ribbon-orange span {
  display: block;
  text-align: center;
  width: 100px;
  margin-left: 128px;
}
body #bottomFooter {
  padding: 0;
  margin: 0;
  width: 100%;
}
body #bottomFooter #bottomFooterLeft {
  height: 60px;
}
body #bottomFooter #bottomFooterRight {
  background-color: #ededec;
  height: 60px;
}
body #bottomFooter #bottomFooterRight ul {
  padding: 16px 30px 16px 0;
  margin: 0;
}
body #bottomFooter #bottomFooterRight ul li {
  list-style: none;
  display: inline;
  color: #7d7d7d;
}
body #bottomFooter #bottomFooterRight ul li a,
body #bottomFooter #bottomFooterRight ul li span {
  color: #7d7d7d;
  padding: 0 3px;
  font-size: 12px;
}
body #bottomFooter #bottomFooterRight ul li.separator {
  display: none;
}
body #bottomFooter #bottomFooterRight ul li a:hover {
  text-decoration: none;
  color: #f87a01;
}
body #bottomFooter #bottomFooterRight ul li.footer-icon a i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
body #bottomFooter #bottomFooterRight ul li .bli-twitter {
  top: 5px !important;
}
body #bottomFooter #bottomFooterRight ul li:not(.footer-icon):after {
  content: "|";
}
body .star-rating {
  display: none;
}
body .star-rating .br-widget {
  height: 20px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  left: -5px;
}
body .star-rating .br-widget a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDE1IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjN0Q3RDdEIiBkPSJNNy41LDJMOSw2LjFoNC43TDkuOSw4LjlsMS4zLDQuM2wtMy43LTIuN2wtMy43LDIuN2wxLjMtNC4zTDEuNCw2LjFINkw3LjUsMiBNNy41LDAuNEw1LjcsNS42SDBsNC41LDMuNWwtMS42LDUuNGw0LjYtMy4zbDQuNiwzLjNsLTEuNi01LjRMMTUsNS42SDkuNEw3LjUsMC40TDcuNSwwLjR6Ii8+PC9nPjxnIGRpc3BsYXk9Im5vbmUiPjxnIGRpc3BsYXk9ImlubGluZSI+PHBhdGggZmlsbD0iIzkyOTI5MiIgZD0iTTcuNSwwLjdsMS43LDVoNS4ybC00LjIsMy4xbDEuNSw1LjFsLTQuMy0zLjJMMy4yLDE0bDEuNS01LjFMMC41LDUuOGg1LjJMNy41LDAuN3oiLz48L2c+PC9nPjwvc3ZnPg==');
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}
body .star-rating .br-widget a:hover,
body .star-rating .br-widget a.br-active,
body .star-rating .br-widget a.br-selected {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDE1IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cG9seWdvbiBmaWxsPSIjRjg3QTAxIiBwb2ludHM9IjE0LjUsNiA5LjIsNiA3LjUsMSA1LjgsNiAwLjUsNiA0LjcsOSAzLjIsMTQuMSA3LjUsMTAuOSAxMS44LDE0IDEwLjMsOSAiLz48L2c+PHBhdGggZmlsbD0iI0Y4N0EwMSIgZD0iTTcuNSwyTDksNi4xaDQuN0w5LjksOC45bDEuMyw0LjNsLTMuNy0yLjdsLTMuNywyLjdsMS4zLTQuM0wxLjQsNi4xSDZMNy41LDIgTTcuNSwwLjRMNS43LDUuNkgwbDQuNSwzLjVsLTEuNiw1LjRsNC42LTMuM2w0LjYsMy4zbC0xLjYtNS40TDE1LDUuNkg5LjRMNy41LDAuNEw3LjUsMC40eiIvPjwvc3ZnPg==');
}
body .star-rating-text {
  display: block;
  text-align: center;
  margin-top: 5px;
}
body .invoice-print {
  display: none;
}
body.invoice {
  background-color: #ffffff;
}
body.invoice #navLogo {
  font-size: 70px;
  margin-left: -10px;
}
body.invoice .invoice-body {
  margin-top: 100px;
}
body.invoice .invoice-buttons {
  display: none;
}
body.invoice .invoice-print {
  display: block;
}
body.invoice .modal-heading-orange {
  display: none;
}
body #backgroundVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../images/bg-image.jpg") no-repeat center center fixed;
  background-size: cover;
}
body .home-background {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .home-background a {
  color: #7d7d7d;
}
body .home-background:before {
  content: "";
  background-color: #191919;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 0;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
body .home-background .home-nav-container {
  padding: 30px;
}
body .home-background .home-nav-container a {
  color: #ffffff;
  background-color: transparent;
}
body .home-background .home-nav-container a:focus {
  background-color: transparent;
}
body .home-background .home-nav-container a:hover {
  color: #f87a01;
  background-color: transparent;
}
body .home-background .home-nav-container a.show-signup {
  min-width: 100px;
}
body .home-background .home-nav-container .dropdown-menu {
  background-color: #333230;
  border-color: #2d2d2d;
}
body .home-background .home-nav-container .dropdown-menu .divider {
  background-color: #2d2d2d !important;
}
body .home-background #home-main-container {
  margin-top: 11%;
  display: block;
}
body .home-background #home-main-container #mainLogo {
  font-size: 130px;
}
body .home-background #home-main-container .home-heading-container h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: -15px 0 35px 0;
  color: #ffffff;
}
body .home-background #home-main-container .home-search-wrapper {
  background: url("../images/background-search@x1.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .home-background #home-main-container .home-search-container #searchBar {
  margin: 30px auto;
  max-width: 650px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .home-background #home-main-container .home-search-container #searchBar.active {
  max-width: 700px;
}
body .home-background #home-main-container .home-search-container #searchBar input {
  background-color: #4a4a4a;
  border: none;
  padding: 10px 20px;
  height: 60px;
  color: #7d7d7d;
  font-size: 18px;
}
body .home-background #home-main-container .home-search-container #searchBar input:focus {
  color: #ffffff;
}
body .home-background #home-main-container .home-search-container #searchBar .btn {
  background-color: #f87a01;
  color: #ffffff;
  border: none;
  height: 60px;
  width: 70px;
  font-size: 28px;
  padding: 14px 0;
  text-align: center;
  float: left;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .home-background #home-main-container .home-search-container #searchBar .btn:hover {
  color: #333230;
}
body .home-background #home-main-container .home-search-or h3 {
  margin: 15px 0;
  color: #ffffff;
}
body .home-background #home-main-container hr.partial {
  width: 70px;
  display: inline-block;
  margin: 0 20px;
  position: relative;
  bottom: 5px;
  height: 1px;
  border: 0;
}
body .home-background #home-main-container hr.partial.left {
  background-color: #272728;
  background-image: -webkit-linear-gradient(left, #272728, #7d7d7d);
  background-image: -moz-linear-gradient(left, #272728, #7d7d7d);
  background-image: -o-linear-gradient(left, #272728, #7d7d7d);
  background-image: -ms-linear-gradient(left, #272728, #7d7d7d);
  background-image: linear-gradient(left, #272728, #7d7d7d);
}
body .home-background #home-main-container hr.partial.right {
  background-color: #342e2b;
  background-image: -webkit-linear-gradient(right, #342e2b, #7d7d7d);
  background-image: -moz-linear-gradient(right, #342e2b, #7d7d7d);
  background-image: -o-linear-gradient(right, #342e2b, #7d7d7d);
  background-image: -ms-linear-gradient(right, #342e2b, #7d7d7d);
  background-image: linear-gradient(right, #342e2b, #7d7d7d);
}
body .home-background #home-main-container .home-popular-container h4,
body .home-background #home-main-container .home-popular-container h4 a {
  color: #ffffff;
}
body .home-background #home-main-container .home-popular-container h4:hover,
body .home-background #home-main-container .home-popular-container h4 a:hover {
  color: #f87a01;
  text-decoration: none;
}
body .home-background #home-main-container .home-popular-container .home-popular-list {
  margin: 0 0 30px 0;
  padding: 0;
}
body .home-background #home-main-container .home-popular-container .home-popular-list li {
  display: inline-block;
  padding: 20px 10px;
  font-size: 1.2em;
}
body .home-background #home-main-container .home-popular-container .home-popular-list li a i {
  margin-left: 3px;
  font-size: 24px;
  position: relative;
  top: 4px;
}
body .home-background #home-main-container .home-popular-container .home-popular-list li a:hover {
  color: #f87a01;
  text-decoration: none;
}
body .home-background #home-main-container .home-popular-container .home-popular-list li a.home-popular-list-more {
  color: #f87a01;
}
body .home-background #home-main-container .home-popular-container .home-popular-list li a.home-popular-list-more:hover {
  color: #ffffff;
}
body .home-background #home-main-container .home-benefits-wrapper {
  color: #7d7d7d;
  padding: 0 5%;
}
body .home-background #home-main-container .home-benefits-wrapper > .row {
  max-width: 1200px;
  margin: 0 auto;
}
body .home-background #home-main-container .home-benefits-wrapper .home-benefits {
  margin-top: 30px;
}
body .home-background #home-main-container .home-benefits-wrapper .home-benefits i {
  font-size: 50px;
  position: relative;
  top: 5px;
  width: 60px;
  color: #ffffff;
}
body .home-background #home-main-container .home-benefits-wrapper .home-benefits span {
  display: block;
  font-family: "Cinzel", Arial, sans-serif;
  font-size: 18px;
  padding: 5px 0;
}
body .home-background #home-main-container .home-benefits-wrapper .home-benefits strong {
  font-weight: normal;
  color: #f87a01;
}
body .home-background #bottomFooter {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
}
body .home-background #bottomFooter #bottomFooterLeft,
body .home-background #bottomFooter #bottomFooterRight {
  background-color: transparent;
}
body .home-background #bottomFooter .separator {
  display: none;
}
body .home-background #bottomFooter .separator:after {
  display: none;
}
body .home-background #bottomFooter .footer-icon a i {
  color: #ffffff;
}
body .bt-container table {
  border-bottom: 2px solid #d1d1d1;
}
body .bt-container table td .cell-container {
  margin: 10px 0;
}
body .bt-container table td .cell-container a.btn.change-payment-method {
  padding: 1px 5px;
}
body .bt-container .saved-payment-methods {
  text-decoration: underline;
  color: #7d7d7d;
}
body .payment-methods-checkout .control-label.set-as-primary {
  padding-top: 0;
}
body .payment-methods-checkout .form-control {
  display: inline;
}
body .payment-methods-checkout .form-control.month {
  width: 52px;
}
body .payment-methods-checkout .form-control.year {
  width: 72px;
}
body .payment-methods-checkout .delete-payment-method {
  text-decoration: underline;
  color: #7d7d7d;
}
#toggle-menu-responsive {
  width: 20px;
  height: 17px;
  padding: 20px;
  cursor: pointer;
}
#toggle-menu-responsive div {
  width: 15px;
  height: 15px;
  position: relative;
}
#toggle-menu-responsive span {
  display: block;
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#toggle-menu-responsive span.top {
  top: 0px;
}
#toggle-menu-responsive span.middle {
  top: 6px;
}
#toggle-menu-responsive span.bottom {
  top: 12px;
}
#toggle-menu-responsive.visible span {
  background: #f87a01;
}
#toggle-menu-responsive.visible span.top {
  -webkit-animation: inTop 0.8s forwards;
  -moz-animation: inTop 0.8s forwards;
  animation: inTop 0.8s forwards;
}
#toggle-menu-responsive.visible span.middle {
  -webkit-animation: inMiddle 0.8s forwards;
  -moz-animation: inMiddle 0.8s forwards;
  animation: inMiddle 0.8s forwards;
}
#toggle-menu-responsive.visible span.bottom {
  -webkit-animation: inBottom 0.8s forwards;
  -moz-animation: inBottom 0.8s forwards;
  animation: inBottom 0.8s forwards;
}
#toggle-menu-responsive.notvisible span.top {
  -webkit-animation: outTop 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outTop 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outTop 0.8s backwards;
  animation-direction: reverse;
}
#toggle-menu-responsive.notvisible span.middle {
  -webkit-animation: outMiddle 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outMiddle 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outMiddle 0.8s backwards;
  animation-direction: reverse;
}
#toggle-menu-responsive.notvisible span.bottom {
  -webkit-animation: outBottom 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outBottom 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outBottom 0.8s backwards;
  animation-direction: reverse;
}
@-webkit-keyframes inMiddle {
  25% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes inMiddle {
  25% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes inMiddle {
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outMiddle {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes outMiddle {
  50% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes outMiddle {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inTop {
  0% {
    top: 0;
  }
  25% {
    top: 6px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg);
  }
}
@-moz-keyframes inTop {
  0% {
    top: 0;
  }
  25% {
    top: 6px;
    -moz-transform: rotate(0deg);
  }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg);
  }
}
@keyframes inTop {
  0% {
    top: 0;
  }
  25% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 6px;
    transform: rotate(135deg);
  }
}
@-webkit-keyframes outTop {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg);
  }
}
@-moz-keyframes outTop {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg);
  }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg);
  }
}
@keyframes outTop {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 6px;
    transform: rotate(135deg);
  }
}
@-webkit-keyframes inBottom {
  0% {
    top: 12px;
  }
  25% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg);
    opacity: 0;
  }
}
@-moz-keyframes inBottom {
  0% {
    top: 12px;
  }
  25% {
    top: 6px;
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg);
    opacity: 0;
  }
}
@keyframes inBottom {
  0% {
    top: 12px;
  }
  25% {
    top: 6px;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    top: 6px;
    transform: rotate(135deg);
    opacity: 0;
  }
}
@-webkit-keyframes outBottom {
  0% {
    top: 12px;
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg);
    opacity: 1;
  }
}
@-moz-keyframes outBottom {
  0% {
    top: 12px;
  }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg);
    opacity: 1;
  }
}
@keyframes outBottom {
  0% {
    top: 12px;
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    top: 6px;
    transform: rotate(135deg);
    opacity: 1;
  }
}
.imitate-tabs {
  border-bottom: 4px solid #F6F6F6;
  font-family: "Cinzel", Arial, sans-serif;
  font-size: 16px;
}
.imitate-tabs .imitate-tab {
  float: left;
  margin-left: 2px;
  padding: 5px 0px 0px 0px;
  border-top: 1px solid #F6F6F6;
  border-left: 1px solid #F6F6F6;
  border-right: 1px solid #F6F6F6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 45px;
  max-height: 45px;
}
.imitate-tabs .imitate-tab-active {
  background-color: #F6F6F6;
  color: #333333;
}
.imitate-tabs .imitate-tab-hover {
  background-color: #F6F6F6;
  color: #333333;
}
.imitate-tabs .searchPanel {
  text-align: left;
  min-height: 45px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  font-size: 14px;
}
div#tab-toc {
  padding-top: 14px;
}
div#tab-search {
  min-width: 55px;
}
span.search-icon {
  padding-top: 10px;
  padding-left: 18px;
}
span.toc {
  padding-left: 20px;
  padding-right: 20px;
}
.imitate-tab-search {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  font-size: 14px;
  color: #000000;
  border-radius: 0px;
  height: 36px;
  border-top: 1px solid #F87A01;
  border-bottom: 1px solid #F87A01;
  border-left: none;
  border-right: none;
}
button#btnSearchInDoc {
  padding: 0;
  background-color: #F87A01;
  color: #FFFFFF;
  border: 0 none;
}
.control-label-pulsate {
  -webkit-animation: label-pulsate-animation 10s;
  animation: label-pulsate-animation 10s;
}
.form-control-pulsate {
  -webkit-animation: control-pulsate-animation 10s;
  animation: control-pulsate-animation 10s;
}
@keyframes label-pulsate-animation {
  0% {
    color: #ffd633;
  }
  50% {
    color: #ffcc00;
  }
  100% {
    color: #333333;
  }
}
@keyframes control-pulsate-animation {
  0% {
    border-color: #ffdb4d;
    background-color: #fff5cc;
    webkit-box-shadow: 0 0 0 2px #ffffff;
    -moz-box-shadow: 0 0 0 2px #ffffff;
    -o-box-shadow: 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
  }
  50% {
    border-color: #ffdb4d;
    background-color: #fff5cc;
    webkit-box-shadow: 0 0 0 2px #ffe680;
    -moz-box-shadow: 0 0 0 2px #ffe680;
    -o-box-shadow: 0 0 0 2px #ffe680;
    box-shadow: 0 0 0 2px #ffe680;
  }
  100% {
    border-color: #006680;
    background-color: #ffffff;
    webkit-box-shadow: 0 0 0 2px #ffffff;
    -moz-box-shadow: 0 0 0 2px #ffffff;
    -o-box-shadow: 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
  }
}
/** Added by prabhdeep.singh@leap.com.au**/
/**
a.nav-expander {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 200px;
  z-index: 12;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

nav {
  background: #333333;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}

.main-menu li a {
  color: #6F7D8C;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

span.integrated-guides-search-icon{
  color: #FFFFFF;
  font-size: 24px;
  margin-top: 12px;
}

.nullify-styles{
  padding:0px;
  margin:0px;
}

.searchPanelWrap{
    margin-top: 50px;
    height:100px;
    background-color:#333333;
    display:none;
    padding-top: 25px;
}
**/
.darkgray {
  background-color: #333230 !important;
}
.matter-type-panel {
  z-index: 9999;
  background: #F6F6F6;
  color: #ffffff;
  position: absolute;
  width: 500px;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
}
#allTree,
#nswTree,
#vicTree,
#qldTree,
#saTree,
#waTree,
#tasTree,
#allTreeFiltered,
#nswTreeFiltered,
#vicTreeFiltered,
#qldTreeFiltered,
#saTreeFiltered,
#waTreeFiltered,
#tasTreeFiltered {
  font-size: 13px;
}
.list-group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
#allTree .node-disabled,
#nswTree .node-disabled,
#vicTree .node-disabled,
#qldTree .node-disabled,
#saTree .node-disabled,
#waTree .node-disabled,
#tasTree .node-disabled {
  display: none;
}
#allTree .search-result a,
#nswTree .search-result a,
#vicTree .search-result a,
#qldTree .search-result a,
#saTree .search-result a,
#waTree .search-result a,
#tasTree .search-result a {
  font-weight: bold;
}
.searchPanelWrap {
  background-color: #F6F6F6;
  display: block !important;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 17px;
}
.searchPanelWrap .row {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.btn--main {
  border-color: #F87A01;
  border: 1px solid #ffffff;
  color: #F87A01;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding: 10px 15px;
  position: relative;
  margin-top: 10px;
}
.navbar-header .navbar-brand {
  padding: 0 !important;
  margin-left: 15px !important;
}
@media (min-width: 360px) and (max-width: 990px) {
  .navbar-header .navbar-brand {
    margin-left: 0 !important;
  }
}
#toggle-menu-responsive {
  display: none;
}
.searchPanelWrap .row .col-md-10 div,
.searchPanelWrap .row .col-sm-10 div {
  float: left;
}
@media (min-width: 360px) and (max-width: 1020px) {
  .searchPanelWrap .row .col-md-10 .col-md-2 {
    width: 30%;
  }
  .searchPanelWrap .row .col-md-10 .col-md-10 {
    width: 70%;
  }
}
@media (min-width: 360px) and (max-width: 770px) {
  .modal-dialog {
    margin: 30px auto !important;
    margin-top: 120px !important;
  }
}
#integrated-guide-modal-body .row > div {
  float: left !important;
}
#integrated-guide-modal-body .row > .col-md-3 {
  width: 25% !important;
}
#integrated-guide-modal-body .row > .col-md-9 {
  width: 75% !important;
}
@media (min-width: 360px) and (max-width: 729px) {
  .navbar-inline .row > div {
    float: left;
  }
  .navbar-inline .row .col-md-3 {
    width: 100% !important;
  }
  .navbar-inline .row .col-md-9 {
    width: 100% !important;
  }
  .navbar-inline .row #navRight {
    position: relative !important;
  }
  .navbar-inline .navbar-nav {
    padding: 0 !important;
  }
  .navbar-inline .nav {
    max-width: 90%;
    margin: 0 auto !important;
  }
}
@media (min-width: 730px) and (max-width: 1020px) {
  .navbar-inline .row > div {
    float: left;
  }
  .navbar-inline .row .col-md-3 {
    width: 25% !important;
  }
  .navbar-inline .row .col-md-9 {
    width: 75% !important;
    text-align: right;
  }
  .navbar-inline .row #navRight {
    position: relative !important;
  }
  .navbar-inline .navbar-nav {
    padding: 0 !important;
  }
  .navbar-inline .navbar-nav li {
    float: right;
  }
  #integrated-guide-modal-body .row .col-md-3 {
    margin-bottom: 10px;
  }
  .nav.navbar-right,
  #blMenuCollapse {
    display: inline-block;
  }
  .navbar-inline .dropdown .dropdown-menu li {
    text-align: left;
    float: none;
  }
}
@media (min-width: 993px) and (max-width: 1020px) {
  .navbar-inline .nav {
    padding-top: 9px !important;
  }
}
#integrated-guide-modal-body #search-0 .input-group-btn .btn .glyphicon-search,
#integrated-guide-modal-body #search-0 .input-group-btn .btn,
.searchPanelWrap .btn .search-icon {
  padding: 10px 20px;
}
.searchPanelWrap input.form-control {
  display: inline-block;
  padding-left: 5px;
  width: 100%;
}
#blMenuCollapse .navbar-nav > li:first-child,
#blMenuCollapse .navbar-nav > li:first-child .dropdown .dropdown-menu {
  display: none !important;
}
.book.shadow {
  position: relative;
}
.book.shadow:before,
.book.shadow:after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.75);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.book.shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.book {
  z-index: 1;
  margin: 0 auto;
  width: 200px;
  height: 285px;
  background: #ffffff url("/images/products/cover/default.jpg") center center no-repeat;
  background-size: auto 285px;
  position: relative;
  border: 1px solid #d1d1d1;
}
.book .book-bar {
  background-color: #666666;
  width: 3.5%;
  height: 283px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.book .book-title {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 5% 10px 5%;
  width: 100%;
  display: block;
  height: 60px;
  z-index: 1;
}
.book .book-title h4 {
  text-align: left;
  color: #ffffff;
  font-family: "Cinzel", Arial, sans-serif;
  margin: 0 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal !important;
  text-shadow: 0px 0px 0px #ffffff;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
}
.book .book-title h4:last-child {
  margin-top: -3%;
}
.book .book-title:before {
  content: "";
  background-color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  height: 80px;
  z-index: -1;
}
.book .book-footer {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
}
.book .book-lawyers-logo {
  float: left;
  margin: 25px 0 0 23px;
}
.book .book-lawyers-logo img {
  height: 10px;
}
.book .book-state-logo {
  float: right;
  margin: 10px 10px 0 0;
}
.book .book-state-logo img {
  height: 30px;
}
.book.small {
  width: 100px;
  height: 143px;
  background-size: auto 143px;
}
.book.small .book-bar {
  height: 141px;
}
.book.small .book-title {
  padding: 3px 5%;
  bottom: 25px;
  height: 40px;
}
.book.small .book-title:before {
  height: 40px;
}
.book.small .book-footer {
  height: 25px;
}
.book.small h4 {
  font-size: 9.5px;
  margin: 6px 0 0 5px;
}
.book.small h4:nth-child(n+2) {
  margin-top: -3%;
}
.book.small .book-lawyers-logo {
  margin: 6px 0 0 12px;
}
.book.small .book-lawyers-logo img {
  height: 5px;
}
.book.small .book-state-logo {
  margin: 5px 5px 0 0;
}
.book.small .book-state-logo img {
  height: 16px;
}
.book.small.shadow:before,
.book.small.shadow:after {
  -webkit-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 15px 5px rgba(0, 0, 0, 0.75);
}
.book.medium {
  width: 130px;
  height: 185px;
  background-size: auto 185px;
}
.book.medium .book-bar {
  height: 183px;
}
.book.medium .book-title {
  padding: 7px 5%;
  bottom: 35px;
  height: 50px;
}
.book.medium .book-title:before {
  height: 50px;
}
.book.medium .book-footer {
  height: 35px;
}
.book.medium h4 {
  font-size: 12px;
  margin: 4px 0 0 5px;
}
.book.medium h4:nth-child(n+2) {
  margin-top: -3%;
}
.book.medium .book-lawyers-logo {
  margin: 14px 0 0 14px;
}
.book.medium .book-lawyers-logo img {
  height: 6px;
}
.book.medium .book-state-logo {
  margin: 7px 7px 0 0;
}
.book.medium .book-state-logo img {
  height: 22px;
}
.book.medium.shadow:before,
.book.medium.shadow:after {
  -webkit-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
  box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
}
.book.line1.medium h4 {
  font-size: 12px;
  margin: 22px 0 0 5px;
}
.book.line1.large h4 {
  font-size: 18px;
  margin: 32px 0 0 5px;
}
.book.line2.medium h4 {
  font-size: 12px;
  margin: 12px 0 0 5px;
}
.book.line2.large h4 {
  font-size: 18px;
  margin: 12px 0 0 5px;
}
.book.line2 h4:nth-child(n+2) {
  margin-top: -2.5%;
}
.book.line3.medium h4 {
  font-size: 12px;
  margin: 2px 0 0 5px;
}
.book.line3.large h4 {
  font-size: 18px;
  margin: -6px 0 0 5px;
}
.book.line3 h4:nth-child(n+2) {
  margin-top: -2.5%;
}
.book.nsw .book-bar,
.book.nsw .book-title:before {
  background-color: #2084c3;
}
.book.vic .book-bar,
.book.vic .book-title:before {
  background-color: #003058;
}
.book.wa .book-bar,
.book.wa .book-title:before {
  background-color: #a38c57;
}
.book.qld .book-bar,
.book.qld .book-title:before {
  background-color: #79001f;
}
.book.nt .book-bar,
.book.nt .book-title:before {
  background-color: #e65a00;
}
.book.sa .book-bar,
.book.sa .book-title:before {
  background-color: #d00f0f;
}
.book.tas .book-bar,
.book.tas .book-title:before {
  background-color: #044c29;
}
.book.act .book-bar,
.book.act .book-title:before {
  background-color: #035292;
}
.book.fed .book-bar,
.book.fed .book-title:before {
  background-color: #2d2d2d;
}
.book.multi .book-bar,
.book.multi .book-title:before {
  background-color: #e0a722;
}
/* Large devices (ultrtabook, 1366px) */
@media (max-width: 1366px) {
  .hidden1366 {
    display: none;
  }
  .related-item {
    width: 100% !important;
    padding: 0 10% !important;
    border-right: none !important;
  }
}
/* Large devices (large desktops, 1200px) */
@media (max-width: 1200px) {
  .hidden1200 {
    display: none !important;
  }
  .show1200 {
    display: block !important;
  }
  .btn180 {
    min-width: 140px !important;
  }
  .modal-xl {
    width: 95% !important;
  }
  /* ################### HOME ################### */
  #mainLogo {
    font-size: 100px !important;
  }
  .home-heading-container h1 {
    font-size: 24px;
  }
  .home-popular-container .home-popular-list li {
    padding: 10px !important;
  }
  body.home #bottomFooter {
    bottom: 0 !important;
    position: relative !important;
  }
  /* ################### PRODUCT ################### */
  #leftWrapper .fix-left-wrapper {
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #productSubscribe {
    padding: 0 15px !important;
    width: 100% !important;
  }
  #productPage,
  #guidePage {
    padding: 0 15px !important;
    width: 100% !important;
  }
  #productPage.pull-right,
  #guidePage.pull-right {
    float: none !important;
  }
  #productSubscribe,
  #productSubscribeBottom {
    float: none !important;
  }
  #productSubscribe .product-subscribe,
  #productSubscribeBottom .product-subscribe {
    position: relative !important;
  }
  #productSubscribe .product-subscribe .product-subscribe-benefits .row,
  #productSubscribeBottom .product-subscribe .product-subscribe-benefits .row {
    width: 50% !important;
    min-height: 60px;
    margin: 0 auto;
  }
  .product-wrapper {
    margin-top: 30px;
  }
  .product-related {
    margin: 30px 0 !important;
  }
}
@media (min-width: 1200px) {
  .btn180 {
    min-width: 200px !important;
  }
}
/* Medium devices (desktops, 992px) */
@media (max-width: 992px) {
  .hidden992 {
    display: none;
  }
  /* ################### MODAL ################### */
  .modal .modal-dialog.modal-lg {
    margin-top: 10px !important;
  }
  .modal .form-combined-separator {
    display: none;
  }
  .modal .form-combined > .col-md-6:nth-child(2) {
    margin-top: 30px;
  }
  .modal .referral-alert {
    bottom: -65px !important;
  }
  /* ################### HOME ################### */
  .home-benefits {
    height: auto !important;
    text-align: center !important;
  }
  .home-benefits i {
    top: 0px !important;
  }
  /* ################### GLOBAL ################### */
  #contentWrapper {
    display: block !important;
  }
  .toolbar-controls {
    margin: 0 auto;
    overflow: auto;
  }
  #leftWrapper {
    padding-top: 0 !important;
  }
  #leftWrapper .left-col-h4 {
    text-align: center;
  }
  #leftWrapper .fix-left-wrapper {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  #leftWrapper div > .row {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  #leftWrapper #filtersMobile {
    display: block !important;
  }
  /* ################### NAV ################### */
  .home-nav-container {
    padding: 15px !important;
  }
  #navRight {
    position: absolute;
    z-index: 10;
    width: 100%;
    min-height: 0 !important;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
  }
  #navRight .navbar-collapse {
    background-color: #ededec;
    border: none !important;
  }
  #navRight .navbar-collapse .navbar-left {
    margin: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #navRight .navbar-collapse .navbar-left #searchBar .input-group-lg {
    width: 100% !important;
  }
  #navRight .navbar-collapse .navbar-left #searchBar .input-group-lg .form-control {
    width: 100% !important;
    z-index: 0;
  }
  #navRight .navbar-collapse .navbar-left #searchBar .input-group-lg .input-group-btn {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 60px;
  }
  #navRight .navbar-collapse .navbar-left #searchBar .input-group-lg .input-group-btn .btn-search {
    margin-left: 0 !important;
  }
  #navRight .navbar-collapse .navbar-right {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
  }
  #navRight .navbar-collapse .navbar-right a {
    color: #333230;
    border: none !important;
    text-align: center;
    font-size: 18px;
  }
  #navRight .navbar-collapse .navbar-right a.link-home {
    display: block !important;
  }
  #navRight .navbar-collapse .home-nav-container .show-signup {
    min-width: 10px !important;
    padding: 10px !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-toggle {
    border: none !important;
    padding: 0 !important;
    float: left !important;
    margin: 3px 0 0 20px !important;
  }
  .navbar-toggle .icon-bar {
    background-color: #f87a01 !important;
  }
  .navbar-toggle.navbar-toggle:focus,
  .navbar-toggle.navbar-toggle:hover {
    background-color: transparent !important;
  }
  .navbar-toggle.navbar-toggle:focus .icon-bar,
  .navbar-toggle.navbar-toggle:hover .icon-bar {
    background-color: #ffffff !important;
  }
  /* ################### PRODUCT ################### */
  .product-related {
    height: 600px !important;
  }
  .product-related .related-desc {
    text-align: center !important;
  }
  .product-related .related-desc .star-rating,
  .product-related .related-desc .star-rating-counter {
    float: none !important;
  }
  .product-related .related-desc .star-rating-counter {
    float: none !important;
    margin: -5px 0 10px 0 !important;
  }
  .product-related .flickity-prev-next-button {
    background-color: transparent !important;
  }
  /* ################### LISTING ################### */
  .product-listing.grid-view .product-single {
    width: 49% !important;
  }
  .product-listing .product-desc {
    height: 70px;
  }
}
/* Small devices (tablets, 768px) */
@media (max-width: 768px) {
  /* ################### LISTING ################### */
  #mainContent {
    padding-bottom: 0 !important;
  }
  #resultsList {
    padding: 0 !important;
  }
  #resultsList .page-count p {
    text-align: center !important;
    padding-top: 15px;
    display: block;
  }
  .search-loop-container .product-thumbnail-wrapper {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
    max-width: 100% !important;
  }
  .search-loop-container .product-details {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }
  /* ################### PRODUCT ################### */
  .product-wrapper {
    margin-top: 30px;
  }
  .product-wrapper .product-desc,
  .product-wrapper .table-of-contents {
    padding: 15px !important;
  }
  .product-wrapper .product-desc h1,
  .product-wrapper .table-of-contents h1 {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px !important;
  }
  .product-wrapper .product-guides-collection {
    padding: 5px 15px !important;
  }
  .product-wrapper .product-guides-collection li {
    width: 100% !important;
  }
  .product-wrapper .product-guides-collection li a {
    margin-right: 0 !important;
  }
  .product-wrapper .product-guides-collection li a img {
    margin-right: 20px !important;
  }
  .product-wrapper .accordion-loop .panel-heading {
    padding: 15px !important;
  }
  .product-wrapper .accordion-loop .panel-heading .accordion-icon {
    display: none;
  }
}
/* Small devices (phones, 480px) */
@media (max-width: 480px) {
  .hidden480 {
    display: none;
  }
  .show480 {
    display: block !important;
  }
  #plainPage.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
  }
  #plainPage.container .page-wrapper {
    padding: 15px !important;
  }
  #plainPage.container .page-wrapper .nav-tabs > li > a {
    padding: 10px 5px !important;
  }
  /* ################### MODAL ################### */
  .modal .modal-sm,
  .modal .modal-lg {
    width: 100% !important;
    margin: 0 !important;
    position: absolute !important;
    left: 0;
    top: 0;
  }
  /* ################### FOOTER ################### */
  #bottomFooter {
    position: relative !important;
  }
  #bottomFooter #bottomFooterRight ul {
    padding: 30px 20px 10px 20px !important;
    width: 100%;
  }
  #bottomFooter #bottomFooterRight ul li {
    text-align: center;
    float: left;
    padding: 5px;
    width: 50%;
  }
  #bottomFooter #bottomFooterRight ul li:first-child,
  #bottomFooter #bottomFooterRight ul li.separator {
    width: 100%;
    display: block !important;
  }
  #bottomFooter #bottomFooterRight ul li.footer-icon {
    width: 100%;
    text-align: center !important;
  }
  #bottomFooter #bottomFooterRight ul li:not(.footer-icon):after {
    content: "" !important;
  }
  /* ################### PRODUCT ################### */
  #productSubscribe .product-subscribe .product-subscribe-benefits .row,
  #productSubscribeBottom .product-subscribe .product-subscribe-benefits .row {
    width: 100% !important;
  }
  /* ################### LISTING ################### */
  .product-listing.grid-view .product-single {
    width: 100% !important;
  }
}
@media print {
  body #bodyContent {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    background: transparent none;
  }
  body a[href]:after {
    content: "" !important;
  }
  body a:link,
  body a:visited {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
  body aside,
  body footer,
  body #topToolbar,
  body #productSubscribe {
    display: none;
  }
  body.invoice .invoice-print {
    display: none;
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0px;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 20px 20px 20px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  text-align: center;
}
#toast-container > :hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.integrated {
  background-color: #ffffff;
}
.integrated .top-nav-panel {
  background-color: #333230;
  min-height: 60px;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.integrated .top-nav-panel #byLawyersLogo {
  font-size: 60px;
  line-height: 0;
  height: 60px !important;
  display: block;
  overflow: hidden;
  padding-left: 5px;
}
.integrated .top-nav-panel #byLawyersLogo > span {
  position: relative;
  top: 2px;
}
.integrated .top-nav-panel .top-nav-switch {
  padding: 8px 30px;
  position: relative;
  top: 1px;
}
.integrated .top-nav-panel .top-nav-switch .caret {
  padding: 0 !important;
  margin-left: 5px;
}
.integrated #bodyContent {
  margin-top: 0;
}
.integrated #bodyContent .product-desc {
  padding: 15px 50px !important;
}
.integrated #bodyContent .product-desc h1 {
  font-size: 24px;
}
.integrated #bodyContent .table-of-contents {
  display: none !important;
}
.integrated #bodyContent #guidePage {
  padding: 0;
}
.integrated #bodyContent .product-short-details {
  max-width: 220px;
  margin: 0 auto;
  font-size: 12px;
}
.integrated .modal-body {
  padding: 10px 30px !important;
}
.integrated footer {
  display: none;
}
@media (max-width: 1200px) {
  #leftWrapper .fix-left-wrapper {
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #productPage,
  #guidePage {
    padding: 0 !important;
    width: 100% !important;
  }
  #productPage.pull-right,
  #guidePage.pull-right {
    float: right !important;
  }
  #productPage .product-wrapper,
  #guidePage .product-wrapper {
    margin-top: 0px !important;
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  #guidePage {
    width: 100% !important;
  }
  #guidePage .product-wrapper {
    width: 100% !important;
  }
}
