/*Lato-Regular-400 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-regular-400.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/lato-regular-400.woff') format('woff');
  /* Modern Browsers */
  src: url('../fonts/lato-regular-400.woff2') format('woff2');
  /* Modern Browsers */
  src: url('../fonts/Lato-regular-400-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-regular-400.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/*Lato-light */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-regular-300.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/lato-regular-300.woff') format('woff');
  /* Modern Browsers */
  src: url('../fonts/lato-regular-300.woff2') format('woff2');
  /* Modern Browsers */
  src: url('../fonts/lato-regular-300-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-regular-300.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/*Lato-light-italic */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-italic-300.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/lato-italic-300.woff') format('woff');
  /* Modern Browsers */
  src: url('../fonts/lato-italic-300.woff2') format('woff2');
  /* Modern Browsers */
  src: url('../fonts/lato-italic-300-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-italic-300.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/*Lato-Black */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-black-800.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/lato-black-800.woff') format('woff');
  /* Modern Browsers */
  src: url('../fonts/lato-black-800.woff2') format('woff2');
  /* Modern Browsers */
  src: url('../fonts/lato-black-800.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0077cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004a80;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in-out;
  /* IE */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* All Browsers */
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*******
Created by  : Kunal Gupta
Date		: 29 july 2018
Comment		: Fro LNU Typography

********/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #00aeef;
}
a.text-primary:hover {
  color: #0089bc;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #806d00;
}
a.text-warning:hover {
  color: #4d4100;
}
.text-danger {
  color: #c61017;
}
a.text-danger:hover {
  color: #970c11;
}
.bg-primary {
  color: #fff;
  background-color: #00aeef;
}
a.bg-primary:hover {
  background-color: #0089bc;
}
.bg-success {
  background-color: #f6fbf0;
}
a.bg-success:hover {
  background-color: #deefc9;
}
.bg-info {
  background-color: #effbff;
}
a.bg-info:hover {
  background-color: #bcedff;
}
.bg-warning {
  background-color: #fff8cc;
}
a.bg-warning:hover {
  background-color: #fff099;
}
.bg-danger {
  background-color: #fcd9da;
}
a.bg-danger:hover {
  background-color: #f8aaad;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 0;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  /*	COMMENTED BY: Anshul Modi
		DATE: 06/10/2015
		JCM NO: 165345 - Fix quote attribution for proofreaders.
		TASK URL: https://basecamp.com/2265851/projects/4813706/todos/209375610
		content: '\2014 \00A0'; // em dash, nbsp */
  content: '\2014';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #f6fbf0;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #eaf5dc;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #effbff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d6f4ff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff8cc;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff4b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fcd9da;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fac1c4;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* Safari and Chrome */
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* Mozilla Firefox */
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* IE */
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* Opera */
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* All Browsers */
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 39px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #f6fbf0;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #806d00;
}
.has-warning .form-control {
  border-color: #806d00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #4d4100;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6c400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6c400;
}
.has-warning .input-group-addon {
  color: #806d00;
  border-color: #806d00;
  background-color: #fff8cc;
}
.has-warning .form-control-feedback {
  color: #806d00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #c61017;
}
.has-error .form-control {
  border-color: #c61017;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #970c11;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f14b52;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f14b52;
}
.has-error .input-group-addon {
  color: #c61017;
  border-color: #c61017;
  background-color: #fcd9da;
}
.has-error .form-control-feedback {
  color: #c61017;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #999999;
}
.btn.btn-disabled:hover {
  background: #999999;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00aeef;
  border-color: #009bd6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0090c6;
  border-color: #006f98;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00aeef;
  border-color: #009bd6;
}
.btn-primary .badge {
  color: #00aeef;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #8cc63f;
  border-color: #7fb636;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #77aa32;
  border-color: #5e8628;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8cc63f;
  border-color: #7fb636;
}
.btn-success .badge {
  color: #8cc63f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #ffda00;
  border-color: #e6c400;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #d6b700;
  border-color: #a89000;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #ffda00;
  border-color: #e6c400;
}
.btn-info .badge {
  color: #ffda00;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #e98310;
  border-color: #d1760e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c36e0d;
  border-color: #98550a;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e98310;
  border-color: #d1760e;
}
.btn-warning .badge {
  color: #e98310;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d01018;
  border-color: #a50d13;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-danger .badge {
  color: #ed1c24;
  background-color: #fff;
}
.btn-link {
  color: #0077cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004a80;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  /* Safari and Chrome */
  -moz-transition: opacity 0.15s linear;
  /* Mozilla Firefox */
  -ms-transition: opacity 0.15s linear;
  /* IE */
  -o-transition: opacity 0.15s linear;
  /* Opera */
  transition: opacity 0.15s linear;
  /* All Browsers */
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  /* Safari and Chrome */
  -moz-transition: height 0.35s ease;
  /* Mozilla Firefox */
  -ms-transition: height 0.35s ease;
  /* IE */
  -o-transition: height 0.35s ease;
  /* Opera */
  transition: height 0.35s ease;
  /* All Browsers */
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00aeef;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0077cc;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00aeef;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 23px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0077cc;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #004a80;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #00aeef;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0089bc;
}
.label-success {
  background-color: #8cc63f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #71a230;
}
.label-info {
  background-color: #ffda00;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #ccae00;
}
.label-warning {
  background-color: #e98310;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b9680d;
}
.label-danger {
  background-color: #ed1c24;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c61017;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0077cc;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in-out;
  /* IE */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* All Browsers */
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0077cc;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #f6fbf0;
  border-color: #eef5dc;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #e5efc9;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #effbff;
  border-color: #cbfaff;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #b2f7ff;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fff8cc;
  border-color: #ffda00;
  color: #806d00;
}
.alert-warning hr {
  border-top-color: #e6c400;
}
.alert-warning .alert-link {
  color: #4d4100;
}
.alert-danger {
  background-color: #fcd9da;
  border-color: #fac1cd;
  color: #c61017;
}
.alert-danger hr {
  border-top-color: #f8aaba;
}
.alert-danger .alert-link {
  color: #970c11;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #00aeef;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  /* Safari and Chrome */
  -moz-transition: width 0.6s ease;
  /* Mozilla Firefox */
  -ms-transition: width 0.6s ease;
  /* IE */
  -o-transition: width 0.6s ease;
  /* Opera */
  transition: width 0.6s ease;
  /* All Browsers */
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8cc63f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #ffda00;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e98310;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ed1c24;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #bcedff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #f6fbf0;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #eaf5dc;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #effbff;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #d6f4ff;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #806d00;
  background-color: #fff8cc;
}
a.list-group-item-warning {
  color: #806d00;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #806d00;
  background-color: #fff4b3;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #806d00;
  border-color: #806d00;
}
.list-group-item-danger {
  color: #c61017;
  background-color: #fcd9da;
}
a.list-group-item-danger {
  color: #c61017;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #c61017;
  background-color: #fac1c4;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #c61017;
  border-color: #c61017;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #00aeef;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00aeef;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00aeef;
}
.panel-success {
  border-color: #eef5dc;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #f6fbf0;
  border-color: #eef5dc;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eef5dc;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eef5dc;
}
.panel-info {
  border-color: #cbfaff;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #effbff;
  border-color: #cbfaff;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cbfaff;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cbfaff;
}
.panel-warning {
  border-color: #ffda00;
}
.panel-warning > .panel-heading {
  color: #806d00;
  background-color: #fff8cc;
  border-color: #ffda00;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffda00;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffda00;
}
.panel-danger {
  border-color: #fac1cd;
}
.panel-danger > .panel-heading {
  color: #c61017;
  background-color: #fcd9da;
  border-color: #fac1cd;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fac1cd;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fac1cd;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  /* Safari and Chrome */
  -moz-transition: 0.6s ease-in-out left;
  /* Mozilla Firefox */
  -ms-transition: 0.6s ease-in-out left;
  /* IE */
  -o-transition: 0.6s ease-in-out left;
  /* Opera */
  transition: 0.6s ease-in-out left;
  /* All Browsers */
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #ebebeb;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #0090c6 100%);
  background-image: linear-gradient(to bottom, #00aeef 0%, #0090c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff0090c6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #007aa8;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0090c6;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0081b2;
  border-color: #007aa8;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #8cc63f 0%, #77aa32 100%);
  background-image: linear-gradient(to bottom, #8cc63f 0%, #77aa32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cc63f', endColorstr='#ff77aa32', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #66922b;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #77aa32;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #6c9a2e;
  border-color: #66922b;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #ffda00 0%, #d6b700 100%);
  background-image: linear-gradient(to bottom, #ffda00 0%, #d6b700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffda00', endColorstr='#ffd6b700', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b89d00;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #d6b700;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #c2a600;
  border-color: #b89d00;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #e98310 0%, #c36e0d 100%);
  background-image: linear-gradient(to bottom, #e98310 0%, #c36e0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe98310', endColorstr='#ffc36e0d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #a65d0b;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #c36e0d;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #b0630c;
  border-color: #a65d0b;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #ed1c24 0%, #d01018 100%);
  background-image: linear-gradient(to bottom, #ed1c24 0%, #d01018 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed1c24', endColorstr='#ffd01018', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b30e15;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #d01018;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #bd0f16;
  border-color: #b30e15;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #009bd6 100%);
  background-image: linear-gradient(to bottom, #00aeef 0%, #009bd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff009bd6', GradientType=0);
  background-color: #009bd6;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #f6fbf0 0%, #e4f2d2 100%);
  background-image: linear-gradient(to bottom, #f6fbf0 0%, #e4f2d2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6fbf0', endColorstr='#ffe4f2d2', GradientType=0);
  border-color: #afd87a;
  color: #7fb636;
  font-size: 18px;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #effbff 0%, #c9f0ff 100%);
  background-image: linear-gradient(to bottom, #effbff 0%, #c9f0ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeffbff', endColorstr='#ffc9f0ff', GradientType=0);
  border-color: #56d1ff;
  color: #00aeef;
  font-size: 18px;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fff8cc 0%, #fff2a6 100%);
  background-image: linear-gradient(to bottom, #fff8cc 0%, #fff2a6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff8cc', endColorstr='#fffff2a6', GradientType=0);
  border-color: #ccae00;
  color: #998300;
  font-size: 18px;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #fcd9da 0%, #f9b6b8 100%);
  background-image: linear-gradient(to bottom, #fcd9da 0%, #f9b6b8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd9da', endColorstr='#fff9b6b8', GradientType=0);
  border-color: #f14b52;
  color: #f14b52;
  font-size: 18px;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #0089bc 100%);
  background-image: linear-gradient(to bottom, #00aeef 0%, #0089bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff0089bc', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #8cc63f 0%, #71a230 100%);
  background-image: linear-gradient(to bottom, #8cc63f 0%, #71a230 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cc63f', endColorstr='#ff71a230', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #ffda00 0%, #ccae00 100%);
  background-image: linear-gradient(to bottom, #ffda00 0%, #ccae00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffda00', endColorstr='#ffccae00', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #e98310 0%, #b9680d 100%);
  background-image: linear-gradient(to bottom, #e98310 0%, #b9680d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe98310', endColorstr='#ffb9680d', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #ed1c24 0%, #c61017 100%);
  background-image: linear-gradient(to bottom, #ed1c24 0%, #c61017 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed1c24', endColorstr='#ffc61017', GradientType=0);
}
.list-group {
  border-radius: 3px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0089bc;
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #0092c9 100%);
  background-image: linear-gradient(to bottom, #00aeef 0%, #0092c9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff0092c9', GradientType=0);
  border-color: #0092c9;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #009bd6 100%);
  background-image: linear-gradient(to bottom, #00aeef 0%, #009bd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff009bd6', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f6fbf0 0%, #eaf5dc 100%);
  background-image: linear-gradient(to bottom, #f6fbf0 0%, #eaf5dc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6fbf0', endColorstr='#ffeaf5dc', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #effbff 0%, #d6f4ff 100%);
  background-image: linear-gradient(to bottom, #effbff 0%, #d6f4ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeffbff', endColorstr='#ffd6f4ff', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fff8cc 0%, #fff4b3 100%);
  background-image: linear-gradient(to bottom, #fff8cc 0%, #fff4b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff8cc', endColorstr='#fffff4b3', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcd9da 0%, #fac1c4 100%);
  background-image: linear-gradient(to bottom, #fcd9da 0%, #fac1c4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd9da', endColorstr='#fffac1c4', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@font-face {
  font-family: 'lexisnexis-icons-old';
  src: url('../fonts/lexisnexis-icons.eot?xxwucc');
  src: url('../fonts/lexisnexis-icons.eot?xxwucc#iefix') format('embedded-opentype'), url('../fonts/lexisnexis-icons.ttf?xxwucc') format('truetype'), url('../fonts/lexisnexis-icons.woff?xxwucc') format('woff'), url('../fonts/lexisnexis-icons.svg?xxwucc#lexisnexis-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lexisnexis-icons';
  src: url('../fonts/ln-line-icons.eot?9hixyw');
  src: url('../fonts/ln-line-icons.eot?9hixyw#iefix') format('embedded-opentype'), url('../fonts/ln-line-icons.ttf?9hixyw') format('truetype'), url('../fonts/ln-line-icons.woff?9hixyw') format('woff'), url('../fonts/ln-line-icons.svg?9hixyw#ln-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ln-line-icons';
  src: url('../fonts/ln-line-icons.eot?9hixyw');
  src: url('../fonts/ln-line-icons.eot?9hixyw#iefix') format('embedded-opentype'), url('../fonts/ln-line-icons.ttf?9hixyw') format('truetype'), url('../fonts/ln-line-icons.woff?9hixyw') format('woff'), url('../fonts/ln-line-icons.svg?9hixyw#ln-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.line-icons .icon {
  font-family: 'ln-line-icons';
}
/* We have moved below properties to common.less as class name as .icon to avoid conflict with .ln-color schime classes.
please comment this section after rendering icons from icomoon site.


[class^="ln-"], [class*=" ln-"] {
	
	font-family: 'lexisnexis-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
.ln-contact:before {
  content: "\e935";
}
.ln-undo:before {
  content: "\e910";
}
.ln-toggle-html:before {
  content: "\e911";
}
.ln-stop:before {
  content: "\e915";
}
.ln-redo:before {
  content: "\e916";
}
.ln-previous:before {
  content: "\e919";
}
.ln-play2:before {
  content: "\e91a";
}
.ln-pause2:before {
  content: "\e91e";
}
.ln-next:before {
  content: "\e91f";
}
.ln-italic:before {
  content: "\e920";
}
.ln-fast-backwards:before {
  content: "\e921";
}
.ln-align-left:before {
  content: "\e922";
}
.ln-quotation-mark-left:before {
  content: "\e923";
}
.ln-quotation-mark-right:before {
  content: "\e924";
}
.ln-bold:before {
  content: "\e925";
}
.ln-underline:before {
  content: "\e926";
}
.ln-strikethrough:before {
  content: "\e927";
}
.ln-bullets:before {
  content: "\e928";
}
.ln-numbering:before {
  content: "\e929";
}
.ln-link2:before {
  content: "\e912";
}
.ln-blocked2:before {
  content: "\e913";
}
.ln-center:before {
  content: "\e914";
}
.ln-align-right:before {
  content: "\e917";
}
.ln-increase-indent:before {
  content: "\e918";
}
.ln-decrease-indent:before {
  content: "\e91b";
}
.ln-picture:before {
  content: "\e91c";
}
.ln-fast-forwards:before {
  content: "\e91d";
}
.ln-brand-cl:before {
  content: "\e92d";
}
.ln-brand-lpa:before {
  content: "\e92e";
}
.ln-brand-cm:before {
  content: "\e92f";
}
.ln-brand-la:before {
  content: "\e933";
}
.ln-brand-nexis:before {
  content: "\e934";
}
.ln-brand-sanction:before {
  content: "\e930";
}
.ln-brand-tm:before {
  content: "\e931";
}
.ln-brand-tx:before {
  content: "\e932";
}
.ln-feedback:before {
  content: "\e92c";
}
.ln-tolley:before {
  content: "\e90e";
}
.ln-monitor-checked:before {
  content: "\e92b";
}
.ln-search-doc:before {
  content: "\e92a";
}
.ln-chat2:before {
  content: "\e90f";
}
.ln-heart-shake:before {
  content: "\e90c";
}
.ln-doc-search:before {
  content: "\e90d";
}
.ln-search-people:before {
  content: "\e663";
}
.ln-hand-shake:before {
  content: "\e682";
}
.ln-minus-squared-small:before {
  content: "\e80c";
}
.ln-plus-squared-small:before {
  content: "\e810";
}
.ln-alerts:before {
  content: "\e654";
}
.ln-help-fill-cricled:before {
  content: "\e606";
}
.ln-help:before {
  content: "\e8b5";
}
.ln-comment:before {
  content: "\e839";
}
.ln-burst-line:before {
  content: "\e68b";
}
.ln-burst:before {
  content: "\e686";
}
.ln-shepards:before {
  content: "\e673";
}
.ln-lextalk:before {
  content: "\e60d";
}
.ln-california-squared:before {
  content: "\e674";
}
.ln-florida-squared:before {
  content: "\e675";
}
.ln-massachusetts-squared:before {
  content: "\e677";
}
.ln-michigan-squared:before {
  content: "\e678";
}
.ln-new-jersey-squared:before {
  content: "\e679";
}
.ln-new-york-squared:before {
  content: "\e67a";
}
.ln-pennsylvania-squared:before {
  content: "\e67c";
}
.ln-texas-squared:before {
  content: "\e67d";
}
.ln-Illinois-squared:before {
  content: "\e67e";
}
.ln-ohio-squared:before {
  content: "\e67f";
}
.ln-texas:before {
  content: "\e676";
}
.ln-pennsylvania:before {
  content: "\e67b";
}
.ln-ohio:before {
  content: "\e683";
}
.ln-new-york:before {
  content: "\e6a6";
}
.ln-new-jersey:before {
  content: "\e6bb";
}
.ln-michigan:before {
  content: "\e6f9";
}
.ln-massachusetts:before {
  content: "\e7b1";
}
.ln-Illinois:before {
  content: "\e7b5";
}
.ln-florida:before {
  content: "\e82d";
}
.ln-california:before {
  content: "\e865";
}
.ln-profile:before {
  content: "\e905";
}
.ln-support:before {
  content: "\e906";
}
.ln-instructor:before {
  content: "\e689";
}
.ln-customer:before {
  content: "\e680";
}
.ln-annotation:before {
  content: "\e653";
}
.ln-user:before {
  content: "\e803";
}
.ln-ProfileSuite:before {
  content: "\e61f";
}
.ln-user-alt:before {
  content: "\e895";
}
.ln-addUser:before {
  content: "\e896";
}
.ln-entitySearch:before {
  content: "\e646";
}
.ln-users-1:before {
  content: "\e898";
}
.ln-users:before {
  content: "\e802";
}
.ln-male:before {
  content: "\e801";
}
.ln-female:before {
  content: "\e800";
}
.ln-lex-members:before {
  content: "\e89a";
}
.ln-webinars:before {
  content: "\e60f";
}
.ln-academic-research:before {
  content: "\e637";
}
.ln-reliable-resources:before {
  content: "\e661";
}
.ln-team-communication:before {
  content: "\e669";
}
.ln-due-diligence:before {
  content: "\e66a";
}
.ln-company-profile:before {
  content: "\e903";
}
.ln-add-people:before {
  content: "\e638";
}
.ln-connect-people:before {
  content: "\e640";
}
.ln-peace-dove:before {
  content: "\e90b";
}
.ln-ebook:before {
  content: "\e90a";
}
.ln-compass:before {
  content: "\e909";
}
.ln-education-cap:before {
  content: "\e907";
}
.ln-supreme-court:before {
  content: "\e908";
}
.ln-uk-flag:before {
  content: "\e904";
}
.ln-file-drawer:before {
  content: "\e902";
}
.ln-stop-watch:before {
  content: "\e900";
}
.ln-mobile-phone-vibrating:before {
  content: "\e901";
}
.ln-xls:before {
  content: "\e690";
}
.ln-ppt:before {
  content: "\e68c";
}
.ln-png:before {
  content: "\e68d";
}
.ln-gif:before {
  content: "\e68e";
}
.ln-jpg:before {
  content: "\e68f";
}
.ln-house:before {
  content: "\e68a";
}
.ln-briefcase:before {
  content: "\e687";
}
.ln-balance:before {
  content: "\e681";
}
.ln-wifi-tower:before {
  content: "\e684";
}
.ln-molecules:before {
  content: "\e685";
}
.ln-mountain-flag:before {
  content: "\e688";
}
.ln-maple-leaf:before {
  content: "\e672";
}
.ln-documentList:before {
  content: "\e64a";
}
.ln-copyToFolder:before {
  content: "\e64c";
}
.ln-document:before {
  content: "\e64b";
}
.ln-doc-text:before {
  content: "\e83d";
}
.ln-file-inv:before {
  content: "\e83c";
}
.ln-doc-text-inv:before {
  content: "\e83e";
}
.ln-copy:before {
  content: "\e64d";
}
.ln-ContentType:before {
  content: "\e602";
}
.ln-accessNow:before {
  content: "\e657";
}
.ln-DOC:before {
  content: "\e65f";
}
.ln-PDF:before {
  content: "\e624";
}
.ln-CloseRemove:before {
  content: "\e60b";
}
.ln-edit:before {
  content: "\e648";
}
.ln-uniE63C:before {
  content: "\e63c";
}
.ln-pencil:before {
  content: "\e8b3";
}
.ln-icon-edit:before {
  content: "\e83a";
}
.ln-blocked:before {
  content: "\e605";
}
.ln-delete:before {
  content: "\e65d";
}
.ln-trash:before {
  content: "\e831";
}
.ln-minus:before {
  content: "\e600";
}
.ln-minus2:before {
  content: "\e811";
}
.ln-plus:before {
  content: "\e601";
}
.ln-plus2:before {
  content: "\e8b6";
}
.ln-ok:before {
  content: "\e819";
}
.ln-cancel:before {
  content: "\e815";
}
.ln-calendar-empty:before {
  content: "\e8a6";
}
.ln-clock:before {
  content: "\e8b4";
}
.ln-calendar:before {
  content: "\e650";
}
.ln-calendar-alt:before {
  content: "\e8a5";
}
.ln-acessLater:before {
  content: "\e656";
}
.ln-stick-note:before {
  content: "\e627";
}
.ln-VSA:before {
  content: "\e615";
}
.ln-Topics:before {
  content: "\e616";
}
.ln-TrailHighlight:before {
  content: "\e617";
}
.ln-RecentlyViewed:before {
  content: "\e618";
}
.ln-LockedNote:before {
  content: "\e61b";
}
.ln-History:before {
  content: "\e61e";
}
.ln-Filter:before {
  content: "\e620";
}
.ln-geo-location:before {
  content: "\e61d";
}
.ln-notifications:before {
  content: "\e626";
}
.ln-fullScreen:before {
  content: "\e63d";
}
.ln-externalLink:before {
  content: "\e643";
}
.ln-explore:before {
  content: "\e644";
}
.ln-download:before {
  content: "\e649";
}
.ln-addToSearch:before {
  content: "\e655";
}
.ln-search:before {
  content: "\e89b";
}
.ln-link-ext-alt:before {
  content: "\e830";
}
.ln-tag:before {
  content: "\e82a";
}
.ln-tags:before {
  content: "\e829";
}
.ln-bookmark:before {
  content: "\e827";
}
.ln-bookmark-empty:before {
  content: "\e828";
}
.ln-thumbs-up:before {
  content: "\e826";
}
.ln-thumbs-down:before {
  content: "\e825";
}
.ln-download-alt:before {
  content: "\e89f";
}
.ln-upload-alt:before {
  content: "\e8a0";
}
.ln-location:before {
  content: "\e8a4";
}
.ln-direction:before {
  content: "\e834";
}
.ln-zoom-in:before {
  content: "\e84b";
}
.ln-zoom-out:before {
  content: "\e84c";
}
.ln-down-complete:before {
  content: "\e84d";
}
.ln-basket:before {
  content: "\e844";
}
.ln-wheelchair:before {
  content: "\e877";
}
.ln-link-ext:before {
  content: "\e82f";
}
.ln-bell:before {
  content: "\e836";
}
.ln-bell-alt:before {
  content: "\e835";
}
.ln-lightbulb:before {
  content: "\e84e";
}
.ln-info:before {
  content: "\e8b1";
}
.ln-attention-alt:before {
  content: "\e8a2";
}
.ln-caution:before {
  content: "\e603";
}
.ln-uniE60E:before {
  content: "\e60e";
}
.ln-warning:before {
  content: "\e65e";
}
.ln-uniE632:before {
  content: "\e632";
}
.ln-error:before {
  content: "\e65c";
}
.ln-up-fill:before {
  content: "\e607";
}
.ln-right-fill:before {
  content: "\e608";
}
.ln-left-fill:before {
  content: "\e609";
}
.ln-down-fill:before {
  content: "\e60a";
}
.ln-circle-fill:before {
  content: "\e628";
}
.ln-move-right:before {
  content: "\e62b";
}
.ln-resize-full:before {
  content: "\e845";
}
.ln-resize-full-alt:before {
  content: "\e846";
}
.ln-resize-small:before {
  content: "\e847";
}
.ln-resize-vertical:before {
  content: "\e848";
}
.ln-resize-horizontal:before {
  content: "\e849";
}
.ln-move:before {
  content: "\e84a";
}
.ln-down-open:before {
  content: "\e851";
}
.ln-left-open:before {
  content: "\e850";
}
.ln-right-open:before {
  content: "\e852";
}
.ln-up-open:before {
  content: "\e853";
}
.ln-angle-left:before {
  content: "\e854";
}
.ln-angle-right:before {
  content: "\e855";
}
.ln-angle-up:before {
  content: "\e856";
}
.ln-angle-down:before {
  content: "\e857";
}
.ln-angle-double-left:before {
  content: "\e863";
}
.ln-angle-double-right:before {
  content: "\e864";
}
.ln-angle-double-up:before {
  content: "\e861";
}
.ln-angle-double-down:before {
  content: "\e862";
}
.ln-down-big:before {
  content: "\e85d";
}
.ln-left-big:before {
  content: "\e85e";
}
.ln-right-big:before {
  content: "\e85f";
}
.ln-up-big:before {
  content: "\e860";
}
.ln-sort:before {
  content: "\e867";
}
.ln-favoriteFull:before {
  content: "\e641";
}
.ln-favoriteEmpty:before {
  content: "\e642";
}
.ln-star:before {
  content: "\e807";
}
.ln-star-empty:before {
  content: "\e806";
}
.ln-star-half:before {
  content: "\e804";
}
.ln-star-half-alt:before {
  content: "\e805";
}
.ln-spin1:before {
  content: "\e8af";
}
.ln-spin2:before {
  content: "\e8ae";
}
.ln-spin3:before {
  content: "\e8ad";
}
.ln-spin4:before {
  content: "\e8ac";
}
.ln-spin5:before {
  content: "\e8ab";
}
.ln-spin6:before {
  content: "\e8b0";
}
.ln-play:before {
  content: "\e65a";
}
.ln-pause:before {
  content: "\e65b";
}
.ln-last:before {
  content: "\e635";
}
.ln-first:before {
  content: "\e63f";
}
.ln-volume-off:before {
  content: "\e8a8";
}
.ln-volume-down:before {
  content: "\e8a7";
}
.ln-volume-up:before {
  content: "\e84f";
}
.ln-refresh:before {
  content: "\e604";
}
.ln-lex-talk:before {
  content: "\e89c";
}
.ln-quote-left:before {
  content: "\e821";
}
.ln-quote-right:before {
  content: "\e822";
}
.ln-chat:before {
  content: "\e838";
}
.ln-comment-empty:before {
  content: "\e837";
}
.ln-euro:before {
  content: "\e8bb";
}
.ln-pound:before {
  content: "\e8bd";
}
.ln-rupee:before {
  content: "\e86a";
}
.ln-yen:before {
  content: "\e8bc";
}
.ln-email:before {
  content: "\e647";
}
.ln-mail:before {
  content: "\e809";
}
.ln-mail-inv:before {
  content: "\e808";
}
.ln-link:before {
  content: "\e82c";
}
.ln-unlink:before {
  content: "\e82b";
}
.ln-attach:before {
  content: "\e89e";
}
.ln-reply:before {
  content: "\e81e";
}
.ln-reply-all:before {
  content: "\e820";
}
.ln-forward:before {
  content: "\e81f";
}
.ln-export:before {
  content: "\e8be";
}
.ln-export-alt:before {
  content: "\e8bf";
}
.ln-print:before {
  content: "\e83b";
}
.ln-list:before {
  content: "\e60c";
}
.ln-listView:before {
  content: "\e631";
}
.ln-thumb-large:before {
  content: "\e81a";
}
.ln-thumb:before {
  content: "\e81b";
}
.ln-thumb-list:before {
  content: "\e81c";
}
.ln-menu:before {
  content: "\e81d";
}
.ln-cog:before {
  content: "\e841";
}
.ln-wrench:before {
  content: "\e843";
}
.ln-more:before {
  content: "\e659";
}
.ln-folder:before {
  content: "\e63e";
}
.ln-download-folder:before {
  content: "\e619";
}
.ln-upload-folder:before {
  content: "\e61a";
}
.ln-save-folder:before {
  content: "\e61c";
}
.ln-scrubbing:before {
  content: "\e636";
}
.ln-color-palette:before {
  content: "\e621";
}
.ln-tent:before {
  content: "\e622";
}
.ln-bar-chart-up:before {
  content: "\e623";
}
.ln-thunder-bolt:before {
  content: "\e625";
}
.ln-brain-side:before {
  content: "\e629";
}
.ln-brain-top:before {
  content: "\e62a";
}
.ln-click-cusor:before {
  content: "\e62c";
}
.ln-gears:before {
  content: "\e62d";
}
.ln-hash-tag:before {
  content: "\e62e";
}
.ln-mobile:before {
  content: "\e62f";
}
.ln-mountain:before {
  content: "\e630";
}
.ln-multi-lang:before {
  content: "\e633";
}
.ln-speedo-meter:before {
  content: "\e634";
}
.ln-videos:before {
  content: "\e610";
}
.ln-power-switch:before {
  content: "\e611";
}
.ln-plug:before {
  content: "\e612";
}
.ln-news:before {
  content: "\e613";
}
.ln-bar-graph:before {
  content: "\e614";
}
.ln-business-analysis:before {
  content: "\e639";
}
.ln-charts:before {
  content: "\e63a";
}
.ln-complaince:before {
  content: "\e63b";
}
.ln-document-process:before {
  content: "\e645";
}
.ln-done:before {
  content: "\e64e";
}
.ln-edit-document:before {
  content: "\e64f";
}
.ln-graph-search:before {
  content: "\e651";
}
.ln-mobile-update:before {
  content: "\e652";
}
.ln-money:before {
  content: "\e658";
}
.ln-monitor-info:before {
  content: "\e660";
}
.ln-search-data:before {
  content: "\e662";
}
.ln-shield:before {
  content: "\e664";
}
.ln-stats:before {
  content: "\e665";
}
.ln-supply-chain:before {
  content: "\e666";
}
.ln-supply-chain-2:before {
  content: "\e667";
}
.ln-target:before {
  content: "\e668";
}
.ln-legal-research:before {
  content: "\e66b";
}
.ln-strategy:before {
  content: "\e66c";
}
.ln-intellectual:before {
  content: "\e66d";
}
.ln-law-enforcement:before {
  content: "\e66e";
}
.ln-code-book:before {
  content: "\e66f";
}
.ln-patent-file:before {
  content: "\e670";
}
.ln-android:before {
  content: "\e875";
}
.ln-apple:before {
  content: "\e876";
}
.ln-windows:before {
  content: "\e88d";
}
.ln-rss:before {
  content: "\e83f";
}
.ln-facebook:before {
  content: "\e874";
}
.ln-twitter:before {
  content: "\e889";
}
.ln-gplus:before {
  content: "\e872";
}
.ln-linkedin:before {
  content: "\e87c";
}
.ln-pinterest-circled:before {
  content: "\e87f";
}
.ln-youtube:before {
  content: "\e890";
}
.ln-YouTube:before {
  content: "\e671";
}
.ln-youtube-play:before {
  content: "\e892";
}
.ln-tumblr:before {
  content: "\e886";
}
.ln-rss-squared:before {
  content: "\e840";
}
.ln-twitter-squared:before {
  content: "\e888";
}
.ln-facebook-squared:before {
  content: "\e86b";
}
.ln-gplus-squared:before {
  content: "\e871";
}
.ln-linkedin-squared:before {
  content: "\e87a";
}
.ln-pinterest-squared:before {
  content: "\e880";
}
.ln-youtube-squared:before {
  content: "\e891";
}
.ln-weibo:before {
  content: "\e88c";
}
.ln-tumblr-squared:before {
  content: "\e887";
}
.ln-flickr:before {
  content: "\e86c";
}
.ln-instagramm:before {
  content: "\e879";
}
.ln-renren:before {
  content: "\e881";
}
.ln-skype:before {
  content: "\e882";
}
.ln-vimeo-squared:before {
  content: "\e88a";
}
.ln-vkontakte:before {
  content: "\e88b";
}
#icon-picker.v3 header {
  width: 100%;
  position: fixed;
  background-color: #fcdd4f;
  height: 50px;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#icon-picker.v3 header h1 {
  font-size: 26px;
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 400;
  font-kerning: normal;
  float: left;
}
#icon-picker.v3 header h1 sup {
  font-size: 10px;
  font-weight: 800;
  background-color: #ffcc33;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 2px 4px;
}
#icon-picker.v3 header .search {
  padding: 5px 0;
  padding-right: 10px;
  position: relative;
}
#icon-picker.v3 header .search .clear-search {
  position: absolute;
  right: 16px;
  top: 11px;
  background: #555555;
  border-radius: 2px;
  padding: 4px;
  cursor: pointer;
  display: none;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
#icon-picker.v3 header .search .clear-search.show {
  display: block;
}
#icon-picker.v3 header .search .clear-search:hover {
  background: #ed1c24;
}
#icon-picker.v3 header .search:after {
  font-family: 'lexisnexis-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e89b";
  width: 40px;
  height: 50px;
  left: 0;
  top: 0;
  position: absolute;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  color: #999999;
}
#icon-picker.v3 header .search input {
  background-color: rgba(255, 254, 233, 0.7);
  border: none;
  font-size: 16px;
  color: #999999;
  border-radius: 2px;
  height: 38px;
  width: 260px;
  padding: 0px 38px !important;
}
#icon-picker.v3 .icon-selection {
  padding: 25px;
  padding-top: 90px;
  z-index: 2;
}
#icon-picker.v3 .showcase {
  padding-top: 1% !important;
  height: 100%;
  position: fixed;
  z-index: 1;
  left: 250px;
  top: 50px;
  overflow-y: auto;
}
#icon-picker.v3 .showcase h3 {
  font-size: 24px;
}
#icon-picker.v3 .showcase section {
  padding-top: 0 !important;
}
#icon-picker.v3 .showcase .icon-set {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}
#icon-picker.v3 .showcase .icon-set.active .icon,
#icon-picker.v3 .showcase .icon-set.active:hover .icon {
  color: #333333;
  border: 2px solid #ffcc33;
}
#icon-picker.v3 .showcase .icon-set.active .icon-label,
#icon-picker.v3 .showcase .icon-set.active:hover .icon-label {
  color: #555555;
}
#icon-picker.v3 .showcase .icon-set:hover .icon {
  color: #555555;
  border: 2px solid #eeeeee;
}
#icon-picker.v3 .showcase .icon-set:hover .icon-label {
  color: #555555;
}
#icon-picker.v3 .showcase .icon-set span {
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
#icon-picker.v3 .showcase .icon-set span.icon {
  width: 75px;
  height: 75px;
  background-color: #fff;
  font-size: 50px;
  border: none;
  line-height: 75px;
  text-align: center;
  color: #999999;
  border-radius: 4px;
  border: 0px solid #eeeeee;
  margin-bottom: 5px;
}
#icon-picker.v3 .showcase .icon-set span.icon-label {
  font-size: 10px;
  color: #999999;
  line-height: 10px;
}
#icon-picker.v2 .icon-selection {
  width: 250px;
  float: left;
  border: none;
  height: 100%;
  box-shadow: 5px 0 5px rgba(215, 215, 215, 0.31);
}
#icon-picker.v2 .icon-selection h6 {
  font-weight: 400;
  text-transform: uppercase;
}
#icon-picker.v2 .icon-selection .documentation label {
  text-transform: uppercase;
  font-size: 16px;
}
#icon-picker.v2 .icon-selection .documentation .btn {
  font-size: 17px;
  text-transform: capitalize;
}
#icon-picker.v2 .icon-selection .placeholder {
  width: 150px;
  height: 150px;
}
#icon-picker.v2 .icon-selection .placeholder #icon-trigger {
  font-size: 140px;
  line-height: 150px;
}
#icon-picker.v2 .icon-selection .tags {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  background-color: #f1f1f1;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
}
#icon-picker.v2 .icon-selection .tags-hide {
  display: none;
}
#icon-picker.v2 .icon-selection .tags-show {
  display: block;
}
#icon-picker.v2 .icon-selection #icon-class {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  word-wrap: break-word;
  height: 70px;
  border: none;
  margin-top: 5px;
  resize: none;
}
#icon-picker.v2 .icon-selection #icon-class:focus {
  outline: none;
}
#icon-picker.v2 .showcase {
  float: right;
  width: calc(100% - 250px);
  margin-top: 0;
  padding: 0 2% 2% 2%;
  background-color: #fafafa;
}
#icon-picker.v2 .showcase .glyph:hover {
  background: none;
}
@media only screen and (min-width: 1921px) {
  #icon-picker.v2 .showcase .glyph {
    width: 20%;
  }
}
#icon-picker.v2 .ptl {
  padding-top: 0;
}
#icon-picker.v2 .ptl h1 {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#icon-picker .filter {
  margin-top: 42px !important;
}
#icon-picker .filter label {
  margin-top: 6px !important;
}
#icon-picker .filter .icon-filter {
  display: inline-block;
  height: 39px;
  padding: 6px 12px !important;
  font-size: 18px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 20px !important;
}
#icon-picker .bshadow0 {
  box-shadow: inset 0 -1px #e7e7e7;
}
#icon-picker input {
  color: inherit;
  line-height: 1.5;
  outline: none;
  padding: .25em 0;
}
#icon-picker input:hover {
  box-shadow: inset 0 -1px #cccccc;
}
#icon-picker #tip {
  margin-top: 10px;
}
#icon-picker fieldset {
  display: none;
}
#icon-picker input,
#icon-picker fieldset {
  font-size: 16px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}
#icon-picker .glyph {
  float: left;
  overflow: hidden;
}
#icon-picker .mbl {
  margin-bottom: 1.5em;
}
#icon-picker .mls {
  margin-left: .25em;
  font-size: 16px;
}
#icon-picker .ptl {
  padding-top: 1.5em;
}
#icon-picker .pbs {
  padding-bottom: .25em;
  margin-bottom: 4px;
}
#icon-picker .clearfix,
#icon-picker .container,
#icon-picker .container-fluid,
#icon-picker .row,
#icon-picker .form-horizontal .form-group,
#icon-picker .btn-toolbar,
#icon-picker .btn-group-vertical > .btn-group,
#icon-picker .nav,
#icon-picker .navbar,
#icon-picker .navbar-header,
#icon-picker .navbar-collapse,
#icon-picker .pager,
#icon-picker .panel-body,
#icon-picker .modal-footer {
  zoom: 1;
}
#icon-picker .clearfix:after,
#icon-picker .container:after,
#icon-picker .container-fluid:after,
#icon-picker .row:after,
#icon-picker .form-horizontal .form-group:after,
#icon-picker .btn-toolbar:after,
#icon-picker .btn-group-vertical > .btn-group:after,
#icon-picker .nav:after,
#icon-picker .navbar:after,
#icon-picker .navbar-header:after,
#icon-picker .navbar-collapse:after,
#icon-picker .pager:after,
#icon-picker .panel-body:after,
#icon-picker .modal-footer:after {
  content: " ";
  display: table;
  clear: both;
}
#icon-picker .clearfix:before,
#icon-picker .container:before,
#icon-picker .container-fluid:before,
#icon-picker .row:before,
#icon-picker .form-horizontal .form-group:before,
#icon-picker .btn-toolbar:before,
#icon-picker .btn-group-vertical > .btn-group:before,
#icon-picker .nav:before,
#icon-picker .navbar:before,
#icon-picker .navbar-header:before,
#icon-picker .navbar-collapse:before,
#icon-picker .pager:before,
#icon-picker .panel-body:before,
#icon-picker .modal-footer:before {
  content: " ";
  display: table;
}
#icon-picker .unit {
  float: left;
}
#icon-picker .unitRight {
  float: right;
}
#icon-picker .size1of2 {
  width: 50%;
}
#icon-picker .size1of1 {
  width: 100%;
}
#icon-picker .hidden-true {
  display: none;
}
#icon-picker .fs0 {
  font-size: 16px;
}
#icon-picker .fs1 {
  font-size: 32px;
}
#icon-picker .showcase,
#icon-picker .icon-selection {
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  display: block;
  padding: 2%;
  width: 100%;
}
#icon-picker .source-btn {
  margin: 12.5px 12.5px 0 0;
  float: left;
  font-size: 24px;
}
#icon-picker #dbpath.collapsing,
#icon-picker #dbpath.collapse.in {
  display: inline-block;
  float: left;
  margin-top: 12.5px;
}
#icon-picker #dbpath .well {
  padding: 7px 12px;
  margin: 0;
}
#icon-picker .tooltip {
  font-size: 12px;
}
#icon-picker .showcase {
  margin-top: 230px;
  /*.icon{
			/*border:1px solid lighten(@gray-light, 20%);
			.border-radius(3px);
			display:inline-block;
			width:45px;
			height:45px;
			text-align:center;
			background:#ffdb4d;
			vertical-align:middle;
			transition:all 200ms ease;
			&:before{
				vertical-align:middle;
				height:45px;
				display:block;
				line-height:45px;
			}
		}
		.glyph{
			width:25%;
			margin-right:0;
			cursor:pointer;
			transition:all 200ms ease;
			&:hover{
				background:lighten(@gray-light, 100%);	
				.icon{
					border-color:@gray-light;
					background:lighten(@gray-light, 100%);
				}
			}
		}*/
}
#icon-picker .icon-selection {
  position: fixed;
  top: 0;
}
#icon-picker .icon-selection .placeholder {
  width: 100px;
  height: 100px;
  border: 1px dashed #cccccc;
  background: #ffffff;
  float: left;
  margin-right: 2%;
}
#icon-picker .icon-selection .placeholder .icon {
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  display: block;
  height: 100px;
  transition: all 200ms ease;
}
#icon-picker .icon-selection #icon-class {
  font-size: 40px;
  margin: 0;
  display: inline-block;
  line-height: 100px;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  #icon-picker .filter {
    clear: both;
    float: left !important;
    margin-top: 0px !important;
  }
  #icon-picker .filter label {
    margin-top: 6px !important;
  }
}
#category #breadcrumb-subnav,
#category #breadcrumb {
  display: none !important;
}
#header + #site-feedback + #breadcrumb-subnav > .navbar > .container {
  /*	margin-left: 9.8vw;
			margin-right: 1vw;
			width: 89.2% !important;
			padding: 0;*/
}
#breadcrumb-subnav,
#breadcrumb {
  padding: 0;
  font-size: 11px;
  margin-top: 1vw;
}
#breadcrumb-subnav .nav > li,
#breadcrumb .nav > li {
  font-weight: 400;
}
#breadcrumb-subnav .nav > li > a:focus,
#breadcrumb .nav > li > a:focus {
  background-color: transparent;
}
#breadcrumb-subnav .navbar,
#breadcrumb .navbar {
  margin-bottom: 0px !important;
}
#breadcrumb-subnav .navbar-nav > li > a,
#breadcrumb .navbar-nav > li > a {
  line-height: normal;
}
#breadcrumb-subnav .nav-pills > li > a,
#breadcrumb .nav-pills > li > a {
  padding: 4px 8px;
  color: #333333;
  border: 1px solid #bebebe;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}
#breadcrumb-subnav .nav-pills > li > a:hover,
#breadcrumb .nav-pills > li > a:hover {
  color: #ffffff;
  background: #525252;
  border: #333333 1px solid;
  text-shadow: 1px 1px 1px #000000;
}
#breadcrumb-subnav .nav-pills > li + li,
#breadcrumb .nav-pills > li + li {
  margin-left: 10px;
}
#breadcrumb-subnav .nav-pills > li.active > a,
#breadcrumb .nav-pills > li.active > a {
  color: #666666;
  cursor: default;
  background: #eeeeee;
}
#breadcrumb-subnav .nav-pills > li.active > a:hover,
#breadcrumb .nav-pills > li.active > a:hover,
#breadcrumb-subnav .nav-pills > li.active > a:focus,
#breadcrumb .nav-pills > li.active > a:focus {
  color: #666666;
  background: #eeeeee;
  border: 1px solid #bebebe;
  text-shadow: none;
}
#breadcrumb-subnav .nav-pills .dropdown.last .dropdown-menu,
#breadcrumb .nav-pills .dropdown.last .dropdown-menu {
  left: auto;
  right: 0;
}
#breadcrumb-subnav .nav-pills .dropdown.open a.dropdown-toggle,
#breadcrumb .nav-pills .dropdown.open a.dropdown-toggle {
  color: #ffffff;
  background: #525252;
  border: #333333 1px solid;
  text-shadow: 1px 1px 1px #000000;
}
#breadcrumb-subnav .nav-pills .dropdown-menu,
#breadcrumb .nav-pills .dropdown-menu {
  z-index: 9999;
  left: 0;
  right: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 2px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-color: #bebebe;
}
#breadcrumb-subnav .nav-pills .dropdown-menu li a,
#breadcrumb .nav-pills .dropdown-menu li a {
  background: none;
  filter: none;
  font-size: 11px;
  color: #333333;
  padding: 5px 10px;
  margin-bottom: 4px;
}
#breadcrumb-subnav .nav-pills .dropdown-menu li a:hover,
#breadcrumb .nav-pills .dropdown-menu li a:hover {
  color: #ffffff;
  background: #525252;
}
#breadcrumb-subnav .nav-pills .dropdown-menu li:last-child a,
#breadcrumb .nav-pills .dropdown-menu li:last-child a {
  margin-bottom: 0px !important;
}
#breadcrumb-subnav .nav-pills .dropdown-menu > li.active > a,
#breadcrumb .nav-pills .dropdown-menu > li.active > a {
  color: #666666;
  background: #eeeeee;
}
#breadcrumb-subnav .nav-pills .dropdown-menu > li.active > a:hover,
#breadcrumb .nav-pills .dropdown-menu > li.active > a:hover {
  color: #ffffff;
  background: #525252;
}
#breadcrumb-subnav .navbar-default,
#breadcrumb .navbar-default {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  min-height: 0;
}
.breadcrumb {
  float: left;
  background: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.breadcrumb li {
  font-weight: 400;
}
.breadcrumb li .active {
  color: #333333;
}
@media screen and (max-width: 1200px) {
  #header + #site-feedback + #breadcrumb-subnav > .navbar > .container {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    padding: 0 15px;
  }
}
/* v1.5 Breadcrumb not working - Fix End*/
@media screen and (max-width: 991px) {
  #breadcrumb-subnav .breadcrumb,
  #breadcrumb .breadcrumb {
    padding-left: 0px !important;
  }
  #breadcrumb-subnav .nav-pills > li > a,
  #breadcrumb .nav-pills > li > a {
    padding: 3px;
    line-height: normal;
  }
  #breadcrumb-subnav .nav-pills > li + li,
  #breadcrumb .nav-pills > li + li {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb-subnav .breadcrumb,
  #breadcrumb .breadcrumb {
    float: none;
    padding-right: 0px !important;
  }
  #breadcrumb-subnav .navbar-header,
  #breadcrumb .navbar-header {
    float: left;
    margin-right: 0px !important;
  }
  #breadcrumb-subnav .navbar-header .navbar-toggle,
  #breadcrumb .navbar-header .navbar-toggle {
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 2px;
    padding: 8px 5px;
    margin-right: 0px !important;
  }
  #breadcrumb-subnav .navbar-header .navbar-toggle .icon-bar,
  #breadcrumb .navbar-header .navbar-toggle .icon-bar {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 0px;
    float: left;
  }
  #breadcrumb-subnav .navbar-header .navbar-toggle .icon-bar:last-child,
  #breadcrumb .navbar-header .navbar-toggle .icon-bar:last-child {
    margin-right: 0px;
  }
  #breadcrumb-subnav .nav-pills .dropdown.open a.dropdown-toggle,
  #breadcrumb .nav-pills .dropdown.open a.dropdown-toggle {
    border: none;
    text-shadow: none;
  }
  #breadcrumb-subnav .navbar-collapse,
  #breadcrumb .navbar-collapse {
    border: none !important;
    margin-left: 0px;
    padding-left: 11px;
    overflow-y: hidden;
  }
  #breadcrumb-subnav .navbar-collapse .navbar-nav,
  #breadcrumb .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
  #breadcrumb-subnav .navbar-collapse .nav-pills > li,
  #breadcrumb .navbar-collapse .nav-pills > li {
    float: none;
    margin-top: 3px;
  }
  #breadcrumb-subnav .navbar-collapse .nav-pills > li > a,
  #breadcrumb .navbar-collapse .nav-pills > li > a {
    padding: 5px 8px;
  }
  #breadcrumb-subnav .navbar-collapse .nav-pills > li + li,
  #breadcrumb .navbar-collapse .nav-pills > li + li {
    margin-left: 0px;
    float: none;
  }
  #breadcrumb-subnav .navbar-collapse .nav-pills > li.active > a,
  #breadcrumb .navbar-collapse .nav-pills > li.active > a,
  #breadcrumb-subnav .navbar-collapse .nav-pills > li > a,
  #breadcrumb .navbar-collapse .nav-pills > li > a {
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #breadcrumb-subnav .navbar-collapse .nav-pills .dropdown-menu,
  #breadcrumb .navbar-collapse .nav-pills .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    background-color: #ffffff;
  }
  #breadcrumb-subnav .navbar-collapse .nav-pills .dropdown-menu li a,
  #breadcrumb .navbar-collapse .nav-pills .dropdown-menu li a {
    line-height: normal;
    padding-left: 15px;
  }
}
.lt-ie9 #breadcrumb-subnav .breadcrumb > li,
.lt-ie9 #breadcrumb .breadcrumb > li {
  display: inline;
}
.v2 .scrollspy {
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
}
.v2 .scrollspy li:not(.top) {
  display: none;
}
.v2 .scrollspy li.top {
  margin: 0;
  padding: 0;
}
.v2 .scrollspy li.top a:hover .text {
  top: -20px;
}
.v2 .scrollspy li.top a span.text {
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  position: absolute;
  left: -2px;
  top: 12px;
  text-align: center;
  z-index: -1;
  text-transform: uppercase;
  -webkit-transition: 0.2s top ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s top ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s top ease-in-out;
  /* IE */
  -o-transition: 0.2s top ease-in-out;
  /* Opera */
  transition: 0.2s top ease-in-out;
  /* All Browsers */
}
.v2 .scrollspy li.top a span.icon {
  background: #ed1c24;
  color: #fff;
  width: 40px;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.v2 .scrollspy li.top a span.icon::before {
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 28px;
}
.v2 .scrollspy li.top a span.icon:hover {
  background: #333333;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1100px) {
  .v2 .scrollspy {
    top: 20px;
  }
  .v2 .scrollspy li.top a {
    background: none !important;
  }
  .v2 .scrollspy li.top a:hover .text {
    top: 44px;
  }
}
.scrollspy {
  display: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0;
  z-index: 901;
}
.scrollspy ul li {
  border: 1px solid #999999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 13px;
  margin-top: 12px;
  height: 13px;
}
.scrollspy ul li a {
  padding: 0px 20px 0px 0px;
  margin-top: -3px;
  width: 215px;
  text-align: right;
  color: #999;
  background-color: transparent;
}
.scrollspy ul li a:hover {
  background-color: transparent;
  text-indent: -120px;
  float: right;
  width: auto;
  color: #006489;
}
.scrollspy ul li:hover {
  border-color: #006489;
}
.scrollspy ul li.top {
  border: none !important;
  margin-bottom: 15px;
}
.scrollspy ul li.top a {
  padding: 0px;
  width: 0px;
  cursor: pointer;
}
.scrollspy ul li.top a span.icon {
  float: left;
  font-weight: bold;
  font-size: 24px;
  margin-left: -2px;
}
.scrollspy ul li.top a span.text {
  margin-right: 8px;
  float: right;
  margin-top: -18px;
  display: none;
}
.scrollspy ul li.top a:hover {
  text-indent: inherit;
  float: none;
}
.scrollspy ul li.top a:hover span.text {
  display: block;
}
.scrollspy ul li.top.active {
  background: none !important;
}
.scrollspy ul li.active {
  background: #ed1c24;
  border-color: #ed1c24;
}
.scrollspy ul li.active a {
  background-color: transparent;
  color: #ed1c24;
}
@media screen and (min-width: 1600px) {
  .scrollspy {
    width: 194px;
    right: 0;
  }
  .scrollspy ul li a {
    text-align: left;
    padding-left: 20px;
    margin-top: -3px;
  }
  .scrollspy ul li a:hover {
    text-indent: 0px;
    float: none;
    width: 215px;
  }
  .scrollspy ul li.top {
    width: 0px;
    margin-bottom: 16px;
  }
  .scrollspy ul li.top a {
    padding-left: 0px;
    margin-left: -1px;
  }
  .scrollspy ul li.top a span.icon {
    padding-right: 6px;
    font-weight: bold;
    font-size: 22px;
    padding-left: 2px;
  }
  .scrollspy ul li.top a span.text {
    display: block;
    float: left;
    margin-left: 22px;
  }
  .scrollspy ul li.top a:hover span.text {
    margin-top: 4px;
    margin-left: 0;
  }
}
body.affix-spy-bottom {
  position: relative;
}
body.affix-spy-bottom .scrollspy {
  position: absolute;
  bottom: 580px;
}
body.affix-spy-top {
  position: relative;
}
body.affix-spy-top .scrollspy {
  position: absolute;
  top: 665px;
}
@media screen and (max-width: 1200px) {
  #scroll-spy-menu {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .scrollspy {
    right: 5px;
    bottom: 7px;
  }
  .scrollspy ul li {
    display: none;
  }
  .scrollspy ul li.top {
    display: block !important;
    width: auto;
    margin: 0 !important;
  }
  .scrollspy ul li.top a {
    /*width: 23px;
					height: 23px;*/
    height: 26px;
    width: 26px;
    text-align: center;
    background-color: #ed1c24 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .scrollspy ul li.top a span.icon {
    width: 27px;
    /*margin-top: -3px;*/
    margin-top: -1px;
    margin-left: -1px;
    color: #fff;
    font-weight: normal;
  }
  .scrollspy ul li.top a span.text {
    display: none !important;
  }
  body.affix-spy-bottom .scrollspy {
    position: fixed;
    bottom: 7px;
  }
}
.ie10 .scrollspy,
.ie11 .scrollspy {
  right: 20px;
}
@media screen and (max-width: 767px) {
  body.affix-spy-top .scrollspy {
    bottom: 0;
    top: auto;
  }
}
/**************************************************************************
NOTE: All the margin, padding and background classes are 
moved from this file to seperate .less file namely 
"margin-padding.less" and "backgrounds.less". These files are 
included and compiled in -lndc-styles.less. For any microsite 
made after 28/08/2015, kindly include "margin-padding.less" and "backgrounds.less" 
as well otherwise common.less will through error and won't get compiled.

MODIFIED ON : 30/08/2016
MODIFIED BY : Balram Sharma

Modified by 	: Anoop Chauhan
Modified on		: 04/May/2018
MOdified for	: To adjust the chat button for v1.5 release 

**************************************************************************/
/*
	Anchored Link hide under the fixed header fix
*/
.section-heading h4[id] {
  padding-top: 2vw;
}
/* Common classes for vertical alignment */
.align-top div,
.align-middle div,
.align-bottom div {
  display: table-cell;
}
/* display table cell is crating a problem in IEs */
.ie11 .align-top div,
.ie10 .align-top div,
.lt-ie10 .align-top div,
.ie11 .align-middle div,
.ie10 .align-middle div,
.lt-ie10 .align-middle div,
.ie11 .align-bottom div,
.ie10 .align-bottom div,
.lt-ie10 .align-bottom div {
  display: block;
}
.ie11 .align-top > div,
.ie10 .align-top > div,
.lt-ie10 .align-top > div,
.ie11 .align-middle > div,
.ie10 .align-middle > div,
.lt-ie10 .align-middle > div,
.ie11 .align-bottom > div,
.ie10 .align-bottom > div,
.lt-ie10 .align-bottom > div {
  position: relative;
}
/* / ie ended */
.align-top div {
  vertical-align: top;
}
.align-middle div {
  vertical-align: middle;
}
.align-bottom div {
  vertical-align: bottom;
}
/* Common classes for horizontal alignment */
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.block {
  display: block;
}
.icon {
  font-family: 'lexisnexis-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.center-bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 116px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
.video-max-none.video-holder {
  max-width: none !important;
}
.image-zoom {
  position: relative;
  display: block;
}
.image-zoom:before {
  content: "\e89b";
  font-family: 'lexisnexis-icons';
  position: absolute;
  background: rgba(238, 238, 238, 0.95);
  border: rgba(0, 0, 0, 0.5);
  font-size: 23px;
  top: 50%;
  right: 50%;
  margin-top: -66px;
  margin-right: -33px;
  z-index: 100;
  text-align: center;
  padding: 15px 20px;
  transition: all 0.2s;
  border-radius: 50%;
  color: #555555;
  border: 1px solid #ccc;
}
.image-zoom:hover:before {
  background: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.2s;
}
.image-zoom-top-right {
  position: relative;
  display: block;
}
.image-zoom-top-right:before {
  content: "\e89b";
  font-family: 'lexisnexis-icons';
  position: absolute;
  background: rgba(238, 238, 238, 0.95);
  border: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 5px 10px;
  transition: all 0.2s;
  color: #555555;
  border: 1px solid #ccc;
}
.image-zoom-top-right:hover:before {
  background: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.2s;
}
.iframe-popup.img-zoom {
  position: relative;
  display: block;
}
.iframe-popup.img-zoom:before {
  content: "\e89b";
  font-family: 'lexisnexis-icons';
  position: absolute;
  background: rgba(238, 238, 238, 0.95);
  border: rgba(0, 0, 0, 0.5);
  font-size: 23px;
  top: 50%;
  right: 50%;
  margin-top: -66px;
  margin-right: -33px;
  z-index: 100;
  text-align: center;
  padding: 15px 20px;
  transition: all 0.2s;
  border-radius: 50%;
  color: #555555;
  border: 1px solid #ccc;
}
.iframe-popup.img-zoom:hover:before {
  background: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.2s;
}
.iframe-popup.img-zoom-top-right {
  position: relative;
  display: block;
}
.iframe-popup.img-zoom-top-right:before {
  content: "\e89b";
  font-family: 'lexisnexis-icons';
  position: absolute;
  background: rgba(238, 238, 238, 0.95);
  border: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 5px 10px;
  transition: all 0.2s;
  color: #555555;
  border: 1px solid #ccc;
}
.iframe-popup.img-zoom-top-right:hover:before {
  background: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.2s;
}
.img-border img {
  border: 1px solid #ccc !important;
}
.img-border:hover img {
  border: 1px solid #999 !important;
}
.img-shadow img {
  border-top: 0px !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.img-shadow:hover img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.hide-image img {
  visibility: hidden;
}
.img-background {
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 0;
  background-size: cover;
}
.red-header header h1,
.red-header header h2,
.red-header header .h1,
.red-header header .h2 {
  color: #ed1c24;
}
.red-icon {
  color: #ed1c24;
}
.red-all-icons .icon {
  color: #ed1c24;
}
/*Section Heading*/
.section-heading {
  padding: 0 !important;
}
.section-heading .container {
  position: relative;
}
.section-heading.text-light .section-header * {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .section-heading.text-light .section-header * {
    color: #000000;
  }
}
.section-heading.text-light .section-header * .icon-circle {
  color: #ffffff;
}
.section-heading .section-header h1,
.section-heading .section-header h2,
.section-heading .section-header .h1,
.section-heading .section-header .h2 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.section-heading .section-header h1 .no-wrap,
.section-heading .section-header h2 .no-wrap,
.section-heading .section-header .h1 .no-wrap,
.section-heading .section-header .h2 .no-wrap {
  font-size: 100% !important;
  with: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: inherit !important;
  position: relative !important;
}
.section-heading .section-header p {
  margin-top: 0.5%;
  margin-bottom: 0px !important;
  color: #666666;
}
.section-heading.with-icon.red-header .section-header h1 span,
.section-heading.with-icon.red-header .section-header h2 span,
.section-heading.with-icon.red-header .section-header .h1 span,
.section-heading.with-icon.red-header .section-header .h2 span {
  background-color: #ed1c24;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-top: 0;
}
.section-heading.with-icon .section-header {
  /*h1, .h1{
				span{
					width: 58px;
					font-size: floor(@font-size-medium*2.7); // ~43px
				}
			}
			h2, .h2{
				span{
					width: 60px;
					font-size: ceil(@font-size-medium*2.8); // ~45px
				}
			}*/
}
.section-heading.with-icon .section-header h1,
.section-heading.with-icon .section-header h2,
.section-heading.with-icon .section-header .h1,
.section-heading.with-icon .section-header .h2 {
  position: relative;
  padding-left: 80px !important;
}
.section-heading.with-icon .section-header h1 span,
.section-heading.with-icon .section-header h2 span,
.section-heading.with-icon .section-header .h1 span,
.section-heading.with-icon .section-header .h2 span {
  position: absolute;
  left: 0;
  padding: 9px 5px 6px 5px;
  color: #ffffff;
  background-color: #5d5d5d;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 60px;
  font-size: 45px;
}
.section-heading.with-icon .section-header p {
  padding-left: 80px !important;
}
/*GRID STARTS*/
/*We have kept the nomenclature similar to that of bootstrap. Since Bootstrap works in 12 grid system and there's no mechanism for 5 or 10 grids, we can use below classes for it.*/
/*Since 10 equal GRIDS would be 1.2 column each i.e. 12/10, we have rounded off it to 1-5(1.5) for better remembrance and understanding. You can use col-lg-1-5, col-md-1-5, col-sm-1-5, col-xs-1-5 classes to implement this.*/
/*Since 5 equal GRIDS would be 2.4 column each i.e. 12/5, we have rounded off it to 2-5(2.5) for better remembrance and understanding. You can use col-lg-2-5, col-md-2-5, col-sm-2-5, col-xs-2-5 classes to implement this.*/
.col-lg-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-xs-1-5,
.col-lg-2-5,
.col-md-2-5,
.col-sm-2-5,
.col-xs-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-1-5,
.col-sm-2-5 {
  float: left;
}
.col-xs-1-5 {
  width: 10%;
}
.col-xs-2-5 {
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-1-5,
  .col-sm-2-5 {
    float: left;
  }
  .col-sm-1-5 {
    width: 10%;
  }
  .col-sm-2-5 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-1-5,
  .col-md-2-5 {
    float: left;
  }
  .col-md-1-5 {
    width: 10%;
  }
  .col-md-2-5 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5,
  .col-lg-2-5 {
    float: left;
  }
  .col-lg-1-5 {
    width: 10%;
  }
  .col-lg-2-5 {
    width: 20%;
  }
}
/*GRID ENDS*/
@media (max-width: 767px) {
  .section-heading.multi-btn .section-header .lead a.btn.cta-1 {
    display: block;
    margin: 0 20% !important;
  }
  .section-heading.multi-btn .section-header .lead a.btn.cta-2 {
    display: block;
    margin: 0 20% !important;
  }
}
/* Common CSS */
.border-none {
  border: none !important;
}
.border-right-dotted {
  border-right: #999999 1px dotted;
}
.border-left-dotted {
  border-left: #999999 1px dotted;
}
.border-top-dotted {
  border-top: #999999 1px dotted;
}
.border-bottom-dotted {
  border-bottom: #999999 1px dotted;
}
.img-full-width {
  width: 100%;
}
.clear-float {
  float: none !important;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  font-variant-ligatures: no-common-ligatures;
}
body.loading {
  visibility: hidden;
  overflow: hidden;
}
body.loading section {
  visibility: hidden;
}
body.loading:after {
  content: "Loading...";
  display: block;
  position: absolute;
  visibility: visible;
  top: 35px;
  margin-top: 20%;
  text-align: center;
  width: 100%;
}
body.loading:before {
  content: "\e8ab";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  visibility: visible;
  text-align: center;
  margin-top: 20%;
  font-family: 'lexisnexis-icons';
  font-size: 150%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
a {
  outline: none;
}
a:focus,
a:active,
a:visited {
  outline: none;
}
p,
li,
.lead {
  font-weight: 300;
}
b,
strong {
  font-weight: 400;
}
em strong,
i strong,
em b,
i b {
  font-weight: bold;
}
sub,
sup {
  font-size: 50%;
  font-weight: 400;
}
sup {
  top: -0.75em;
}
.nw {
  position: relative;
}
.nw .icon {
  display: none;
  color: #999999;
  font-size: 10px;
  position: absolute;
}
.nw:hover .icon {
  display: inline-block;
}
.no-wrap {
  white-space: nowrap;
  font-size: 100%;
}
@media only screen and (max-width: 1200px) {
  body.home-page .text-light {
    color: #ffffff !important;
  }
}
.text-light {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .text-light {
    color: #000000;
  }
}
.text-light .icon-circle {
  color: #ffffff;
}
.text-dark {
  color: #000000;
}
.text-dark .icon-circle {
  color: #000000;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comparison-slider {
  position: relative;
  cursor: col-resize;
}
.comparison-slider > * {
  position: absolute;
}
.comparison-slider .comparsion-image-left {
  overflow: hidden;
  border-right: 1px solid #999999;
}
.popup-btn {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -28px;
}
.popup-btn .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  background-color: #000000;
  color: #ffffff;
}
.popup-btn .btn.btn-sm {
  padding: 1px 12px;
  font-size: 12px;
}
.popup-btn .btn:hover {
  background-color: #00aeef;
}
select.form-control {
  line-height: 1.8;
  height: 39px !important;
}
.visibility-hidden {
  visibility: hidden;
}
.visibility-visible {
  visibility: visible;
}
.popover {
  width: 220px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.popover-title {
  padding: 10px 20px 3px 20px;
  font-size: 14px;
  line-height: normal;
  background-color: #ffffff;
  border-bottom: none;
}
.popover-content {
  padding: 0px 20px 10px 20px;
  font-size: 14px;
}
.sidebar {
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  padding: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header h2 {
  /* color:@blue-gray-dark; */
  color: #333333;
}
header h2 span {
  font-size: 50%;
  display: block;
  margin-top: 5px;
}
header.text-light h2 {
  color: #ffffff;
}
header.text-dark h2 {
  color: #000000;
}
.navbar-nav > li > a {
  padding-left: 10px;
}
.radial-black,
.radial-white {
  position: relative;
  overflow: hidden;
}
.radial-black:before,
.radial-white:before {
  content: "";
  display: block;
  position: absolute;
  top: -14%;
  bottom: 0;
  left: 3%;
  right: 0;
  background-repeat: no-repeat;
  background-size: 45%;
}
.radial-black.opacity-20:before,
.radial-white.opacity-20:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.radial-black.opacity-40:before,
.radial-white.opacity-40:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.radial-black.opacity-60:before,
.radial-white.opacity-60:before {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.radial-black.opacity-80:before,
.radial-white.opacity-80:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.radial-black:before {
  background-image: url(/images/common/black-radial.png);
}
.radial-white:before {
  background-image: url(/images/common/white-radial.png);
}
.radial-black.hero-video:before,
.radial-white.hero-video:before {
  z-index: 2;
}
.radial-black.hero-video > .container,
.radial-white.hero-video > .container {
  z-index: 3;
}
.img-center img {
  margin: 0 auto;
}
.framed .owl-carousel {
  padding-left: 1px;
  padding-top: 3px;
}
.framed .owl-carousel:after,
.framed .owl-carousel:before {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 99;
  width: 2px;
  background-color: #ffffff;
}
.framed .owl-carousel:before {
  right: 0px;
  width: 3px;
}
.framed .owl-wrapper-outer:before {
  content: " ";
  display: block;
  width: 99.2%;
  height: 100%;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 2px #b1b1b1;
  box-shadow: 0px 0px 2px #b1b1b1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 2px;
}
.img-heading .owl-wrapper-outer .owl-item img {
  margin-top: 40px;
}
.framed.img-heading .owl-wrapper-outer .owl-item p {
  display: none;
}
.framed.img-heading .owl-wrapper-outer .owl-item img {
  margin-top: 0px !important;
}
.framed.faded-corners .owl-wrapper-outer:after {
  height: 35px;
}
.framed.img-h eading .owl-wrapper-outer:before {
  height: 91.8%;
  top: -2px;
  margin-top: 40px;
}
.img-center .img-heading .owl-wrapper-outer .owl-item p {
  margin-bottom: -65px;
  margin-top: 5px;
  line-height: 60px;
  font-size: 13px;
  color: #666666;
}
.img-center .img-heading .owl-wrapper-outer .owl-item img {
  margin-top: 50px;
}
.img-center .img-heading .owl-wrapper-outer:after {
  height: 50px;
}
.img-right .img-heading .owl-wrapper-outer .owl-item p,
.img-left .img-heading .owl-wrapper-outer .owl-item p {
  line-height: 40px;
  margin-bottom: -45px;
  margin-top: 5px;
  font-size: 13px;
  color: #666666;
}
.img-label {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
  margin-top: 15px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  font-size: 19px;
  padding: 7px 13px;
}
.btn.btn-primary {
  background-color: #00aeef;
  background-image: none;
  border: none !important;
  outline: none !important;
  margin-bottom: 20px;
  text-shadow: none;
  white-space: normal;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.btn.btn-primary:hover {
  background-color: #0090c6;
}
.btn small {
  display: block;
  text-transform: none;
}
.cta-1,
.cta-2,
.cta-3,
.cta-4,
.cta-5,
.cta-6 {
  background-image: none;
  border: 2px solid transparent;
  outline: none !important;
  text-shadow: none;
  white-space: normal;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  margin: 0 !important;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .cta-1,
  .cta-2,
  .cta-3,
  .cta-4,
  .cta-5,
  .cta-6 {
    color: #000000;
  }
}
.cta-1 .icon-circle,
.cta-2 .icon-circle,
.cta-3 .icon-circle,
.cta-4 .icon-circle,
.cta-5 .icon-circle,
.cta-6 .icon-circle {
  color: #ffffff;
}
.cta-1:hover,
.cta-2:hover,
.cta-3:hover,
.cta-4:hover,
.cta-5:hover,
.cta-6:hover {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .cta-1:hover,
  .cta-2:hover,
  .cta-3:hover,
  .cta-4:hover,
  .cta-5:hover,
  .cta-6:hover {
    color: #000000;
  }
}
.cta-1:hover .icon-circle,
.cta-2:hover .icon-circle,
.cta-3:hover .icon-circle,
.cta-4:hover .icon-circle,
.cta-5:hover .icon-circle,
.cta-6:hover .icon-circle {
  color: #ffffff;
}
.cta-1 {
  background-color: #ed1c24;
}
.cta-1:hover {
  background-color: #d01018;
}
.cta-2 {
  background-color: #00aeef;
}
.cta-2:hover {
  background-color: #0090c6;
}
.cta-3 {
  background-color: #6d6f71;
}
.cta-3:hover {
  background-color: #595b5c;
}
.cta-4 {
  border: 2px solid #cccccc;
  color: #0077cc;
}
.cta-4:hover {
  color: #0077cc;
  background-color: rgba(248, 248, 248, 0.65);
}
.cta-5 {
  background-color: #fff;
  color: #ed1c24;
}
.cta-5:hover {
  color: #ed1c24;
  background-color: #dadada;
}
.cta-6 {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  font-weight: 800!important;
  padding: 7px 20px;
}
.cta-6:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cta-1.cta-inverse,
.cta-2.cta-inverse,
.cta-3.cta-inverse {
  background-color: transparent;
  border-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
.cta-1.cta-inverse:active,
.cta-2.cta-inverse:active,
.cta-3.cta-inverse:active,
.cta-1.cta-inverse:focus,
.cta-2.cta-inverse:focus,
.cta-3.cta-inverse:focus {
  color: #ffffff;
}
.cta-1.cta-inverse:hover {
  background-color: #de1219;
}
.cta-2.cta-inverse:hover {
  background-color: #009bd6;
}
.cta-3.cta-inverse:hover {
  background-color: #606264;
}
.horizontal-divider {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2f2f2 1%, #d9d9d9 50%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f2f2f2), color-stop(50%, #d9d9d9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f2f2f2 1%, #d9d9d9 50%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f2f2f2 1%, #d9d9d9 50%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f2f2f2 1%, #d9d9d9 50%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f2f2f2 1%, #d9d9d9 50%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=1);
  /* IE6-9 */
  height: 1px;
  margin: 50px auto 60px;
}
.btn:disabled {
  background-color: #bbbbbb !important;
  text-shadow: 1px -1px 0 #7d7d7d;
  color: #ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  filter: none;
}
.double-arrow {
  overflow: hidden;
}
.double-arrow li {
  margin-bottom: 10px;
  font-size: 16px;
}
.double-arrow li .icon {
  margin-top: 2px;
}
.double-arrow li a {
  display: block;
  padding-left: 15px;
}
h1 .icon {
  font-size: 56px;
}
h2 .icon {
  font-size: 60px;
}
h3 .icon {
  font-size: 45px;
}
h4 .icon {
  font-size: 40px;
}
h5 .icon {
  font-size: 34px;
}
h6 .icon {
  font-size: 28px;
}
.equal,
.equal-col {
  overflow: hidden;
}
.equal > [class*="col-"],
.equal-col > [class*="col-"] {
  margin-bottom: -99999px !important;
  padding-bottom: 99999px !important;
}
section {
  padding: 20px 0;
}
#header {
  padding: 0;
}
#page-heading {
  padding: 0;
}
#page-heading .page-header {
  border: none;
}
#page-heading .page-header h1 span.sub-head {
  color: #666666;
  display: block;
  font-style: italic;
  margin-top: 15px;
  font-size: 36px;
}
.bottom-to-top-shadow:after {
  content: "";
  display: block;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccccc', endColorstr='#cccccc', GradientType=0);
  /* IE6-8 */
  height: 46px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.top-to-bottom-shadow:after {
  content: "";
  display: block;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccccc', endColorstr='#cccccc', GradientType=0);
  /* IE6-8 */
  height: 46px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.icon-circle {
  color: #000000;
  border: 3px solid;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 47px;
  height: 47px;
  font-size: 28px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.icon-circle:hover {
  text-decoration: none;
  background-color: rgba(248, 248, 248, 0.65);
}
.icon-circle .ln-play {
  position: relative;
  left: 2px;
  bottom: 2px;
}
.icon-rounded {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 44px;
  height: 32px;
  font-size: 18px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.icon-rounded .ln-play {
  position: relative;
  left: 2px;
  bottom: 2px;
  color: rgba(237, 28, 36, 0.6);
}
.icon-rounded:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.icon-rounded:hover .ln-play {
  color: rgba(237, 28, 36, 0.9);
}
.icon-small .icon {
  font-size: 300%;
}
.icon-big .icon {
  font-size: 500%;
}
.play-video {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 23%;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}
.play-video header {
  width: 40%;
  margin: 0 auto;
}
.play-video header h6 {
  margin: 4px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.play-video header .description {
  font-size: 12px;
}
.video-icon-wrapper {
  position: relative;
}
.video-icon-wrapper .play-video {
  top: 50%;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  margin-top: -16px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.video-icon-wrapper .play-video.icon-2x {
  margin-top: -46px;
}
.video-icon-wrapper .play-video.icon-2x .icon-circle {
  border: 8px solid;
  width: 92px;
  height: 92px;
}
.video-icon-wrapper .play-video.icon-2x .icon-circle .ln-play {
  top: 6px;
  font-size: 200%;
}
.video-icon-wrapper .play-video.icon-3x {
  margin-top: -68px;
}
.video-icon-wrapper .play-video.icon-3x .icon-circle {
  border: 12px solid;
  width: 136px;
  height: 136px;
}
.video-icon-wrapper .play-video.icon-3x .icon-circle .ln-play {
  top: 6px;
  font-size: 320%;
}
.video-icon-wrapper:hover .play-video {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-icon-wrapper:hover .play-video .icon-rounded {
  background-color: rgba(0, 0, 0, 0.9);
}
.video-icon-wrapper:hover .play-video .icon-rounded .ln-play {
  color: rgba(237, 28, 36, 0.9);
}
.video-icon-wrapper:hover .play-video .icon-circle {
  background-color: rgba(248, 248, 248, 0.65);
}
.video-icon-wrapper:hover .play-video .icon-circle .ln-play {
  color: rgba(237, 28, 36, 0.9);
}
.faded-corners .fade {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.faded-corners .fade .owl-wrapper-outer:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%;
  width: 100%;
}
.valign-bottom,
.valign-top,
.valign-middle {
  display: table;
}
.valign-bottom .vcontent,
.valign-top .vcontent,
.valign-middle .vcontent {
  display: table-cell;
}
.valign-bottom .vcontent {
  vertical-align: bottom;
}
.valign-top .vcontent {
  vertical-align: top;
}
.valign-middle .vcontent {
  vertical-align: middle;
}
.img-bottom,
.img-top,
.img-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font: 0/0 a;
}
.img-bottom:before,
.img-top:before,
.img-middle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.img-bottom img,
.img-top img,
.img-middle img {
  display: inline-block;
}
.img-bottom img {
  vertical-align: bottom;
}
.img-top img {
  vertical-align: top;
}
.img-middle img {
  vertical-align: middle;
}
.win-safari .tabs .img-bottom,
.win-safari .tabs .img-top,
.win-safari .tabs .img-middle {
  height: 100%;
  position: relative;
}
.win-safari .img-bottom,
.win-safari .img-top,
.win-safari .img-middle {
  position: relative;
}
.img-right .container,
.img-left .container {
  position: relative;
}
.flex-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.flex-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.flex-left-top {
  position: absolute;
  top: 0;
  left: 0;
}
.flex-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.flex-left-top + [class*="col-"],
.flex-left-bottom + [class*="col-"] {
  float: right;
}
.awards a {
  font-size: 14px;
  display: block;
  margin-top: 13px;
}
.feature ~ .feature {
  padding-top: 0;
}
.feature .video-column .hero-background {
  height: 328px;
}
.feature.parallax {
  background-size: cover;
}
.feature.bg-cover {
  background-size: cover;
}
.feature .owl-carousel .iframe-popup {
  display: inline-block;
}
.feature .bg-image {
  min-height: 411px;
}
.feature .video-option.video-on-col-8 .video {
  min-height: 420px;
}
.feature .video-option.video-on-col-6 .video {
  min-height: 311px;
}
.feature .video-option.video-on-col-5 .video {
  min-height: 256px;
}
.feature .video-option .video {
  background-color: #4e4e4e;
  overflow: hidden;
  position: relative;
}
.feature .video-option .video .video-poster {
  display: none;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.feature .video-option .video video {
  height: auto;
  position: absolute;
  right: 0;
  top: 0 !important;
  width: 100%;
}
/* Transparency */
.white-transparent-xs {
  background-color: rgba(255, 255, 255, 0.2);
}
.white-transparent-sm {
  background-color: rgba(255, 255, 255, 0.4);
}
.white-transparent-md {
  background-color: rgba(255, 255, 255, 0.6);
}
.white-transparent-lg {
  background-color: rgba(255, 255, 255, 0.8);
}
.white-transparent-xl {
  background-color: #ffffff;
}
.black-transparent-xs {
  background-color: rgba(0, 0, 0, 0.2);
}
.black-transparent-sm {
  background-color: rgba(0, 0, 0, 0.4);
}
.black-transparent-md {
  background-color: rgba(0, 0, 0, 0.6);
}
.black-transparent-lg {
  background-color: rgba(0, 0, 0, 0.8);
}
.black-transparent-xl {
  background-color: #000000;
}
.darkgrey-transparent-xs {
  background-color: rgba(51, 51, 51, 0.2);
}
.darkgrey-transparent-sm {
  background-color: rgba(51, 51, 51, 0.4);
}
.darkgrey-transparent-md {
  background-color: rgba(51, 51, 51, 0.6);
}
.darkgrey-transparent-lg {
  background-color: rgba(51, 51, 51, 0.8);
}
.darkgrey-transparent-xl {
  background-color: #333333;
}
.lightgrey-transparent-xs {
  background-color: rgba(153, 153, 153, 0.2);
}
.lightgrey-transparent-sm {
  background-color: rgba(153, 153, 153, 0.4);
}
.lightgrey-transparent-md {
  background-color: rgba(153, 153, 153, 0.6);
}
.lightgrey-transparent-lg {
  background-color: rgba(153, 153, 153, 0.8);
}
.lightgrey-transparent-xl {
  background-color: #999999;
}
.grey-transparent-xs {
  background-color: rgba(85, 85, 85, 0.2);
}
.grey-transparent-sm {
  background-color: rgba(85, 85, 85, 0.4);
}
.grey-transparent-md {
  background-color: rgba(85, 85, 85, 0.6);
}
.grey-transparent-lg {
  background-color: rgba(85, 85, 85, 0.8);
}
.grey-transparent-xl {
  background-color: #555555;
}
.red-transparent-xs {
  background-color: rgba(255, 0, 0, 0.2);
}
.red-transparent-sm {
  background-color: rgba(255, 0, 0, 0.4);
}
.red-transparent-md {
  background-color: rgba(255, 0, 0, 0.6);
}
.red-transparent-lg {
  background-color: rgba(255, 0, 0, 0.8);
}
.red-transparent-xl {
  background-color: #ff0000;
}
/* Gradients */
.overlay-gradient-black-top-xs,
.overlay-gradient-black-top-sm,
.overlay-gradient-black-top-md,
.overlay-gradient-black-top-lg,
.overlay-gradient-black-top-xl,
.overlay-gradient-black-bottom-xs,
.overlay-gradient-black-bottom-sm,
.overlay-gradient-black-bottom-md,
.overlay-gradient-black-bottom-lg,
.overlay-gradient-black-bottom-xl,
.overlay-gradient-white-top-xs,
.overlay-gradient-white-top-sm,
.overlay-gradient-white-top-md,
.overlay-gradient-white-top-lg,
.overlay-gradient-white-top-xl,
.overlay-gradient-white-bottom-xs,
.overlay-gradient-white-bottom-sm,
.overlay-gradient-white-bottom-md,
.overlay-gradient-white-bottom-lg,
.overlay-gradient-white-bottom-xl {
  position: relative;
}
.overlay-gradient-black-top-xs:before,
.overlay-gradient-black-top-sm:before,
.overlay-gradient-black-top-md:before,
.overlay-gradient-black-top-lg:before,
.overlay-gradient-black-top-xl:before,
.overlay-gradient-black-bottom-xs:before,
.overlay-gradient-black-bottom-sm:before,
.overlay-gradient-black-bottom-md:before,
.overlay-gradient-black-bottom-lg:before,
.overlay-gradient-black-bottom-xl:before,
.overlay-gradient-white-top-xs:before,
.overlay-gradient-white-top-sm:before,
.overlay-gradient-white-top-md:before,
.overlay-gradient-white-top-lg:before,
.overlay-gradient-white-top-xl:before,
.overlay-gradient-white-bottom-xs:before,
.overlay-gradient-white-bottom-sm:before,
.overlay-gradient-white-bottom-md:before,
.overlay-gradient-white-bottom-lg:before,
.overlay-gradient-white-bottom-xl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* black bottom */
.overlay-gradient-black-bottom-xs:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-bottom-sm:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-bottom-md:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-bottom-lg:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-bottom-xl:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/* black top */
.overlay-gradient-black-top-xs:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-top-sm:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-top-md:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-top-lg:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-black-top-xl:before {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
/* white bottom */
.overlay-gradient-white-bottom-xs:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#33ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-bottom-sm:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#66ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-bottom-md:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#99ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-bottom-lg:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ccffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-bottom-xl:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* white top */
.overlay-gradient-white-top-xs:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-top-sm:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#03ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-top-md:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#03ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-top-lg:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#03ffffff', GradientType=0);
  /* IE6-9 */
}
.overlay-gradient-white-top-xl:before {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.01) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#03ffffff', GradientType=0);
  /* IE6-9 */
}
/* end Gradient */
.hero-background h1 sup {
  font-size: 40%;
  top: -1em;
}
.hero + .product-signin {
  margin-top: -50px;
}
.product-signin {
  min-height: 50px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  padding: 13px 0px 0;
  z-index: 6;
  background-color: rgba(51, 51, 51, 0.8);
}
.lt-ie9 .product-signin {
  background: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  zoom: 1;
  min-height: 0;
}
.lt-ie8 .product-signin iframe {
  height: 38px;
}
.items-1.masonry-grid .row {
  column-width: 40em;
  -webkit-column-width: 40em;
  /* Safari & Chrome */
  -moz-column-width: 40em;
  /* Firefox */
  -ms-column-width: 40em;
  /* Internet Explorer */
  -o-column-width: 40em;
  /* Opera */
}
.items-1.masonry-grid .row .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 25.5%;
  margin: 0 auto;
}
.items-1.masonry-grid .row .panel .panel-body {
  padding: 0 !important;
}
.items-2.masonry-grid .row {
  column-width: 25em;
  -webkit-column-width: 25em;
  /* Safari & Chrome */
  -moz-column-width: 25em;
  /* Firefox */
  -ms-column-width: 25em;
  /* Internet Explorer */
  -o-column-width: 25em;
  /* Opera */
}
.items-2.masonry-grid .row .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 49%;
  margin: 0 auto;
  margin-right: 48px;
}
.items-2.masonry-grid .row .panel .panel-body {
  padding: 0 !important;
}
.items-2.masonry-grid .row .panel + .panel {
  margin-left: 48px;
  margin-right: auto;
}
.items-3.masonry-grid .row {
  column-width: 20em;
  -webkit-column-width: 20em;
  /* Safari & Chrome */
  -moz-column-width: 20em;
  /* Firefox */
  -ms-column-width: 20em;
  /* Internet Explorer */
  -o-column-width: 20em;
  /* Opera */
}
.items-3.masonry-grid .row .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 74%;
  margin: 0 auto;
}
.items-3.masonry-grid .row .panel .panel-body {
  padding: 0 !important;
}
.lt-ie10 .masonry-grid.items-2 .row .panel {
  width: 50%;
  float: left;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.lt-ie10 .masonry-grid.items-2 .row .panel .panel-body {
  margin: 0% 9% 0% 41%;
}
.lt-ie10 .masonry-grid.items-2 .row .panel + .panel .panel-body {
  margin: 0% 41% 0% 9%;
}
.lt-ie10 .masonry-grid.items-3 .row .panel {
  width: 33%;
  float: left;
}
.lt-ie10 .masonry-grid.items-3 .row .panel .panel-body {
  margin: 0% 12.5%;
}
@media screen and (min-width: 1600px) {
  .radial-black:before,
  .radial-white:before {
    top: -22%;
    left: 9%;
  }
}
@media screen and (max-width: 1199px) {
  .framed.img-heading .owl-wrapper-outer:before {
    height: 100%;
  }
  .items-1.masonry-grid .row .panel {
    width: 31%;
  }
  .items-2.masonry-grid .row .panel {
    width: 59%;
  }
  .items-3.masonry-grid .row {
    column-width: 17em;
    -webkit-column-width: 17em;
    /* Safari & Chrome */
    -moz-column-width: 17em;
    /* Firefox */
    -ms-column-width: 17em;
    /* Internet Explorer */
    -o-column-width: 17em;
    /* Opera */
  }
  .items-3.masonry-grid .row .panel {
    width: 90%;
  }
  .play-video header {
    width: 50%;
  }
  .radial-black:before,
  .radial-white:before {
    top: -5%;
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .play-video header {
    width: 70%;
  }
  .framed .owl-wrapper-outer:after,
  .framed .owl-wrapper-outer:before {
    display: none;
  }
  .img-left .owl-controls {
    margin-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .flex-right-top,
  .flex-right-bottom,
  .flex-left-top,
  .flex-left-bottom {
    position: relative;
  }
  .flex-left-top + [class*="col-"],
  .flex-left-bottom + [class*="col-"] {
    float: none;
  }
  .items-1.masonry-grid .row .panel {
    width: 40%;
  }
  .items-2.masonry-grid .row {
    column-width: 20em;
    -webkit-column-width: 20em;
    /* Safari & Chrome */
    -moz-column-width: 20em;
    /* Firefox */
    -ms-column-width: 20em;
    /* Internet Explorer */
    -o-column-width: 20em;
    /* Opera */
  }
  .items-2.masonry-grid .row .panel {
    width: 77%;
    margin-right: auto;
  }
  .items-2.masonry-grid .row .panel + .panel {
    margin-left: auto;
  }
  .items-3.masonry-grid .row {
    column-width: 13em;
    -webkit-column-width: 13em;
    /* Safari & Chrome */
    -moz-column-width: 13em;
    /* Firefox */
    -ms-column-width: 13em;
    /* Internet Explorer */
    -o-column-width: 13em;
    /* Opera */
  }
  .items-3.masonry-grid .row .panel {
    width: 90%;
  }
  .hero .action .btn {
    margin-right: 0 !important;
  }
  .product-signin #signin {
    height: 96px;
  }
  .logged-in {
    margin-top: -50px !important;
  }
  .logged-in #signin {
    height: 32px;
  }
  .hero + .product-signin {
    margin-top: -115px;
  }
}
@media only screen and (max-width: 880px) {
  .radial-black:before,
  .radial-white:before {
    top: 0%;
    left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-video {
    margin: 16% auto 0;
  }
  .video-icon-wrapper .play-video {
    margin: -24px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 32px;
  }
  h1 .icon,
  .h1 .icon,
  h2 .icon,
  .h2 .icon {
    font-size: 42px;
  }
  .img-bottom,
  .img-top,
  .img-middle {
    position: static;
  }
  #modaliframe .modal-dialog {
    width: 100%;
  }
  .play-video {
    position: static;
    margin: 0 auto;
    padding-top: 20px !important;
  }
  .play-video header {
    width: 50%;
  }
  .video-icon-wrapper {
    position: relative;
  }
  .video-icon-wrapper .play-video {
    position: absolute;
    padding-top: 0;
  }
  .horizontal-divider {
    margin: 30px auto;
  }
  #page-heading .page-header {
    margin: 0 !important;
    padding-bottom: 0px !important;
  }
  #page-heading .page-header h1 {
    font-size: 32px;
    margin: 15px 0 20px;
  }
  #page-heading .page-header h1 span.sub-head {
    font-size: 26px;
  }
  /*Section Heading*/
  .section-heading .section-header p {
    margin-top: 4%;
  }
  .section-heading.with-icon .section-header h1,
  .section-heading.with-icon .section-header h2,
  .section-heading.with-icon .section-header .h1,
  .section-heading.with-icon .section-header .h2 {
    padding-left: 60px !important;
  }
  .section-heading.with-icon .section-header h1 span,
  .section-heading.with-icon .section-header h2 span,
  .section-heading.with-icon .section-header .h1 span,
  .section-heading.with-icon .section-header .h2 span {
    position: absolute;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    font-size: 31px;
  }
  .section-heading.with-icon .section-header p {
    padding-left: 60px !important;
  }
  .items-1.masonry-grid .row .panel {
    width: 100%;
    padding: 0px 31px;
  }
  .items-2.masonry-grid .row .panel {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 31px;
  }
  .items-2.masonry-grid .row .panel:last-child {
    margin-bottom: 0px !important;
  }
  .items-3.masonry-grid .row {
    column-width: 21em;
    -webkit-column-width: 21em;
    /* Safari & Chrome */
    -moz-column-width: 21em;
    /* Firefox */
    -ms-column-width: 21em;
    /* Internet Explorer */
    -o-column-width: 21em;
    /* Opera */
  }
  .items-3.masonry-grid .row .panel {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 31px;
  }
  .items-3.masonry-grid .row .panel:last-child {
    margin-bottom: 0px !important;
  }
  .radial-black:before,
  .radial-white:before {
    display: none;
  }
  .hero + .product-signin {
    margin-top: 0;
  }
  .product-signin.logged-in {
    margin-top: 0px !important;
  }
  .equal > [class*="col-"],
  .equal-col > [class*="col-"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .dtd-adjustment {
    width: 65%;
  }
  .hero-carousel .owl-carousel .item.hero-background {
    background-position-y: 3px !important;
  }
}
@media only screen and (max-width: 653px) {
  .product-signin.logged-in #signin {
    height: 75px;
  }
}
@media only screen and (max-width: 525px) {
  .product-signin #signin {
    height: 160px;
  }
  .dtd-adjustment {
    width: 70%;
  }
}
@media only screen and (max-width: 415px) {
  .product-signin #signin {
    height: 185px;
  }
  .dtd-adjustment {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .play-video header {
    width: 100%;
  }
  body {
    min-width: 320px;
    overflow-x: auto;
  }
}
/* IE8 Hacks */
.lt-ie9 {
  /* chat button style for ie-8 */
  /* chat button style for ie-8*/
}
.lt-ie9 b,
.lt-ie9 strong {
  font-weight: bold;
}
.lt-ie9 .radial-black:before,
.lt-ie9 .radial-white:before {
  display: none;
}
.lt-ie9 .chatbtn .LPMcontainer .LPMlabel {
  visibility: hidden;
}
/* 

	LN POPUP

	Created by 	: 	Anoop Chauhan
	JCM 		:	178681 - US Corporate Site 2017
	Basecamp	:	https://basecamp.com/2265851/projects/13402667/todos/326950754
	Description :	Survey pop-out box based on the cockies

*/
#lnSurvey {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#lnSurvey .ln-popup {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  z-index: 50000;
  width: 90vw;
  background-color: #fff;
  position: absolute;
  padding: 20px 25px;
  left: 50%;
  top: 20%;
  margin-left: -45vw;
  margin-top: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.45);
}
#lnSurvey .ln-popup .ln-p-close {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  border: none;
  background: none;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
}
#lnSurvey .ln-popup .ln-p-close:hover {
  background-color: #00aeef;
  color: #fff;
}
#lnSurvey .ln-popup h2 {
  font-weight: 300;
}
#lnSurvey .ln-popup p {
  font-size: 14px;
  line-height: 1.2em;
}
#lnSurvey .ln-popup[data-theme="top"] {
  top: 5vh;
  left: 50vw;
  margin-left: -144px;
  width: 288px;
  height: 253px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: url(/images/common/ln-popup-balck-bg.jpg) center top no-repeat;
  background-size: contain;
}
#lnSurvey .ln-popup[data-theme="top"]::before {
  content: "";
  top: 75px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#lnSurvey .ln-popup[data-theme="top"] h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  overflow: hidden;
  height: 55px;
  font-size: 20px;
}
#lnSurvey .ln-popup[data-theme="top"] h2 b {
  font-weight: 800;
  font-size: 130%;
}
#lnSurvey .ln-popup[data-theme="top"] h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
#lnSurvey .ln-popup[data-theme="top"] p {
  margin-bottom: 15px;
}
#lnSurvey .ln-popup[data-theme="top"] a.cta-2 {
  margin-right: 5px !important;
}
#lnSurvey .ln-popup .terms {
  margin-top: 10px;
}
#lnSurvey .ln-popup .terms .title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  color: #00aeef;
}
#lnSurvey .ln-popup .terms .title:hover {
  color: #939598;
}
#lnSurvey .ln-popup .terms .content {
  height: 0px;
  overflow: hidden;
  font-size: 12px;
  padding-right: 20px;
}
#lnSurvey .ln-popup .terms.open .content {
  position: relative;
  height: calc(94vh - 290px);
  overflow-y: scroll;
}
#lnSurvey .ln-popup.termsOverflow h4,
#lnSurvey .ln-popup.termsOverflow p {
  display: none;
}
#lnSurvey .ln-popup.termsOverflow h2 {
  margin-bottom: 15px;
}
#lnSurvey .ln-popup.termsOverflow .terms.open .content {
  height: calc(94vh - 178px) !important;
}
#lnSurvey .ln-p-overlay {
  position: absolute;
  background: rgba(70, 70, 70, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 480px) {
  #lnSurvey .ln-popup[data-theme="top"] {
    width: 340px;
    top: 5vh;
    left: 50vw;
    margin-left: -170px;
  }
  #lnSurvey .ln-popup[data-theme="top"] p {
    margin-bottom: 15px;
  }
  #lnSurvey .ln-popup[data-theme="top"] .terms {
    margin-top: 10px;
  }
  #lnSurvey .ln-popup[data-theme="top"] .terms.open .content {
    height: calc(94vh - 265px);
    max-height: 480px;
  }
}
@media screen and (min-width: 768px) {
  #lnSurvey .ln-popup {
    max-width: 800px;
    min-width: 300px;
    padding: 30px 40px;
    margin-left: -400px;
  }
  #lnSurvey .ln-popup[data-theme="top"] {
    width: 630px;
    height: auto;
    margin-left: -315px !important;
    margin-top: -153px !important;
    left: 50%;
    top: 50vh;
  }
  #lnSurvey .ln-popup[data-theme="top"]::before {
    top: 120px;
    height: 100%;
  }
  #lnSurvey .ln-popup[data-theme="top"] h2 {
    font-size: 36px;
    font-weight: 300;
    height: 90px;
  }
  #lnSurvey .ln-popup[data-theme="top"] h2 b {
    font-weight: 800;
    font-size: 52px;
  }
  #lnSurvey .ln-popup[data-theme="top"] h4 {
    font-size: 24px;
    margin-top: 25px;
  }
  #lnSurvey .ln-popup[data-theme="top"] p {
    font-size: 18px;
  }
  #lnSurvey .ln-popup[data-theme="top"] a.btn-sm {
    font-size: 14px;
  }
  #lnSurvey .ln-popup[data-theme="top"] a.cta-2 {
    margin-right: 15px !important;
  }
  #lnSurvey .ln-popup[data-theme="top"] .terms.open .content {
    height: calc(94vh - 420px);
    max-height: 480px;
  }
}
/* LESS Document */
.show-modal:before {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.show-modal .modal-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1.935vw;
  background: #fff;
  width: 800px;
  text-align: center;
  z-index: 9999;
  border-radius: 2px;
  opacity: 1;
  display: block;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in-out;
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1679px) {
  .show-modal .modal-popup {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1200px) {
  .show-modal .modal-popup {
    margin-top: 2.9vmax;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .show-modal .modal-popup {
    margin-top: 2.9vmax;
  }
}
.show-modal .modal-popup .modal-base {
  max-height: 80vh;
  overflow-y: auto;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in-out;
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
@media only screen and (min-device-height: 700px) and (max-device-height: 900px) and (min-device-width: 1280px) and (max-device-width: 1600px) {
  .show-modal .modal-popup .modal-base {
    overflow-y: visible;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .show-modal .modal-popup .modal-base {
    overflow-y: visible;
  }
}
.show-modal .modal-popup button {
  position: absolute;
  right: -25px;
  top: -25px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 25px;
  color: #fff;
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
.show-modal .modal-popup button:active,
.show-modal .modal-popup button:focus {
  outline: none;
}
.show-modal .modal-popup button:hover {
  color: #ed1c24;
}
@media only screen and (max-width: 1679px) {
}
@media only screen and (max-width: 1200px) {
  .show-modal .modal-popup button {
    right: -25px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .show-modal .modal-popup button {
    right: -5px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-ui .show-modal .modal-popup {
    width: 100%;
    margin-top: 0 !important;
    top: 5.8vmax;
    transform: translate(0);
    left: -100%;
    border-radius: 0;
  }
  .mobile-ui .show-modal .modal-popup button {
    right: 3px;
    top: 5px;
    color: #d01018;
    font-size: 20px;
  }
  .modal-on.mobile-ui .show-modal .modal-popup {
    left: 0;
  }
}
.modal-popup {
  opacity: 0;
  z-index: -1;
  display: none;
}
.map-options .mapSec {
  position: relative;
  padding: 0;
}
.map-options .mapSec .options {
  width: 300px;
  float: left;
  border: none;
  height: 100%;
  box-shadow: 5px 0 5px rgba(215, 215, 215, 0.31);
  position: absolute;
  top: 0;
  display: block;
  left: 0;
}
.map-options .mapSec .interactive-map {
  width: calc(100% - 300px);
  float: right;
  padding: 0 250px;
  background-color: #fafafa;
}
/* live chat button starts */
@media only screen and (max-width: 1200px) {
  .mobile-ui .chatbtn {
    bottom: 5.8vmax;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-ui .topbtn {
    bottom: 5.8vmax;
  }
}
.chatbtn {
  margin-top: 2vw;
  margin-right: -1px;
  display: inline-block !important;
  position: fixed !important;
  right: 0 !important;
  z-index: 1002 !important;
  transition: opacity 200ms, position 200ms, linear !important;
  -o-transition: opacity 200ms, position 200ms, linear !important;
  -ms-transition: opacity 200ms, position 200ms, linear !important;
  -moz-transition: opacity 200ms, position 200ms, linear !important;
  -webkit-transition: opacity 200ms, position 200ms, linear !important;
  bottom: 3.87vw;
}
@media only screen and (max-width: 1200px) {
  .chatbtn {
    bottom: 66px;
  }
}
.chatbtn:hover .LPMcontainer {
  background-color: #005c91 !important;
}
.chatbtn .LPMcontainer {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  outline-color: #6a9fb1;
  outline-width: 0px !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  list-style: outside none none;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  vertical-align: baseline;
  white-space: normal;
  word-spacing: normal;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #0076ba !important;
  -webkit-transition: all 0.5s linear;
  /* Safari and Chrome */
  -moz-transition: all 0.5s linear;
  /* Mozilla Firefox */
  -ms-transition: all 0.5s linear;
  /* IE */
  -o-transition: all 0.5s linear;
  /* Opera */
  transition: all 0.5s linear;
  /* All Browsers */
  border-radius: 2px 0px 0 2px !important;
  width: 49px !important;
  height: 49px !important;
  cursor: pointer;
  display: block;
  position: relative;
  top: 5px;
  left: 0px;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.chatbtn .LPMcontainer:before {
  content: "\e838";
  font-family: 'lexisnexis-icons';
  width: 50px;
  height: 50px;
  position: relative;
  top: 9px;
  left: 8px;
  transform: none !important;
  color: #fff;
  font-size: 35px;
}
.chatbtn .LPMcontainer .LPMlabel {
  visibility: hidden;
}
.chatbtn.chatbtn-off {
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  -moz-transition: all 200ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 200ms linear;
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
  opacity: 0 !important;
  overflow: hidden !important;
  right: -100px !important;
}
.chatbtn:focus {
  outline: none;
}
#LP_DIV_1457115200288:focus {
  outline: none;
}
/* live chat button ends */
.topbtn {
  margin-top: 2vw;
  margin-right: -1px;
  display: inline-block !important;
  position: fixed !important;
  right: 0 !important;
  z-index: 1002 !important;
  transition: opacity 200ms, position 200ms, linear !important;
  -o-transition: opacity 200ms, position 200ms, linear !important;
  -ms-transition: opacity 200ms, position 200ms, linear !important;
  -moz-transition: opacity 200ms, position 200ms, linear !important;
  -webkit-transition: opacity 200ms, position 200ms, linear !important;
  bottom: 3.87vw;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 2px 0 0 2px;
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  -moz-transition: all 200ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 200ms linear;
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  .topbtn {
    bottom: 66px;
  }
}
.topbtn:hover .LPMcontainer {
  background-color: #005c91 !important;
}
.topbtn .LPMcontainer {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  outline-color: #6a9fb1;
  outline-width: 0px !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  list-style: outside none none;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  vertical-align: baseline;
  white-space: normal;
  word-spacing: normal;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #0076ba !important;
  -webkit-transition: all 0.5s linear;
  /* Safari and Chrome */
  -moz-transition: all 0.5s linear;
  /* Mozilla Firefox */
  -ms-transition: all 0.5s linear;
  /* IE */
  -o-transition: all 0.5s linear;
  /* Opera */
  transition: all 0.5s linear;
  /* All Browsers */
  border-radius: 2px 0px 0 2px !important;
  width: 49px !important;
  height: 49px !important;
  cursor: pointer;
  display: block;
  position: relative;
  top: 5px;
  left: 0px;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.topbtn .LPMcontainer:before {
  content: "\e838";
  font-family: 'lexisnexis-icons';
  width: 50px;
  height: 50px;
  position: relative;
  top: 9px;
  left: 8px;
  transform: none !important;
  color: #fff;
  font-size: 35px;
}
.topbtn .LPMcontainer .LPMlabel {
  visibility: hidden;
}
.topbtn.chatbtn-off {
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  -moz-transition: all 200ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 200ms linear;
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
  opacity: 0 !important;
  overflow: hidden !important;
  right: -100px !important;
}
.topbtn:focus {
  outline: none;
}
.topbtn:hover,
.topbtn:focus,
.topbtn:active {
  text-decoration: none;
}
.topbtn .title {
  font-size: 12px;
  margin-top: -11px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.5px;
  display: block;
}
.topbtn .icon {
  font-size: 35px;
  color: #666;
  display: block;
  margin-top: 0px;
}
.topbtn.topbtn-off {
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  -moz-transition: all 200ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 200ms linear;
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
  opacity: 0 !important;
  overflow: hidden !important;
  right: -100px !important;
}
.topbtn span {
  -webkit-transition: all 0.25s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.25s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.25s ease-in-out;
  /* IE */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* All Browsers */
}
.topbtn:hover span {
  color: #ed1c24;
}
.floater-none .topbtn,
.floater-hide .topbtn,
.floater-none .chatbtn,
.floater-hide .chatbtn {
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  -moz-transition: all 200ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 200ms linear;
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
  opacity: 0 !important;
  overflow: hidden !important;
  right: -100px !important;
}
/* top button ends */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls.clickable .owl-buttons .disabled:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 0.4;
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background-color: #ed1c24;
  border: none;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/**owl carousel tranition**/
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/***************************/
/* Modified Owl-carousel begins here*/
.sub-category-navigation .owl-carousel .owl-wrapper-outer:before {
  background: #f9f9f9;
  bottom: 0;
  content: " ";
  display: block;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.owl-buttons {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 0;
}
.owl-buttons div {
  background: none !important;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  font-family: 'lexisnexis-icons';
  font-size: 54px !important;
  background: none !important;
  position: absolute;
  top: 0px;
  color: #999999 !important;
}
.owl-buttons .owl-prev {
  left: -55px;
}
.owl-buttons .owl-next {
  right: -35px;
}
.owl-buttons .owl-prev:before {
  content: "\e854";
}
.owl-buttons .owl-next:before {
  content: "\e855";
}
.owl-buttons .owl-prev.disabled:before,
.owl-buttons .owl-next.disabled:before {
  opacity: 0.4;
  cursor: default;
  text-decoration: none;
  color: #999999 !important;
}
@media screen and (max-width: 1250px) {
  .owl-buttons .owl-next {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .owl-buttons {
    display: none;
  }
}
/*!
 * Viewer v0.5.0
 * https://github.com/fengyuanchen/viewer
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-01-21T09:59:45.429Z
 */
.viewer-zoom-in:before,
.viewer-zoom-out:before,
.viewer-one-to-one:before,
.viewer-reset:before,
.viewer-prev:before,
.viewer-play:before,
.viewer-next:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen:before,
.viewer-fullscreen-exit:before,
.viewer-close:before {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
}
.viewer-zoom-in:before {
  content: 'Zoom In';
  background-position: 0 0;
}
.viewer-zoom-out:before {
  content: 'Zoom Out';
  background-position: -20px 0;
}
.viewer-one-to-one:before {
  content: 'One to One';
  background-position: -40px 0;
}
.viewer-reset:before {
  content: 'Reset';
  background-position: -60px 0;
}
.viewer-prev:before {
  content: 'Previous';
  background-position: -80px 0;
}
.viewer-play:before {
  content: 'Play';
  background-position: -100px 0;
}
.viewer-next:before {
  content: 'Next';
  background-position: -120px 0;
}
.viewer-rotate-left:before {
  content: 'Rotate Left';
  background-position: -140px 0;
}
.viewer-rotate-right:before {
  content: 'Rotate Right';
  background-position: -160px 0;
}
.viewer-flip-horizontal:before {
  content: 'Flip Horizontal';
  background-position: -180px 0;
}
.viewer-flip-vertical:before {
  content: 'Flip Vertical';
  background-position: -200px 0;
}
.viewer-fullscreen:before {
  content: 'Enter Full Screen';
  background-position: -220px 0;
}
.viewer-fullscreen-exit:before {
  content: 'Exit Full Screen';
  background-position: -240px 0;
}
.viewer-close:before {
  content: 'Close';
  background-position: -260px 0;
}
.viewer-container {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}
.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}
.viewer-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: auto;
  min-height: 0 !important;
  max-height: none !important;
}
.viewer-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.viewer-canvas > img {
  width: auto;
  max-width: 90% !important;
  height: auto;
  margin: 15px auto;
}
.viewer-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}
.viewer-navbar {
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.viewer-list {
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  padding: 1px 0;
}
.viewer-list > li {
  font-size: 0;
  line-height: 0;
  float: left;
  overflow: hidden;
  width: 30px;
  height: 50px;
  cursor: pointer;
  opacity: .5;
  color: transparent;
  filter: alpha(opacity=50);
}
.viewer-list > li + li {
  margin-left: 1px;
}
.viewer-list > .viewer-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.viewer-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  cursor: none;
  background-color: #000;
}
.viewer-player > img {
  position: absolute;
  top: 0;
  left: 0;
}
.viewer-toolbar {
  overflow: hidden;
  width: 280px;
  margin: 0 auto 5px;
  padding: 3px 0;
}
.viewer-toolbar > li {
  float: left;
  overflow: hidden;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.viewer-toolbar > li:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.viewer-toolbar > li:before {
  margin: 2px;
}
.viewer-toolbar > li + li {
  margin-left: 1px;
}
.viewer-toolbar > .viewer-play {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-bottom: -3px;
}
.viewer-toolbar > .viewer-play:before {
  margin: 5px;
}
.viewer-tooltip {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 50px;
  height: 20px;
  margin-top: -10px;
  margin-left: -25px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.viewer-title {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  max-width: 90%;
  margin: 0 5% 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: .8;
  color: #ccc;
  filter: alpha(opacity=80);
}
.viewer-title:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.viewer-button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #ed1c24;
  background-color: rgba(237, 28, 36, 0.8);
  border-radius: 0px;
}
.viewer-button:before {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.viewer-fixed {
  position: fixed;
}
.viewer-open {
  overflow: hidden;
}
.viewer-show {
  display: block;
}
.viewer-hide {
  display: none;
}
.viewer-invisible {
  visibility: hidden;
}
.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.viewer-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.viewer-in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.viewer-transition {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
/* ##################

####	KENBURN EFFECT FOR LEXISNEXIS WEBSITE USA
####	by BALRAM SHARMA
####	CREATED ON JANUARY 2015
#### 	JCM# : 165345
#### 	THE HTML EXAMPLE IS FOR CSS CLASS ONLY

The Ken Burns effect is a type of panning and zooming effect used in video production from still imagery. We are creating CSS/JS rules to have this animation, you need to follow below rules to get this effect on this project. 

BASIC DESCTIPTIONS
------------------
Slide Effects		= no-motion, zoom-in, zoom-out, from-left, from-right, from-top, from-bottom
Number of Slides 	= 3-slide, 4-slide, 5-slide
Slide Intervals	 	= delay-0s, delay-6s, delay-12s, delay-18s, delay-24s, delay-30s

What is slide and delay and how to use this combination?
** Slides could be image or HTML block elements i.e. div/li/p and to use this combination please follow below steps


** If your are creating 5 sets of slides, the class on MARKUP should be as below for pure CSS CLASS VERSION:

LETS HAVE HTML MARKUP WITH DIFFERENT SETS OF SLIDE EFFECTS

FIRST	div <div class="zoom-in-5-slide delay-0s" />
SECOND	div <div class="zoom-out-5-slide delay-6s" />
THIRD	div <div class="from-left-5-slide delay-12s" />
FORTH	div <div class="from-right-5-slide delay-18s" />
FIFTH	div <div class="from-top-5-slide delay-24s" />

** If your are creating 4 or 3 sets of slides, the number of slides reduces from the bottom or set the delay class as per above example
 

################## */
/*#### STYLES FOR 5 SLIDES AND 30S DURATION #### 
___________________________________________________________*/
/*### fade no motion animation ####*/
@-webkit-keyframes no-motion-5-slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}
@-moz-keyframes no-motion-5-slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}
@keyframes no-motion-5-slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}
@-webkit-keyframes no-motion-5-slide-first-slide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}
@-moz-keyframes no-motion-5-slide-first-slide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}
@keyframes no-motion-5-slide-first-slide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
}
/*### zoom out animation ####*/
@-webkit-keyframes zoom-out-5-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(0.79);
  }
}
@-moz-keyframes zoom-out-5-slide {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(0.79);
  }
}
@keyframes zoom-out-5-slide {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(0.94) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(0.85) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(0.79) rotate(0.02deg);
  }
}
@-webkit-keyframes zoom-out-5-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(0.79);
  }
}
@-moz-keyframes zoom-out-5-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(0.79);
  }
}
@keyframes zoom-out-5-slide-first-slide {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(0.94) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(0.85) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(0.79) rotate(0.02deg);
  }
}
/*### zoom in animation ####*/
@-webkit-keyframes zoom-in-5-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes zoom-in-5-slide {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes zoom-in-5-slide {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(1.15) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(1.2 rotate(0.02deg));
  }
}
@-webkit-keyframes zoom-in-5-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes zoom-in-5-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes zoom-in-5-slide-first-slide {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(1.15) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(1.2 rotate(0.02deg));
  }
}
/*### slide move left to right animation ####*/
@-webkit-keyframes from-left-5-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(10%, 0px) scale(1);
  }
}
@-moz-keyframes from-left-5-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(10%, 0px) scale(1);
  }
}
@keyframes from-left-5-slide {
  0% {
    opacity: 0;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(3%, 0px) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(7%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(10%, 0px) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-left-5-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(10%, 0px) scale(1);
  }
}
@-moz-keyframes from-left-5-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(10%, 0px) scale(1);
  }
}
@keyframes from-left-5-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(3%, 0px) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(7%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(10%, 0px) scale(1) rotate(0.02deg);
  }
}
/*### slide move right to left animation ####*/
@-webkit-keyframes from-right-5-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(-3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(-7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0px) scale(1);
  }
}
@-moz-keyframes from-right-5-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(-3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(-7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(-10%, 0px) scale(1);
  }
}
@keyframes from-right-5-slide {
  0% {
    opacity: 0;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(-3%, 0px) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(-7%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(-10%, 0px) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-right-5-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(-3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(-7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0px) scale(1);
  }
}
@-moz-keyframes from-right-5-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(-3%, 0px) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(-7%, 0px) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(-10%, 0px) scale(1);
  }
}
@keyframes from-right-5-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(-3%, 0px) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(-7%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(-10%, 0px) scale(1) rotate(0.02deg);
  }
}
/*### slide from top animation ####*/
@-webkit-keyframes from-top-5-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(0, 3%) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(0, 9%) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(0, 12%) scale(1);
  }
}
@-moz-keyframes from-top-5-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(0, 3%) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(0, 9%) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(0, 12%) scale(1);
  }
}
@keyframes from-top-5-slide {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(0, 3%) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(0, 9%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(0, 12%) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-top-5-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(0, 3%) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(0, 9%) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(0, 12%) scale(1);
  }
}
@-moz-keyframes from-top-5-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(0, 3%) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(0, 9%) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(0, 12%) scale(1);
  }
}
@keyframes from-top-5-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(0, 3%) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(0, 9%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(0, 12%) scale(1) rotate(0.02deg);
  }
}
/*### slide from bottom animation ####*/
@-webkit-keyframes from-bottom-5-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(0, -4%) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(0, -9%) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(0, -12%) scale(1);
  }
}
@-moz-keyframes from-bottom-5-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(0, -4%) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(0, -9%) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(0, -12%) scale(1);
  }
}
@keyframes from-bottom-5-slide {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(0, -4%) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(0, -9%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(0, -12%) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-bottom-5-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -webkit-transform: translate(0, -4%) scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(0, -9%) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(0, -12%) scale(1);
  }
}
@-moz-keyframes from-bottom-5-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0, 0%) scale(1);
  }
  7% {
    opacity: 1;
    -moz-transform: translate(0, -4%) scale(1);
  }
  18% {
    opacity: 1;
    -moz-transform: translate(0, -9%) scale(1);
  }
  25% {
    opacity: 0;
    -moz-transform: translate(0, -12%) scale(1);
  }
}
@keyframes from-bottom-5-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  7% {
    opacity: 1;
    transform: translate(0, -4%) scale(1) rotate(0.02deg);
  }
  18% {
    opacity: 1;
    transform: translate(0, -9%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    transform: translate(0, -12%) scale(1) rotate(0.02deg);
  }
}
/*#### STYLES FOR 4 SLIDES AND 24S DURATION #### 
___________________________________________________________*/
/*### fade no motion animation ####*/
@-webkit-keyframes no-motion-4-slide {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
@-moz-keyframes no-motion-4-slide {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
@keyframes no-motion-4-slide {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
@-webkit-keyframes no-motion-4-slide-first-slide {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
@-moz-keyframes no-motion-4-slide-first-slide {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
@keyframes no-motion-4-slide-first-slide {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
}
/*### zoom out animation ####*/
@-webkit-keyframes zoom-out-4-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(0.79);
  }
}
@-moz-keyframes zoom-out-4-slide {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(0.79);
  }
}
@keyframes zoom-out-4-slide {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(0.94) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(0.85) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(0.79) rotate(0.02deg);
  }
}
@-webkit-keyframes zoom-out-4-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(0.79);
  }
}
@-moz-keyframes zoom-out-4-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(0.94);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(0.85);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(0.79);
  }
}
@keyframes zoom-out-4-slide-first-slide {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(0.94) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(0.85) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(0.79) rotate(0.02deg);
  }
}
/*### zoom in animation ####*/
@-webkit-keyframes zoom-in-4-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes zoom-in-4-slide {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes zoom-in-4-slide {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(1.15) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(1.2 rotate(0.02deg));
  }
}
@-webkit-keyframes zoom-in-4-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes zoom-in-4-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
  35% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes zoom-in-4-slide-first-slide {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: scale(1.15) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: scale(1.2 rotate(0.02deg));
  }
}
/*.with-lazy{*/
/*### slide move left to right animation ####*/
@-webkit-keyframes from-left-4-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(10%, 0px) scale(1);
  }
}
@-moz-keyframes from-left-4-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(10%, 0px) scale(1);
  }
}
@keyframes from-left-4-slide {
  0% {
    opacity: 0;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(3%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(7%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(10%, 0px) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-left-4-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(10%, 0px) scale(1);
  }
}
@-moz-keyframes from-left-4-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(10%, 0px) scale(1);
  }
}
@keyframes from-left-4-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(3%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(7%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(10%, 0px) scale(1) rotate(0.02deg);
  }
}
/*### slide move right to left animation ####*/
@-webkit-keyframes from-right-4-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0px) scale(1);
  }
}
@-moz-keyframes from-right-4-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(-3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(-7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(-10%, 0px) scale(1);
  }
}
@keyframes from-right-4-slide {
  0% {
    opacity: 0;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(-3%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(-7%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(-10%, 0px) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-right-4-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0px) scale(1);
  }
}
@-moz-keyframes from-right-4-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(-3%, 0px) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(-7%, 0px) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(-10%, 0px) scale(1);
  }
}
@keyframes from-right-4-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(-3%, 0px) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(-7%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(-10%, 0px) scale(1) rotate(0.02deg);
  }
}
/*### slide from top animation ####*/
@-webkit-keyframes from-top-4-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, 3%) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 9%) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(0, 12%) scale(1);
  }
}
@-moz-keyframes from-top-4-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(0, 3%) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(0, 9%) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(0, 12%) scale(1);
  }
}
@keyframes from-top-4-slide {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(0, 3%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(0, 9%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(0, 12%) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-top-4-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, 3%) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 9%) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(0, 12%) scale(1);
  }
}
@-moz-keyframes from-top-4-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(0, 3%) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(0, 9%) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(0, 12%) scale(1);
  }
}
@keyframes from-top-4-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(0, 3%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(0, 9%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(0, 12%) scale(1) rotate(0.02deg);
  }
}
/*### slide from bottom animation ####*/
@-webkit-keyframes from-bottom-4-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, -4%) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -9%) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(0, -12%) scale(1);
  }
}
@-moz-keyframes from-bottom-4-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(0, -4%) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(0, -9%) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(0, -12%) scale(1);
  }
}
@keyframes from-bottom-4-slide {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(0, -4%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(0, -9%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(0, -12%) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-bottom-4-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, -4%) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -9%) scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate(0, -12%) scale(1);
  }
}
@-moz-keyframes from-bottom-4-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0, 0%) scale(1);
  }
  10% {
    opacity: 1;
    -moz-transform: translate(0, -4%) scale(1);
  }
  25% {
    opacity: 1;
    -moz-transform: translate(0, -9%) scale(1);
  }
  35% {
    opacity: 0;
    -moz-transform: translate(0, -12%) scale(1);
  }
}
@keyframes from-bottom-4-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  10% {
    opacity: 1;
    transform: translate(0, -4%) scale(1) rotate(0.02deg);
  }
  25% {
    opacity: 1;
    transform: translate(0, -9%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 0;
    transform: translate(0, -12%) scale(1) rotate(0.02deg);
  }
}
/*}*/
/*
@-webkit-keyframes from-left-4-slide {
	0% { opacity:1;-webkit-transform:translate(-5%,-10px) scale(1); }
	10% { opacity:1;-webkit-transform:translate(-2%,-10px) scale(1); }
	25% { opacity:1;-webkit-transform:translate(2%,-10px) scale(1); }
	35% { opacity:0;-webkit-transform:translate(5%,-10px) scale(1); }
}
@-moz-keyframes from-left-4-slide {
	0% { opacity:0;-moz-transform:translate(-5%,-10px) scale(1); }
	10% { opacity:1;-moz-transform:translate(-2%,-10px) scale(1); }
	25% { opacity:1;-moz-transform:translate(2%,-10px) scale(1); }
	35% { opacity:0;-moz-transform:translate(5%,-10px) scale(1); }
}
@keyframes from-left-4-slide {
	0% { opacity:0;transform:translate(-5%,-10px) scale(1) rotate(0.02deg); }
	10% { opacity:1;transform:translate(-2%,-10px) scale(1) rotate(0.02deg); }
	25% { opacity:1;transform:translate(2%,-10px) scale(1) rotate(0.02deg); }
	35% { opacity:0;transform:translate(5%,-10px) scale(1) rotate(0.02deg); }
}*/
/*### slide move right to left animation ####*/
/*@-webkit-keyframes from-right-4-slide {
	0% { opacity:0;-webkit-transform:translate(5%,-10px) scale(1); }
	10% { opacity:1;-webkit-transform:translate(2%,-10px) scale(1); }
	25% { opacity:1;-webkit-transform:translate(-2%,-10px) scale(1); }
	35% { opacity:0;-webkit-transform:translate(-5%,-10px) scale(1); }
}
@-moz-keyframes from-right-4-slide {
	0% { opacity:0;-moz-transform:translate(5%,-10px) scale(1); }
	10% { opacity:1;-moz-transform:translate(2%,-10px) scale(1); }
	25% { opacity:1;-moz-transform:translate(-2%,-10px) scale(1); }
	35% { opacity:0;-moz-transform:translate(-5%,-10px) scale(1); }
}
@keyframes from-right-4-slide {
	0% { opacity:0;transform:translate(5%,-10px) scale(1) rotate(0.02deg); }
	10% { opacity:1;transform:translate(2%,-10px) scale(1) rotate(0.02deg); }
	25% { opacity:1;transform:translate(-2%,-10px) scale(1) rotate(0.02deg); }
	35% { opacity:0;transform:translate(-5%,-10px) scale(1) rotate(0.02deg); }
}*/
/*### slide from top animation ####*/
/*@-webkit-keyframes from-top-4-slide {
	0% { opacity:0;-webkit-transform:translate(0,-10%) scale(1); }
	10% { opacity:1;-webkit-transform:translate(0,-5%) scale(1); }
	25% { opacity:1;-webkit-transform:translate(0,5%) scale(1); }
	35% { opacity:0;-webkit-transform:translate(0,10%) scale(1); }
}
@-moz-keyframes from-top-4-slide {
	0% { opacity:0;-moz-transform:translate(0,-10%) scale(1); }
	10% { opacity:1;-moz-transform:translate(0,-5%) scale(1); }
	25% { opacity:1;-moz-transform:translate(0,5%) scale(1); }
	35% { opacity:0;-moz-transform:translate(0,10%) scale(1); }
}
@keyframes from-top-4-slide {
	0% { opacity:0;transform:translate(0,-10%) scale(1) rotate(0.02deg); }
	10% { opacity:1;transform:translate(0,-5%) scale(1) rotate(0.02deg); }
	25% { opacity:1;transform:translate(0,5%) scale(1) rotate(0.02deg); }
	35% { opacity:0;transform:translate(0,10%) scale(1) rotate(0.02deg); }
}*/
/*### slide from bottom animation ####*/
/*@-webkit-keyframes from-bottom-4-slide {
	0% { opacity:0;-webkit-transform:translate(0,10%) scale(1); }
	10% { opacity:1;-webkit-transform:translate(0,5%) scale(1); }
	25% { opacity:1;-webkit-transform:translate(0,-5%) scale(1); }
	35% { opacity:0;-webkit-transform:translate(0,-10%) scale(1); }
}
@-moz-keyframes from-bottom-4-slide {
	0% { opacity:0;-moz-transform:translate(0,10%) scale(1); }
	10% { opacity:1;-moz-transform:translate(0,5%) scale(1); }
	25% { opacity:1;-moz-transform:translate(0,-5%) scale(1); }
	35% { opacity:0;-moz-transform:translate(0,-10%) scale(1); }
}
@keyframes from-bottom-4-slide {
	0% { opacity:0;transform:translate(0,10%) scale(1) rotate(0.02deg); }
	10% { opacity:1;transform:translate(0,5%) scale(1) rotate(0.02deg); }
	25% { opacity:1;transform:translate(0,-5%) scale(1) rotate(0.02deg); }
	35% { opacity:0;transform:translate(0,-10%) scale(1) rotate(0.02deg); }
}*/
/*#### STYLES FOR 3 SLIDES AND 18S DURATION #### 
___________________________________________________________*/
@-webkit-keyframes no-motion-3-slide {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes no-motion-3-slide {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes no-motion-3-slide {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes no-motion-3-slide-first-slide {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes no-motion-3-slide-first-slide {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes no-motion-3-slide-first-slide {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*### zoom in animation ####*/
@-webkit-keyframes zoom-out-3-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(0.94);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.79);
  }
}
@-moz-keyframes zoom-out-3-slide {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: scale(0.94);
  }
  35% {
    opacity: 1;
    -moz-transform: scale(0.85);
  }
  50% {
    opacity: 0;
    -moz-transform: scale(0.79);
  }
}
@keyframes zoom-out-3-slide {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: scale(0.94) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: scale(0.85) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: scale(0.79) rotate(0.02deg);
  }
}
@-webkit-keyframes zoom-out-3-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(0.94);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(0.85);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.79);
  }
}
@-moz-keyframes zoom-out-3-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: scale(0.94);
  }
  35% {
    opacity: 1;
    -moz-transform: scale(0.85);
  }
  50% {
    opacity: 0;
    -moz-transform: scale(0.79);
  }
}
@keyframes zoom-out-3-slide-first-slide {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: scale(0.94) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: scale(0.85) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: scale(0.79) rotate(0.02deg);
  }
}
/*### zoom in animation ####*/
@-webkit-keyframes zoom-in-3-slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes zoom-in-3-slide {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  35% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
  50% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes zoom-in-3-slide {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: scale(1.15) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: scale(1.2) rotate(0.02deg);
  }
}
@-webkit-keyframes zoom-in-3-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes zoom-in-3-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  35% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
  50% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes zoom-in-3-slide-first-slide {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: scale(1.15) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: scale(1.2) rotate(0.02deg);
  }
}
/*### slide move left to right animation ####*/
@-webkit-keyframes from-left-3-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(10%, 0px) scale(1);
  }
}
@-moz-keyframes from-left-3-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(10%, 0px) scale(1);
  }
}
@keyframes from-left-3-slide {
  0% {
    opacity: 0;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(3%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(7%, 0px) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(10%, 0px) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-left-3-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(10%, 0px) scale(1);
  }
}
@-moz-keyframes from-left-3-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(10%, 0px) scale(1);
  }
}
@keyframes from-left-3-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(3%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(7%, 0px) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(10%, 0px) scale(1) rotate(0.02deg);
  }
}
/*### slide move right to left animation ####*/
@-webkit-keyframes from-right-3-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(-7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0px) scale(1);
  }
}
@-moz-keyframes from-right-3-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(-3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(-7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-10%, 0px) scale(1);
  }
}
@keyframes from-right-3-slide {
  0% {
    opacity: 0;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(-3%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(-7%, 0px) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(-10%, 0px) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-right-3-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(-7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0px) scale(1);
  }
}
@-moz-keyframes from-right-3-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0px) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(-3%, 0px) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(-7%, 0px) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-10%, 0px) scale(1);
  }
}
@keyframes from-right-3-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0%, 0px) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(-3%, 0px) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(-7%, 0px) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(-10%, 0px) scale(1) rotate(0.02deg);
  }
}
/*### slide from top animation ####*/
@-webkit-keyframes from-top-3-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(0, 3%) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(0, 9%) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 12%) scale(1);
  }
}
@-moz-keyframes from-top-3-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(0, 3%) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(0, 9%) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(0, 12%) scale(1);
  }
}
@keyframes from-top-3-slide {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 3%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 9%) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(0, 12%) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-top-3-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(0, 3%) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(0, 9%) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 12%) scale(1);
  }
}
@-moz-keyframes from-top-3-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(0, 3%) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(0, 9%) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(0, 12%) scale(1);
  }
}
@keyframes from-top-3-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 3%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 9%) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(0, 12%) scale(1) rotate(0.02deg);
  }
}
/*### slide from bottom animation ####*/
@-webkit-keyframes from-bottom-3-slide {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(0, -4%) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(0, -9%) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -12%) scale(1);
  }
}
@-moz-keyframes from-bottom-3-slide {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(0, -4%) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(0, -9%) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(0, -12%) scale(1);
  }
}
@keyframes from-bottom-3-slide {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, -4%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, -9%) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(0, -12%) scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes from-bottom-3-slide-first-slide {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(0, -4%) scale(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: translate(0, -9%) scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -12%) scale(1);
  }
}
@-moz-keyframes from-bottom-3-slide-first-slide {
  0% {
    opacity: 1;
    -moz-transform: translate(0, 0%) scale(1);
  }
  15% {
    opacity: 1;
    -moz-transform: translate(0, -4%) scale(1);
  }
  35% {
    opacity: 1;
    -moz-transform: translate(0, -9%) scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(0, -12%) scale(1);
  }
}
@keyframes from-bottom-3-slide-first-slide {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1) rotate(0.02deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, -4%) scale(1) rotate(0.02deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, -9%) scale(1) rotate(0.02deg);
  }
  50% {
    opacity: 0;
    transform: translate(0, -12%) scale(1) rotate(0.02deg);
  }
}
/*//### Set Time for Animation*/
.kenburn-effect {
  /* ##### Animation duration styles */
  /*no motion*/
  /*zoom in*/
  /*zoom out*/
  /*from left*/
  /*from right*/
  /*from top*/
  /*from bottom*/
  /*/### Setting delay for next element ###*/
}
.kenburn-effect div {
  background-repeat: no-repeat;
  background-position: center center;
}
.kenburn-effect .no-motion-5-slide {
  -webkit-animation: no-motion-5-slide 30s linear infinite;
  -moz-animation: no-motion-5-slide 30s linear infinite;
  animation: no-motion-5-slide 30s linear infinite;
}
.kenburn-effect .no-motion-4-slide {
  -webkit-animation: no-motion-4-slide 24s linear infinite;
  -moz-animation: no-motion-4-slide 24s linear infinite;
  animation: no-motion-4-slide 24s linear infinite;
}
.kenburn-effect .no-motion-3-slide {
  -webkit-animation: no-motion-3-slide 18s linear infinite;
  -moz-animation: no-motion-3-slide 18s linear infinite;
  animation: no-motion-3-slide 18s linear infinite;
}
.kenburn-effect .no-motion-5-slide-first-slide {
  -webkit-animation: no-motion-5-slide-first-slide 30s linear infinite;
  -moz-animation: no-motion-5-slide-first-slide 30s linear infinite;
  animation: no-motion-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .no-motion-4-slide-first-slide {
  -webkit-animation: no-motion-4-slide-first-slide 24s linear infinite;
  -moz-animation: no-motion-4-slide-first-slide 24s linear infinite;
  animation: no-motion-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .no-motion-3-slide-first-slide {
  -webkit-animation: no-motion-3-slide-first-slide 18s linear infinite;
  -moz-animation: no-motion-3-slide-first-slide 18s linear infinite;
  animation: no-motion-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .zoom-in-5-slide {
  -webkit-animation: zoom-in-5-slide 30s linear infinite;
  -moz-animation: zoom-in-5-slide 30s linear infinite;
  animation: zoom-in-5-slide 30s linear infinite;
}
.kenburn-effect .zoom-in-4-slide {
  -webkit-animation: zoom-in-4-slide 24s linear infinite;
  -moz-animation: zoom-in-4-slide 24s linear infinite;
  animation: zoom-in-4-slide 24s linear infinite;
}
.kenburn-effect .zoom-in-3-slide {
  -webkit-animation: zoom-in-3-slide 18s linear infinite;
  -moz-animation: zoom-in-3-slide 18s linear infinite;
  animation: zoom-in-3-slide 18s linear infinite;
}
.kenburn-effect .zoom-in-5-slide-first-slide {
  -webkit-animation: zoom-in-5-slide-first-slide 30s linear infinite;
  -moz-animation: zoom-in-5-slide-first-slide 30s linear infinite;
  animation: zoom-in-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .zoom-in-4-slide-first-slide {
  -webkit-animation: zoom-in-4-slide-first-slide 24s linear infinite;
  -moz-animation: zoom-in-4-slide-first-slide 24s linear infinite;
  animation: zoom-in-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .zoom-in-3-slide-first-slide {
  -webkit-animation: zoom-in-3-slide-first-slide 18s linear infinite;
  -moz-animation: zoom-in-3-slide-first-slide 18s linear infinite;
  animation: zoom-in-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .zoom-out-5-slide {
  -webkit-animation: zoom-out-5-slide 30s linear infinite;
  -moz-animation: zoom-out-5-slide 30s linear infinite;
  animation: zoom-out-5-slide 30s linear infinite;
}
.kenburn-effect .zoom-out-4-slide {
  -webkit-animation: zoom-out-4-slide 24s linear infinite;
  -moz-animation: zoom-out-4-slide 24s linear infinite;
  animation: zoom-out-4-slide 24s linear infinite;
}
.kenburn-effect .zoom-out-3-slide {
  -webkit-animation: zoom-out-3-slide 18s linear infinite;
  -moz-animation: zoom-out-3-slide 18s linear infinite;
  animation: zoom-out-3-slide 18s linear infinite;
}
.kenburn-effect .zoom-out-5-slide-first-slide {
  -webkit-animation: zoom-out-5-slide-first-slide 30s linear infinite;
  -moz-animation: zoom-out-5-slide-first-slide 30s linear infinite;
  animation: zoom-out-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .zoom-out-4-slide-first-slide {
  -webkit-animation: zoom-out-4-slide-first-slide 24s linear infinite;
  -moz-animation: zoom-out-4-slide-first-slide 24s linear infinite;
  animation: zoom-out-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .zoom-out-3-slide-first-slide {
  -webkit-animation: zoom-out-3-slide-first-slide 18s linear infinite;
  -moz-animation: zoom-out-3-slide-first-slide 18s linear infinite;
  animation: zoom-out-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .from-left-5-slide {
  -webkit-animation: from-left-5-slide 30s linear infinite;
  -moz-animation: from-left-5-slide 30s linear infinite;
  animation: from-left-5-slide 30s linear infinite;
}
.kenburn-effect .from-left-4-slide {
  -webkit-animation: from-left-4-slide 24s linear infinite;
  -moz-animation: from-left-4-slide 24s linear infinite;
  animation: from-left-4-slide 24s linear infinite;
}
.kenburn-effect .from-left-3-slide {
  -webkit-animation: from-left-3-slide 18s linear infinite;
  -moz-animation: from-left-3-slide 18s linear infinite;
  animation: from-left-3-slide 18s linear infinite;
}
.kenburn-effect .from-left-5-slide-first-slide {
  -webkit-animation: from-left-5-slide-first-slide 30s linear infinite;
  -moz-animation: from-left-5-slide-first-slide 30s linear infinite;
  animation: from-left-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .from-left-4-slide-first-slide {
  -webkit-animation: from-left-4-slide-first-slide 24s linear infinite;
  -moz-animation: from-left-4-slide-first-slide 24s linear infinite;
  animation: from-left-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .from-left-3-slide-first-slide {
  -webkit-animation: from-left-3-slide-first-slide 18s linear infinite;
  -moz-animation: from-left-3-slide-first-slide 18s linear infinite;
  animation: from-left-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .from-right-5-slide {
  -webkit-animation: from-right-5-slide 30s linear infinite;
  -moz-animation: from-right-5-slide 30s linear infinite;
  animation: from-right-5-slide 30s linear infinite;
}
.kenburn-effect .from-right-4-slide {
  -webkit-animation: from-right-4-slide 24s linear infinite;
  -moz-animation: from-right-4-slide 24s linear infinite;
  animation: from-right-4-slide 24s linear infinite;
}
.kenburn-effect .from-right-3-slide {
  -webkit-animation: from-right-3-slide 18s linear infinite;
  -moz-animation: from-right-3-slide 18s linear infinite;
  animation: from-right-3-slide 18s linear infinite;
}
.kenburn-effect .from-right-5-slide-first-slide {
  -webkit-animation: from-right-5-slide-first-slide 30s linear infinite;
  -moz-animation: from-right-5-slide-first-slide 30s linear infinite;
  animation: from-right-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .from-right-4-slide-first-slide {
  -webkit-animation: from-right-4-slide-first-slide 24s linear infinite;
  -moz-animation: from-right-4-slide-first-slide 24s linear infinite;
  animation: from-right-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .from-right-3-slide-first-slide {
  -webkit-animation: from-right-3-slide-first-slide 18s linear infinite;
  -moz-animation: from-right-3-slide-first-slide 18s linear infinite;
  animation: from-right-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .from-top-5-slide {
  -webkit-animation: from-top-5-slide 30s linear infinite;
  -moz-animation: from-top-5-slide 30s linear infinite;
  animation: from-top-5-slide 30s linear infinite;
}
.kenburn-effect .from-top-4-slide {
  -webkit-animation: from-top-4-slide 24s linear infinite;
  -moz-animation: from-top-4-slide 24s linear infinite;
  animation: from-top-4-slide 24s linear infinite;
}
.kenburn-effect .from-top-3-slide {
  -webkit-animation: from-top-3-slide 18s linear infinite;
  -moz-animation: from-top-3-slide 18s linear infinite;
  animation: from-top-3-slide 18s linear infinite;
}
.kenburn-effect .from-top-5-slide-first-slide {
  -webkit-animation: from-top-5-slide-first-slide 30s linear infinite;
  -moz-animation: from-top-5-slide-first-slide 30s linear infinite;
  animation: from-top-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .from-top-4-slide-first-slide {
  -webkit-animation: from-top-4-slide-first-slide 24s linear infinite;
  -moz-animation: from-top-4-slide-first-slide 24s linear infinite;
  animation: from-top-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .from-top-3-slide-first-slide {
  -webkit-animation: from-top-3-slide-first-slide 18s linear infinite;
  -moz-animation: from-top-3-slide-first-slide 18s linear infinite;
  animation: from-top-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .from-bottom-5-slide {
  -webkit-animation: from-bottom-5-slide 30s linear infinite;
  -moz-animation: from-bottom-5-slide 30s linear infinite;
  animation: from-bottom-5-slide 30s linear infinite;
}
.kenburn-effect .from-bottom-4-slide {
  -webkit-animation: from-bottom-4-slide 24s linear infinite;
  -moz-animation: from-bottom-4-slide 24s linear infinite;
  animation: from-bottom-4-slide 24s linear infinite;
}
.kenburn-effect .from-bottom-3-slide {
  -webkit-animation: from-bottom-3-slide 18s linear infinite;
  -moz-animation: from-bottom-3-slide 18s linear infinite;
  animation: from-bottom-3-slide 18s linear infinite;
}
.kenburn-effect .from-bottom-5-slide-first-slide {
  -webkit-animation: from-bottom-5-slide-first-slide 30s linear infinite;
  -moz-animation: from-bottom-5-slide-first-slide 30s linear infinite;
  animation: from-bottom-5-slide-first-slide 30s linear infinite;
}
.kenburn-effect .from-bottom-4-slide-first-slide {
  -webkit-animation: from-bottom-4-slide-first-slide 24s linear infinite;
  -moz-animation: from-bottom-4-slide-first-slide 24s linear infinite;
  animation: from-bottom-4-slide-first-slide 24s linear infinite;
}
.kenburn-effect .from-bottom-3-slide-first-slide {
  -webkit-animation: from-bottom-3-slide-first-slide 18s linear infinite;
  -moz-animation: from-bottom-3-slide-first-slide 18s linear infinite;
  animation: from-bottom-3-slide-first-slide 18s linear infinite;
}
.kenburn-effect .delay-6s {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}
.kenburn-effect .delay-12s {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}
.kenburn-effect .delay-18s {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}
.kenburn-effect .delay-24s {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  animation-delay: 24s;
}
/*/### set viewport for Hero Banner ###*/
.hero-stage {
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding: 0px;
  margin: auto;
  position: relative;
  max-width: 2800px;
}
.hero-stage .slide {
  width: 2500px;
  height: 640px;
  position: absolute;
  opacity: 0;
  margin-top: -75px;
}
.hero-stage .slide.first-slide {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hero-stage img {
  width: 100%;
  height: 500px;
  position: absolute;
  opacity: 0;
}
.kenburn-effect .hero-background {
  position: relative;
  background-color: #f2f2f2;
}
.kenburn-effect .hero-background .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.kenburn-effect .hero-background.radial-black:before,
.kenburn-effect .hero-background.radial-white:before {
  z-index: 2;
}
.kenburn-effect .hero-background.radial-black .container,
.kenburn-effect .hero-background.radial-white .container {
  z-index: 3;
}
/* <for IE> */
@media screen and (min-width: 768px) {
  .ie11 .kenburn-effect .hero-background .container,
  .ie10 .kenburn-effect .hero-background .container,
  .lt-ie10 .kenburn-effect .hero-background .container {
    left: 50%;
    margin-left: -375px;
  }
}
@media screen and (min-width: 992px) {
  .ie11 .kenburn-effect .hero-background .container,
  .ie10 .kenburn-effect .hero-background .container,
  .lt-ie10 .kenburn-effect .hero-background .container {
    left: 50%;
    margin-left: -485px;
  }
}
@media screen and (min-width: 1200px) {
  .ie11 .kenburn-effect .hero-background .container,
  .ie10 .kenburn-effect .hero-background .container,
  .lt-ie10 .kenburn-effect .hero-background .container {
    left: 50%;
    margin-left: -585px;
  }
}
/* </ for IE end>*/
@media screen and (max-width: 767px) {
  .kenburn-effect .hero-stage {
    display: none;
  }
  .kenburn-effect .hero-background .container {
    position: static;
  }
}
.jw-icon {
  font-family: 'jw-icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
  font-variant: normal;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.jw-skin-vapor .jw-background-color {
  /*background: rgba(0,0,0,0.5);*/
  background: rgba(238, 238, 238, 0.95);
  /* replaced this for default background state */
  transition: all 0.5s ease;
}
.jw-skin-vapor .jw-controlbar {
  background: rgba(255, 255, 255, 0.4);
}
.jw-skin-vapor .jw-text {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-tooltip-title {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-knob {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-button-color {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-button-color:hover {
  color: #fff;
}
.jw-skin-vapor .jw-toggle {
  color: #fff;
}
.jw-skin-vapor .jw-toggle.jw-off {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-option {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-option.jw-active-option {
  color: #fff;
}
.jw-skin-vapor .jw-icon-display {
  /*color: rgba(255,255,255,0.5)*/
  color: #555;
  /* replaced to change icon color on default state */
  font-size: 23px !important;
  /* overwrite the icon font size */
  padding: 20px;
  /* added this for resize the cercle */
}
.jw-skin-vapor .jw-display-icon-container {
  /*border-radius: .5em;*/
  border-radius: 50%;
}
.jw-skin-vapor .jw-display-icon-container:hover {
  background: #f00;
}
.jw-skin-vapor .jw-display-icon-container:hover .jw-icon-display {
  color: #fff;
}
.jw-skin-vapor .jw-rail {
  background: rgba(255, 255, 255, 0.4);
}
.jw-skin-vapor .jw-buffer {
  background: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-progress {
  background: #ed1c24;
}
.jw-skin-vapor .jw-slider-horizontal {
  background: rgba(255, 255, 255, 0.4);
}
.jw-skin-vapor .jw-slider-horizontal .jw-knob {
  margin-left: -0.325em;
}
.jw-skin-vapor .jw-slider-vertical .jw-knob {
  margin-bottom: -0.325em;
}
.jw-skin-vapor .jw-time-tip,
.jw-skin-vapor .jw-volume-tip,
.jw-skin-vapor .jw-menu {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  padding: 0.5em;
}
.jw-skin-vapor .jw-skip {
  background: rgba(255, 255, 255, 0.4);
  padding: 0.5em;
}
.jw-skin-vapor .jw-skip .jw-skip-icon {
  color: rgba(0, 0, 0, 0.5);
}
.jw-skin-vapor .jw-skip.jw-skippable:hover .jw-skip-icon,
.jw-skin-vapor .jw-skip.jw-skippable:hover .jw-text {
  color: #fff;
}
.jw-skin-vapor .jw-time-tip .jw-text,
.jw-skin-vapor .jw-dock-button .jw-text {
  color: #bbb;
}
.jw-skin-vapor .jw-time-tip {
  bottom: 1em;
}
.jw-skin-vapor .jw-dock-button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
}
.jw-skin-vapor .jw-dock-button:hover {
  background: #000;
}
.jw-skin-vapor .jw-playlist-container {
  padding: 0;
}
.jw-skin-vapor .jw-icon-inline,
.jw-skin-vapor .jw-icon-tooltip,
.jw-skin-vapor .jw-text-elapsed,
.jw-skin-vapor .jw-text-duration {
  padding: 0 0.25em;
}
.jw-skin-vapor .jw-time-tip,
.jw-skin-vapor .jw-volume-tip,
.jw-skin-vapor .jw-menu {
  border-radius: .25em;
  bottom: 0.3em;
}
.jw-skin-vapor .jw-skip {
  border-radius: 0.25em;
}
.jw-skin-vapor .jw-option {
  color: #fff;
}
.jw-skin-vapor .jw-option:hover,
.jw-skin-vapor .jw-option.jw-active-option {
  color: #fff;
}
.jw-skin-vapor .jw-playlist-container {
  left: -42%;
  bottom: 0;
  border-radius: 0;
  background-color: #1e1e1e;
}
.jw-skin-vapor .jw-playlist-container .jw-option,
.jw-skin-vapor .jw-playlist-container .jw-text,
.jw-skin-vapor .jw-playlist-container .jw-icon {
  color: #a0a0a0;
}
.jw-skin-vapor .jw-playlist-container .jw-option {
  border-bottom: 1px solid #000;
  background-color: #1e1e1e;
  color: #a8a8a8;
}
.jw-skin-vapor .jw-playlist-container .jw-option:hover,
.jw-skin-vapor .jw-playlist-container .jw-option.jw-active-option {
  color: #fff;
}
.jw-skin-vapor .jw-playlist-container ::-webkit-scrollbar-track {
  background-color: #000;
}
.jw-skin-vapor .jw-playlist-container ::-webkit-scrollbar {
  width: 2px;
  border: 10px solid #1e1e1e;
}
.jw-skin-vapor .jw-playlist-container ::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
}
.jw-skin-vapor .jw-tooltip-title {
  border-bottom: 1px solid #000;
  background-color: #1e1e1e;
}
.jw-skin-vapor .jw-slider-horizontal {
  height: 2em;
}
.jw-skin-vapor .jw-slider-horizontal .jw-slider-container {
  height: 2em;
}
.jw-skin-vapor .jw-slider-horizontal .jw-rail,
.jw-skin-vapor .jw-slider-horizontal .jw-progress,
.jw-skin-vapor .jw-slider-horizontal .jw-buffer {
  height: 2em;
}
.jw-skin-vapor .jw-slider-horizontal .jw-knob,
.jw-skin-vapor .jw-slider-horizontal .jw-cue {
  height: 2em;
}
.jw-skin-vapor .jw-slider-horizontal .jw-knob {
  margin-left: 0;
  background-color: #fff;
  width: 2px;
}
.jw-skin-vapor .jw-slider-horizontal .jw-cue {
  top: .6699999999999999em;
  background: rgba(255, 255, 255, 0.5);
  height: 0.66em;
}
.jw-skin-vapor .jw-slider-vertical {
  padding: .4em;
  bottom: 3px;
  border-radius: 2px;
  border: 0;
}
.jw-skin-vapor .jw-slider-vertical .jw-knob {
  display: none;
}
.jw-skin-vapor .jw-slider-vertical .jw-rail {
  background-color: rgba(0, 0, 0, 0.8);
}
.jw-skin-vapor .jw-slider-vertical .jw-rail,
.jw-skin-vapor .jw-slider-vertical .jw-progress {
  width: .5em;
  border: 1px solid #000;
}
.jw-skin-vapor .jw-icon-cc.jw-off:before {
  content: "\e604";
}
.jw-skin-vapor .jw-icon-hd.jw-off:before {
  content: "\e609";
}
.jw-skin-vapor.jw-flag-audio-player .jw-controlbar {
  background: rgba(0, 0, 0, 0.5);
}
/* added below style to replace its default style */
.jwplayer:hover .jw-display-icon-container {
  background: #ed1c24 !important;
  transition: all 0.5s ease;
}
.jwplayer:hover .jw-display-icon-container .jw-icon-display {
  color: #fff !important;
}
.jw-skin-vapor .jw-controlbar {
  background: rgba(51, 51, 51, 0.7);
}
.jw-skin-vapor .jw-button-color {
  color: rgba(255, 255, 255, 0.8);
}
.jw-skin-vapor .jw-option:hover,
.jw-skin-vapor .jw-option.jw-active-option {
  background-color: #ed1c24;
}
.jw-skin-vapor .jw-text {
  color: rgba(255, 255, 255, 0.9);
}
.jw-skin-vapor .jw-rail {
  background: rgba(0, 0, 0, 0.4);
}
.jw-icon-hd .jw-menu li {
  text-transform: capitalize;
}
.jw-icon-hd .jw-menu li:last-child,
.jw-icon-hd .jw-menu li:nth-last-child(2) {
  text-transform: uppercase !important;
}
.jw-display-icon-container .jw-icon-display {
  color: #ed1c24;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag {
  width: 21px;
  height: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-ad {
  background-image: url(/images/flags/ad.svg);
}
.flag-icon-ae {
  background-image: url(/images/flags/ae.svg);
}
.flag-icon-af {
  background-image: url(/images/flags/af.svg);
}
.flag-icon-ag {
  background-image: url(/images/flags/ag.svg);
}
.flag-icon-ai {
  background-image: url(/images/flags/ai.svg);
}
.flag-icon-al {
  background-image: url(/images/flags/al.svg);
}
.flag-icon-am {
  background-image: url(/images/flags/am.svg);
}
.flag-icon-ao {
  background-image: url(/images/flags/ao.svg);
}
.flag-icon-aq {
  background-image: url(/images/flags/aq.svg);
}
.flag-icon-ar {
  background-image: url(/images/flags/ar.svg);
}
.flag-icon-as {
  background-image: url(/images/flags/as.svg);
}
.flag-icon-at {
  background-image: url(/images/flags/at.svg);
}
.flag-icon-au {
  background-image: url(/images/flags/au.svg);
}
.flag-icon-aw {
  background-image: url(/images/flags/aw.svg);
}
.flag-icon-ax {
  background-image: url(/images/flags/ax.svg);
}
.flag-icon-az {
  background-image: url(/images/flags/az.svg);
}
.flag-icon-ba {
  background-image: url(/images/flags/ba.svg);
}
.flag-icon-bb {
  background-image: url(/images/flags/bb.svg);
}
.flag-icon-bd {
  background-image: url(/images/flags/bd.svg);
}
.flag-icon-be {
  background-image: url(/images/flags/be.svg);
}
.flag-icon-bf {
  background-image: url(/images/flags/bf.svg);
}
.flag-icon-bg {
  background-image: url(/images/flags/bg.svg);
}
.flag-icon-bh {
  background-image: url(/images/flags/bh.svg);
}
.flag-icon-bi {
  background-image: url(/images/flags/bi.svg);
}
.flag-icon-bj {
  background-image: url(/images/flags/bj.svg);
}
.flag-icon-bl {
  background-image: url(/images/flags/bl.svg);
}
.flag-icon-bm {
  background-image: url(/images/flags/bm.svg);
}
.flag-icon-bn {
  background-image: url(/images/flags/bn.svg);
}
.flag-icon-bo {
  background-image: url(/images/flags/bo.svg);
}
.flag-icon-bq {
  background-image: url(/images/flags/bq.svg);
}
.flag-icon-br {
  background-image: url(/images/flags/br.svg);
}
.flag-icon-bs {
  background-image: url(/images/flags/bs.svg);
}
.flag-icon-bt {
  background-image: url(/images/flags/bt.svg);
}
.flag-icon-bv {
  background-image: url(/images/flags/bv.svg);
}
.flag-icon-bw {
  background-image: url(/images/flags/bw.svg);
}
.flag-icon-by {
  background-image: url(/images/flags/by.svg);
}
.flag-icon-bz {
  background-image: url(/images/flags/bz.svg);
}
.flag-icon-ca {
  background-image: url(/images/flags/ca.svg);
}
.flag-icon-cc {
  background-image: url(/images/flags/cc.svg);
}
.flag-icon-cd {
  background-image: url(/images/flags/cd.svg);
}
.flag-icon-cf {
  background-image: url(/images/flags/cf.svg);
}
.flag-icon-cg {
  background-image: url(/images/flags/cg.svg);
}
.flag-icon-ch {
  background-image: url(/images/flags/ch.svg);
}
.flag-icon-ci {
  background-image: url(/images/flags/ci.svg);
}
.flag-icon-ck {
  background-image: url(/images/flags/ck.svg);
}
.flag-icon-cl {
  background-image: url(/images/flags/cl.svg);
}
.flag-icon-cm {
  background-image: url(/images/flags/cm.svg);
}
.flag-icon-cn {
  background-image: url(/images/flags/cn.svg);
}
.flag-icon-co {
  background-image: url(/images/flags/co.svg);
}
.flag-icon-cr {
  background-image: url(/images/flags/cr.svg);
}
.flag-icon-cu {
  background-image: url(/images/flags/cu.svg);
}
.flag-icon-cv {
  background-image: url(/images/flags/cv.svg);
}
.flag-icon-cw {
  background-image: url(/images/flags/cw.svg);
}
.flag-icon-cx {
  background-image: url(/images/flags/cx.svg);
}
.flag-icon-cy {
  background-image: url(/images/flags/cy.svg);
}
.flag-icon-cz {
  background-image: url(/images/flags/cz.svg);
}
.flag-icon-de {
  background-image: url(/images/flags/de.svg);
}
.flag-icon-dj {
  background-image: url(/images/flags/dj.svg);
}
.flag-icon-dk {
  background-image: url(/images/flags/dk.svg);
}
.flag-icon-dm {
  background-image: url(/images/flags/dm.svg);
}
.flag-icon-do {
  background-image: url(/images/flags/do.svg);
}
.flag-icon-dz {
  background-image: url(/images/flags/dz.svg);
}
.flag-icon-ec {
  background-image: url(/images/flags/ec.svg);
}
.flag-icon-ee {
  background-image: url(/images/flags/ee.svg);
}
.flag-icon-eg {
  background-image: url(/images/flags/eg.svg);
}
.flag-icon-eh {
  background-image: url(/images/flags/eh.svg);
}
.flag-icon-er {
  background-image: url(/images/flags/er.svg);
}
.flag-icon-es {
  background-image: url(/images/flags/es.svg);
}
.flag-icon-et {
  background-image: url(/images/flags/et.svg);
}
.flag-icon-fi {
  background-image: url(/images/flags/fi.svg);
}
.flag-icon-fj {
  background-image: url(/images/flags/fj.svg);
}
.flag-icon-fk {
  background-image: url(/images/flags/fk.svg);
}
.flag-icon-fm {
  background-image: url(/images/flags/fm.svg);
}
.flag-icon-fo {
  background-image: url(/images/flags/fo.svg);
}
.flag-icon-fr {
  background-image: url(/images/flags/fr.svg);
}
.flag-icon-ga {
  background-image: url(/images/flags/ga.svg);
}
.flag-icon-gb {
  background-image: url(/images/flags/gb.svg);
}
.flag-icon-gd {
  background-image: url(/images/flags/gd.svg);
}
.flag-icon-ge {
  background-image: url(/images/flags/ge.svg);
}
.flag-icon-gf {
  background-image: url(/images/flags/gf.svg);
}
.flag-icon-gg {
  background-image: url(/images/flags/gg.svg);
}
.flag-icon-gh {
  background-image: url(/images/flags/gh.svg);
}
.flag-icon-gi {
  background-image: url(/images/flags/gi.svg);
}
.flag-icon-gl {
  background-image: url(/images/flags/gl.svg);
}
.flag-icon-gm {
  background-image: url(/images/flags/gm.svg);
}
.flag-icon-gn {
  background-image: url(/images/flags/gn.svg);
}
.flag-icon-gp {
  background-image: url(/images/flags/gp.svg);
}
.flag-icon-gq {
  background-image: url(/images/flags/gq.svg);
}
.flag-icon-gr {
  background-image: url(/images/flags/gr.svg);
}
.flag-icon-gs {
  background-image: url(/images/flags/gs.svg);
}
.flag-icon-gt {
  background-image: url(/images/flags/gt.svg);
}
.flag-icon-gu {
  background-image: url(/images/flags/gu.svg);
}
.flag-icon-gw {
  background-image: url(/images/flags/gw.svg);
}
.flag-icon-gy {
  background-image: url(/images/flags/gy.svg);
}
.flag-icon-hk {
  background-image: url(/images/flags/hk.svg);
}
.flag-icon-hm {
  background-image: url(/images/flags/hm.svg);
}
.flag-icon-hn {
  background-image: url(/images/flags/hn.svg);
}
.flag-icon-hr {
  background-image: url(/images/flags/hr.svg);
}
.flag-icon-ht {
  background-image: url(/images/flags/ht.svg);
}
.flag-icon-hu {
  background-image: url(/images/flags/hu.svg);
}
.flag-icon-id {
  background-image: url(/images/flags/id.svg);
}
.flag-icon-ie {
  background-image: url(/images/flags/ie.svg);
}
.flag-icon-il {
  background-image: url(/images/flags/il.svg);
}
.flag-icon-im {
  background-image: url(/images/flags/im.svg);
}
.flag-icon-in {
  background-image: url(/images/flags/in.svg);
}
.flag-icon-io {
  background-image: url(/images/flags/io.svg);
}
.flag-icon-iq {
  background-image: url(/images/flags/iq.svg);
}
.flag-icon-ir {
  background-image: url(/images/flags/ir.svg);
}
.flag-icon-is {
  background-image: url(/images/flags/is.svg);
}
.flag-icon-it {
  background-image: url(/images/flags/it.svg);
}
.flag-icon-je {
  background-image: url(/images/flags/je.svg);
}
.flag-icon-jm {
  background-image: url(/images/flags/jm.svg);
}
.flag-icon-jo {
  background-image: url(/images/flags/jo.svg);
}
.flag-icon-jp {
  background-image: url(/images/flags/jp.svg);
}
.flag-icon-ke {
  background-image: url(/images/flags/ke.svg);
}
.flag-icon-kg {
  background-image: url(/images/flags/kg.svg);
}
.flag-icon-kh {
  background-image: url(/images/flags/kh.svg);
}
.flag-icon-ki {
  background-image: url(/images/flags/ki.svg);
}
.flag-icon-km {
  background-image: url(/images/flags/km.svg);
}
.flag-icon-kn {
  background-image: url(/images/flags/kn.svg);
}
.flag-icon-kp {
  background-image: url(/images/flags/kp.svg);
}
.flag-icon-kr {
  background-image: url(/images/flags/kr.svg);
}
.flag-icon-kw {
  background-image: url(/images/flags/kw.svg);
}
.flag-icon-ky {
  background-image: url(/images/flags/ky.svg);
}
.flag-icon-kz {
  background-image: url(/images/flags/kz.svg);
}
.flag-icon-la {
  background-image: url(/images/flags/la.svg);
}
.flag-icon-lb {
  background-image: url(/images/flags/lb.svg);
}
.flag-icon-lc {
  background-image: url(/images/flags/lc.svg);
}
.flag-icon-li {
  background-image: url(/images/flags/li.svg);
}
.flag-icon-lk {
  background-image: url(/images/flags/lk.svg);
}
.flag-icon-lr {
  background-image: url(/images/flags/lr.svg);
}
.flag-icon-ls {
  background-image: url(/images/flags/ls.svg);
}
.flag-icon-lt {
  background-image: url(/images/flags/lt.svg);
}
.flag-icon-lu {
  background-image: url(/images/flags/lu.svg);
}
.flag-icon-lv {
  background-image: url(/images/flags/lv.svg);
}
.flag-icon-ly {
  background-image: url(/images/flags/ly.svg);
}
.flag-icon-ma {
  background-image: url(/images/flags/ma.svg);
}
.flag-icon-mc {
  background-image: url(/images/flags/mc.svg);
}
.flag-icon-md {
  background-image: url(/images/flags/md.svg);
}
.flag-icon-me {
  background-image: url(/images/flags/me.svg);
}
.flag-icon-mf {
  background-image: url(/images/flags/mf.svg);
}
.flag-icon-mg {
  background-image: url(/images/flags/mg.svg);
}
.flag-icon-mh {
  background-image: url(/images/flags/mh.svg);
}
.flag-icon-mk {
  background-image: url(/images/flags/mk.svg);
}
.flag-icon-ml {
  background-image: url(/images/flags/ml.svg);
}
.flag-icon-mm {
  background-image: url(/images/flags/mm.svg);
}
.flag-icon-mn {
  background-image: url(/images/flags/mn.svg);
}
.flag-icon-mo {
  background-image: url(/images/flags/mo.svg);
}
.flag-icon-mp {
  background-image: url(/images/flags/mp.svg);
}
.flag-icon-mq {
  background-image: url(/images/flags/mq.svg);
}
.flag-icon-mr {
  background-image: url(/images/flags/mr.svg);
}
.flag-icon-ms {
  background-image: url(/images/flags/ms.svg);
}
.flag-icon-mt {
  background-image: url(/images/flags/mt.svg);
}
.flag-icon-mu {
  background-image: url(/images/flags/mu.svg);
}
.flag-icon-mv {
  background-image: url(/images/flags/mv.svg);
}
.flag-icon-mw {
  background-image: url(/images/flags/mw.svg);
}
.flag-icon-mx {
  background-image: url(/images/flags/mx.svg);
}
.flag-icon-my {
  background-image: url(/images/flags/my.svg);
}
.flag-icon-mz {
  background-image: url(/images/flags/mz.svg);
}
.flag-icon-na {
  background-image: url(/images/flags/na.svg);
}
.flag-icon-nc {
  background-image: url(/images/flags/nc.svg);
}
.flag-icon-ne {
  background-image: url(/images/flags/ne.svg);
}
.flag-icon-nf {
  background-image: url(/images/flags/nf.svg);
}
.flag-icon-ng {
  background-image: url(/images/flags/ng.svg);
}
.flag-icon-ni {
  background-image: url(/images/flags/ni.svg);
}
.flag-icon-nl {
  background-image: url(/images/flags/nl.svg);
}
.flag-icon-no {
  background-image: url(/images/flags/no.svg);
}
.flag-icon-np {
  background-image: url(/images/flags/np.svg);
}
.flag-icon-nr {
  background-image: url(/images/flags/nr.svg);
}
.flag-icon-nu {
  background-image: url(/images/flags/nu.svg);
}
.flag-icon-nz {
  background-image: url(/images/flags/nz.svg);
}
.flag-icon-om {
  background-image: url(/images/flags/om.svg);
}
.flag-icon-pa {
  background-image: url(/images/flags/pa.svg);
}
.flag-icon-pe {
  background-image: url(/images/flags/pe.svg);
}
.flag-icon-pf {
  background-image: url(/images/flags/pf.svg);
}
.flag-icon-pg {
  background-image: url(/images/flags/pg.svg);
}
.flag-icon-ph {
  background-image: url(/images/flags/ph.svg);
}
.flag-icon-pk {
  background-image: url(/images/flags/pk.svg);
}
.flag-icon-pl {
  background-image: url(/images/flags/pl.svg);
}
.flag-icon-pm {
  background-image: url(/images/flags/pm.svg);
}
.flag-icon-pn {
  background-image: url(/images/flags/pn.svg);
}
.flag-icon-pr {
  background-image: url(/images/flags/pr.svg);
}
.flag-icon-ps {
  background-image: url(/images/flags/ps.svg);
}
.flag-icon-pt {
  background-image: url(/images/flags/pt.svg);
}
.flag-icon-pw {
  background-image: url(/images/flags/pw.svg);
}
.flag-icon-py {
  background-image: url(/images/flags/py.svg);
}
.flag-icon-qa {
  background-image: url(/images/flags/qa.svg);
}
.flag-icon-re {
  background-image: url(/images/flags/re.svg);
}
.flag-icon-ro {
  background-image: url(/images/flags/ro.svg);
}
.flag-icon-rs {
  background-image: url(/images/flags/rs.svg);
}
.flag-icon-ru {
  background-image: url(/images/flags/ru.svg);
}
.flag-icon-rw {
  background-image: url(/images/flags/rw.svg);
}
.flag-icon-sa {
  background-image: url(/images/flags/sa.svg);
}
.flag-icon-sb {
  background-image: url(/images/flags/sb.svg);
}
.flag-icon-sc {
  background-image: url(/images/flags/sc.svg);
}
.flag-icon-sd {
  background-image: url(/images/flags/sd.svg);
}
.flag-icon-se {
  background-image: url(/images/flags/se.svg);
}
.flag-icon-sg {
  background-image: url(/images/flags/sg.svg);
}
.flag-icon-sh {
  background-image: url(/images/flags/sh.svg);
}
.flag-icon-si {
  background-image: url(/images/flags/si.svg);
}
.flag-icon-sj {
  background-image: url(/images/flags/sj.svg);
}
.flag-icon-sk {
  background-image: url(/images/flags/sk.svg);
}
.flag-icon-sl {
  background-image: url(/images/flags/sl.svg);
}
.flag-icon-sm {
  background-image: url(/images/flags/sm.svg);
}
.flag-icon-sn {
  background-image: url(/images/flags/sn.svg);
}
.flag-icon-so {
  background-image: url(/images/flags/so.svg);
}
.flag-icon-sr {
  background-image: url(/images/flags/sr.svg);
}
.flag-icon-ss {
  background-image: url(/images/flags/ss.svg);
}
.flag-icon-st {
  background-image: url(/images/flags/st.svg);
}
.flag-icon-sv {
  background-image: url(/images/flags/sv.svg);
}
.flag-icon-sx {
  background-image: url(/images/flags/sx.svg);
}
.flag-icon-sy {
  background-image: url(/images/flags/sy.svg);
}
.flag-icon-sz {
  background-image: url(/images/flags/sz.svg);
}
.flag-icon-tc {
  background-image: url(/images/flags/tc.svg);
}
.flag-icon-td {
  background-image: url(/images/flags/td.svg);
}
.flag-icon-tf {
  background-image: url(/images/flags/tf.svg);
}
.flag-icon-tg {
  background-image: url(/images/flags/tg.svg);
}
.flag-icon-th {
  background-image: url(/images/flags/th.svg);
}
.flag-icon-tj {
  background-image: url(/images/flags/tj.svg);
}
.flag-icon-tk {
  background-image: url(/images/flags/tk.svg);
}
.flag-icon-tl {
  background-image: url(/images/flags/tl.svg);
}
.flag-icon-tm {
  background-image: url(/images/flags/tm.svg);
}
.flag-icon-tn {
  background-image: url(/images/flags/tn.svg);
}
.flag-icon-to {
  background-image: url(/images/flags/to.svg);
}
.flag-icon-tr {
  background-image: url(/images/flags/tr.svg);
}
.flag-icon-tt {
  background-image: url(/images/flags/tt.svg);
}
.flag-icon-tv {
  background-image: url(/images/flags/tv.svg);
}
.flag-icon-tw {
  background-image: url(/images/flags/tw.svg);
}
.flag-icon-tz {
  background-image: url(/images/flags/tz.svg);
}
.flag-icon-ua {
  background-image: url(/images/flags/ua.svg);
}
.flag-icon-ug {
  background-image: url(/images/flags/ug.svg);
}
.flag-icon-um {
  background-image: url(/images/flags/um.svg);
}
.flag-icon-us {
  background-image: url(/images/flags/us.svg);
}
.flag-icon-uy {
  background-image: url(/images/flags/uy.svg);
}
.flag-icon-uz {
  background-image: url(/images/flags/uz.svg);
}
.flag-icon-va {
  background-image: url(/images/flags/va.svg);
}
.flag-icon-vc {
  background-image: url(/images/flags/vc.svg);
}
.flag-icon-ve {
  background-image: url(/images/flags/ve.svg);
}
.flag-icon-vg {
  background-image: url(/images/flags/vg.svg);
}
.flag-icon-vi {
  background-image: url(/images/flags/vi.svg);
}
.flag-icon-vn {
  background-image: url(/images/flags/vn.svg);
}
.flag-icon-vu {
  background-image: url(/images/flags/vu.svg);
}
.flag-icon-wf {
  background-image: url(/images/flags/wf.svg);
}
.flag-icon-ws {
  background-image: url(/images/flags/ws.svg);
}
.flag-icon-ye {
  background-image: url(/images/flags/ye.svg);
}
.flag-icon-yt {
  background-image: url(/images/flags/yt.svg);
}
.flag-icon-za {
  background-image: url(/images/flags/za.svg);
}
.flag-icon-zm {
  background-image: url(/images/flags/zm.svg);
}
.flag-icon-zw {
  background-image: url(/images/flags/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(/images/flags/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(/images/flags/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(/images/flags/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(/images/flags/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(/images/flags/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(/images/flags/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(/images/flags/un.svg);
}
.flag-icon-lat {
  background-image: url(/images/flags/lat.svg);
}
.flag-icon-zz {
  background-image: url(/images/flags/zz.svg);
}
/*@import "plugins/jquery.minicolors.less";*/
/* CSS for megamenu tooltip issue on live site interactive map page 8-Nov-2017(added by kunal)*/
.megamenu-fix #main-menu.no-prod #solutions section ul li .popover {
  position: absolute !important;
}
/* CSS for Header*/
#header {
  padding: 0;
  background: url("../images/common/bg-header.png") repeat-x center bottom;
}
#header a {
  outline: none;
}
#header .navbar-default {
  background: none !important;
  border: none !important;
  box-shadow: none;
}
#header .navbar-brand {
  height: auto;
  line-height: normal;
  padding: 0 20px 3px 0;
  margin-top: 18px;
  border-right: 1px dotted #b3b3b3;
}
#header .navbar.navbar-default {
  margin-bottom: 0px;
}
#header.only-logo {
  padding-bottom: 0 !important;
}
#header.only-logo .navbar-brand {
  border: none;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.prod {
  position: absolute;
  left: 211px;
  margin: 22px 0 0 0;
  padding: 0px 15px;
  color: #666666;
  font-size: 22px;
  font-weight: 300;
}
#search-box {
  padding: 0 !important;
}
#search-box #cse-search-form {
  text-align: right;
}
#search-box .search {
  position: relative;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-right: -1%;
}
#search-box .search td.gsc-input {
  padding-right: 0px !important;
}
#search-box .search td.gsc-input input.gsc-input {
  padding: 5px;
  height: 28px;
  border-color: #666666;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#search-box .search td.gsc-input input.gsc-input:hover {
  background-color: #F9F5E6 !important;
  border: 1px solid #D7AD74;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#search-box .search td.gsc-input input.gsc-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-box .search input.gsc-search-button {
  position: absolute;
  right: 5px;
  top: 1px;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  width: 28px;
  height: 26px;
  background: url("../images/common/sprites.png");
}
#search-box .search input.gsc-search-button:focus {
  outline: none;
}
#search-box .search td.gsc-clear-button {
  display: none;
}
#search-box .search input[type="search"] {
  padding: 5px;
  height: 28px;
  border-color: #666666;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#search-box .search input[type="search"]:hover {
  background-color: #F9F5E6;
  border: 1px solid #D7AD74;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#search-box .search input[type="search"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu {
  position: relative;
  margin-top: 28px;
  padding: 0 !important;
}
#main-menu #search-box {
  position: absolute;
  top: -28px;
  right: 30px;
}
#main-menu .navbar {
  margin-bottom: 0px;
  min-height: 0px;
}
#main-menu .navbar-collapse {
  padding: 0 !important;
}
#main-menu li.dropdown {
  border: none !important;
  padding: 0 !important;
  position: static;
  margin-right: 6px;
  font-weight: 400;
}
#main-menu li.dropdown a.dropdown-toggle {
  color: #ed1c24;
  font-size: 15px;
  padding: 5px 10px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  background-color: transparent;
  outline: medium none;
}
#main-menu li.dropdown a.dropdown-toggle:hover {
  background-color: #ed1c24;
  color: #ffffff;
}
#main-menu li.dropdown a.dropdown-toggle:hover > .icon {
  color: #ffffff;
}
#main-menu li.dropdown a.dropdown-toggle .icon {
  color: #999999;
  font-size: 11px;
  padding-left: 3px;
}
#main-menu li.dropdown .dropdown-menu {
  padding: 0 !important;
  border: none;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu li.dropdown.open a.dropdown-toggle {
  background-color: #ed1c24;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
#main-menu li.dropdown.open a.dropdown-toggle .icon {
  color: #ffffff !important;
}
#main-menu .container {
  /*width:930px;*/
  border: 1px solid #ed1c24;
  margin-top: -1px;
}
#main-menu .container .row .close-button {
  background: url("../images/common/sprites.png") -1px -227px no-repeat;
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#main-menu .container .row .close-button:hover {
  background: url("../images/common/sprites.png") -37px -227px no-repeat;
}
#main-menu .container ul li.last {
  margin: 15px 0px;
}
#main-menu .container ul li.last a {
  font-weight: bold;
}
#main-menu .container li {
  padding: 0px 0px 0px 3px;
  background: none !important;
  margin-bottom: 8px;
}
#main-menu .container li a {
  color: #333333;
  display: block;
  padding: 3px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}
#main-menu .container li a sup {
  display: inline-block;
}
#main-menu .container li a:hover {
  color: #ed1c24;
  text-decoration: underline;
  background-color: #eeeeee;
}
#main-menu .container .menu-list {
  width: 225px;
  margin: 0 auto;
}
#main-menu .container .heading {
  margin: 0 0 5px;
  color: #ed1c24;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 18px;
  padding: 0 0 0 3px;
}
#main-menu .container .heading span {
  text-shadow: none;
  font-weight: normal;
  color: #6d6a6a;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
#main-menu .container li.featured-pro span {
  padding: 0 0 0 2px;
  display: block;
  color: #666666;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
#main-menu .container .bg-primary ul {
  width: 190px;
  margin: 10px auto auto auto;
  padding: 0 !important;
  list-style-type: none;
}
#main-menu .imgholder {
  position: relative;
  margin: 0 0 15px 0;
}
#main-menu .imgholder img {
  width: 100%;
  height: 113px;
}
#main-menu .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#main-menu .img-caption .grey-transparent {
  background: rgba(0, 0, 0, 0.6);
  padding: 0 !important;
  font-size: 16px;
  text-align: center;
}
#main-menu .img-caption .blue-bg {
  background-color: #33a8ce;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  padding: 5px;
}
#main-menu .img-caption .green-bg {
  background-color: #42be62;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  padding: 5px;
}
#main-menu .img-caption span {
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
}
#main-menu #solutions .bg-primary {
  padding: 34px;
  background-color: #f5f5f5;
}
#main-menu #industries .bg-primary {
  padding: 20px;
  background-color: #f5f5f5;
}
#main-menu h5.heading {
  margin: 0 0 10px !Important;
}
#main-menu .menu-solutions {
  width: 225px;
  margin: 0 auto;
  list-style-type: none;
  min-height: 330px;
}
#main-menu .menu-solutions .panel-heading {
  background: none !important;
  filter: none;
  padding: 4px 0px;
}
#main-menu .menu-solutions .panel-title a {
  padding: 3px;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#main-menu .menu-solutions .panel-title .ln-minus-squared-small {
  display: none;
}
#main-menu .menu-solutions .panel-body {
  border: none !important;
  padding: 0 !important;
}
#main-menu .menu-solutions .panel-group {
  margin-bottom: 0px;
}
#main-menu ul.menu-industries {
  padding: 0px 15px !important;
  border-right: 1px dotted #dfdfdf;
}
#main-menu #bookstore p,
#main-menu #communities p {
  margin-bottom: 20px;
  font-size: 14px;
}
#main-menu .equal.row {
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
}
#main-menu .ln-externalLink {
  font-size: 10px;
  vertical-align: super;
  color: #999;
  padding: 0 0 0 3px;
  display: inline-block;
}
#main-menu .nw {
  position: relative;
}
#main-menu .nw .icon {
  display: none;
  color: #999999;
  font-size: 10px !important;
  position: absolute;
  top: 2px !important;
  right: 2px;
  margin-right: 0px !important;
}
#main-menu .nw:hover span.icon {
  display: block !important;
  text-decoration: none;
}
#main-menu h4.heading {
  font-size: 16px !important;
}
#main-menu #training .well {
  font-size: 22px;
  color: #000000;
}
#main-menu #training h4 {
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
#main-menu #training .form-group label {
  font-weight: normal;
  font-size: 16px;
}
#main-menu .quick_links li {
  margin-bottom: 0px !important;
}
#main-menu .quick_links li a {
  display: inline-block !important;
  padding-right: 13px !important;
  color: #0d729f !important;
  font-size: 14px !important;
  padding-left: 10px;
}
#main-menu .quick_links li a .icon {
  top: inherit !important;
  right: inherit !important;
}
#main-menu .quick_links li a:hover {
  background: none !important;
  text-decoration: none !Important;
  color: #40A7D4 !Important;
}
#main-menu .quick_links li a:hover .icon {
  display: inline-block !important;
}
#main-menu .quick_links li .icon {
  color: #999999;
  font-size: 16px;
}
#main-menu .quick_links li .ln-angle-right {
  position: absolute;
  margin-top: 5px;
}
#main-menu #submenu-accordion .panel {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border: none !important;
  margin: 0 !important;
}
#main-menu #submenu-accordion .open .panel-title .icon.ln-plus-squared-small {
  display: none;
}
#main-menu #submenu-accordion .open .panel-title .icon.ln-minus-squared-small {
  display: inline-block;
}
#main-menu #submenu-accordion .icon {
  font-size: 14px;
  top: 0px;
  margin-right: 8px;
}
#main-menu #submenu-accordion .panel-body ul {
  margin: 0px 0px 3px 15px;
}
#main-menu #submenu-accordion .panel-body ul li {
  padding: 0px 0px 3px 6px;
  margin: 0 !important;
  background: url("../images/common/sprites.png") -195px -299px no-repeat !important;
}
#main-menu #submenu-accordion .panel-body ul li a {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
#main-menu #submenu-accordion .panel-heading h4 a {
  display: block;
  padding-bottom: 5px;
  margin-top: 2px;
}
#main-menu #submenu-accordion .panel-heading h4 a .icon {
  float: left;
  margin-top: -1px;
}
#main-menu #submenu-accordion .panel-heading h4 a:hover {
  color: #ed1c24;
  text-decoration: underline;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#main-menu #submenu-accordion .panel-heading h4 a:hover > .icon {
  color: #333333;
}
#topnav {
  padding: 0 !important;
}
#topnav .navbar-nav li {
  border-left: #999999 1px dotted;
}
#topnav .navbar-nav li:hover {
  background-color: #eeeeee;
}
#topnav .navbar-nav li:first-child {
  border: 0px;
}
#topnav .navbar-nav > li > a {
  font-size: 11px;
  padding: 3px 10px 4px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 20px;
}
#topnav .navbar-nav > li > a:hover {
  color: #ed1c24;
}
#topnav .dropdown-menu {
  padding: 10px 12px;
  border-top-left-radius: 4px;
}
#topnav .dropdown-menu li {
  border: none !important;
}
#topnav .dropdown-menu li a {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 3px;
  text-decoration: none;
}
#topnav .dropdown-menu li a:hover {
  color: #ed1c24;
  text-decoration: underline;
  background-image: none;
  background-color: #f5f5f5;
}
#topnav .dropdown-menu li:hover {
  background: url("../images/common/img-arrow-small.gif") no-repeat 0 7px;
}
#topnav .dropdown-menu:hover {
  border-color: #666666;
}
#topnav .dropdown.open a.dropdown-toggle {
  color: #ed1c24;
}
#topnav a .caret {
  color: #999999;
}
.product-sign-in {
  background-color: #00aeef;
  border-left: 0px !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.product-sign-in a {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 3px 12px 5px 11px !important;
  display: flex !important;
}
.product-sign-in span {
  color: #000000;
  padding-right: 3px;
  font-size: 16px;
  margin-top: 1px;
}
.product-sign-in:hover > a {
  background-color: #12bcfc !important;
}
#countries .dropdown-toggle {
  padding: 3px 9px 4px;
}
#countries .dropdown-menu {
  width: 200px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#countries .dropdown-menu li {
  background: url("../images/common/img-arrow-small.gif") no-repeat 0 7px;
  padding-left: 5px;
}
#countries .dropdown-menu li a {
  white-space: normal;
}
#countries .dropdown-toggle strong:before,
#countries .dropdown-menu li a:before {
  background: url("../images/common/sprites.png");
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 3px;
  width: 16px;
  height: 14px;
}
#about-links .dropdown-menu li {
  background: url("../images/common/img-arrow-small.gif") no-repeat 0 5px;
  padding-left: 8px;
  margin-bottom: 2px;
}
#about-links .dropdown-menu li:hover {
  background: url("../images/common/img-arrow-small.gif") no-repeat 0 5px;
}
/*Countries*/
.us:before {
  background-position: -176px -1263px !important;
}
.ar:before {
  background-position: 0 -1235px !important;
}
.au:before {
  background-position: -16px -1235px !important;
}
.at:before {
  background-position: -32px -1235px !important;
}
.be:before {
  background-position: -48px -1235px !important;
}
.ca:before {
  background-position: -64px -1235px !important;
}
.cl:before {
  background-position: -80px -1235px !important;
}
.cn:before {
  background-position: -96px -1235px !important;
}
.co:before {
  background-position: -112px -1235px !important;
}
.dk:before {
  background-position: -128px -1235px !important;
}
.fi:before {
  background-position: -144px -1235px !important;
}
.hk:before {
  background-position: -32px -1277px !important;
}
.fr:before {
  background-position: -160px -1235px !important;
}
.de:before {
  background-position: -176px -1235px !important;
}
.gr:before {
  background-position: 0 -1249px !important;
}
.in:before {
  background-position: -16px -1249px !important;
}
.il:before {
  background-position: -32px -1249px !important;
}
.it:before {
  background-position: -48px -1249px !important;
}
.int-sales:before {
  background-position: 0 -1276px !important;
  margin-bottom: 1px !important;
}
.jp:before {
  background-position: -64px -1249px !important;
}
.kr:before {
  background-position: -80px -1249px !important;
}
.lu:before {
  background-position: -96px -1249px !important;
}
.my:before {
  background-position: -112px -1249px !important;
}
.mx:before {
  background-position: -128px -1249px !important;
}
.nl:before {
  background-position: -144px -1249px !important;
}
.nz:before {
  background-position: -160px -1249px !important;
}
.no:before {
  background-position: -176px -1249px !important;
}
.ph:before {
  background-position: 0 -1263px !important;
}
.pl:before {
  background-position: -16px -1263px !important;
}
.ru:before {
  background-position: -32px -1263px !important;
}
.sg:before {
  background-position: -48px -1263px !important;
}
.za:before {
  background-position: -64px -1263px !important;
}
.es:before {
  background-position: -80px -1263px !important;
}
.se:before {
  background-position: -96px -1263px !important;
}
.ch:before {
  background-position: -112px -1263px !important;
}
.tw:before {
  background-position: -128px -1263px !important;
}
.tr:before {
  background-position: -144px -1263px !important;
}
.uk:before {
  background-position: -160px -1263px !important;
}
.latin-america:before {
  background-position: -16px -1276px !important;
  margin-bottom: 1px !important;
}
.hk:before {
  background-position: -32px -1277px !important;
}
/*Site feedback Popup*/
#site-feedback .modal-dialog {
  width: 485px;
}
#site-feedback button.close {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 25px;
  height: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-feedback button.close span {
  background: url("../images/common/close.png") no-repeat;
  height: 28px;
  position: absolute;
  right: -8px;
  top: -1px;
  width: 31px;
}
#site-feedback .thanks-content .thanks-right {
  background: url("../images/common/tick.png") no-repeat;
  padding-left: 75px;
  float: none;
  width: auto;
}
#site-feedback .thanks-content h3 {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  font-size: 24px;
  color: #8cc63f;
  font-weight: 400;
}
#site-feedback .thanks-content p {
  margin: 0 0 20px;
  color: #666666;
}
#site-feedback .modal-dialog.thank-you {
  width: 630px;
}
#site-feedback .modal-dialog.thank-you .modal-body {
  padding-right: 30px;
}
@-moz-document url-prefix() {
  .site-feedback-iframe > iframe {
    height: 520px;
  }
}
@media screen and (max-width: 991px) {
  #header {
    /*#main-menu {
			&.container {
				width:100%;
			}			
		}*/
  }
  #header .container {
    width: 100%;
  }
  #header .dropdown > div {
    width: 100%;
  }
  #topnav {
    position: absolute;
    right: 0;
  }
  #search-box .search {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  #main-menu li.dropdown a.dropdown-toggle {
    font-size: 14px;
    padding: 5px 7px 8px;
  }
  .bg-primary ul {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding-bottom: 20px !important;
  }
  #header .navbar-brand {
    border: none !important;
  }
  #header .navbar-header {
    padding-bottom: 0px !important;
  }
  #header .navbar-header .navbar-toggle {
    margin-right: 0px;
    margin-top: 19px;
  }
  #topnav {
    display: none;
  }
  #main-menu {
    position: initial;
    margin-top: 0px;
  }
  #main-menu .navbar-collapse {
    padding: 0px 15px !important;
    max-height: none!important;
    overflow: hidden;
  }
  #main-menu .close-button {
    display: none !important;
  }
  #main-menu li.dropdown.open .dropdown-menu .container {
    width: auto;
  }
  #main-menu li.dropdown {
    margin-right: 0px;
    margin-top: 5px;
  }
  #main-menu li.dropdown:first-child {
    margin-top: 0px;
  }
  #main-menu #submenu-accordion .panel-heading {
    background-color: #eeeeee !important;
    padding: 0px;
    margin-top: 8px;
  }
  #main-menu #submenu-accordion .panel-heading .panel-title .icon {
    float: left;
  }
  #main-menu #submenu-accordion .panel-heading .panel-title a {
    padding: 10px;
  }
  #main-menu #submenu-accordion .panel-body {
    border: 1px solid #eeeeee !important;
  }
  #main-menu #submenu-accordion .panel-body ul {
    margin: 10px 10px 7px 15px;
  }
  #main-menu .bg-primary ul {
    width: auto !important;
  }
  #main-menu #solutions .menu-solutions {
    min-height: inherit;
    margin: 0 30px 30px;
    width: auto;
  }
  #main-menu #solutions .menu-list {
    margin: 0 30px 30px;
    width: auto;
  }
  #main-menu #communities .row ul.list-unstyled {
    margin-bottom: 20px;
  }
  #main-menu #communities .row [class*="col-"] {
    padding: 0 !important;
  }
  #main-menu #bookstore .row p + [class*="col-"] + [class*="col-"] {
    padding: 0 !important;
  }
  #main-menu .border-right-dotted,
  #main-menu .border-left-dotted,
  #main-menu ul.menu-industries {
    border: none !important;
  }
  #main-menu .navbar-nav {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }
  #main-menu #search-box {
    position: initial;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #main-menu #search-box .search {
    margin-bottom: 0px;
  }
}
#main-menu.no-prod .container {
  /*width:1140px; not req*/
}
#main-menu.no-prod .container li a {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#main-menu.no-prod .container .heading {
  font-size: 18px;
  font-weight: 400;
  text-shadow: none;
}
#main-menu.no-prod .container .heading a {
  color: #ed1c24;
}
#main-menu.no-prod .container .heading span {
  display: block;
  line-height: 1.3em;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-menu.no-prod .container .bg-primary ul {
  width: auto;
}
#main-menu.no-prod #solutions section {
  height: 215px;
}
#main-menu.no-prod #solutions section header {
  display: inline-table;
}
#main-menu.no-prod #solutions section header .icon {
  font-size: 185%;
  color: #666666;
  width: 0;
}
#main-menu.no-prod #solutions section header .heading {
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
}
#main-menu.no-prod #solutions section p {
  margin-bottom: 5px;
}
#main-menu.no-prod #solutions section ul li {
  margin-bottom: 0px;
  padding: 0;
}
#main-menu.no-prod #solutions section ul li a {
  display: inline-block;
}
#main-menu.no-prod #solutions section ul li a:hover + .popover {
  visibility: visible;
}
#main-menu.no-prod #solutions section ul li .popover {
  visibility: hidden;
}
#main-menu.no-prod #solutions .bg-primary {
  padding: 34px 15px;
}
#main-menu.no-prod .menu-solutions {
  width: auto;
}
#main-menu.no-prod .menu-solutions .panel-title a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-menu.no-prod p {
  font-size: 14px;
}
#main-menu.no-prod #submenu-accordion .panel {
  background: none !important;
}
#main-menu.no-prod #submenu-accordion .icon {
  font-size: 18px;
}
#main-menu.no-prod #submenu-accordion .panel-body .heading span {
  margin-top: 0px !important;
  font-weight: normal;
  letter-spacing: normal;
  padding-left: 6px;
}
#main-menu.no-prod #submenu-accordion .panel-body ul {
  margin-bottom: 0px;
}
#main-menu.no-prod #submenu-accordion .panel-body ul li {
  background: none !important;
  position: relative;
}
#main-menu.no-prod #submenu-accordion .panel-body ul li:before {
  background: url("../images/common/sprites.png") -195px -297px no-repeat !important;
  content: "";
  position: absolute;
  height: 16px;
  width: 8px;
  top: 0;
  left: 0;
  display: block;
}
#main-menu.no-prod #submenu-accordion .panel-body ul li a {
  font-size: 13px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-menu.no-prod #submenu-accordion .panel-body ul.sub-menu li {
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  padding: 3px 3px 3px 9px;
  line-height: 21px;
}
#main-menu.no-prod #submenu-accordion .panel-body ul.sub-menu li ul {
  margin: 0 !important;
  overflow: hidden;
}
#main-menu.no-prod #submenu-accordion .panel-body ul.sub-menu li ul li {
  float: left;
  line-height: normal;
  padding-top: 0px !important;
  margin-top: -3px;
}
#main-menu.no-prod #submenu-accordion .panel-body ul.sub-menu li ul li:before {
  display: none;
}
#main-menu.no-prod #submenu-accordion .panel-body ul.sub-menu li ul li:first-child {
  margin-right: 3px;
}
#main-menu.no-prod #submenu-accordion .panel-body ul.sub-menu li ul li:first-child:after {
  content: "|";
  display: block;
  position: absolute;
  right: -7px;
  top: 3px;
  color: #d5d5d5;
}
#main-menu.no-prod #submenu-accordion .panel-heading h4 a {
  margin-top: 7px;
}
#main-menu.no-prod #submenu-accordion .panel-heading h4 a .icon {
  margin-top: 0px;
}
@media screen and (max-width: 1199px) {
  #header .no-prod .container {
    /*width:970px;*/
  }
}
@media screen and (max-width: 767px) {
  #main-menu.no-prod #solutions .menu-solutions {
    margin: 0 0 30px 0;
  }
  #main-menu.no-prod #solutions section {
    height: auto;
  }
}
/* CSS for Footer*/
#footer-v2.v2 .contact-details .contact-info a.btn.cta-3 {
  color: #fff;
}
#footer {
  color: #ffffff;
  padding: 20px 0 0 !important;
  margin-top: 60px;
  height: auto !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  display: block !important;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #494949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #494949));
  background: -webkit-linear-gradient(top, #333333 0%, #494949 100%);
  background: -o-linear-gradient(top, #333333 0%, #494949 100%);
  background: -ms-linear-gradient(top, #333333 0%, #494949 100%);
  background: linear-gradient(to bottom, #333333 0%, #494949 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#494949', GradientType=0);
}
#footer .container {
  padding-top: 10px;
}
#footer .container img {
  margin-bottom: 50px;
}
#footer address {
  margin: 10px 0;
  display: block;
  clear: both;
  overflow: hidden;
}
#footer address h4 {
  color: #cccccc;
  text-transform: uppercase;
  background: none !important;
  display: block;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 !important;
}
#footer address p {
  margin: 5px 10px 24px 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
  float: left;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer address a.btn {
  text-decoration: none;
  font-size: 14px;
  float: right;
  margin-top: 9px;
  color: #ffffff;
}
#footer a.more-info {
  color: #e5e5e5;
  text-decoration: underline;
  display: block;
  clear: both;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#footer a.more-info:hover {
  text-decoration: none;
  color: #999999;
}
#footer h3 {
  color: #cccccc;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 0px;
}
#footer ul {
  text-align: left !important;
  margin-bottom: 44px !important;
}
#footer ul li {
  display: block !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 0 8px 0;
}
#footer ul li a {
  text-decoration: none;
  color: #999999;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#footer ul li a span.icon {
  font-size: 24px;
  margin-right: 10px;
}
#footer ul li a:hover {
  color: #ffffff;
}
#footer:before {
  content: "";
  display: block;
  background: #333333;
  height: 24px;
  margin-top: -7px;
  border-top: 5px #ed1c24 solid;
}
#footer .copyright {
  padding: 10px 0 0;
  display: block;
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 72px;
}
#footer .copyright:hover {
  color: #ffffff !important;
}
.logo {
  display: block;
}
.sm-border {
  border-top: 1px solid #595959;
  margin: 30px 0px;
  display: none;
}
/* RE logo footer addition styles 
*************************************************/
.copy-right {
  background: #333333;
  padding-bottom: 28px;
  padding-top: 4px;
}
.copy-right a {
  margin: 0 5px 0 0;
  float: left;
  line-height: 19px;
  color: #828282;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
.copy-right a:hover {
  text-decoration: underline;
}
.copy-right .re-logo {
  background: url("../images/common/re-logo.png") 0 0 no-repeat;
  width: 133px;
  height: 21px;
  float: right;
  text-indent: -9999em;
  margin-right: 10px;
}
.lt-ie9 .copy-right {
  padding-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  #footer address p {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  #footer .sm-border {
    display: block;
  }
  #footer .copy-right {
    padding-bottom: 24px;
  }
  #footer .copy-right a {
    line-height: 16px;
    margin-bottom: 5px;
    display: block;
    float: none;
  }
  #footer .copy-right .re-logo {
    float: left;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 30px;
  }
}
/* CSS for Footer*/
#mini-footer {
  background-color: #333333;
  border-top: 3px solid #ed1c24;
  padding: 29px 0 28px 0;
}
#mini-footer .footer-links {
  padding-left: 60px;
  padding-top: 8px;
}
#mini-footer .footer-links a {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 15px;
  color: #afafaf;
  display: block;
}
#mini-footer .footer-links ul {
  overflow: hidden;
  margin: 5px 0 0;
}
#mini-footer .footer-links ul li {
  float: left;
  position: relative;
  margin-right: 15px;
}
#mini-footer .footer-links ul li a {
  line-height: 19px;
}
#mini-footer .footer-links ul li:after {
  content: "";
  border-right: 1px solid #949494;
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
}
#mini-footer .footer-links ul li.last {
  margin-right: 0px;
}
#mini-footer .footer-links ul li.last:after {
  display: none;
}
#mini-footer .re-logo {
  background: url("//www.lexisnexis.com/images/common/re-logo.png") 0 8px no-repeat;
  width: 133px;
  height: 35px;
  float: right;
  text-indent: -9999em;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  #mini-footer .footer-links {
    padding-left: 15px;
    margin: 20px 0 15px;
  }
  #mini-footer .re-logo {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  #mini-footer .footer-links ul li {
    float: none;
  }
  #mini-footer .footer-links ul li:after {
    display: none;
  }
}
/* CSS for Header*/
#mini-header {
  font-size: 14px;
  padding: 10px 0;
}
#mini-header a {
  color: #333;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-top: 6px;
  margin-right: 30px;
  display: none;
}
#mini-header a.lexisnexis-logo {
  padding: 0;
  position: static;
  margin: 0;
  display: block;
}
#mini-header a.lexisnexis-logo img.ln-logo {
  position: static;
}
#mini-header a#contact-rep {
  margin-top: 0;
}
#mini-header a#contact-rep img {
  position: absolute;
  right: -10px;
  top: 6px;
}
#mini-header a#contact-rep:hover .white-cir-1,
#mini-header a#contact-rep:hover .white-cir-2 {
  display: none;
}
#mini-header a#contact-rep span {
  display: none;
}
#mini-header a#feedback .icon {
  float: left;
  font-size: 150%;
  margin: -2px 6px;
  color: #ed1c24;
  -webkit-transition: color 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: color 0.2s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: color 0.2s ease-in-out;
  /* IE */
  -o-transition: color 0.2s ease-in-out;
  /* Opera */
  transition: color 0.2s ease-in-out;
  /* All Browsers */
}
#mini-header a#feedback:hover .icon {
  color: #00aeef;
}
.hd-feedback-on #feedback {
  display: block;
}
.hd-contact-rep-on #contact-rep {
  display: block;
}
.lt-ie9 #mini-header a img,
.lt-ie9 #mini-header a svg {
  display: none;
}
.lt-ie9 #mini-header a.lexisnexis-logo img.ln-logo {
  display: block;
}
.lt-ie9 #mini-header a span {
  background: url("../images/microsite-challenge-images/sprite-contact-rep-white-bg.png") no-repeat scroll -35px 0;
  display: inline-block;
  height: 34px;
  width: 34px;
  vertical-align: bottom;
}
.lt-ie9 #mini-header a span:hover {
  background: url("../images/microsite-challenge-images/sprite-contact-rep-white-bg.png") no-repeat scroll 2px 0 !important;
}
@media screen and (max-width: 400px) {
  #mini-header .ln-logo {
    margin-top: 10%;
  }
}
/*SVG color*/
/*SVG color*/
.svg-logo-lg {
  width: 86px;
  height: 123px;
}
.svg-logo-md {
  width: 70px;
  height: 111px;
}
.svg-logo-xs {
  width: 50px;
  height: 79px;
}
.svgLogo {
  width: 86px;
  height: 123px;
  transition: width .2s linear, height .2s linear;
  -moz-transition: width .2s linear, height .2s linear;
  /* Firefox 4 */
  -webkit-transition: width .2s linear, height .2s linear;
  /* Safari and Chrome */
  -o-transition: width .2s linear, height .2s linear;
  /* Opera */
}
.svgLogo .ln-logo {
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  /*margin-left:20px; it was creating whitespace between logo and left shadow */
}
/*SVG color*/
.redBg-highest {
  fill: #ed1c24;
}
.blackBg-highest {
  fill: #000000;
}
.greyBg-highest {
  fill: #373739;
}
.redBg-mid {
  fill: rgba(235, 28, 45, 0.6);
}
.blackBg-mid {
  fill: rgba(0, 0, 0, 0.6);
}
.greyBg-mid {
  fill: rgba(55, 55, 57, 0.6);
}
@media screen and (min-width: 991px) {
  #tag-exp-header nav .navbar-brand > span.tag {
    top: -10px;
  }
  .svgLogo .lg-logo {
    display: block;
  }
  .svgLogo .med-logo {
    display: none;
  }
  .svgLogo .burst {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  .svgLogo .burst-rating path {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 990px) {
  #tag-exp-header nav .navbar-brand > span.tag {
    top: -10px;
  }
  .svgLogo .lg-logo {
    display: block;
  }
  .svgLogo .med-logo {
    display: none;
  }
  .svgLogo .burst {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  .svgLogo {
    /*width:90px !important; height:142px  !important;*/
    transition: width .2s linear, height .2s linear;
    -moz-transition: width .2s linear, height .2s linear;
    /* Firefox 4 */
    -webkit-transition: width .2s linear, height .2s linear;
    /* Safari and Chrome */
    -o-transition: width .2s linear, height .2s linear;
    /* Opera */
  }
}
@media screen and (max-width: 767px) {
  .svgLogo svg {
    top: -15px !important;
    width: 70px !important;
    height: 111px !important;
    position: relative;
    transition: width .2s linear, height .2s linear;
    -moz-transition: width .2s linear, height .2s linear;
    /* Firefox 4 */
    -webkit-transition: width .2s linear, height .2s linear;
    /* Safari and Chrome */
    -o-transition: width .2s linear, height .2s linear;
    /* Opera */
  }
  .svgLogo svg .burst {
    transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
  }
  .svgLogo .lg-logo {
    display: block;
  }
  .svgLogo .med-logo {
    display: none;
  }
  .svgLogo #text {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .svgLogo svg {
    width: 50px !important;
    height: 79px !important;
    top: -21px !important;
    transition: width .2s linear, height .2s linear;
    -moz-transition: width .2s linear, height .2s linear;
    /* Firefox 4 */
    -webkit-transition: width .2s linear, height .2s linear;
    /* Safari and Chrome */
    -o-transition: width .2s linear, height .2s linear;
    /* Opera */
    position: relative;
  }
  .svgLogo svg .burst {
    transform: translate(0px, 18px);
    -ms-transform: translate(0px, 18px);
    -webkit-transform: translate(0px, 18px);
  }
  /*.svgLogo .burst{transform:translate(0px, 18px); -ms-transform:translate(0px, 18px); -webkit-transform:translate(0px, 18px);}*/
  /*.svgLogo{ top:-34px !important; position:relative; /*height:79px  !important;width:50px !important; *
	
	transition:width .2s linear, height .2s linear;
	-moz-transition: width .2s linear, height .2s linear; /* Firefox 4 *
	-webkit-transition: width .2s linear, height .2s linear; /* Safari and Chrome *
	-o-transition: width .2s linear, height .2s linear; /* Opera *
	
}*/
}
/*.ie11 .svgLogo, .lt-ie10 .svgLogo , .ie10 .svgLogo{width:70px !important; top:-15px !important; position:relative; height:111px  !important;}*/
.lt-ie10 .svgLogo svg,
.ie10 .svgLogo svg,
.ie11 .svgLogo svg {
  width: 78px !important;
  height: 123px  !important;
}
.lt-ie10 .svgLogo,
.ie10 .svgLogo,
.ie11 .svgLogo {
  width: 78px !important;
  height: 123px  !important;
}
.lt-ie9 .svgLogo {
  display: none !important;
}
.lt-ie9 .tag {
  width: 85px !important;
  height: 125px  !important;
}
#tag-exp-header {
  height: 48px;
  border-bottom: 3px solid #ed1c24;
  background-color: #373739;
  left: 0;
  padding: 0;
  position: relative;
  right: 0;
  z-index: 101;
}
#tag-exp-header nav {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  margin-bottom: 0;
  height: auto;
  min-height: auto;
}
#tag-exp-header nav .navbar-header {
  min-width: 330px;
  padding-left: 0;
}
#tag-exp-header nav .navbar-header .navbar-brand {
  line-height: 40px;
  height: 45px;
  margin-right: 4px;
  margin-left: 0;
  /* margin changed to 0 from margin-left: -35px;	this is creating problem on heder logo alignment please let balram know if it broke anywhere*/
  padding-left: 0;
  padding-top: 0;
  width: auto;
}
#tag-exp-header nav .navbar-header .navbar-brand .tag {
  position: relative;
  z-index: 100;
}
#tag-exp-header nav .navbar-header .navbar-brand:before {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5px;
  bottom: 0;
  content: "";
  left: -16px;
  position: absolute;
  top: 0;
  display: none;
}
#tag-exp-header nav .navbar-header b {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ccc;
  line-height: 48px;
}
#tag-exp-header nav .navbar-header .navbar-toggle {
  background-color: none !important;
  background-image: none;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 0;
  position: relative;
  font-size: 24px;
  float: right;
  margin-top: 8px;
  color: #999;
}
#tag-exp-header nav .navbar-header .navbar-toggle:hover,
#tag-exp-header nav .navbar-header .navbar-toggle:focus {
  background: none;
  color: #fff;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right {
  margin-right: -30px;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right a {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 10px 15px 10px 19px;
  display: block;
  vertical-align: middle;
  line-height: 45px;
  height: 45px;
  text-decoration: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right a .icon {
  font-size: 24px;
  float: right;
  margin-top: 9px;
  margin-left: 15px;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right a:hover,
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right a:focus {
  background: #444446;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right a:before {
  bottom: 0;
  content: " ";
  left: -2px;
  position: absolute;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5px;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right a:after {
  bottom: 0;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5px;
  right: -2px;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu {
  background: #444446;
  right: -15px;
  top: 42px;
  z-index: 1;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.176);
  /*width:260px;*/
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu a {
  border-right: none !important;
  text-transform: uppercase;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #b2b2b2;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu a:before {
  border-left: 1px solid rgba(255, 255, 255, 0.01) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.01) !important;
  left: -2px;
  padding: 0.5px;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu a:after {
  border-left: 1px solid rgba(255, 255, 255, 0.01) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.01) !important;
  left: -2px;
  padding: 0.5px;
}
#tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  #tag-exp-header .navbar .navbar-header {
    float: left;
  }
  #tag-exp-header .navbar .navbar-header .navbar-brand {
    margin-left: -30px;
    border-left: none;
  }
  #tag-exp-header .navbar .navbar-header .navbar-brand:before {
    display: none;
  }
  #tag-exp-header .navbar .navbar-header .navbar-brand b {
    padding-left: 100px;
    font-weight: 400;
  }
  #tag-exp-header .navbar .collapse {
    display: block;
    border: none;
    box-shadow: none;
  }
  #tag-exp-header .navbar .collapse .navbar-nav.navbar-right {
    margin-right: -45px;
    margin-left: -45px;
  }
  #tag-exp-header .navbar .collapse .navbar-nav.navbar-right a {
    padding-left: 0;
    float: right;
    top: -6px;
  }
  #tag-exp-header .navbar .collapse .navbar-nav.navbar-right a:after {
    display: none;
  }
  #tag-exp-header .navbar .collapse .navbar-nav.navbar-right a b {
    display: none;
  }
  #tag-exp-header .navbar .collapse .navbar-nav .dropdown-menu {
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
    top: -8px !important;
    border-left: none;
    padding-top: 20px;
  }
  #tag-exp-header .navbar .collapse .navbar-nav .dropdown-menu li a {
    float: left;
    width: 100%;
    padding-left: 107px;
  }
}
@media only screen and (max-width: 480px) {
  #tag-exp-header nav .navbar-header {
    min-width: auto;
  }
  #tag-exp-header nav .navbar-header b {
    font-size: 12px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 450px) {
  #tag-exp-header nav .collapse .navbar-nav .dropdown-menu li a {
    padding-left: 89px !important;
  }
}
@media only screen and (max-width: 350px) {
  #tag-exp-header nav .navbar-header b {
    font-size: 10px;
  }
}
.ie11 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-toggle b,
ie10 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-toggle b,
.lt-ie10 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-toggle b {
  float: left;
}
.ie11 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu,
ie10 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu,
.lt-ie10 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu {
  width: 260px;
}
.lt-ie9 #tag-exp-header nav {
  background-color: transparent;
}
.lt-ie9 #tag-exp-header nav .navbar-header .ln-logo-temp {
  display: none;
}
.lt-ie9 #tag-exp-header nav .navbar-collapse .navbar-nav.navbar-right .dropdown-menu {
  border: none;
}
/* 

    Index List

    Created by  :   Anoop
	Designed by	: 	Stacy He
    JCM         :   182927 - US Corporate Site 2018
    Basecamp    :   https://basecamp.com/2265851/projects/15094278/todos/356524340
    Description :   Index List of been developed for Product index and Product Sign in Index pages but this list came be used where a index list needed.

*/
.index-list::before {
  content: "";
  position: fixed;
  width: 110%;
  height: 110%;
  z-index: -1;
  background-image: url(../images/product-index-blur-bg.jpg);
  left: -5%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.index-list .tags {
  position: fixed;
  padding: 0;
  width: 30px;
  left: 50%;
  transform: translateX(540px);
}
@media only screen and (max-width: 1200px) {
  .index-list .tags {
    right: 15px;
    left: auto;
    transform: none;
  }
}
.index-list .tags li {
  display: inline-block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .index-list .tags li {
    margin-bottom: 1px;
  }
}
.index-list .tags li a {
  border-radius: 2px;
  background: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #555555;
  display: inline-block;
  font-weight: 400;
  opacity: 0.5;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
.index-list .tags li a:hover {
  text-decoration: none;
  opacity: 1;
}
.index-list .tags li a.active {
  background: #ed1c24;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .index-list .list {
    margin-top: 0 !important;
  }
}
.index-list .list div[id] {
  display: grid;
  position: relative;
  grid-template-columns: 20% 80%;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .index-list .list div[id] {
    grid-template-columns: none;
    grid-template-rows: 10% 90%;
    margin-bottom: 6px;
  }
}
.index-list .list div[id]::before {
  content: "";
  height: 100%;
  display: inline-block;
  font-size: 145px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  line-height: 104px;
  transform: translateY(50%);
  margin-top: -57px;
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) and (not (position:sticky)) {
  .index-list .list div[id]::before {
    width: 216px;
    position: absolute;
    margin-top: -66px;
  }
}
@media only screen and (max-width: 767px) {
  .index-list .list div[id]::before {
    transform: none;
    margin-top: 0;
    text-align: left;
    padding: 20px;
    font-size: 70px;
    line-height: 60px;
    height: auto;
    font-kerning: none;
  }
}
.index-list .list div[id][id='A']::before {
  content: "A";
}
.index-list .list div[id][id='B']::before {
  content: "B";
}
.index-list .list div[id][id='C']::before {
  content: "C";
}
.index-list .list div[id][id='D']::before {
  content: "D";
}
.index-list .list div[id][id='E']::before {
  content: "E";
}
.index-list .list div[id][id='F']::before {
  content: "F";
}
.index-list .list div[id][id='G']::before {
  content: "G";
}
.index-list .list div[id][id='H']::before {
  content: "H";
}
.index-list .list div[id][id='I']::before {
  content: "I";
}
.index-list .list div[id][id='J']::before {
  content: "J";
}
.index-list .list div[id][id='K']::before {
  content: "K";
}
.index-list .list div[id][id='L']::before {
  content: "L";
}
.index-list .list div[id][id='M']::before {
  content: "M";
}
.index-list .list div[id][id='N']::before {
  content: "N";
}
.index-list .list div[id][id='O']::before {
  content: "O";
}
.index-list .list div[id][id='P']::before {
  content: "P";
}
.index-list .list div[id][id='Q']::before {
  content: "Q";
}
.index-list .list div[id][id='R']::before {
  content: "R";
}
.index-list .list div[id][id='S']::before {
  content: "S";
}
.index-list .list div[id][id='T']::before {
  content: "T";
}
.index-list .list div[id][id='U']::before {
  content: "U";
}
.index-list .list div[id][id='V']::before {
  content: "V";
}
.index-list .list div[id][id='W']::before {
  content: "W";
}
.index-list .list div[id][id='X']::before {
  content: "X";
}
.index-list .list div[id][id='Y']::before {
  content: "Y";
}
.index-list .list div[id][id='Z']::before {
  content: "Z";
}
.index-list .list ul {
  margin: 20px 0;
  padding: 0;
  column-count: 3;
  column-gap: 40px;
  min-height: 113px;
  page-break-inside: avoid;
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) and (not (position:sticky)) {
  .index-list .list ul {
    margin-left: 216px;
  }
}
@media only screen and (max-width: 1200px) {
  .index-list .list ul {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .index-list .list ul {
    column-count: 1;
    padding: 0 20px;
    margin: 0;
    min-height: auto;
    padding-bottom: 15px;
  }
}
.index-list .list ul li {
  list-style: none;
  line-height: 16px;
  margin-bottom: 10px;
  page-break-inside: avoid;
}
.index-list .list ul li a {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
.index-list .list ul li a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.index-list .list.align-alphabets div[id][id='A']::before {
  text-indent: -1px;
}
.index-list .list.align-alphabets div[id][id='B']::before {
  text-indent: -6px;
}
.index-list .list.align-alphabets div[id][id='C']::before {
  text-indent: -4px;
}
.index-list .list.align-alphabets div[id][id='D']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='E']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='F']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='G']::before {
  text-indent: -5px;
}
.index-list .list.align-alphabets div[id][id='H']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='I']::before {
  text-indent: -8px;
}
.index-list .list.align-alphabets div[id][id='J']::before {
  text-indent: -3px;
}
.index-list .list.align-alphabets div[id][id='K']::before {
  text-indent: -8px;
}
.index-list .list.align-alphabets div[id][id='L']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='M']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='N']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='O']::before {
  text-indent: -5px;
}
.index-list .list.align-alphabets div[id][id='P']::before {
  text-indent: -8px;
}
.index-list .list.align-alphabets div[id][id='Q']::before {
  text-indent: -4px;
}
.index-list .list.align-alphabets div[id][id='R']::before {
  text-indent: -8px;
}
.index-list .list.align-alphabets div[id][id='S']::before {
  text-indent: -4px;
}
.index-list .list.align-alphabets div[id][id='T']::before {
  text-indent: -1px;
}
.index-list .list.align-alphabets div[id][id='U']::before {
  text-indent: -7px;
}
.index-list .list.align-alphabets div[id][id='V']::before {
  text-indent: -1px;
}
.index-list .list.align-alphabets div[id][id='W']::before {
  text-indent: -1px;
}
.index-list .list.align-alphabets div[id][id='X']::before {
  text-indent: -1px;
}
.index-list .list.align-alphabets div[id][id='Y']::before {
  text-indent: -1px;
}
.index-list .list.align-alphabets div[id][id='Z']::before {
  text-indent: -4px;
}
.index-list.big-box {
  display: grid;
  grid-template-columns: 25% 75%;
}
.index-list.big-box .tags {
  display: none;
}
.index-list.big-box::before {
  background-image: url(../images/product-si-index-bg.jpg);
}
.index-list.big-box .highlight {
  column-count: 1 !important;
  padding-left: 30px!important;
  padding-right: 20px!important;
  border-right: 1px solid #eee;
}
.index-list.big-box .highlight.list ul {
  column-count: initial !important;
}
.index-list.big-box .highlight.list ul a {
  color: #00aeef;
}
.index-list.big-box .highlight h4 {
  display: block;
  font-weight: 400;
  margin-top: 0;
  position: relative;
  color: #000;
}
.index-list.big-box .highlight h4 span {
  display: block;
}
.index-list.big-box .highlight h4::before {
  content: "";
  height: 2px;
  width: 70px;
  background: #ed1c24;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.index-list.big-box .highlight ul {
  column-count: 3 !important;
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .index-list.big-box .highlight ul {
    padding: 0;
    column-count: 1 !important;
    margin-top: 20px !important;
  }
}
.index-list.big-box .highlight ul::before {
  display: none;
}
.index-list.big-box .highlight ul li a {
  color: #000;
}
.index-list.big-box .list {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  column-count: 3;
  column-gap: 40px;
  padding: 45px;
  border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
  .index-list.big-box .list {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .index-list.big-box .list {
    column-count: 1;
    padding: 20px !important;
  }
}
.index-list.big-box .list div[id] {
  background: none;
  page-break-inside: avoid;
  grid-template-columns: none;
  grid-template-rows: 20% 80%;
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index-list.big-box .list div[id] {
    padding: 0;
  }
}
.index-list.big-box .list div[id]::before {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  transform: none;
  font-weight: 400;
  text-align: left;
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) and (not (position:sticky)) {
  .index-list.big-box .list div[id]::before {
    margin-top: 0;
  }
}
.index-list.big-box .list ul {
  column-count: auto;
  min-height: 1px;
  max-height: none;
  margin: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .index-list.big-box .list ul {
    margin-top: 0;
  }
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) and (not (position:sticky)) {
  .index-list.big-box .list ul {
    margin-top: 50px;
  }
}
.index-list.big-box .list ul::before {
  content: "";
  height: 2px;
  width: 45px;
  background: #ed1c24;
  position: absolute;
  left: 10px;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .index-list.big-box .list ul::before {
    top: 50px;
    left: 20px;
  }
}
.index-list.big-box .list ul li a {
  color: #000;
}
.index-list.big-box .list ul li a:hover {
  color: #ed1c24;
}
/*

IE FIXES

*/
.ie-blur {
  position: static !important;
}
.ie-blur .index-list::before {
  outline: none;
  z-index: -1;
}
html.ie11 .big-box.index-list .allproduct {
  width: 75%;
}
html.ie11 .big-box.index-list .highlight {
  float: left;
  width: 25%;
  border-right: 1px solid #eee;
}
html.ie11 .big-box.index-list .highlight ul {
  column-count: auto !important;
}
html.ie11 .index-list::before {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
html.ie11 .index-list .list div[id]::before {
  width: 216px;
  position: absolute;
  margin-top: -66px;
}
@media only screen and (max-width: 767px) {
  html.ie11 .index-list .list div[id]::before {
    margin-top: 0;
    width: 100%;
  }
}
html.ie11 .index-list .list div[id] ul {
  margin-left: 216px;
}
@media only screen and (max-width: 767px) {
  html.ie11 .index-list .list div[id] ul {
    margin-left: 0;
    margin-top: 100px;
  }
}
html.ie11 .index-list.big-box .list div[id]::before {
  margin-top: 0;
}
html.ie11 .index-list.big-box .list ul {
  margin-left: 0 !important;
  margin-top: 50px;
}
/* CSS for New Search Page */
.search-section {
  position: relative;
  overflow: hidden;
}
.search-section::after {
  content: "\e89b";
  position: absolute;
  z-index: 10;
  font-size: 330px;
  right: 30px;
  top: -165px;
  font-family: 'lexisnexis-icons';
  transform: rotate(90deg);
  opacity: .02;
}
.search-bg {
  background-color: #fafafa;
}
.search-bdr {
  border-bottom: 1px solid #e9e9e9;
}
.search-heading {
  background-color: #fafafa;
  padding-bottom: 45px;
  padding-top: 80px;
  margin-bottom: 0;
}
.search-heading input {
  border: 1px solid #ccc;
  height: 55px;
  float: left;
  box-shadow: none;
  box-shadow: 0px 1px 1px 0px #ccc;
  padding-left: 18px;
}
.search-heading input::-webkit-input-placeholder {
  color: #666;
}
.search-heading input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.search-heading input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.search-heading input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.search-heading input:hover {
  border-color: #ed1c24;
}
.search-heading button {
  background-color: transparent;
  margin-left: -55px;
}
.search-heading button.icon {
  padding: 9px 0;
  font-size: 38px;
  line-height: 35px;
  width: 50px;
  color: #ed1c24;
  transform: rotate(90deg);
}
.search-body .nav-tabs {
  border: none;
}
.search-body .nav-tabs > li a {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding: 4px 20px;
  margin-bottom: 1px;
}
.search-body .nav-tabs > li a:focus,
.search-body .nav-tabs > li a:hover {
  border: none;
  background-color: transparent;
  color: #000;
}
.search-body .nav-tabs > li a small {
  font-size: 11px;
  font-weight: 400;
  color: #666;
}
.search-body .nav-tabs > li.active a {
  color: #000;
  font-weight: 800;
  border-bottom: 3px solid #ed1c24;
}
.search-body .search-tag {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 25px;
}
.search-body .search-tag span {
  font-size: 14px;
  border: 1px solid #ccc;
  margin-left: 5px;
  display: inline-block;
  border-radius: 1px;
  color: #0077cc;
  padding: 4px 8px 3px 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.search-body .search-tag span .icon {
  transform: rotate(90deg);
  float: left;
  font-size: 20px;
  margin-right: 2px;
}
.search-body .search-tag span:hover {
  background-color: #f0f0f0;
}
.search-body .search-tag span strong {
  font-weight: 800;
}
.search-body .results-count {
  color: #999;
  font-size: 14px;
  margin-top: 25px;
}
.search-body .tab-content .results li {
  margin-bottom: 40px !important;
  font-weight: 400;
}
.search-body .tab-content .results li a {
  font-size: 18px;
  color: #0077cc;
  display: inline-block;
  margin-bottom: 5px;
}
.search-body .tab-content .results li a:hover {
  text-decoration: underline;
}
.search-body .tab-content .results li strong {
  font-weight: 800;
}
.search-body .tab-content .results li p {
  font-size: 14px;
  color: #666;
  line-height: normal;
}
.search-body .tab-content .search-pagination .pagination li a,
.search-body .tab-content .search-pagination .pagination li span {
  border-radius: 0;
  font-size: 17px;
  font-weight: 400;
  color: #0077cc;
  padding: 5px 16px;
  margin-bottom: 20px;
}
.search-body .tab-content .search-pagination .pagination li.active a,
.search-body .tab-content .search-pagination .pagination li.active span {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.search-body .tab-content .search-pagination .pagination li.disabled a,
.search-body .tab-content .search-pagination .pagination li.disabled span {
  color: #ccc;
  font-size: 16px;
  padding: 6px 16px;
}
.search-body .tab-content .search-pagination .pagination li:nth-last-of-type(-n+2) a,
.search-body .tab-content .search-pagination .pagination li:nth-last-of-type(-n+2) span {
  font-size: 16px;
  padding: 6px 16px;
}
.search-body .product-highlight {
  border: 1px solid #e9e9e9;
  box-shadow: 0px 1px 3px 0px #eee;
  margin-top: 75px;
}
.search-body .product-highlight .top-product {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 25px 25px 25px ;
}
.search-body .product-highlight .top-product header {
  padding-bottom: 10px;
}
.search-body .product-highlight .top-product header .icon {
  font-size: 56px;
  color: #999;
  margin-left: -5px;
}
.search-body .product-highlight .top-product header h2 {
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin-top: 3px;
  margin-bottom: 8px;
  margin-left: -3px;
}
.search-body .product-highlight .top-product header h2::after {
  width: 60px;
  height: 2px;
  background-color: #ed1c24;
  content: "";
  position: relative;
  top: 7px;
  display: block;
  left: 3px;
}
.search-body .product-highlight .top-product header small {
  text-transform: uppercase;
  color: #999;
  font-size: 10px;
}
.search-body .product-highlight .top-product p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.search-body .product-highlight .top-product .btn {
  border: 1px solid #333;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  background-image: none;
  background: rgba(255, 255, 255, 0.1);
  min-width: 100px;
  padding: 4px 12px;
  border-radius: 2px;
  font-weight: 400;
  margin: 0 10px 10px 0;
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
}
.search-body .product-highlight .top-product .btn:hover {
  background: #e5e5e5;
}
.search-body .product-highlight .top-product .btn.login {
  color: #0077cc;
  border-color: #0077cc;
}
.search-body .product-highlight .top-product .btn.login:hover {
  background: #e6f4ff;
}
.search-body .product-highlight .other-products {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px;
  padding-bottom: 10px;
  font-size: 16px;
}
.search-body .product-highlight .other-products h5 {
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  font-weight: 400;
}
.search-body .product-highlight .other-products li {
  margin-bottom: 8px;
}
.search-body .product-highlight .other-products li a {
  color: #0077cc;
  transition: all .5s ease;
  font-weight: 400;
  font-size: 16px;
}
.search-body .product-highlight .other-products li a:hover {
  text-decoration: underline;
}
.search-body .product-highlight .all-products {
  padding: 5px 25px 12px;
}
.search-body .product-highlight .all-products a {
  text-transform: uppercase;
  font-size: 12px;
}
#autocompletesearch {
  display: table !important;
  border: 1px solid #eeeeee;
  background: #fff;
}
#autocompletesearch .listsearch .result {
  padding: 0.5vw 1vw;
  color: #666;
  cursor: default;
}
#autocompletesearch .listsearch.solr-completion-selected {
  background: #eeeeee;
}
@media only screen and (min-width: 992px) {
  .search-heading input {
    width: 60%;
  }
  #autocompletesearch {
    position: absolute;
    z-index: 10;
  }
}
@media only screen and (max-width: 991px) {
  .search-section::after {
    display: none;
  }
  .search-heading input {
    width: calc(100% - 5px);
  }
  .search-body .tab-content .search-pagination .pagination li a,
  .search-body .tab-content .search-pagination .pagination li span {
    font-size: 16px;
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #autocompletesearch {
    width: calc(100% - 0px);
  }
  .search-heading {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .search-heading input {
    width: calc(100% - 0px);
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-heading button.ln-search::before {
    position: absolute;
    bottom: -1px;
    left: 15px;
  }
  .search-heading button.icon {
    width: 40px;
  }
  .search-body .search-tag span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .search-body .nav-tabs {
    border: none;
  }
  .search-body .nav-tabs > li a {
    padding: 4px 10px;
  }
  .search-nav {
    overflow: hidden;
    height: 43px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 1px 0px #ccc;
    position: relative;
    z-index: 1;
  }
  .search-nav .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
  }
  .search-nav .nav-tabs > li {
    display: inline-block;
    float: none;
  }
  .search-nav::after {
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #fafafa 1%, #fafafa 20%, rgba(250, 250, 250, 0) 100%);
  }
}
/*Promos Component CSS*/
.promos .owl-item {
  padding: 0px 25px;
}
.promos .owl-item a {
  position: relative;
  display: block;
}
.promos .owl-item a img {
  border-bottom: 6px solid #ed1c24;
  /*.transition(all 200ms ease);*/
}
.promos .owl-item a h4,
.promos .owl-item a p {
  color: #333333;
}
.promos .owl-item a h4 {
  font-size: 24px;
  font-weight: 400;
}
.promos .owl-item a p {
  font-size: 16px;
}
.promos .owl-item a:hover {
  text-decoration: none;
}
.promos .owl-item a:hover h4 {
  color: #0077cc;
}
.promos .owl-item a:hover img {
  /*border-color:@link-hover-color;*/
}
.promos .owl-item a:hover:before {
  color: #ffffff;
  background-color: #ed1c24;
}
.promos .owl-item a:before {
  content: "\e864";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  right: 8px;
  display: block;
  top: 8px;
  text-align: center;
  color: #ed1c24;
  line-height: 1.3em;
  padding-left: 3px;
  font-family: 'lexisnexis-icons';
  font-size: 20px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
@media screen and (max-width: 1199px) {
  .promos .owl-item {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .promos .owl-item {
    padding: 0px 15px;
  }
}
/*About us*/
@font-face {
  font-family: 'lexisnexis-icons';
  src: url('../fonts/ln-line-icons.eot?9hixyw');
  src: url('../fonts/ln-line-icons.eot?9hixyw#iefix') format('embedded-opentype'), url('../fonts/ln-line-icons.ttf?9hixyw') format('truetype'), url('../fonts/ln-line-icons.woff?9hixyw') format('woff'), url('../fonts/ln-line-icons.svg?9hixyw#ln-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.stacked-icon .icon,
.stacked-icon.icon {
  font-family: 'lexisnexis-icons';
}
.stacked-icon.big-red .col-md-6 header h1 {
  font-size: initial !important;
  line-height: normal !important;
}
.stacked-icon.big-red .col-md-6 header h1 .icon {
  display: block;
  margin-bottom: 4px;
  font-weight: normal;
}
.stacked-icon.big-red .col-md-6 header h1:after {
  content: "";
  width: 40px;
  position: absolute;
  bottom: 25px;
  height: 4px;
  background: #fff;
  left: 50%;
  margin-left: -20px;
}
@media only screen and (max-width: 1200px) {
  .stacked-icon.hero.big-red .col-sm-6 header h1 {
    font-size: initial !important;
    line-height: normal !important;
  }
}
@media only screen and (max-width: 1199px) {
  .stacked-icon.hero.big-red .hero-background header h1 span {
    font-size: 44px !important;
    line-height: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .stacked-icon.hero.big-red .hero-background header {
    text-align: center;
  }
  .stacked-icon.hero.big-red .hero-background .col-sm-6 header h1 {
    font-size: initial !important;
  }
  .stacked-icon.hero.big-red .col-md-6 header h1:after {
    background: #333333;
  }
}
@media only screen and (max-width: 480px) {
  .stacked-icon.hero.big-red .hero-background {
    padding: 20px 0 !important;
  }
  .stacked-icon.hero.big-red .hero-background header {
    text-align: center;
  }
  .stacked-icon.hero.big-red .hero-background header h1 span {
    text-align: center !important;
  }
}
.featured-product img {
  margin-bottom: 17px;
}
.featured-product a h4,
.featured-product a p {
  color: #333333;
}
.featured-product a h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px;
}
.featured-product a p {
  font-size: 16px;
  margin-bottom: 6px;
}
.featured-product a p small {
  text-transform: uppercase;
  font-size: 14px;
  color: #0077cc;
  margin-top: 10px;
  display: block;
  font-weight: 400;
}
.featured-product a:hover {
  text-decoration: none;
}
.featured-product a:hover h4 {
  color: #0077cc;
}
.featured-product a:hover p small {
  text-decoration: underline;
}
.featured-product .owl-controls .owl-pagination {
  display: none;
}
.featured-product .owl-controls .owl-buttons {
  top: 260px;
  right: 25px;
  left: auto;
}
.featured-product .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0 ;
  font-size: 18px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-product .owl-controls .owl-buttons .owl-next,
.featured-product .owl-controls .owl-buttons .owl-prev {
  width: 34px;
  height: 34px;
  background-color: #ed1c24 !important;
  color: #ffffff !important;
  text-align: center;
  position: static;
}
.featured-product .owl-controls .owl-buttons .owl-next:before,
.featured-product .owl-controls .owl-buttons .owl-prev:before {
  margin-top: 4px;
  display: block;
  margin-left: 0px;
}
.featured-product .owl-controls .owl-buttons .owl-next:hover,
.featured-product .owl-controls .owl-buttons .owl-prev:hover {
  background-color: #de1219 !important;
}
.featured-product .owl-controls .owl-buttons .owl-next.disabled,
.featured-product .owl-controls .owl-buttons .owl-prev.disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
  pointer-events: none;
}
.featured-product .owl-controls .owl-buttons .owl-prev {
  margin-right: 6px;
}
.featured-product .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.featured-product .owl-controls .owl-buttons .owl-next:before {
  margin-left: 2px;
}
@media only screen and (max-width: 1199px) {
  .featured-product .owl-controls .owl-buttons {
    top: 204px;
  }
}
@media only screen and (max-width: 1024px) {
  .featured-product .owl-controls .owl-buttons {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .featured-product .owl-controls .owl-buttons {
    top: 143px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-product .owl-controls .owl-buttons {
    top: 8px;
    right: 10px;
  }
}
.industry-news .see-more {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  padding-right: 15px;
  padding-left: 15px;
}
.industry-news .owl-carousel .item {
  margin: 0px 15px;
}
.industry-news .owl-carousel .item a {
  display: block;
  position: relative;
}
.industry-news .owl-carousel .item a img {
  margin-bottom: 11px;
}
.industry-news .owl-carousel .item a h6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 14px 7px;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.industry-news .owl-carousel .item a time {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
}
.industry-news .owl-carousel .item a p {
  font-size: 16px;
  font-weight: 400;
}
.industry-news .owl-carousel .item a:hover {
  text-decoration: none;
}
.industry-news .owl-carousel .item a:hover h6 {
  background-color: rgba(237, 28, 36, 0.8);
}
.industry-news .owl-carousel .item a:hover p {
  text-decoration: underline;
}
/* CSS for Hero Banner*/
.slide-left {
  position: absolute;
  left: -20em;
  opacity: 0;
}
.slide-right {
  position: absolute;
  right: -20em;
  opacity: 0;
}
.slide-top {
  position: absolute;
  top: -10em;
  opacity: 0;
}
.slide-bottom {
  position: absolute;
  bottom: -10em;
  opacity: 0;
}
.hero {
  padding: 0 !important;
}
.hero.hide-action-btn .hero-banner-carousel .owl-carousel .owl-controls {
  border-radius: 17px;
  padding-right: 9px !important;
  padding-left: 9px !important;
}
.hero.hide-action-btn .hero-banner-carousel .owl-carousel .owl-controls .action {
  display: none;
}
.hero.hide-action-btn .hero-banner-carousel .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #ed1c24 !important;
  opacity: 0.8;
}
.hero.height600 .hero-banner-carousel .owl-carousel .hero-background {
  height: 600px;
}
.hero.height500 .hero-banner-carousel .owl-carousel .hero-background {
  height: 500px;
}
.hero.height400 .hero-banner-carousel .owl-carousel .hero-background {
  height: 400px;
}
.hero.height300 .hero-banner-carousel .owl-carousel .hero-background {
  height: 300px;
}
.hero.news-feed .hero-banner-carousel .owl-carousel .owl-controls {
  top: 5px;
  bottom: auto;
}
.hero.news-feed .hero-banner-carousel header {
  margin-top: -90px;
  margin-left: -3px;
}
.hero.news-feed .hero-banner-carousel header .forum {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #999;
  border-radius: 4px;
  color: #555555;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 8px 3px;
  margin-left: 3px;
}
.hero.news-feed .hero-banner-carousel header h1 {
  font-size: 45px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.hero.news-feed .hero-banner-carousel p {
  font-size: 20px;
}
.hero.bottom-to-top-shadow:after {
  margin-top: -46px;
}
.hero .hero-banner-carousel .hero-background {
  background-position: center center;
  background-size: cover;
}
.hero .hero-banner-carousel .item h3,
.hero .hero-banner-carousel .item h4,
.hero .hero-banner-carousel .item h5,
.hero .hero-banner-carousel .item h6 {
  font-weight: 400;
}
.hero .hero-banner-carousel .item p.lead {
  font-size: 24px;
  line-height: 1.1;
  transition: all 600ms ease 0s;
}
.hero .hero-banner-carousel .owl-controls {
  bottom: 20px;
  position: absolute;
  right: 50px;
  z-index: 100;
  padding-top: 5px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  padding-right: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.hero .hero-banner-carousel .owl-controls .action {
  margin-left: -42px;
  float: left;
  width: 42px;
  height: 34px;
  padding-left: 7px !important;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: -5px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-right: 1px solid #E6E6E6;
}
.hero .hero-banner-carousel .owl-controls .action .action-button {
  margin-top: 5px;
  display: block;
  color: #ed1c24;
  text-decoration: none !important;
}
.hero .hero-banner-carousel .owl-controls .action .action-button span {
  font-size: 16px;
}
.hero .hero-banner-carousel .owl-controls .action .action-button:hover {
  color: #c61017;
}
.hero .hero-banner-carousel .owl-controls .owl-pagination .owl-page span {
  background: #666;
  border-color: #666;
  margin: 6px 7px 5px 7px;
}
.hero .hero-banner-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #ed1c24;
}
.hero .hero-background {
  background-repeat: no-repeat;
  background-position: 50% 0px;
  padding: 0;
  height: 500px;
}
.hero .hero-background header h1 {
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  /* Safari and Chrome */
  -moz-transition: all 600ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 600ms ease;
  /* IE */
  -o-transition: all 600ms ease;
  /* Opera */
  transition: all 600ms ease;
  /* All Browsers */
}
.hero .hero-background header h1 em {
  font-weight: bold;
}
.hero .hero-background header h1 small {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 45%;
}
.hero .hero-background header h1 .sub-head {
  display: block;
  line-height: 1.1;
  font-size: 24px;
  -webkit-transition: all 600ms ease;
  /* Safari and Chrome */
  -moz-transition: all 600ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 600ms ease;
  /* IE */
  -o-transition: all 600ms ease;
  /* Opera */
  transition: all 600ms ease;
  /* All Browsers */
  font-weight: 300;
  margin: 13px 0 25px;
}
.hero .hero-background header p.lead {
  line-height: 1.1;
  font-size: 24px;
  -webkit-transition: all 600ms ease;
  /* Safari and Chrome */
  -moz-transition: all 600ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 600ms ease;
  /* IE */
  -o-transition: all 600ms ease;
  /* Opera */
  transition: all 600ms ease;
  /* All Browsers */
}
.hero .hero-background.hero-video {
  position: relative;
  overflow: hidden;
  background-color: #4E4E4E;
}
.hero .hero-background.hero-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
}
.hero .hero-background.hero-video .video-poster {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  display: none;
}
.hero .hero-background.hero-video .video-button {
  display: none;
}
.hero .hero-background.hero-video.video-controls .video-button {
  display: block;
  position: absolute;
  right: 5%;
  bottom: 10%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 27px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 4;
}
.hero .hero-background.hero-video.video-controls .video-button.play {
  display: none;
}
.hero .hero-background.hero-video.video-controls .video-button:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hero .hero-background.hero-video.video-controls .video-button .ln-play,
.hero .hero-background.hero-video.video-controls .video-button .ln-pause {
  display: inline-block;
}
.hero .hero-background.hero-video.video-controls .video-button .ln-play {
  margin-left: 4px;
  margin-top: 5px;
}
.hero .hero-background.hero-video.video-controls .video-button .ln-pause {
  margin-top: 5px;
  margin-left: 1px;
}
.hero .container {
  position: relative;
  height: 100%;
  display: table;
}
.hero .row {
  display: table-cell;
  vertical-align: middle;
}
.hero .action {
  padding-bottom: 30px;
}
.hero .action p {
  -webkit-transition: all 600ms ease;
  /* Safari and Chrome */
  -moz-transition: all 600ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 600ms ease;
  /* IE */
  -o-transition: all 600ms ease;
  /* Opera */
  transition: all 600ms ease;
  /* All Browsers */
}
.hero .action a {
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  /* Safari and Chrome */
  -moz-transition: all 600ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 600ms ease;
  /* IE */
  -o-transition: all 600ms ease;
  /* Opera */
  transition: all 600ms ease;
  /* All Browsers */
}
.hero .action .btn {
  margin-right: 20px !important;
  margin-bottom: 10px !important;
}
.hero .cta-2 {
  border-color: #ed1c24;
  color: #ed1c24;
  background-color: rgba(255, 255, 255, 0.8);
}
.hero .cta-2:hover {
  background-color: #ffffff;
}
.lt-ie9 .hero .cta-2 {
  background-color: #ffffff;
}
.parallax {
  background-attachment: fixed;
}
.percent {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Mozilla Firefox */
  -ms-transition: all 1s ease;
  /* IE */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
  /* All Browsers */
  height: 4px;
  display: none;
}
body.loading .radial-black.hero-video > .container,
body.loading .radial-white.hero-video > .container {
  display: none;
}
/* for Hero Video */
/* Category page hero with a video starts */
.category-hero-video .col-md-6,
.category-hero-video .col-sm-6 {
  width: 100%;
}
.category-hero-video .hero-background::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+25,000000+100&0+0,0.7+100 */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000000 100%);
  /* IE */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.category-hero-video header h1 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.001em;
  position: relative;
  top: 103px;
}
.category-hero-video header p {
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 300;
  text-transform: uppercase;
  color: #ccc;
  position: relative;
  top: 138px;
}
.category-hero-video header p small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22em !important;
  padding: 6px 57px 0;
  text-transform: none;
}
.category-hero-video .play-video {
  margin-top: -19% !important;
}
.category-hero-video .play-video header h6 {
  display: none !important;
}
.category-hero-video .play-video a {
  width: 80px !important;
  height: 80px !important;
  color: #fff !important;
  border: 3px solid #fff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 16px 17px 0 !important;
  box-shadow: none !important;
  text-decoration: none;
}
.category-hero-video .play-video a:hover {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #333333;
  transition: all .3s;
}
.category-hero-video .play-video a:hover span,
.category-hero-video .play-video a:hover .icon {
  color: rgba(237, 28, 36, 0.9) !important;
  transition: all .300s;
}
.category-hero-video .play-video a span,
.category-hero-video .play-video a .icon {
  font-size: 45px !important;
  color: #fff !important;
  transition: all .300s ease;
  left: 0 !important;
}
/* Category page hero with a video ends */
/* hero video styles 174744 Differences Campaign Site */
@keyframes zoom-in {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  75% {
    opacity: 0;
    transform: scale(1.3) rotate(0.02deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 0;
    transform: scale(1.3) rotate(0.02deg);
  }
  75% {
    opacity: 1;
    transform: scale(1) rotate(0.02deg);
  }
  100% {
    opacity: 1;
  }
}
pre details {
  text-decoration: line-through;
  display: inline;
}
.background-animation-in,
.background-animation-out {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: zoom-in 0.3s linear 1;
  animation-fill-mode: forwards;
}
.background-animation-out {
  animation: zoom-out 0.3s linear 1;
}
.big-red .col-md-6,
.big-red .col-sm-6 {
  width: 100%;
}
.big-red .col-md-6 header h1,
.big-red .col-sm-6 header h1 {
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 800 !important;
  /*max-height:165px;*/
  overflow: hidden;
  line-height: .8em !important;
  letter-spacing: -5px;
  margin-bottom: 6px;
}
.big-red .col-md-6 header p,
.big-red .col-sm-6 header p {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  /*max-height:85px;
				max-height:40px;*/
  overflow: hidden;
}
.big-red .col-md-6 .play-video,
.big-red .col-sm-6 .play-video {
  position: static;
  margin-top: 0;
}
.big-red .col-md-6 .play-video a,
.big-red .col-sm-6 .play-video a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  width: 149px;
  height: auto;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px !important;
  padding: 4px 5px 5px 3px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.big-red .col-md-6 .play-video a:hover,
.big-red .col-sm-6 .play-video a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
  transition: all .3s;
}
.big-red .col-md-6 .play-video a:hover span,
.big-red .col-sm-6 .play-video a:hover span,
.big-red .col-md-6 .play-video a:hover .icon,
.big-red .col-sm-6 .play-video a:hover .icon {
  color: #555555;
}
.big-red .col-md-6 .play-video a span,
.big-red .col-sm-6 .play-video a span,
.big-red .col-md-6 .play-video a .icon,
.big-red .col-sm-6 .play-video a .icon {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
}
.big-red .col-md-6 .action,
.big-red .col-sm-6 .action {
  margin-bottom: 0;
}
.big-red .col-md-6 .action p,
.big-red .col-sm-6 .action p {
  max-height: none;
}
.big-red .col-md-6 .action .hidden-xs,
.big-red .col-sm-6 .action .hidden-xs {
  font-size: 18px;
  text-transform: none;
}
.big-red .col-md-6 .action .hidden-xs a,
.big-red .col-sm-6 .action .hidden-xs a {
  color: #fff;
}
.big-red.white-text h1,
.big-red.white-text p {
  color: #fff;
}
.big-red.hero-img .play-video {
  margin-top: 28% !important;
}
.hero-base-video {
  background-color: #000;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.hero-base-video img {
  display: none;
}
.hero-base-video .hero-video-container {
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.hero-base-video .hero-video-container .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: -256px 5px;
  background-color: rgba(237, 28, 36, 0.8);
  color: transparent;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  width: 30px;
}
.hero-base-video .play-video {
  /*top:326px;
		width:auto;
		right:auto;
		left:-75px;*/
  margin-top: 35%;
}
.hero-base-video .play-video header h6 {
  display: none;
}
.hero-base-video .play-video a {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  width: 125px;
  height: 125px;
  color: #fff;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 4px 5px 5px 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50% !important;
  padding: 20px 15px 0;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.hero-base-video .play-video a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
  transition: all .3s;
}
.hero-base-video .play-video a span,
.hero-base-video .play-video a .icon {
  font-size: 70px;
  color: rgba(237, 28, 36, 0.9);
}
/* end hero video*/
@media only screen and (min-width: 2500px) {
  .hero .hero-background {
    background-size: contain;
  }
  #category .hero .hero-background {
    background-size: cover;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .hero .hero-background.parallax.radial-white header h1 {
    font-size: 40px;
  }
  .hero.hero-base-video .play-video {
    margin-top: 35%;
    margin-left: 13%;
  }
  .hero.big-red .col-sm-6 header h1 {
    font-size: 100px !important;
    letter-spacing: normal;
  }
  .hero.big-red .play-video {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.home-page) .hero .hero-background {
    background: #eeeeee !important;
  }
  .hero.category-hero-video header h1 {
    font-size: 40px !important;
    top: 110px;
  }
  .hero.category-hero-video header p {
    top: 122px;
    font-size: 26px;
  }
  .hero.category-hero-video header p small {
    font-size: 18px;
    padding: 6px 5px 0;
  }
  .hero.category-hero-video .play-video {
    margin: -21% 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero.hero-base-video .play-video {
    margin-top: 60%;
    margin-left: 30%;
  }
  .hero.category-hero-video header h1 {
    font-size: 32px !important;
    top: 110px;
  }
  .hero.category-hero-video header p {
    top: 120px;
    font-size: 26px;
  }
  .hero.category-hero-video header p small {
    font-size: 14px;
    padding: 6px 5px 0;
  }
  .hero.category-hero-video .play-video {
    margin: -38% 0 0 !important;
  }
  .hero.hero-img .play-video {
    margin-top: 40% !important;
    margin-left: 0;
  }
  .hero.big-red .col-sm-6 header h1 {
    font-size: 100px !important;
    letter-spacing: normal;
  }
  .hero.big-red .play-video {
    margin-top: 0;
    margin-left: 0;
  }
  .hero .hero-background.hero-video {
    height: auto;
  }
  .hero .hero-background.hero-video h1 {
    font-size: 40px;
  }
  .hero .hero-background.hero-video p.lead {
    font-size: 20px;
  }
  .hero .hero-background.hero-video .action {
    padding-bottom: 60px !important;
  }
  .hero .hero-background.hero-video.video-controls .video-button {
    bottom: 15%;
  }
}
/*This is creating issue in mobile view for v1.5 homepage*/
@media screen and (max-width: 767px) {
  .slide-left,
  .slide-right,
  .slide-top,
  .slide-bottom {
    position: static !important;
  }
  .hero .background-animation-in {
    position: static;
  }
  .hero .background-animation-out {
    position: static;
  }
  .hero.hero-base-video {
    height: auto;
    background-color: #fff;
  }
  .hero.hero-base-video .play-video {
    position: inherit;
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 40px;
    text-align: left;
  }
  .hero.hero-base-video .play-video a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    width: 80px;
    height: auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px !important;
    padding: 4px 5px 0 3px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
  }
  .hero.hero-base-video .play-video a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    transition: all .3s;
  }
  .hero.hero-base-video .play-video a:hover span,
  .hero.hero-base-video .play-video a:hover .icon {
    color: #555555;
  }
  .hero.hero-base-video .play-video a span,
  .hero.hero-base-video .play-video a .icon {
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
  }
  .hero.hero-base-video .play-video header {
    width: auto;
  }
  .hero.hero-base-video .play-video header h6 {
    display: block;
  }
  .hero.hero-base-video #heroVideoContainer {
    height: 280px !important;
  }
  .hero.big-red .hero-background {
    background-color: #ed1c24;
  }
  .hero.big-red .hero-background .col-sm-6 header h1 {
    letter-spacing: normal;
    font-size: 70px !important;
  }
  .hero.big-red .hero-background .col-sm-6 header p {
    font-size: 21px;
    max-height: 35px;
  }
  .hero.big-red .hero-background .play-video a {
    width: 149px;
    padding-bottom: 5px;
    background-color: #ed1c24;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all 600ms ease 0s;
    font-weight: 400;
  }
  .hero.big-red .hero-background .play-video a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #ed1c24;
    border: 1px solid #ed1c24;
    transition: all 600ms ease 0s;
  }
  .hero.big-red .hero-background .play-video a:hover span,
  .hero.big-red .hero-background .play-video a:hover .icon {
    color: #ed1c24;
  }
  .hero.big-red .hero-background .play-video header {
    width: auto;
  }
  .hero.big-red .hero-background .play-video header h6 {
    display: none;
  }
  .hero.big-red .hero-background .play-video.text-center {
    text-align: center;
  }
  .hero.big-red .hero-background.white-text h1,
  .hero.big-red .hero-background.white-text p {
    color: #555555;
  }
  .hero.big-red .hero-background .cta-1 {
    /*background-color:rgba(255, 255, 255, 0.8);
					color:@red;
					&:hover {
						background-color:rgba(255, 255, 255, 1);
					}*/
  }
  .hero.news-feed.hero-bottom-to-top-shadow:after {
    display: none;
  }
  .hero.news-feed .hero-banner-carousel {
    padding-bottom: 80px;
    background: #f2f2f2;
    box-shadow: none;
  }
  .hero.news-feed .hero-banner-carousel h1 {
    font-size: 27px;
  }
  .hero.news-feed .hero-banner-carousel p {
    font-size: 18px;
  }
  .hero.news-feed .hero-banner-carousel .owl-carousel .owl-item header {
    margin-top: 30px;
    margin-left: 20px;
    padding: 30px 0 30px 0px;
  }
  .hero.news-feed .hero-banner-carousel .owl-carousel .owl-controls {
    top: 122px;
  }
  .hero.news-feed .hero-banner-carousel .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #ed1c24 !important;
    opacity: 0.8;
  }
  .hero .hero-banner-carousel .owl-carousel .owl-item header {
    padding: 30px 0;
  }
  .hero .hero-banner-carousel .owl-carousel .owl-controls {
    bottom: auto;
    position: relative;
    right: 0 !important;
  }
  .hero .hero-banner-carousel .owl-carousel .owl-wrapper-outer {
    background-color: #f2f2f2;
  }
  .hero .hero-background.hero-video {
    background-color: #f2f2f2;
  }
  .hero .hero-background.hero-video video {
    display: none !important;
  }
  .hero .hero-background.hero-video.video-controls .video-button {
    display: none;
  }
  .hero img {
    width: 100%;
  }
  .hero .container {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    /* hero button adjustment */
  }
  .hero h1 {
    font-size: 36px !important;
  }
  .hero .hero-background.hero-video {
    height: auto !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-color: #f2f2f2;
  }
  .hero .hero-background.hero-video.radial-black::before {
    display: none !important;
  }
  .hero .hero-background.hero-video .container {
    position: static;
  }
  .hero .hero-background.hero-video video {
    display: none !important;
  }
  .hero .hero-background.hero-video.video-controls .video-button {
    display: none;
  }
  .hero .hero-background.hero-video .text-light {
    color: #000;
  }
  .hero .hero-background.hero-video img {
    width: 100%;
  }
  .hero .hero-background.hero-video .container {
    width: 100%;
  }
  .hero.big-red .hero-background header h1 span {
    font-size: 175px !important;
    line-height: 170px !important;
  }
  .hero.big-red .hero-background header p span {
    font-size: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .hero.category-hero-video .hero-background::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none !important;
  }
  .hero.category-hero-video header h1 {
    font-size: 30px !important;
    top: 0 !important;
    text-align: center !important;
    font-weight: 400 !important;
  }
  .hero.category-hero-video header p {
    top: 0 !important;
    color: #222222;
  }
  .hero.category-hero-video .play-video {
    text-align: center !important;
    margin: 0 !important;
  }
  .hero.category-hero-video .play-video a {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(237, 28, 36, 0.7) !important;
  }
  .hero.category-hero-video .play-video a:hover {
    border: 3px solid #ed1c24 !important;
  }
  .hero.category-hero-video .play-video a:hover span,
  .hero.category-hero-video .play-video a:hover .icon {
    color: #ed1c24 !important;
    transition: all .300s;
  }
  .hero.category-hero-video .play-video a span,
  .hero.category-hero-video .play-video a .icon {
    font-size: 25px !important;
    color: rgba(237, 28, 36, 0.7) !important;
  }
  .hero.big-red.hero-img .play-video {
    margin-top: 0 !important;
  }
  .hero.big-red .hero-background {
    background-image: none;
    background-color: #f2f2f2;
  }
  .hero.big-red .hero-background header {
    text-align: left;
  }
  .hero.big-red .hero-background header h1 {
    font-size: 32px !important;
  }
  .hero.big-red .hero-background header h1 span {
    color: #000;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    text-transform: none !important;
  }
  .hero.big-red .hero-background header p {
    max-height: none !important;
  }
  .hero.big-red .hero-background header p span {
    color: #000;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0.02em;
    text-transform: none !important;
  }
  .hero.big-red .hero-background .action {
    text-align: left !important;
  }
  .hero.big-red .hero-background .play-video {
    text-align: left !important;
  }
  .btn-lg,
  .btn-group-lg > .btn,
  .btn-group-lg > .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .hero.category-hero-video header h1 {
    font-size: 26px !important;
    text-align: center;
    top: 0 !important;
    line-height: 1.2em;
  }
  .hero.category-hero-video header p {
    font-size: 20px;
    top: 0;
    color: #222222;
  }
  .hero.category-hero-video header p small {
    font-size: 18px;
  }
  .hero.category-hero-video .play-video {
    text-align: center !important;
  }
  .hero.category-hero-video .play-video a span,
  .hero.category-hero-video .play-video a .icon {
    font-size: 25px !important;
  }
  .hero.big-red .hero-background {
    background-image: none;
  }
  .hero.big-red .hero-background header {
    text-align: left;
  }
  .hero.big-red .hero-background header h1 {
    font-size: 26px !important;
    margin: 0 !important;
  }
  .hero.big-red .hero-background header h1 span {
    font-size: 26px !important;
    line-height: 40px !important;
    text-align: left !important;
    font-weight: 400px !important;
  }
  .hero.big-red .hero-background header p {
    text-align: left !important;
    overflow: visible;
    text-transform: none;
    max-height: none !important;
  }
  .hero.big-red .hero-background header p span {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .hero.big-red .hero-background .action {
    text-align: left !important;
    margin-top: 10px !important;
  }
  .hero.big-red .hero-background .play-video {
    text-align: left !important;
  }
}
.lt-ie9 .hero .video-controls.hero-video.hero-background .video-button,
.lt-ie9 .hero .video-controls.hero-video.hero-background .video-poster {
  display: none;
}
.lt-ie9 .hero.news-feed .hero-banner-carousel .owl-carousel .owl-controls {
  background-color: #fff;
}
.lt-ie9 .hero.news-feed .hero-banner-carousel .owl-carousel .owl-controls .action {
  background-color: #fff;
}
.hero-topic {
  padding: 0 !important;
}
.hero-topic .container {
  margin-top: -123px;
}
.hero-topic .container .hero-topic-articles {
  position: relative;
}
.hero-topic .container .hero-topic-articles .top-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: 58px;
  z-index: 10;
  position: absolute;
  top: -22px;
  line-height: normal;
}
.hero-topic .container .hero-topic-articles .top-box span {
  text-transform: uppercase;
  color: #555555;
  font-size: 11px;
  font-weight: 400;
}
.hero-topic .container .hero-topic-articles .wrapper {
  height: 103px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 5px 10px 10px -7px rgba(145, 145, 145, 0.5);
}
.hero-topic .container .hero-topic-articles .wrapper.no-time .owl-carousel .item article a p {
  height: 60px;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article {
  display: none;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(241, 241, 241, 0.95);
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 19px 56px 17px;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel header {
  margin-left: 25px;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel a:hover {
  text-decoration: none;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel a:hover .img-container {
  border: 1px solid #555555;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel a:hover p {
  color: #00aeef;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel a .img-container {
  border: 1px solid #999999;
  width: 100px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel a time {
  color: #666;
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel a p {
  font-size: 16px;
  color: #555555;
  line-height: normal;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 15px;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-pagination {
  display: none;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls {
  margin-top: 0;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons {
  top: 0;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons > div {
  display: none;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons div {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 0;
  margin-top: 0;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px !important;
  display: block;
  padding: 32px 18px 26px 8px;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px !important;
  display: block;
  padding: 32px 8px 26px 18px;
}
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons .owl-prev.disabled:before,
.hero-topic .container .hero-topic-articles .wrapper .wrapper-article .owl-carousel .owl-controls .owl-buttons .owl-next.disabled:before {
  color: #555555 !important;
}
@media only screen and (max-width: 1024px) {
  .hero-topic .hero-topic-articles .owl-carousel {
    padding: 19px;
  }
  .hero-topic .hero-topic-articles .owl-carousel .owl-controls .owl-buttons {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero-topic .container {
    padding-left: 0;
    padding-right: 0;
    margin-top: -103px;
  }
  .hero-topic .container .hero-topic-articles .owl-carousel {
    padding: 19px 46px 17px;
    box-shadow: 0px 10px 5px -7px rgba(145, 145, 145, 0.5);
  }
  .hero-topic .container .hero-topic-articles .owl-carousel .owl-controls .owl-buttons .owl-prev {
    padding: 32px 13px 26px 3px;
  }
  .hero-topic .container .hero-topic-articles .owl-carousel .owl-controls .owl-buttons .owl-next {
    padding: 32px 3px 26px 13px;
  }
}
.lt-ie9 .hero-topic .container .hero-topic-articles .top-box {
  background: #f1f1f1;
}
.lt-ie9 .hero-topic .container .hero-topic-articles .owl-carousel {
  background: #f1f1f1;
}
.lt-ie9 .hero-topic .container .hero-topic-articles .owl-carousel .owl-controls .owl-buttons .owl-prev {
  border-right: 1px solid #ccc;
}
.lt-ie9 .hero-topic .container .hero-topic-articles .owl-carousel .owl-controls .owl-buttons .owl-next {
  border-left: 1px solid #ccc;
}
.features.red-icon {
  color: #555555;
}
.features.red-icon .icon {
  color: #ed1c24;
}
.features .container {
  position: relative;
}
.features .owl-item {
  padding: 0px 35px;
}
.features .owl-buttons {
  top: 70px;
}
.features .owl-buttons .owl-prev,
.features .owl-buttons .owl-next {
  font-size: 115px !important;
  font-family: 'ln-line-icons';
  top: 20px;
}
.features .owl-buttons .owl-next {
  right: -65px;
}
.features .owl-buttons .owl-prev {
  left: -65px;
}
.features .owl-pagination {
  display: none;
}
.features .no-carousel .owl-wrapper {
  width: inherit !important;
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.features .no-carousel .owl-wrapper .owl-item {
  width: 33.3% !important;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 5%;
}
.features .no-carousel .owl-controls {
  display: none !important;
}
.features .no-carousel .icon-wrap {
  height: auto !important;
}
.features .owl-item:hover {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.025);
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  -moz-transition: all 200ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 200ms linear;
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
}
.features .owl-item .item {
  padding-bottom: 20px;
}
.features .owl-item .item h4 {
  margin-bottom: 15px;
}
.features .owl-item .item h4 a {
  color: #555555;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}
.features .owl-item .item h4 a:hover {
  text-decoration: none;
  color: #222222;
}
.features .owl-item .item p {
  font-size: 17px;
  line-height: normal;
}
.features .owl-item .item a {
  text-transform: uppercase;
  font-size: 13px;
}
.features .tile.icon-small .icon-wrap {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.features .tile.icon-small .icon-wrap .icon {
  font-size: 71px;
  width: 60px;
  height: 60px;
  margin-top: 20px !important;
}
.icon-wrapper {
  display: block;
  padding: 20px 0px 5px;
}
.icon-wrap {
  /*
		width: 155px;
		height: 155px;		
		margin: 0 auto;
		position: relative;
		.border-radius(50%);		
		*/
  -webkit-transition: all 100ms linear;
  /* Safari and Chrome */
  -moz-transition: all 100ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 100ms linear;
  /* IE */
  -o-transition: all 100ms linear;
  /* Opera */
  transition: all 100ms linear;
  /* All Browsers */
  /*
		#gradient .directional(@gray 50%, darken(@gray, 5%) 50%, 45deg);
		background-color:@gray; not needed for new design
		&:hover{
			.scale(1.1,1.1);
			.icon{
				.scale(0.8,0.8);
			}
		}
		*/
}
.icon-wrap .icon {
  /*color: lighten(@gray, 100%);
			font-size: 100px;
			*/
  font-size: 85px;
  margin-top: 25px;
  display: inline-block;
  -webkit-transition: all 100ms linear;
  /* Safari and Chrome */
  -moz-transition: all 100ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 100ms linear;
  /* IE */
  -o-transition: all 100ms linear;
  /* Opera */
  transition: all 100ms linear;
  /* All Browsers */
  color: #ed1c24;
  /*
			width: 120px;
			height: 120px;
			*/
}
.icon-small .icon-wrap {
  width: 140px;
  height: 140px;
}
.icon-small .icon-wrap .icon {
  font-size: 90px;
  width: 90px;
  height: 90px;
}
/* not needed for new look

	.icon-wrap.green{
		background-color:@green;
		#gradient .directional(@green 50%, darken(@green, 5%) 50%, 45deg);
	}
	
	.icon-wrap.purple{
		background-color:@purple;
		#gradient .directional(@purple 50%, darken(@purple, 5%) 50%, 45deg);
	}
	
	.icon-wrap.red{
		background-color:@red;
		#gradient .directional(@red 50%, darken(@red, 5%) 50%, 45deg);
	}
	.icon-wrap.blue{
		background-color:@blue;
		#gradient .directional(@blue 50%, darken(@blue, 5%) 50%, 45deg);
	}
*/
@media screen and (max-width: 1280px) {
  .features .owl-buttons .owl-prev {
    left: -35px;
  }
  .features .owl-buttons .owl-next {
    right: -35px;
  }
}
@media screen and (max-width: 1024px) {
  .features .owl-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .features .no-carousel .owl-wrapper .owl-item {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 5%;
  }
  .features .no-carousel .owl-controls {
    display: none !important;
  }
}
.media-section {
  padding: 0;
  margin: 70px 0 65px;
}
.bg-grey {
  background-color: #6d6f71;
}
.bg-grey .media-gallery .m-title,
.bg-grey .media-gallery .m-description {
  color: #ffffff;
}
.bg-grey .media-gallery a {
  color: #ffffff;
  text-decoration: underline;
}
.vdo-base {
  background: url("../images/modules/product-overview/media-gallery/ipad-frame.png") no-repeat 0 0;
}
.vdo-base iframe {
  height: 100% !important;
}
.vdo-base .media-wrapper {
  width: 651px;
  margin-left: 35px;
  margin-top: 46px;
  overflow: hidden;
}
.vdo-base .media-wrapper .media-stage {
  background-color: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.vdo-base .media-wrapper .media-stage a {
  color: #0077cc;
  text-decoration: none;
}
.vdo-base .media-wrapper .media-stage a:hover {
  color: #004a80;
  text-decoration: underline;
}
.media-section .jw-skin-vapor .jw-icon-display {
  padding: 80px;
  font-size: 100px !important;
}
.media-section .jw-skin-vapor .jw-display-icon-container {
  background-color: rgba(0, 0, 0, 0.5);
}
.media-section .jw-preview {
  background-color: transparent;
  background-size: cover !important;
}
.media-section .jw-display-icon-container {
  margin: -8.1em auto 0;
}
.media-section .media-gallery {
  padding: 67px 0;
}
.media-section .media-gallery .container .row {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.media-section .media-gallery > .container {
  position: relative;
}
.media-section .media-gallery > .container:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 36px;
  width: 60%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.media-section .media-gallery > .container .row {
  position: relative;
}
.media-section .media-gallery > .container .row:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  bottom: 0;
  right: 0;
  z-index: 2;
}
.media-section .media-gallery header {
  background-color: #fff;
  padding: 39px 35px 0 37px;
  max-height: 365px;
  position: relative;
  z-index: 1;
}
.media-section .media-gallery header .m-title,
.media-section .media-gallery header .m-description {
  color: #333333;
}
.media-section .media-gallery header .m-title {
  font-size: 48px;
  font-weight: 300;
}
.media-section .media-gallery header .m-description {
  font-size: 18px;
}
.media-section .media-gallery .vdo-base {
  background-image: none;
  padding-left: 0;
}
.media-section .media-gallery .vdo-base .media-wrapper {
  margin: 0;
}
.media-section .media-gallery .vdo-base .media-wrapper .jwplayer {
  z-index: 10;
}
.media-section .media-gallery .playlist {
  background-color: transparent;
}
.media-section .media-gallery .playlist .pointer {
  display: none;
}
.media-section .media-gallery .playlist .media-heading {
  color: #333333;
  font-weight: 400;
}
.media-section .media-gallery .playlist .owl-carousel {
  width: 93.7%;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  padding-top: 15px;
}
.media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer {
  margin-left: 35px;
}
.media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer .owl-item .media-body {
  padding-bottom: 24px;
}
.media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer .owl-item.active a:before {
  content: "\e65b";
  position: absolute;
  font-family: lexisnexis-icons;
  font-size: 50px;
  width: 100%;
  text-align: center;
  display: block;
  color: #555555;
  line-height: 2.1em;
}
.media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer .owl-item a {
  display: block;
  margin-right: 0;
  position: relative;
}
.media-section .media-gallery .owl-buttons .owl-next,
.media-section .media-gallery .owl-buttons .owl-prev {
  font-size: 40px !important;
  top: 15px;
  padding: 19px 10px;
}
.media-section .media-gallery .owl-buttons .owl-next:before,
.media-section .media-gallery .owl-buttons .owl-prev:before {
  color: #ed1c24;
}
.media-section .media-gallery .owl-buttons .owl-next {
  right: -80px;
}
.media-section .media-gallery .owl-buttons .owl-prev {
  left: -10px;
}
.ie11 .media-section .media-gallery > .container:before,
.ie10 .media-section .media-gallery > .container:before,
.lt-ie10 .media-section .media-gallery > .container:before {
  display: none;
}
.ie11 .media-section .media-gallery > .container .row:before,
.ie10 .media-section .media-gallery > .container .row:before,
.lt-ie10 .media-section .media-gallery > .container .row:before {
  left: 0;
}
.media-gallery {
  padding-top: 40px;
  position: relative;
}
.media-gallery header {
  float: right;
}
.media-gallery header .m-title {
  margin-top: 0px !important;
  font-size: 44px;
}
.media-gallery header .m-description {
  font-size: 22px;
}
.media-gallery .owl-pagination {
  display: none;
}
.media-gallery .active .thumbs.media {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.media-gallery h2 {
  font-size: 45px;
}
.media-gallery h5 {
  font-size: 13px;
}
.thumbs.media {
  width: 100%;
  float: left;
  margin-right: 0%;
  padding: 0px 10px;
  margin-top: 15px;
}
.thumbs.media .media-heading {
  padding-top: 5px;
}
.thumbs.media .media-description {
  display: none;
}
.thumbs.media:last-child {
  margin-right: 0%;
}
.thumbs.media a.pull-left,
.thumb.media a.pull-right {
  float: none !important;
}
.thumbs.media a.pull-left img,
.thumb.media a.pull-right img {
  width: 100%;
}
.playlist {
  background-color: #5e6061;
  position: relative;
}
.playlist .media-heading {
  color: #ffffff;
}
.playlist .pointer {
  content: "";
  position: absolute;
  display: block;
  border-width: 0px 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #5e6061 transparent;
  top: -18px;
  left: 0px;
  margin-left: 10px;
}
.playlist .owl-prev,
.playlist .owl-next {
  color: #ffffff !important;
}
.playlist .owl-next {
  right: -45px;
}
.playlist .owl-prev {
  left: -45px;
}
@media screen and (max-width: 1199px) {
  .vdo-base {
    background-size: 98%;
  }
  .vdo-base .media-wrapper {
    width: 550px;
    margin-left: 27px;
    margin-top: 40px;
  }
  .media-section .media-gallery header .m-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .media-gallery .owl-pagination {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .media-section .media-gallery > .container:before {
    background-color: transparent;
  }
  .media-section .media-gallery .vdo-base .media-wrapper .jwplayer {
    position: static;
  }
  .media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer .owl-item a {
    width: auto;
    float: none !important;
  }
  .media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer .owl-item.active a:before {
    line-height: 1.5em;
  }
  .media-section .media-gallery header .m-title {
    margin-bottom: 40px;
  }
  .vdo-base {
    background-size: 100%;
    background-color: #000;
  }
  .vdo-base .media-wrapper {
    display: inline-block;
    width: 750px;
    margin-left: 35px;
    margin-top: 46px;
  }
  .media-gallery header {
    float: none;
  }
  .media-gallery .thumbs.media {
    width: auto;
    float: none;
    margin-right: 0%;
    margin-top: 15px;
  }
  .media-gallery .thumbs.media a.pull-left {
    width: 40%;
    float: left !important;
  }
  .media-gallery .thumbs.media a.pull-right {
    width: 40%;
    float: right !important;
  }
}
@media screen and (max-width: 800px) {
  .vdo-base {
    background: none;
  }
  .vdo-base .media-wrapper {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .pointer {
    display: none !important;
  }
  .media-gallery .thumbs.media {
    width: 85%;
    margin: 15px auto 0px;
    margin-right: auto;
  }
  .media-gallery .thumbs.media a.pull-left {
    width: 100%;
    float: none !important;
  }
  .media-gallery .thumbs.media a.pull-right {
    width: 100%;
    float: none !important;
  }
}
@media screen and (min-width: 801px) {
  .vdo-base {
    height: 510px;
  }
  .media-section .vdo-base {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .vdo-base .media-wrapper {
    max-height: 308px;
  }
  .vdo-base .media-wrapper .media-stage {
    height: 306px;
  }
}
@media screen and (min-width: 1200px) {
  .vdo-base .media-wrapper {
    max-height: 367px;
  }
  .vdo-base .media-wrapper .media-stage {
    height: 366px;
  }
}
@media screen and (max-width: 767px) {
  .media-section .jw-skin-vapor .jw-icon-display {
    padding: 40px;
    font-size: 60px !important;
  }
  .media-section .jw-display-icon-container {
    margin: -4.4em auto 0;
  }
  .media-section .media-gallery > .container:before {
    background: #fff;
    width: 100%;
  }
  .media-section .media-gallery > .container .row:before {
    opacity: 0;
  }
  .media-section .media-gallery header {
    padding: 30px 15px 0 15px;
  }
  .media-section .media-gallery header .m-title {
    margin-bottom: 20px;
  }
  .media-section .media-gallery .vdo-base {
    padding-right: 0;
  }
  .media-section .media-gallery .vdo-base .media-wrapper .jwplayer {
    position: relative;
  }
  .media-section .media-gallery .playlist .owl-carousel {
    padding-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .media-section .media-gallery .playlist .owl-carousel .owl-wrapper-outer .owl-item.active a:before {
    line-height: 1em;
  }
}
.media-section + .feature-wildcard {
  margin-top: -65px;
}
.feature-wildcard {
  /*background-color: @gray-lighter; // ~ #eee;*/
  padding: 70px 0px 60px;
  margin-bottom: 40px;
}
.feature-wildcard header h2 {
  margin-bottom: 30px;
}
.feature-wildcard a.btn {
  margin-top: 20px !important;
}
.feature-wildcard .feature-slideshow {
  max-width: 700px;
  min-height: 400px;
  margin: 40px auto 0px;
}
.feature-wildcard .feature-slideshow.img-heading {
  margin-top: 0px !important;
}
.feature-wildcard .feature-slideshow .owl-controls {
  padding-bottom: 0px !important;
}
.feature-wildcard .feature-slideshow .owl-controls .owl-buttons .owl-prev,
.feature-wildcard .feature-slideshow .owl-controls .owl-buttons .owl-next {
  font-size: 54px !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.feature-wildcard .feature-slideshow .owl-controls .owl-buttons .owl-prev {
  left: -60px;
}
.feature-wildcard .feature-slideshow .owl-controls .owl-buttons .owl-next {
  right: -60px;
}
.feature-wildcard .video-holder {
  max-width: 700px;
  margin: 40px auto 0px;
}
.feature-wildcard .video-holder.full-width {
  max-width: none;
}
.home-page .feature-wildcard .video-holder {
  max-width: none;
}
@media only screen and (max-width: 991px) {
  .feature-wildcard .feature-slideshow {
    max-width: none;
  }
  .feature-wildcard .video-holder {
    max-width: none;
  }
}
.testimonials header h2 {
  margin-bottom: 0px;
}
.testimonials .container {
  position: relative;
}
.testimonials .company-logos h1,
.testimonials .company-logos h2,
.testimonials .company-logos h3,
.testimonials .company-logos h4,
.testimonials .company-logos h5,
.testimonials .company-logos h6 {
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.testimonials .company-logos h4 {
  font-size: 20px;
}
.testimonials .company-logos .co-logo {
  margin-bottom: 20px;
  display: block;
}
.testimonials .company-logos .co-logo img {
  margin: 0 auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 300ms linear;
  /* Safari and Chrome */
  -moz-transition: all 300ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 300ms linear;
  /* IE */
  -o-transition: all 300ms linear;
  /* Opera */
  transition: all 300ms linear;
  /* All Browsers */
}
.testimonials .company-logos .co-logo img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.testimonials .company-logos .co-logo:last-child {
  margin-bottom: 0px;
}
.testimonial {
  border-right: 1px solid #ededed;
  position: relative;
}
.testimonial blockquote {
  border-left: none;
}
.testimonial blockquote p {
  font-size: 26px;
  font-weight: 300;
  line-height: normal;
}
.testimonial blockquote:before {
  content: "\e821";
  position: absolute;
  left: 15px;
  color: #cccccc;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 70px;
  top: -20px;
  font-family: 'lexisnexis-icons';
  display: block;
  z-index: -1;
}
.testimonial blockquote.no-quote {
  padding: 0 10px 0 0;
}
.testimonial blockquote.no-quote p {
  font-size: 18px;
}
.testimonial blockquote.no-quote:before {
  display: none !important;
}
.testimonial:last-child {
  border: none !important;
}
@media screen and (max-width: 991px) {
  .testimonial {
    border: none !important;
  }
  .testimonial a {
    margin-bottom: 25px;
  }
}
.lt-ie9 .testimonial blockquote p {
  z-index: 9999;
  position: relative;
}
.lt-ie9 .testimonial blockquote:before {
  color: #eeeeee;
  z-index: 1;
}
.support {
  margin-bottom: 40px;
}
.support header h2 {
  margin-bottom: 20px;
}
.support header p {
  color: #6d6f71;
}
.support .container {
  position: relative;
  z-index: 900;
  /* I (Balram) need to change this z-index:9999; property, it is breaking modal popup pages.*/
}
.support .bg-gradient {
  position: relative;
}
.support .bg-gradient:after,
.support .bg-gradient:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.support .bg-gradient:after {
  bottom: 0px;
  top: 131px;
  height: auto;
}
.support .bg-gradient:before {
  top: 130px;
  height: 1px;
}
.tabs {
  position: relative;
  height: 820px;
  margin: 0 !important;
  text-align: center;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.tabs .panel.panel-default {
  display: inline-block;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  width: 24.5%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs .panel.panel-default:after {
  content: " ";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  height: 130px;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #DBDBDB 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #DBDBDB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffdbdbdb', GradientType=0);
}
.tabs .panel.panel-default:first-child:after {
  background: #ffffff;
}
.tabs .panel-collapse {
  position: absolute;
  left: 0px;
  text-align: left;
  width: 100%;
}
.tabs .panel-collapse .row {
  position: relative;
}
.tabs .panel-heading {
  background: none !important;
  filter: none;
}
.tabs .panel-heading .panel-title a.collapsed {
  color: #6d6f71;
}
.tabs .panel-heading .panel-title a.collapsed p {
  /* color:@blue-gray-dark;				 */
  color: #333333;
}
.tabs .panel-heading .panel-title a.collapsed:hover {
  text-decoration: none;
  cursor: pointer;
}
.tabs .panel-heading .panel-title a.collapsed:hover span {
  color: #a0a2a4;
}
.tabs .panel-heading .panel-title a.collapsed:hover p {
  /* color: darken(@gray-light, 40%); */
  color: #a0a2a4;
}
.tabs .panel-heading .panel-title a.collapsed:after {
  visibility: hidden;
}
.tabs .panel-heading .panel-title a.collapsed:before {
  display: none;
}
.tabs .panel-heading .panel-title a {
  text-align: center;
  color: #ed1c24;
  text-decoration: none;
  -webkit-transition: all 150ms linear;
  /* Safari and Chrome */
  -moz-transition: all 150ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 150ms linear;
  /* IE */
  -o-transition: all 150ms linear;
  /* Opera */
  transition: all 150ms linear;
  /* All Browsers */
  position: relative;
  display: block;
}
.tabs .panel-heading .panel-title a:hover {
  text-decoration: none;
  cursor: default;
}
.tabs .panel-heading .panel-title a:after {
  width: 20px;
  height: 20px;
  border-left: 14px solid transparent;
  border-right: 14px solid #ffffff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  position: relative;
  top: -8px;
  left: 42%;
  display: block;
  content: '';
  /* .box-shadow(1px 1px 0px lighten(@gray-light, 26%)); */
  -webkit-box-shadow: 1px 1px 0px #ccc;
  box-shadow: 1px 1px 0px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in-out;
  /* IE */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* All Browsers */
}
.tabs .panel-heading .panel-title a span.icon {
  display: block;
  font-size: 350%;
  -webkit-transition: all 150ms linear;
  /* Safari and Chrome */
  -moz-transition: all 150ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 150ms linear;
  /* IE */
  -o-transition: all 150ms linear;
  /* Opera */
  transition: all 150ms linear;
  /* All Browsers */
}
.tabs .panel-heading .panel-title a p {
  margin: 0 !important;
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  height: 40px;
}
.tabs .panel-body {
  padding: 15px 0px 0px 0px;
  border: none !important;
}
.tabs .panel-body header h1,
.tabs .panel-body header h2,
.tabs .panel-body header h3,
.tabs .panel-body header h4,
.tabs .panel-body header h5,
.tabs .panel-body header h6 {
  margin-top: 0px;
  margin-bottom: 15px !important;
}
.tabs .panel-body header .m-title {
  font-size: 31px;
}
.tabs .panel-body header .m-description {
  font-size: 24px;
}
.tabs .panel-body ul {
  padding-left: 22px;
  color: #6d6f71;
  margin: 40px 0px;
}
.tabs .panel-body ul li {
  margin-bottom: 8px;
}
.tabs .panel-body ul li a {
  font-size: 20px;
  font-weight: 300;
}
.tabs .panel-body ul li a sup {
  display: inline-block;
}
.tabs .panel-body .content-row {
  margin-bottom: 20px;
}
.tabs .panel-body .content-row h4 {
  margin: 0 !important;
}
.tabs .panel-body .content-row:last-child {
  margin-bottom: 0px;
}
.tabs .panel-body .media-gallery {
  padding-top: 0px !important;
}
.tabs .panel-body .media-gallery header .m-description {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 380px;
}
.tabs .panel-body .vdo-base {
  background: none !important;
}
.tabs .panel-body .vdo-base .media-wrapper {
  margin-left: 0px !important;
  margin-top: 0px !important;
  width: 100%;
  border: 12px solid #919191;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.tabs .panel-body .vdo-base .media-wrapper .media-stage {
  color: #555555;
}
.tabs .panel-body .playlist {
  background: none !important;
}
.tabs .panel-body .playlist .pointer {
  display: none;
}
.tabs .panel-body .playlist .media-heading {
  color: #333333;
}
.tabs .panel-body .playlist .owl-buttons .owl-prev,
.tabs .panel-body .playlist .owl-buttons .owl-next {
  color: #999999 !important;
}
.tabs .img-bottom,
.tabs .img-top,
.tabs .img-middle {
  height: 640px;
  margin-top: 2px;
}
.tabs .img-bottom img,
.tabs .img-top img,
.tabs .img-middle img {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.tabs .owl-wrapper .d-tabitem .item {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .tabs .panel-body .vdo-base .media-wrapper {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tabs .panel-body .media-gallery header .m-description {
    max-height: 310px;
    padding-right: 10px;
    font-size: 22px;
  }
  .tabs .playlist .owl-buttons {
    display: none;
  }
  .tabs .playlist .owl-pagination {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .support .bg-gradient {
    background: none !important;
  }
  .support .bg-gradient:after,
  .support .bg-gradient:before {
    display: none;
  }
  .tabs {
    position: static;
    height: auto !important;
  }
  .tabs .panel-body .vdo-base .media-wrapper {
    display: flex;
  }
  .tabs .panel.panel-default {
    float: none !important;
    width: 100% !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
  .tabs .panel.panel-default:after {
    display: none;
  }
  .tabs .panel.panel-default .panel-heading .panel-title a {
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .tabs .panel.panel-default .panel-heading .panel-title a:after,
  .tabs .panel.panel-default .panel-heading .panel-title a:before {
    display: none;
  }
  .tabs .panel.panel-default .panel-heading .panel-title a span.icon {
    float: left;
    margin-right: 10px;
    font-size: 300%;
  }
  .tabs .panel.panel-default .panel-heading .panel-title a p {
    margin-top: 15px !important;
    font-size: 20px;
    padding-left: 85px;
    height: auto;
    overflow: visible;
  }
  .tabs .panel.panel-default .panel-collapse {
    position: static;
    width: auto;
  }
  .tabs .panel.panel-default .panel-collapse .panel-body {
    border-top: 1px solid #dbdbdb !important;
    padding: 40px 0px;
  }
}
@media screen and (max-width: 480px) {
  .tabs .panel.panel-default .panel-heading .panel-title a {
    display: inline-table;
    width: 100%;
    overflow: hidden;
  }
  .tabs .panel.panel-default .panel-heading .panel-title a span.icon {
    width: 0;
    font-size: 300%;
    margin-right: 0px;
  }
  .tabs .panel.panel-default .panel-heading .panel-title a p {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    margin-top: 0px !important;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .tabs .panel-heading .panel-title a:after {
    /* .box-shadow(1px 1px 1px lighten(@gray-light, 26%)); */
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
  }
}
@media screen and (min-width: 801px) {
  .tabs .panel-body .vdo-base {
    height: inherit;
  }
  .tabs .panel-body .vdo-base .media-wrapper {
    max-height: 416px;
  }
}
@media screen and (min-width: 992px) {
  .tabs .panel-body .vdo-base .media-wrapper {
    max-height: 356px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs .panel-body .vdo-base .media-wrapper {
    max-height: 432px;
  }
}
.lt-ie9 .tabs .panel-heading .panel-title a:after {
  display: none;
}
.lt-ie9 .tabs .panel.panel-default:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.win-safari .tabs .panel-heading {
  padding-bottom: 25px;
}
.win-safari .tabs .panel-heading .panel-title a:after {
  position: absolute;
  top: 31px;
  left: 105px;
}
.product-news .row [class*="col-"] {
  padding-right: 40px;
}
.product-news .row [class*="col-"] [class*="col-"],
.product-news .row [class*="col-"] [class*="col-"] + [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.product-news .row [class*="col-"] + [class*="col-"] {
  padding-left: 40px;
  padding-right: 15px;
}
.product-news .row h1 span + span,
.product-news .row h2 span + span,
.product-news .row h3 span + span,
.product-news .row h4 span + span,
.product-news .row h5 span + span,
.product-news .row h6 span + span {
  font-size: 24px;
  color: #c4c4c4;
}
.product-news .row h1 .icon,
.product-news .row h2 .icon,
.product-news .row h3 .icon,
.product-news .row h4 .icon,
.product-news .row h5 .icon,
.product-news .row h6 .icon {
  background-color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  margin-right: 12px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
}
.product-news .row .twitter-feed {
  height: 405px;
}
.product-news .row h1 .icon {
  width: 72px;
  height: 72px;
}
.product-news .row h2 {
  font-size: 42px;
}
.product-news .row h2 .icon {
  width: 65px;
  height: 65px;
}
.product-news .row h3 .icon {
  width: 60px;
  height: 60px;
}
.product-news .row h4 .icon {
  width: 54px;
  height: 54px;
}
.product-news .row h5 .icon {
  width: 46px;
  height: 46px;
}
.product-news .row h6 .icon {
  width: 38px;
  height: 38px;
  padding-top: 5px;
}
.product-news .row .awards {
  margin-top: 35px;
}
.product-news .row .awards [class*="col-"] {
  padding-right: 15px;
  margin-bottom: 15px;
}
.product-news .row .awards [class*="col-"] + [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.product-news .row .list-unstyled h6 span {
  font-size: 16px;
  color: #333333;
}
.product-news .row .product-news-connect {
  padding: 0 !important !important;
  margin: 7.5px 0px 20px 0px;
}
.product-news .row .product-news-connect [class*="col-"] {
  padding-left: 0px !important;
}
.product-news .row .product-news-connect [class*="col-"] + [class*="col-"] {
  padding-left: 15px;
  padding-right: 0px !important;
}
.product-news .row .product-news-connect ul li {
  margin-bottom: 10px;
  display: inline-table;
  overflow: hidden;
}
.product-news .row .product-news-connect ul li:last-child {
  margin-bottom: 0px !important;
}
.product-news .row .product-news-connect ul li span.icon {
  width: 0;
  float: left;
}
.product-news .row .product-news-connect ul li span.icon:before {
  padding: 5px;
  width: 28px;
  background-color: #eeeeee;
  text-align: center;
  height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
.product-news .row .product-news-connect ul li a {
  padding-left: 40px !important;
  display: block;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .product-news .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-news .row [class*="col-"] + [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .product-news .row .product-news-connect [class*="col-"] {
    padding: 0 !important;
  }
  .product-news .row .product-news-connect [class*="col-"] + [class*="col-"] {
    padding: 0 !important;
  }
  .product-news .row .product-news-connect ul {
    margin-bottom: 5px;
  }
  .product-news .row .product-news-connect ul li {
    width: 100%;
  }
  .product-news > .container > .row > .col-md-6:last-child {
    display: none;
  }
}
.contact header p {
  font-weight: 300;
}
.contact header form .form-group {
  margin-bottom: 0;
}
.contact header form .form-group .icon {
  font-size: 250%;
  float: left;
  color: #666;
}
.contact header form .form-group .radio {
  padding-left: 75px;
}
.contact header form .form-group .radio input {
  margin: 7px 0 0 -20px;
  float: left;
}
.contact header form .form-group .radio a {
  font-size: 14px;
}
.contact header form .form-group .radio .has-error {
  color: #c61017;
}
.contact-form {
  overflow-y: hidden;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  background-color: transparent;
}
.contact-form form {
  margin-top: 25px;
  overflow: hidden;
}
.contact-form.sidebar-form form [class*="col-"] {
  padding: 0;
  width: 100%;
}
#contactForm,
#referafriendForm {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
#thanks {
  padding-top: 0 !important;
  padding: 7vw !important;
}
@media only screen and (max-width: 767px) {
  #thanks {
    overflow: hidden;
    min-width: auto;
  }
}
#thanks h1,
#thanks h2,
#thanks h3,
#thanks h4,
#thanks h5,
#thanks h6 {
  color: #ed1c24;
  margin-bottom: 25px;
  margin-top: 0px !important;
}
.thanks {
  /*iframe{
			height:100% !important;  we need to remove this as trial form - thank you page content hidding 
		}*/
}
.thanks header {
  display: none;
}
.form-heading {
  font-size: 1.3em;
  margin-bottom: 40px;
  margin-top: 35px;
  font-weight: 300;
  height: 50px;
}
.form-heading span {
  padding-left: 12px;
  display: block;
  line-height: 24px;
  overflow: hidden;
  margin-top: 8px;
}
.form-heading .circle-radius {
  display: inline-block;
  background-color: #ed1c24;
  padding: 6px 10px 10px 16px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-weight: bold;
  color: #FFF;
  float: left;
}
.form-heading .fieldheight {
  height: 85px;
}
.alignment {
  margin-top: 7px !important;
}
@media only screen and (max-width: 991px) {
  .contact header form .form-group {
    display: inline-table;
    width: 100%;
  }
  .form-heading span.headingrow {
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .contact-form form [class*="col-"] {
    width: 100%;
    padding: 0 !important;
  }
  #contactForm {
    min-height: 1300px;
  }
  #referafriendForm {
    min-height: 1550px;
  }
  .thanks iframe {
    min-height: 350px !important;
  }
  .form-heading span.heading {
    line-height: 40px;
  }
}
form input[type=submit],
form .btn.btn-primary {
  border-radius: 0;
  padding: 10px 26px !important;
  margin-bottom: 0;
  color: #0077cc;
  border: 1px solid #0077cc !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  min-width: 100px;
  padding: 6px 12px;
}
form input[type=submit]:hover,
form .btn.btn-primary:hover {
  background: #e6f4ff !important;
}
form input[type=submit]:disabled,
form .btn.btn-primary:disabled,
form input[type=submit].btn-disabled,
form .btn.btn-primary.btn-disabled {
  background-color: #eee !important;
  color: #999;
  border: 1px solid #ccc !important;
  text-shadow: unset;
  cursor: not-allowed;
  pointer-events: none;
}
form .btn-cancel {
  color: #989A9D;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0px 25px;
  transition: 0.25s all ease-in-out;
}
form .btn-cancel:hover {
  background: none;
  color: #004a80;
  text-decoration: none;
}
.related-products header h2 {
  margin-bottom: 40px !important;
}
.related-products .owl-item {
  padding: 0px 50px;
}
.related-products .owl-pagination {
  display: none;
}
.related-products .owl-buttons .owl-next {
  right: -40px;
}
.related-products .owl-buttons .owl-prev {
  left: -40px;
}
.related-products .items-2 .owl-item {
  margin: 0 0 0 12.5%;
}
.related-products .items-2 .owl-item + .owl-item {
  margin: 0 12.5% 0 0;
}
@media screen and (max-width: 1199px) {
  .related-products .owl-item {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .related-products .owl-pagination {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .related-products .items-2 .owl-item {
    margin: auto;
  }
  .related-products .items-2 .owl-item + .owl-item {
    margin: auto;
  }
}
.dynamic-tabs {
  margin-bottom: 40px;
}
.dynamic-tabs header h2 {
  margin-bottom: 20px;
}
.dynamic-tabs header p {
  color: #6d6f71;
}
.dynamic-tabs .container {
  position: relative;
  z-index: 900;
  /* I (Balram) need to change this z-index:9999; property, it is breaking modal popup pages.*/
}
.dynamic-tabs .bg-gradient {
  position: relative;
}
.dynamic-tabs .bg-gradient:after,
.dynamic-tabs .bg-gradient:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.dynamic-tabs .bg-gradient:after {
  bottom: 0px;
  top: 131px;
  height: auto;
}
.dynamic-tabs .bg-gradient:before {
  top: 130px;
  height: 1px;
}
.dynamic-tabs .img-non-responsive {
  max-width: 540px;
  height: auto;
  overflow: auto;
}
.dynamic-tabs .owl-carousel.d-tabs {
  height: 820px;
}
.dynamic-tabs .owl-carousel.d-tabs img.img-responsive {
  width: 100%;
}
.dynamic-tabs .owl-carousel.d-tabs .tab-heading {
  display: none;
}
.dynamic-tabs .owl-carousel.d-tabs .d-tabs-buttons {
  display: none;
}
.dynamic-tabs .owl-carousel.d-tabs.only-tabs {
  height: auto;
}
.dynamic-tabs .owl-carousel.d-tabs.only-tabs .tab-heading {
  display: block;
}
.dynamic-tabs .owl-carousel.d-tabs.only-tabs .tab:after {
  content: " ";
  display: block !important;
  width: 1px;
  position: absolute;
  top: 0;
  height: 130px;
  background: #f5f5f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-8 */
}
.dynamic-tabs .owl-carousel.d-tabs.only-tabs .d-tabs-buttons {
  display: block;
}
.dynamic-tabs .owl-carousel.d-tabs.only-tabs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  background-color: #fff;
  margin-left: -2px;
  height: 130px;
  z-index: 999;
}
.dynamic-tabs .owl-carousel.d-tabs .owl-buttons .owl-next {
  right: -35px;
}
.dynamic-tabs .owl-carousel.d-tabs .owl-buttons .owl-prev {
  left: -35px;
}
.dynamic-tabs .owl-carousel.d-tabs .owl-pagination {
  display: none;
}
.dynamic-tabs .content.d-tabs {
  height: 820px;
}
.dynamic-tabs .content.d-tabs img.img-responsive {
  width: 100%;
}
.dynamic-tabs .content.d-tabs .tab-heading {
  display: none;
}
.dynamic-tabs .content.d-tabs .d-tabs-buttons {
  display: none;
}
.dynamic-tabs .content.d-tabs.only-tabs {
  height: auto;
}
.dynamic-tabs .content.d-tabs.only-tabs .tab-heading {
  display: block;
}
.dynamic-tabs .content.d-tabs.only-tabs .tab:after {
  content: " ";
  display: block !important;
  width: 1px;
  position: absolute;
  top: 0;
  height: 130px;
  background: #f5f5f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-8 */
}
.dynamic-tabs .content.d-tabs.only-tabs .d-tabs-buttons {
  display: block;
}
.dynamic-tabs .content.d-tabs.only-tabs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  background-color: #fff;
  margin-left: -2px;
  height: 130px;
  z-index: 999;
}
.dynamic-tabs .content.d-tabs .owl-buttons .owl-next {
  right: -35px;
}
.dynamic-tabs .content.d-tabs .owl-buttons .owl-prev {
  left: -35px;
}
.dynamic-tabs .content.d-tabs .owl-pagination {
  display: none;
}
.dynamic-tabs .media-gallery .container {
  width: auto;
}
.dynamic-tabs .media-gallery .media-container {
  padding-right: 5px;
}
.dynamic-tabs .tabs {
  height: auto;
}
.dynamic-tabs .tabs.no-carousel .owl-carousel.d-tabs.only-tabs .owl-wrapper {
  width: 100% !important;
  text-align: center;
}
.dynamic-tabs .tabs.no-carousel .owl-carousel.d-tabs.only-tabs .owl-wrapper .owl-item {
  float: none;
  display: inline-table;
}
.dynamic-tabs .tabs .owl-item .tab:after {
  content: " ";
  display: none;
  width: 1px;
  position: absolute;
  top: 0;
  height: 130px;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #DBDBDB 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #DBDBDB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffdbdbdb', GradientType=0);
}
.dynamic-tabs .tabs .owl-item:first-child .tab:after {
  background: #ffffff;
  display: none;
}
.dynamic-tabs .tabs .owl-item.active-tab .tab-heading a span {
  color: #ed1c24;
}
.dynamic-tabs .tabs .owl-item.active-tab .tab-heading a p {
  color: #333333;
}
.dynamic-tabs .tabs .owl-item.active-tab .tab-heading a:after {
  width: 20px;
  height: 20px;
  border-left: 14px solid transparent;
  border-right: 14px solid #ffffff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  display: block;
  content: '';
  /* .box-shadow(1px 1px 0px lighten(@gray-light, 26%)); */
  -webkit-box-shadow: 1px 1px 0px #ccc;
  box-shadow: 1px 1px 0px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in-out;
  /* IE */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* All Browsers */
}
.dynamic-tabs .tabs .owl-item.active-tab .tab-collapse {
  display: block;
}
.dynamic-tabs .tabs .content .tab:after {
  content: " ";
  display: none;
  width: 1px;
  position: absolute;
  top: 0;
  height: 130px;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #DBDBDB 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #DBDBDB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffdbdbdb', GradientType=0);
}
.dynamic-tabs .tabs .content :first-child .tab:after {
  background: #ffffff;
  display: none;
}
.dynamic-tabs .tabs .content .active-tab .tab-heading a span {
  color: #ed1c24;
}
.dynamic-tabs .tabs .content .active-tab .tab-heading a p {
  color: #333333;
}
.dynamic-tabs .tabs .content .active-tab .tab-heading a:after {
  width: 20px;
  height: 20px;
  border-left: 14px solid transparent;
  border-right: 14px solid #ffffff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  display: block;
  content: '';
  /* .box-shadow(1px 1px 0px lighten(@gray-light, 26%)); */
  -webkit-box-shadow: 1px 1px 0px #ccc;
  box-shadow: 1px 1px 0px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in-out;
  /* IE */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* All Browsers */
}
.dynamic-tabs .tabs .content .active-tab .tab-collapse {
  display: block;
}
.dynamic-tabs .tabs .tab .tab-body .row {
  margin: 0 !important;
}
.dynamic-tabs .tabs .tab .tab-body header h1,
.dynamic-tabs .tabs .tab .tab-body header h2,
.dynamic-tabs .tabs .tab .tab-body header h3,
.dynamic-tabs .tabs .tab .tab-body header h4,
.dynamic-tabs .tabs .tab .tab-body header h5,
.dynamic-tabs .tabs .tab .tab-body header h6 {
  margin-top: 0px;
  margin-bottom: 15px !important;
}
.dynamic-tabs .tabs .tab .tab-body header .m-title {
  font-size: 31px;
}
.dynamic-tabs .tabs .tab .tab-body header .m-description {
  font-size: 24px;
}
.dynamic-tabs .tabs .tab .tab-body ul {
  padding-left: 22px;
  color: #6d6f71;
  margin: 40px 0px;
}
.dynamic-tabs .tabs .tab .tab-body ul li {
  margin-bottom: 8px;
}
.dynamic-tabs .tabs .tab .tab-body ul li a {
  font-size: 20px;
  font-weight: 300;
}
.dynamic-tabs .tabs .tab .tab-body ul li a sup {
  display: inline-block;
}
.dynamic-tabs .tabs .tab .tab-body .jw-controlbar .jw-overlay ul.jw-menu {
  margin: 0px !important;
  padding-left: 8px !important;
}
.dynamic-tabs .tabs .tab .tab-body .media-gallery {
  padding-top: 0px !important;
}
.dynamic-tabs .tabs .tab .tab-body .media-gallery header .m-description {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 380px;
}
.dynamic-tabs .tabs .tab .tab-body .vdo-base {
  background: none !important;
}
.dynamic-tabs .tabs .tab .tab-body .vdo-base .media-wrapper {
  margin-left: 0px !important;
  margin-top: 0px !important;
  width: 100%;
  border: 12px solid #919191;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.dynamic-tabs .tabs .tab .tab-body .vdo-base .media-wrapper .media-stage {
  color: #555555;
}
.dynamic-tabs .tabs .tab .tab-body .playlist {
  background: none !important;
}
.dynamic-tabs .tabs .tab .tab-body .playlist .pointer {
  display: none;
}
.dynamic-tabs .tabs .tab .tab-body .playlist .media-heading {
  color: #333333;
}
.dynamic-tabs .tabs .tab .tab-body .playlist .owl-buttons .owl-prev,
.dynamic-tabs .tabs .tab .tab-body .playlist .owl-buttons .owl-next {
  color: #999999 !important;
}
.dynamic-tabs .tabs .tab .tab-body .content-row {
  margin-bottom: 20px;
}
.dynamic-tabs .tabs .tab .tab-body .content-row h4 {
  margin: 0 !important;
}
.dynamic-tabs .tabs .tab .tab-body .content-row:last-child {
  margin-bottom: 0px;
}
.dynamic-tabs .tabs .tab-heading {
  padding: 10px 15px;
  margin-bottom: 15px;
  position: relative;
}
.dynamic-tabs .tabs .tab-heading a {
  color: #6d6f71;
  font-size: 21px;
  display: block;
  text-decoration: none;
}
.dynamic-tabs .tabs .tab-heading a span.icon {
  display: block;
  font-size: 350%;
  -webkit-transition: all 150ms linear;
  /* Safari and Chrome */
  -moz-transition: all 150ms linear;
  /* Mozilla Firefox */
  -ms-transition: all 150ms linear;
  /* IE */
  -o-transition: all 150ms linear;
  /* Opera */
  transition: all 150ms linear;
  /* All Browsers */
}
.dynamic-tabs .tabs .tab-heading a p {
  margin: 0 !important;
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  /*color:@blue-gray-dark; */
  color: #333333;
  overflow: hidden;
  height: 40px;
  line-height: 17px;
}
.dynamic-tabs .tabs .tab-heading a:hover {
  text-decoration: none;
  cursor: pointer;
}
.dynamic-tabs .tabs .tab-heading a:hover span {
  color: #a0a2a4;
}
.dynamic-tabs .tabs .tab-heading a:hover p {
  /* color: darken(@gray-light, 40%);*/
  color: #6d6f71;
}
.dynamic-tabs .tabs .tab-collapse {
  position: relative;
  left: 0px;
  margin-top: 30px;
  width: 100%;
  text-align: left;
  display: none;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.dynamic-tabs a.cta-1,
.dynamic-tabs a.cta-2,
.dynamic-tabs a.cta-3,
.dynamic-tabs a.cta-4 {
  margin-bottom: 20px;
}
.dynamic-tabs iframe {
  height: 450px;
}
.dynamic-tabs .valign-bottom,
.dynamic-tabs .valign-top,
.dynamic-tabs .valign-middle {
  height: 639px;
}
/* added for chrome only tab arrow was cutting off */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .dynamic-tabs .tabs .tab-heading {
    margin-bottom: 18px;
  }
  .dynamic-tabs .tabs .owl-item.active-tab .tab-heading a:after {
    bottom: -11px;
  }
  .dynamic-tabs .tabs .content.active-tab .tab-heading a:after {
    bottom: -11px;
  }
}
.lt-ie9 .dynamic-tabs .owl-carousel.d-tabs.only-tabs .tab:after {
  background: url(/images/common/seprator.png);
}
.lt-ie9 .dynamic-tabs .tabs .owl-item.active-tab .tab-heading a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .dynamic-tabs .img-non-responsive {
    max-width: 440px;
    max-height: 660px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tabs .tab-body .media-gallery header .m-description {
    max-height: 310px;
    padding-right: 10px;
    font-size: 22px;
  }
  .tabs .playlist .owl-buttons {
    display: none;
  }
  .tabs .playlist .owl-pagination {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic-tabs .owl-carousel.d-tabs .owl-buttons.d-tabs-buttons {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .dynamic-tabs .valign-bottom,
  .dynamic-tabs .valign-top,
  .dynamic-tabs .valign-middle {
    height: auto !important;
    display: block;
  }
  .dynamic-tabs .valign-bottom .vcontent,
  .dynamic-tabs .valign-top .vcontent,
  .dynamic-tabs .valign-middle .vcontent {
    display: block;
  }
  .dynamic-tabs .img-non-responsive {
    max-width: 690px;
    max-height: none;
  }
  .dynamic-tabs .bg-gradient {
    background: none !important;
  }
  .dynamic-tabs .bg-gradient:after,
  .dynamic-tabs .bg-gradient:before {
    display: none;
  }
  .dynamic-tabs .tabs .owl-item .tab:after {
    display: none;
  }
  .dynamic-tabs .tabs .tab-heading {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px !important;
  }
  .dynamic-tabs .tabs .tab-heading + .container {
    padding: 0;
  }
  .dynamic-tabs .tabs .tab-heading a {
    display: inline-table;
    width: 100%;
    overflow: hidden;
  }
  .dynamic-tabs .tabs .tab-heading a span.icon {
    width: 0;
    font-size: 300%;
    float: left;
  }
  .dynamic-tabs .tabs .tab-heading a p {
    font-size: 20px;
    padding-left: 85px;
    height: auto;
    overflow: visible;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px !important;
    margin-top: 0px !important;
    text-align: left;
  }
  .dynamic-tabs .tabs .tab-heading a:after {
    display: none !important;
  }
  .dynamic-tabs .tabs .tab-collapse {
    left: 0px !important;
    margin: 0 !important;
    padding: 40px 0px;
    border-bottom: 1px solid #dbdbdb !important;
  }
  .dynamic-tabs .tabs .tab-body .vdo-base .media-wrapper {
    display: flex;
  }
  .dynamic-tabs .media-gallery .container {
    width: 100%;
    padding: 0 !important;
  }
  .dynamic-tabs .media-gallery .playlist .owl-pagination {
    display: block !important;
  }
  .dynamic-tabs .owl-carousel.d-tabs {
    height: auto !important;
  }
  .dynamic-tabs .owl-carousel.d-tabs.only-tabs {
    display: none !important;
  }
  .dynamic-tabs .owl-carousel.d-tabs.tabs-container .tab-heading {
    display: block !important;
  }
  .dynamic-tabs .owl-carousel.d-tabs .owl-wrapper.d-tabwrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100% !important;
  }
  .dynamic-tabs .owl-carousel.d-tabs .owl-wrapper.d-tabwrapper .owl-item.d-tabitem {
    width: 100% !important;
    float: none;
    display: block;
  }
  .dynamic-tabs .owl-carousel.d-tabs .owl-buttons.d-tabs-buttons,
  .dynamic-tabs .owl-carousel.d-tabs .owl-pagination {
    display: none;
  }
  .dynamic-tabs .content.d-tabs {
    height: auto !important;
  }
  .dynamic-tabs .content.d-tabs.only-tabs {
    display: none !important;
  }
  .dynamic-tabs .content.d-tabs.tabs-container .tab-heading {
    display: block !important;
  }
  .dynamic-tabs .content.d-tabs .owl-wrapper.d-tabwrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100% !important;
  }
  .dynamic-tabs .content.d-tabs .owl-wrapper.d-tabwrapper .owl-item.d-tabitem {
    width: 100% !important;
    float: none;
    display: block;
  }
  .dynamic-tabs .content.d-tabs .owl-buttons.d-tabs-buttons,
  .dynamic-tabs .content.d-tabs .owl-pagination {
    display: none;
  }
}
.show {
  display: block !important;
}
@media screen and (min-width: 801px) {
  .tabs .tab-body .vdo-base {
    height: inherit;
  }
  .tabs .tab-body .vdo-base .media-wrapper {
    max-height: 382px;
  }
}
@media screen and (min-width: 992px) {
  .tabs .tab-body .vdo-base .media-wrapper {
    max-height: 335px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs .tab-body .vdo-base .media-wrapper {
    max-height: 410px;
  }
}
.ng-dynamic-tabs .tabs {
  text-align: left;
  height: auto;
  overflow: hidden;
}
.ng-dynamic-tabs .tabs .tab-list {
  background: #fff;
}
.ng-dynamic-tabs .tabs .tab-list.dropdown-expanded .dropdown-list {
  top: 101%;
}
.ng-dynamic-tabs .tabs .tab-list .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tab-list .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ng-dynamic-tabs .tabs .tab-list .tbd-wrapper {
  overflow: hidden;
}
.ng-dynamic-tabs .tabs .tab-list .tbd-wrapper .tbd-link {
  position: absolute;
  right: -32px;
  top: 14px;
  width: auto;
  transform: rotate(90deg);
  cursor: pointer;
  color: #999;
  width: 20px;
  height: 40px;
  font-size: 28px;
  font-weight: 800;
  z-index: 99;
}
.ng-dynamic-tabs .tabs .tab-list .tbd-wrapper .tbd-link:before {
  content: " ";
  position: absolute;
  display: block;
  width: 98px;
  top: 0;
  height: 53px;
  background: #fff;
  z-index: -1;
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tab-list .tbd-wrapper .tbd-link:before {
    height: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tab-list .tbd-wrapper .tbd-link {
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tab-list .tbd-wrapper {
    width: 90vw !important;
  }
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab-draopdown .tab {
  float: left;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab {
  display: inline-block;
  padding: 5px 0;
  width: 18vw;
  max-width: 233px;
  cursor: pointer;
  transition: all 0.5s ease-in;
  position: relative;
  text-align: center;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab.active-tab a {
  color: #ed1c24;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  border-left: 1px solid #999;
  top: calc(50% - 17px);
  height: 20px;
  bottom: 0;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  float: left;
  bottom: 0;
  height: 3px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab:first-child:after {
  display: none;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .tab:nth-child(2):after {
  display: none;
}
@media only screen and (max-width: 1679px) {
  .ng-dynamic-tabs .tabs .tab-list.icon-default .tab {
    width: 25vw;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tab-list.icon-default .tab {
    width: 31vw;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tab-list.icon-default .tab {
    width: 45vw;
  }
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .icon {
  display: block;
  clear: both;
  text-align: center;
  font-size: 250%;
  margin-bottom: 8px;
}
.ng-dynamic-tabs .tabs .tab-list.icon-default .only-tabs {
  height: 92px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.ng-dynamic-tabs .tabs .tab-list .d-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.ng-dynamic-tabs .tabs .tab-list .d-tabs .tab {
  display: inline-block;
}
.ng-dynamic-tabs .tabs .tab-list .d-tabs .tab a {
  color: #999;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tab-list .d-tabs .tab a {
    font-size: 15px;
  }
}
.ng-dynamic-tabs .tabs .tab-list .d-tabs.tab-draopdown {
  float: left;
  z-index: 99;
  background: #fff;
}
.ng-dynamic-tabs .tabs .tab-list .dropdown-list {
  display: block;
  position: absolute;
  right: -15px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  top: -120vh;
  transition: all .5s ease;
  overflow: auto;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tab-list .dropdown-list {
    right: 20px;
  }
}
.ng-dynamic-tabs .tabs .tab-list .dropdown-list li {
  text-align: left;
  border-top: 1px solid #f5f5f5;
}
.ng-dynamic-tabs .tabs .tab-list .dropdown-list li.active-tab a,
.ng-dynamic-tabs .tabs .tab-list .dropdown-list li:hover a {
  color: #ed1c24;
}
.ng-dynamic-tabs .tabs .tab-list .dropdown-list li:first-child {
  border: none;
}
.ng-dynamic-tabs .tabs .tab-list .dropdown-list li a {
  color: #999;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  padding: 9px 20px;
  font-weight: 400;
  display: block;
}
.ng-dynamic-tabs .tabs .tab-list .dropdown-list li a .icon {
  font-size: 140%;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon span.icon,
.ng-dynamic-tabs .tabs .tab-list.no-icon .dropdown-list li.item .icon {
  display: none;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs {
  height: 43px;
  overflow: hidden;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs .tab {
  cursor: pointer;
  position: relative;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs .tab a {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  margin: 4px 0 15px 40px;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs .tab a:before {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  float: left;
  bottom: 0;
  height: 2px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs .tab:first-child a,
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs .tab:nth-child(2) a {
  margin-left: 0;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .d-tabs .tab.active-tab a {
  color: #ed1c24;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .tbd-wrapper {
  width: 95%;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .tbd-wrapper .tbd-link {
  top: -2px;
}
.ng-dynamic-tabs .tabs .tab-list.no-icon .tbd-wrapper .tbd-link:before {
  width: 65px;
}
.ng-dynamic-tabs .tabs .tab-list .heighlight-tab {
  height: 3px;
  width: 18vw;
  margin: 0;
  background: #ed1c24;
  border: none;
  transition: 0.3s ease-in-out;
  float: left;
  max-width: 233px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (max-width: 1679px) {
  .ng-dynamic-tabs .tabs .tab-list .heighlight-tab {
    width: 25vw;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tab-list .heighlight-tab {
    width: 31vw;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tab-list .heighlight-tab {
    width: 42.5vw;
  }
}
.ng-dynamic-tabs .tabs .tabs-container {
  position: relative;
}
.ng-dynamic-tabs .tabs .tabs-container.auto-tabheight {
  height: auto !important;
}
.ng-dynamic-tabs .tabs .tabs-container .bg-gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ng-dynamic-tabs .tabs .tabs-container .bg-gradient:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  top: 0;
  height: auto;
  bottom: 0;
  background: #f5f5f5;
  background: radial-gradient(circle, #f5f5f5 100%, #ffffff 100%, rgba(245, 245, 245, 0.1) 100%);
  box-shadow: inset 0px 3px 4px -2px rgba(0, 0, 0, 0.1);
}
.ng-dynamic-tabs .tabs .tabs-container .item {
  display: none;
  position: relative;
  z-index: 2;
}
.ng-dynamic-tabs .tabs .tabs-container .item.active-tab {
  display: block;
}
.ng-dynamic-tabs .tabs .tabs-container .item .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .item .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .media-section {
  padding: 0;
  margin: 50px 0;
}
.ng-dynamic-tabs .tabs .tabs-container .media-section .ln-media-gallery {
  padding: 0;
}
.ng-dynamic-tabs .tabs .tabs-container .vdo-base {
  height: auto;
}
.ng-dynamic-tabs .tabs .tabs-container .vdo-base .media-wrapper {
  display: block;
  border: none;
  border-radius: 0px;
  margin: 0;
  height: auto;
}
.ng-dynamic-tabs .tabs .tabs-container .vdo-base .media-wrapper .media-stage {
  display: block;
}
.ng-dynamic-tabs .tabs .tabs-container header .m-title {
  font-size: 48px;
  font-weight: 300;
}
.ng-dynamic-tabs .tabs .tabs-container header .m-description {
  font-size: 18px;
}
.ng-dynamic-tabs .tabs .tabs-container .ln-media-gallery > .container:before {
  display: none;
}
.ng-dynamic-tabs .tabs .tabs-container .ln-media-gallery > .container header {
  margin-bottom: 0;
}
.ng-dynamic-tabs .tabs .tabs-container .ln-media-gallery > .container header h3,
.ng-dynamic-tabs .tabs .tabs-container .ln-media-gallery > .container header h5 {
  color: #333;
}
.ng-dynamic-tabs .tabs .tabs-container .ln-media-gallery > .container header p {
  color: #333;
}
.ng-dynamic-tabs .tabs .tabs-container .content-align {
  display: table-cell;
}
.ng-dynamic-tabs .tabs .tabs-container .valign-top {
  min-height: 675px;
}
.ng-dynamic-tabs .tabs .tabs-container .valign-top .content-align {
  vertical-align: top;
}
.ng-dynamic-tabs .tabs .tabs-container .valign-bottom {
  min-height: 675px;
}
.ng-dynamic-tabs .tabs .tabs-container .valign-bottom .content-align {
  vertical-align: bottom;
}
.ng-dynamic-tabs .tabs .tabs-container .valign-middle {
  min-height: 675px;
}
.ng-dynamic-tabs .tabs .tabs-container .valign-middle .content-align {
  vertical-align: middle;
}
.ng-dynamic-tabs .tabs .tabs-container .bgtabcontent {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-size: cover;
}
.ng-dynamic-tabs .tabs .tabs-container .bgtab header h3,
.ng-dynamic-tabs .tabs .tabs-container .bgtab header h5 {
  color: #fff;
}
.ng-dynamic-tabs .tabs .tabs-container .bgtab header p {
  color: #fff;
  font-size: 22px;
}
.ng-dynamic-tabs .tabs .tabs-container .bgtab .content h3 {
  color: #fff;
  position: relative;
}
.ng-dynamic-tabs .tabs .tabs-container .bgtab .content p,
.ng-dynamic-tabs .tabs .tabs-container .bgtab .content li,
.ng-dynamic-tabs .tabs .tabs-container .bgtab .content li a,
.ng-dynamic-tabs .tabs .tabs-container .bgtab .content h5 {
  color: #f4f4f4;
}
.ng-dynamic-tabs .tabs .tabs-container .bgtab .content .cta-4 {
  border: 1px solid #f4f4f4;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 400;
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header {
  padding: 4.72vw 0 0 0;
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header.left {
  text-align: left;
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header.right {
  float: left;
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header.centre {
  text-align: center;
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header.centre h3 {
  padding-right: 0;
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header.centre h3:before {
  left: calc(50% - 3.45vw);
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header h3 {
  margin: 0;
  padding-right: 15%;
  line-height: 1;
  font-size: 50px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header h3 {
    padding-right: 0;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .tab-header h3:before {
  content: " ";
  position: absolute;
  display: block;
  width: 6.9vw;
  float: left;
  bottom: 2px;
  height: 3px;
  background: #ed1c24;
  transition: width 0.5s ease, background-color 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header h3:before {
    width: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header h3:before {
    width: 35vw;
  }
}
@media only screen and (max-width: 1679px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header h3 {
    font-size: 3.67vw;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header h3 {
    font-size: 6.60vw;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header h3 {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .tab-header {
    padding: 6.72vw 0 0 0;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .content {
  clear: both;
}
.ng-dynamic-tabs .tabs .tabs-container .content .image {
  float: right;
  max-width: 50%;
}
.ng-dynamic-tabs .tabs .tabs-container .content .image img {
  margin: 2.67vw 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .content .image img {
    max-width: 60%;
    margin: 10vw auto 0;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ng-dynamic-tabs .tabs .tabs-container .content .image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .content .image {
    display: none;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ng-dynamic-tabs .tabs .tabs-container .content .image {
    display: block;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tabs-container .content .image {
    display: none;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .content .summary {
  float: left;
  width: 50%;
}
.ng-dynamic-tabs .tabs .tabs-container .content .summary .copy {
  padding: 1.8vw 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .content .summary {
    width: 100%;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ng-dynamic-tabs .tabs .tabs-container .content .summary {
    display: block;
    max-width: 50%;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .content p {
  margin-bottom: 1.2vw;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .content p {
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tabs-container .content p {
    margin-bottom: 3.6vw;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .content p strong {
  font-size: 20px;
}
.ng-dynamic-tabs .tabs .tabs-container .content.left .summary {
  float: left;
}
.ng-dynamic-tabs .tabs .tabs-container .content.left .summary header {
  text-align: left;
}
.ng-dynamic-tabs .tabs .tabs-container .content.left .summary .copy {
  padding: 1.8vw 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .ng-dynamic-tabs .tabs .tabs-container .content.left .summary .copy {
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .ng-dynamic-tabs .tabs .tabs-container .content.left .summary .copy {
    padding: 10vw 0;
  }
}
.ng-dynamic-tabs .tabs .tabs-container .content.left .image {
  float: right;
}
.ng-dynamic-tabs .tabs .tabs-container .content.centre .summary {
  width: 100%;
  text-align: center;
}
.ng-dynamic-tabs .tabs .tabs-container .content.centre .summary ul {
  margin: 40px auto;
  display: table;
  text-align: left;
}
.ng-dynamic-tabs .tabs .tabs-container .content.centre .image {
  display: none;
}
.ng-dynamic-tabs .tabs .tabs-container .content.right .summary {
  float: right;
}
.ng-dynamic-tabs .tabs .tabs-container .content.right .summary header {
  text-align: left;
}
.ng-dynamic-tabs .tabs .tabs-container .content.right .summary .copy {
  padding: 1.8vw 0 0 0;
  clear: both;
}
.ng-dynamic-tabs .tabs .tabs-container .content.right .image {
  float: left;
  width: auto;
}
.ng-dynamic-tabs .tabs .tabs-container .content .cta-4 {
  border: 1px solid #0077cc;
  color: #0077cc;
  padding: 10px 32px;
  font-size: 16px;
  margin: 1.3vw 0 !important;
}
.social-connect ul {
  text-align: center;
}
.social-connect ul li {
  display: inline-block;
  margin: 0px 5px;
  font-size: 220%;
}
.social-connect ul li a {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.social-connect ul li a:hover,
.social-connect ul li a:active,
.social-connect ul li a:visited,
.social-connect ul li a:focus {
  text-decoration: none;
}
.social-connect ul li.linkedin a {
  color: #007bb6;
}
.social-connect ul li.linkedin a:hover {
  color: #005f8d;
}
.social-connect ul li.youtube a {
  color: #bb0000;
}
.social-connect ul li.youtube a:hover {
  color: #920000;
}
.social-connect ul li.facebook a {
  color: #3b5998;
}
.social-connect ul li.facebook a:hover {
  color: #30487b;
}
.social-connect ul li.twitter a {
  color: #00aced;
}
.social-connect ul li.twitter a:hover {
  color: #008ec4;
}
.social-connect ul li.subscribe a {
  color: #FF6600;
}
.social-connect ul li.subscribe a:hover {
  color: #d65600;
}
.hero + .ticker {
  margin-top: -42px;
}
.ticker {
  height: 42px;
  overflow: hidden;
  position: relative;
  padding: 8px 0px;
  z-index: 6;
  background-color: rgba(51, 51, 51, 0.8);
}
.ticker p {
  margin: 0 20px;
  padding: 0 !important;
}
.ticker p a {
  font-size: 12px;
  color: #019cdc;
  padding: 4px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.ticker p a:hover {
  background-color: #019cdc;
  color: #ffffff;
  text-decoration: none;
}
.ticker p:after {
  content: "|";
  border-right: 1px solid #cccccc;
  margin: 6px 0px;
  position: absolute;
  line-height: 14px;
  right: 0px;
  color: transparent;
  top: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ticker.option-2 {
  padding: 0 !important;
}
.ticker.option-2 p {
  margin: 0;
}
.ticker.option-2 p a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 13px 15px;
}
.ticker.option-2 p a:hover {
  background-color: rgba(1, 156, 220, 0.7);
}
.ticker.option-2 p:after {
  line-height: 42px;
  margin: 0 !important;
}
.ticker .owl-controls {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .hero + .ticker {
    margin-top: 0;
  }
  .ticker {
    background-color: rgba(51, 51, 51, 0.2);
  }
  .ticker p:after {
    border-color: #bababa;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* CSS for linkedin widget*/
.linkedin-widget .hero-background {
  overflow: hidden;
  background-image: url("../images/modules/product-overview/linkedin-widget/hero-linkedin-widget-abstract.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0px;
  padding-top: 25px;
}
.linkedin-widget .hero-background header p.lead {
  line-height: 1.1;
  font-size: 24px;
  -webkit-transition: all 600ms ease;
  /* Safari and Chrome */
  -moz-transition: all 600ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 600ms ease;
  /* IE */
  -o-transition: all 600ms ease;
  /* Opera */
  transition: all 600ms ease;
  /* All Browsers */
}
.linkedin-widget .row {
  position: relative;
}
.linkedin-widget .base-layer {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.linkedin-widget .base-layer:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  right: 84px;
  top: 69px;
  width: 624px;
  height: 275px;
}
.linkedin-widget .cp-base-layer {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  left: 81px;
  top: 66px;
}
.linkedin-widget .widgets {
  background-color: #ffffff;
  opacity: 0.85;
  filter: alpha(opacity=85);
  min-height: 362px;
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  .linkedin-widget .hero-background header p.lead {
    font-size: 20px;
  }
  .linkedin-widget .cp-base-layer {
    display: none;
  }
  .linkedin-widget .widgets .company-profile {
    display: none;
  }
  .linkedin-widget .widgets .company-insider {
    width: 100%;
  }
  .linkedin-widget .base-layer:after {
    right: 174px;
    height: 272px;
  }
}
@media screen and (max-width: 991px) {
  .linkedin-widget .base-layer:after {
    right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .linkedin-widget .hero-background {
    height: auto !important;
  }
  .linkedin-widget .widgets {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .linkedin-widget .widgets .company-insider {
    overflow-x: auto;
  }
  .linkedin-widget .base-layer:after {
    display: none;
  }
}
.promotion {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 17px 0 15px;
}
.promotion form label {
  padding-right: 8px;
  font-weight: 300;
  color: #fff;
}
.promotion form .promo-form {
  border: 1px solid #ffffff;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.25s all ease-in;
}
.promotion form .promo-form input[type=text] {
  width: calc(100% - 36px);
  float: left;
  background: none;
  border: none;
  color: #fff;
  height: 32px;
  border-right: 0;
  padding: 0 10px;
  transition: 0.25s all ease-in;
  font-weight: 100;
  border-radius: 0;
  margin: 0;
}
.promotion form .promo-form input[type=text]:focus {
  box-shadow: none;
}
.promotion form svg path {
  transition: 0.25s all ease-in;
}
.promotion form svg path:not(.go) {
  fill-opacity: 0;
}
.promotion form .active.promo-form {
  border-color: #ffffff;
  outline: 1px solid #ffffff;
}
.promotion form .active.promo-form #btn_promo_apply {
  border-color: #ffffff;
  outline: 1px solid #ffffff;
  color: #fff;
}
.promotion form .active.promo-form #btn_promo_apply.apply-code.warning {
  background: #ffda00;
}
.promotion form .active.promo-form #btn_promo_apply svg path {
  fill: #ffffff;
}
.promotion form .active.promo-form #btn_promo_apply.warning svg path:not(.error) {
  fill-opacity: 0;
}
.promotion form .active.promo-form #btn_promo_apply.warning svg path.error {
  fill-opacity: 1;
  fill: #000;
}
.promotion form .active.promo-form #btn_promo_apply.success {
  background: rgba(255, 255, 255, 0.7);
}
.promotion form .active.promo-form #btn_promo_apply.success svg path:not(.ok) {
  fill-opacity: 0;
}
.promotion form .active.promo-form #btn_promo_apply.success svg path.ok {
  fill-opacity: 1;
  fill: #000;
}
.promotion form .promo-form {
  padding: 0;
  overflow: hidden;
  max-width: 340px;
}
.promotion form .promo-form .promo-msg {
  position: absolute;
  left: 0;
  color: #fff;
  margin: 0;
  line-height: 30px;
  width: calc(100% - 35px);
  text-align: left;
  padding: 0 10px;
  cursor: text;
  font-weight: 400;
}
.promotion form .promo-form .promo-msg span {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0px 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
}
.promotion form .promo-label {
  padding-left: 0;
  text-align: center;
}
.promotion form .promo-label label {
  padding: 3px 0 !important;
  margin: 0;
}
.promotion form .btn.btn-sm.cta-2 {
  padding: 10px;
}
.promotion form .btn.btn-disabled {
  color: #fff;
  padding: 10px;
}
.promotion form .form-group {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.promotion form .valide-promo {
  display: none;
  color: #8cc63f;
  background: #fff;
  padding: 3px;
}
.promotion form a#btn_promo_apply {
  border-left: 1px solid #ffffff;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  display: table-caption;
  padding: 7px 8px;
  transition: 0.25s all ease-in;
  float: right;
}
.promotion form a#btn_promo_apply:hover {
  cursor: pointer;
  text-decoration: none;
}
.svg-defs {
  position: absolute;
  height: 0;
  width: 0;
}
.price-section {
  background-size: cover;
  background-attachment: fixed;
}
.price-section.theme-dark .price-header p {
  color: #999999;
}
.price-section.theme-dark .price-header p a {
  color: #00aeef;
}
.price-section.theme-dark .price-header p a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.price-section .price-header sup {
  font-size: 35%;
  font-weight: 300;
}
.price-section .price-header small {
  font-size: 18px;
  color: #999999;
}
.price-section .price-header small span {
  text-transform: uppercase;
}
.price-section .price-variables select {
  /*border: 0 none;
				-webkit-appearance: none;
				line-height: 1;*/
  padding: 2px 8px;
  width: 100%;
  font-size: 16px;
}
.price-section .price-variables .icon {
  bottom: 9px;
  position: absolute;
  right: 25px;
}
.price-section .price-variables .row {
  margin-bottom: 10px;
}
.price-section .price-variables label {
  text-transform: uppercase;
  font-size: 16px;
}
.price-section .price-plans.place-order .price-plan .btn {
  display: inline-block;
}
.price-section .price-plans.place-order .price-plan span.pp-note {
  display: none;
}
.price-section .price-plans.place-order .price-plan span.pp-increment {
  margin-bottom: 20px;
}
.price-section .price-plans .price-plan {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  width: 30%;
  padding: 45px 15px;
  text-align: center;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease-in;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in;
  /* IE */
  -o-transition: all 0.2s ease-in;
  /* Opera */
  transition: all 0.2s ease-in;
  /* All Browsers */
}
.price-section .price-plans .price-plan.popular {
  width: 33.2%;
  margin: 0 3%;
  padding: 60px 20px;
  background-color: #ed1c24;
  margin-top: 0px;
  color: #fff;
}
.price-section .price-plans .price-plan.popular span.pp-note {
  background-color: #fc363c;
}
.price-section .price-plans .price-plan.popular .btn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.price-section .price-plans .price-plan.popular .btn:hover {
  color: #ed1c24;
  background: #fff;
}
.price-section .price-plans .price-plan.popular:before {
  content: "Most Popular";
  text-transform: uppercase;
  font-size: 15px;
  color: #ed1c24;
  background: #fff;
  position: absolute;
  height: 30px;
  width: 180px;
  line-height: 30px;
  font-weight: 400;
  right: -37px;
  top: 38px;
  z-index: 200;
  clip-path: url(#ribbon);
  transform: rotate(45deg);
}
.price-section .price-plans .price-plan span {
  display: block;
}
.price-section .price-plans .price-plan span.cut-price {
  font-size: 25px;
  margin: 5px 0 -15px 0;
  position: relative;
  display: inline;
  color: #ed1c24 !important;
}
.price-section .price-plans .price-plan span.cut-price:before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 17px;
  transform: rotate(6deg);
  content: "";
  background: #ed1c24;
  transform-origin: top;
}
.price-section .price-plans .price-plan span.pp-note {
  -webkit-transition: all 0.2s ease-in;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in;
  /* IE */
  -o-transition: all 0.2s ease-in;
  /* Opera */
  transition: all 0.2s ease-in;
  /* All Browsers */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #f2f2f2;
  font-size: 14px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  line-height: 34px;
}
.price-section .price-plans .price-plan span.pp-duration {
  font-size: 26px;
}
.price-section .price-plans .price-plan span.pp-price {
  overflow: hidden;
  font-size: 28px;
}
.price-section .price-plans .price-plan span.pp-price small {
  margin-left: 0px;
}
.price-section .price-plans .price-plan span.pp-price big {
  font-size: 88px;
}
.price-section .price-plans .price-plan span.pp-price sup {
  font-size: 120%;
  top: -1.2em;
}
.price-section .price-plans .price-plan span.pp-increment {
  font-size: 16px;
}
.price-section .price-plans .price-plan .btn {
  display: none;
  background: #eeeeee;
  color: #000;
  padding: 8px 34px;
  font-size: 22px;
  border: 2px solid #ccc;
  -webkit-transition: all 0.2s ease-in;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in;
  /* Mozilla Firefox */
  -ms-transition: all 0.2s ease-in;
  /* IE */
  -o-transition: all 0.2s ease-in;
  /* Opera */
  transition: all 0.2s ease-in;
  /* All Browsers */
}
.price-section .price-plans .price-plan .btn:hover {
  background: #ed1c24;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
}
.price-section .price-includes .pi-list {
  background: #fff;
  border-radius: 6px;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.price-section .price-includes .pi-list:before,
.price-section .price-includes .pi-list:after {
  font-family: 'lexisnexis-icons';
  content: "\e65a";
  position: absolute;
  width: 18px;
  height: 10px;
  bottom: 94px;
  z-index: 100;
  color: #333;
  font-size: 20px;
}
.price-section .price-includes .pi-list:before {
  left: -15px;
  transform: rotateY(180deg);
}
.price-section .price-includes .pi-list:after {
  right: -15px;
}
.price-section .price-includes .pi-list h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.price-section .price-includes .pi-list .include {
  margin: 25px;
  display: inline-block;
  width: 220px;
  vertical-align: text-top;
}
.price-section .price-includes .pi-list .include h5 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  height: 60px;
  border-bottom: 1px solid #999999;
}
.price-section .price-includes .pi-list .include svg {
  width: 55px;
  height: 55px;
}
.price-section .price-includes .pi-list .include p {
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.3);
  line-height: 1.2em;
}
.price-section .price-includes .pi-list .ribbon {
  background: #eeeeee;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-top: 40px;
  position: relative;
  z-index: 201;
}
.price-section .price-includes .pi-list .ribbon a {
  text-transform: uppercase;
}
.price-section .price-includes .pi-list .ribbon a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.price-section .price-includes .pi-list .ribbon:before,
.price-section .price-includes .pi-list .ribbon:after {
  content: "";
  background: #eeeeee;
  height: 50px;
  position: absolute;
  top: 0;
  width: 14px;
}
.price-section .price-includes .pi-list .ribbon:before {
  left: -14px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.price-section .price-includes .pi-list .ribbon:after {
  right: -14px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.price-section .plan-1 {
  padding-right: 0px;
}
.price-section .plan-2 {
  padding: 0;
}
.price-section .plan-3 {
  padding-left: 0px;
}
.price-section .pricing {
  /*&:before, &:after{
			content:"";
			display:block;
		}
		
		&:after{
    		border-bottom: 2px solid darken(@gray-lighter, 13.5%); 
		}
		
		&:hover{
			.panel-body{
				.choose-package{
					a{
						background-color: darken(#f6f6f6, 12%);
					}
				}
			}
		}*/
}
.price-section .pricing:hover .panel-heading {
  background-color: rgba(203, 204, 206, 0.9);
}
.price-section .pricing:hover .panel-body header {
  background-color: rgba(203, 204, 206, 0.9);
}
.price-section .pricing:hover .panel-body .choose-package a.btn {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.price-section .pricing:hover .panel-body .choose-package a.btn:hover {
  background-color: #858585;
  border-color: #858585;
}
.price-section .pricing.plan-1 .panel-body section {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.price-section .pricing.plan-3 .panel-body section {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.price-section .pricing.highlight:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.price-section .pricing.highlight:hover .panel-heading {
  background-color: rgba(237, 28, 36, 0.8);
}
.price-section .pricing.highlight:hover .panel-body header {
  background-color: rgba(237, 28, 36, 0.8);
}
.price-section .pricing.highlight:hover .panel-body .choose-package a.btn {
  background-color: #fff;
  color: #ed1c24;
}
.price-section .pricing.highlight:hover .panel-body .choose-package a.btn:hover {
  background-color: #c61017;
  border-color: #c61017;
  color: #fff;
}
.price-section .pricing.highlight .panel-heading {
  /*padding-top:35px;*/
  margin-top: 0;
  background-color: rgba(237, 28, 36, 0.9);
}
.price-section .pricing.highlight .panel-heading:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.price-section .pricing.highlight .panel-heading .title a {
  color: #fff;
}
.price-section .pricing.highlight .panel-body header {
  background-color: rgba(237, 28, 36, 0.9);
  padding-bottom: 18px;
  color: #fff;
}
.price-section .pricing.highlight .panel-body header .low-price {
  color: #fff;
}
.price-section .pricing.highlight .panel-body header .annual-inc small {
  color: #fff;
}
.price-section .pricing.highlight .panel-body header .choose-package a.btn {
  border-color: #fff;
  color: #fff;
}
.price-section .pricing.highlight .panel-body section {
  padding-bottom: 71px;
}
.price-section .pricing .low-price {
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.price-section .pricing.not-updated .low-price {
  visibility: visible;
}
.price-section .pricing.not-updated .annual-inc,
.price-section .pricing.not-updated .choose-package {
  display: none;
}
.price-section .pricing.open .panel-heading .title a {
  pointer-events: none;
}
.price-section .pricing.open .collapse {
  display: block;
}
.price-section .pricing .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 25px;
  padding-bottom: 4px;
  background-color: rgba(188, 190, 192, 0.9);
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  position: relative;
}
.price-section .pricing .panel-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  left: 30px;
  right: 30px;
}
.price-section .pricing .panel-heading .title {
  margin-bottom: 0;
  /*position:relative;
				a{
					position:absolute;
					bottom:0px;
					font-size: floor(@font-size-medium*2.4); // ~38px
					color: @gray-dark; // ~ #333333
					font-weight:300;
					&:hover{
						text-decoration:none;
					}
				}*/
}
.price-section .pricing .panel-heading .title a {
  /*font-size: floor(@font-size-medium*1.5); // ~24px*/
  display: block;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 10px;
  color: #333333;
}
.price-section .pricing .panel-heading .title a p.subhead {
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 2px;
  line-height: 18px;
}
.price-section .pricing .panel-heading .title a:hover,
.price-section .pricing .panel-heading .title a:active,
.price-section .pricing .panel-heading .title a:focus,
.price-section .pricing .panel-heading .title a:visited {
  text-decoration: none;
}
.price-section .pricing .panel-body {
  border-top: none !important;
  padding: 0 !important;
}
.price-section .pricing .panel-body section {
  padding: 50px 45px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 415px;
}
.price-section .pricing > div {
  /*padding: 0px 30px 20px;
			 border-left: 2px solid darken(@gray-lighter, 13.5%); 
    		border-right: 2px solid darken(@gray-lighter, 13.5%); */
}
.price-section .pricing > div li {
  margin: 0 0 5px 0;
  display: block;
  overflow: hidden;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 18px;
}
.price-section .pricing > div li.disabled {
  color: #cccccc;
}
.price-section .pricing > div li.disabled .icon:before {
  content: "";
}
.price-section .pricing > div li .icon {
  margin-right: 5px;
  float: left;
  margin-top: 3px;
  font-size: 16px;
  color: #ed1c24;
}
.price-section .pricing > div li .icon:before {
  display: inline-block;
  width: 20px;
}
.price-section .pricing > div li .feature {
  padding-left: 25px;
  display: block;
  width: 100%;
}
.price-section .pricing > div header {
  background-color: rgba(188, 190, 192, 0.9);
  padding: 35px 0 8px 0;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.price-section .pricing > div header .price > span {
  font-size: 50px;
}
.price-section .pricing > div header .price > span.currency {
  /*font-weight:300;*/
}
.price-section .pricing > div header .choose-package a.btn {
  font-size: 16px;
  text-transform: uppercase;
  /*background-color: #f6f6f6;*/
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  padding: 10px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #cccccc;
  color: #333;
  position: relative;
  z-index: 2;
  /*&:hover{
								color: lighten(@gray, 100%);
							}*/
}
.price-section .pricing > div header .annual-inc {
  line-height: 12px;
}
.price-section .pricing > div header .annual-inc small {
  color: #000;
}
.price-section .pricing > div header .low-price {
  line-height: 8px;
  color: #000;
}
.price-section .pricing > div header .low-price small {
  font-size: 78%;
}
#request-condition {
  margin-top: 7px;
}
#request-condition + label {
  padding-left: 4px;
}
.wrapper + #footer {
  margin-top: 0px;
}
.order-form form {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: 0px;
}
.order-form form:before {
  border-top: 10px solid #ed1c24;
  content: "";
  display: block;
  top: -10px;
  position: absolute;
  left: 15px;
  right: 15px;
}
.order-form form input[type=checkbox] + label {
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 10px;
}
.order-form form .other-tb {
  display: inline-block;
  width: auto;
  height: 26px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin-left: 10px;
  padding-bottom: 3px;
}
.order-form form .form-group {
  margin-bottom: 0;
  min-height: 110px;
}
.price-animation {
  overflow: hidden;
}
.rotate-animation {
  -webkit-animation: moveUp 0.4s forwards;
  animation: moveUp 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  display: inline-block;
  position: relative;
}
/*--- safari ribbion issue added on 13-nov-2017 (requested over email)---*/
.Safari .price-section .price-plans .price-plan.popular:before {
  background: none;
  background-image: url(/images/pricing_plan/ribbion-bg-rotate.png);
  background-repeat: no-repeat;
  content: "";
  height: 125px;
  width: 125px;
  right: 0px;
  top: 0px;
  transform: rotate(0deg);
  clip-path: inherit;
}
@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--- IE issues ---*/
.lt-ie9 .price-section .pricing.highlight .panel-body header {
  background-color: #ed1c24 ;
}
.lt-ie9 .price-section .pricing.highlight .panel-body section {
  height: 520px;
}
.lt-ie9 .price-section .pricing.highlight .panel-heading {
  background-color: #ed1c24 ;
}
.lt-ie9 .price-section .pricing.plan-3 .panel-body section {
  border-left: 1px solid #ccc;
}
.lt-ie9 .price-section .pricing .panel-body section {
  background-color: #fff;
  height: 500px;
  border: 1px solid #ccc;
}
.lt-ie9 .price-section .panel-heading {
  background-color: #c3c5c6;
}
.lt-ie9 .price-section > div header {
  background-color: #c3c5c6;
}
@media screen and (max-width: 1199px) {
  .price-section .pricing .panel-heading .title {
    min-height: 78px;
  }
  .price-section .pricing .panel-body section {
    padding: 50px 45px 40px;
  }
  .price-section .pricing.highlight .panel-body section {
    padding: 50px 55px 50px;
  }
}
@media only screen and (max-width: 1090px) {
  #request-condition + label {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[class*='ie'] .price-section .price-plans .price-plan::before {
    background: none !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    content: "Most Popular";
    height: auto !important;
    width: 100% !important;
    right: 0px;
    top: inherit;
    transform: inherit;
  }
  .price-section .price-header h2 {
    font-size: 40px;
  }
  .price-section .price-plans {
    transform: inherit;
    clip-path: inherit;
    right: 0;
    bottom: 10px;
    top: inherit;
    width: 100%;
    font-size: 14px;
  }
  .price-section .price-plans .price-plan span.pp-note {
    font-size: 12px;
    height: 30px;
  }
  .price-section .price-plans .price-plan span.pp-duration {
    font-size: 20px;
  }
  .price-section .price-plans .price-plan span.pp-price {
    font-size: 18px;
  }
  .price-section .price-plans .price-plan span.pp-price big {
    font-size: 60px;
  }
  .price-section .price-plans .price-plan span.pp-increment {
    font-size: 14px;
  }
  .price-section .price-plans .price-plan .btn {
    font-size: 16px;
    padding: 8px 30px;
  }
  .price-section .price-plans .price-plan.popular {
    width: 33%;
  }
  .price-section .price-plans .price-plan.popular:before {
    transform: inherit;
    clip-path: inherit;
    right: 0;
    bottom: 10px;
    top: inherit;
    width: 100%;
    font-size: 14px;
  }
  .price-section .price-plans .price-variables .form-group {
    float: none;
    display: table-cell;
  }
  .price-section .price-includes .pi-list .include {
    width: 170px;
  }
  .price-section .price-includes .pi-list .include svg {
    width: 45px;
    height: 45px;
  }
  .price-section .price-includes .pi-list .include h5 {
    font-size: 18px;
    height: 50px;
  }
  .price-section .price-includes .pi-list .ribbon {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .promotion form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
  }
  .promotion form .promo-form {
    max-width: 100%;
  }
  .promotion form .btn {
    position: static;
  }
  html[class*='ie'] .price-section .price-plans .price-plan::before {
    background: none !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    content: "Most Popular";
    height: auto !important;
    width: 100% !important;
    right: 0px;
    top: inherit;
    transform: inherit;
  }
  .price-section .price-header h2 {
    font-size: 24px;
  }
  .price-section .price-header small {
    font-size: 12px;
  }
  .price-section .price-header p {
    font-size: 14px;
    padding: 0 20px;
  }
  .price-section .price-plans .price-plan span.pp-note {
    font-size: 12px;
    height: 30px;
  }
  .price-section .price-plans .price-plan span.pp-duration {
    font-size: 20px;
  }
  .price-section .price-plans .price-plan span.pp-price {
    font-size: 18px;
  }
  .price-section .price-plans .price-plan span.pp-price big {
    font-size: 60px;
  }
  .price-section .price-plans .price-plan span.pp-increment {
    font-size: 14px;
  }
  .price-section .price-plans .price-plan .btn {
    font-size: 16px;
    padding: 8px 30px;
  }
  .price-section .price-plans .price-plan.popular {
    width: 33%;
  }
  .price-section .price-plans .price-plan.popular:before {
    transform: inherit;
    clip-path: inherit;
    right: 0;
    bottom: 10px;
    top: inherit;
    width: 100%;
    font-size: 14px;
  }
  .price-section .price-plans .price-variables .form-group {
    float: none;
    display: table-cell;
  }
  .price-section .price-includes .pi-list:before,
  .price-section .price-includes .pi-list:after {
    display: none;
  }
  .price-section .price-includes .pi-list .include {
    width: 170px;
  }
  .price-section .price-includes .pi-list .include svg {
    width: 45px;
    height: 45px;
  }
  .price-section .price-includes .pi-list .include h5 {
    font-size: 18px;
    height: 50px;
  }
  .price-section .price-includes .pi-list .ribbon {
    font-size: 16px;
    padding: 20px 40px;
    height: auto;
    line-height: 1em;
  }
  .price-section .price-includes .pi-list .ribbon:before,
  .price-section .price-includes .pi-list .ribbon:after {
    display: none;
  }
  .price-section .price-plans .price-plan {
    width: 100%;
  }
  .price-section .price-plans .price-plan.popular {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .price-section .pricing {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-section .pricing.highlight .panel-heading {
    padding-top: 25px;
  }
  .price-section .pricing.highlight:before {
    display: none;
  }
  .price-section .pricing .panel-body section {
    border: 1px solid #ccc;
  }
  .price-section .pricing .panel-heading {
    padding-top: 16px;
  }
  .price-section .pricing .panel-heading .title {
    min-height: inherit;
  }
  .price-section .pricing .panel-heading .title a {
    position: static;
    display: block;
  }
  .price-section .pricing.open .panel-heading .title a {
    pointer-events: auto;
  }
  .price-section .pricing.open .collapse {
    display: none;
  }
  .price-section .pricing.open .collapse.in {
    display: block;
  }
}
_::-webkit-full-page-media .price-section .price-includes .pi-list:before,
_:future .price-section .price-includes .pi-list:before,
:root .price-section .price-includes .pi-list:before {
  -webkit-transform: rotate(180deg);
  bottom: 76px;
}
@media only screen and (min-width: 992px) and (max-width: 2000px) {
  html[class*="ie"] .price-section .price-plans .price-plan:before {
    background: none;
    background-image: url(/images/pricing_plan/ribbion-bg-rotate.png);
    background-repeat: no-repeat;
    content: "";
    height: 125px;
    width: 125px;
    right: 0px;
    top: 0px;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 992px) {
}
.price-section .price-plans .price-plan.popular span.cut-price {
  color: #fff !important;
}
.price-section .price-plans .price-plan.popular span.cut-price:before {
  background: #fff;
}
.help-block.with-errors.error {
  background: #fff;
  margin: 20px 0 0 0;
  color: #ed1c24;
}
.help-block.with-errors.error li {
  padding: 3px 0;
  font-weight: 400;
}
.safari .price-section .price-plans .price-plan.popular {
  overflow: hidden;
}
.safari .price-section .price-plans .price-plan {
  vertical-align: top;
}
.status-bar.overlay-dark.opacity-20.text-dark .order-step a {
  color: #ddd;
}
.status-bar.overlay-dark.opacity-20.text-dark .order-step a:hover {
  color: #ed1c24;
}
.status-bar .order-step {
  pointer-events: none;
  padding-top: 5px;
  position: relative;
  text-align: center;
  /*&.active {
				& + .active{
					&:after{
						border-bottom: 1px solid @red;
					}
				}
			}*/
}
.status-bar .order-step a {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  display: block;
  line-height: 14px;
}
.status-bar .order-step a:focus,
.status-bar .order-step a:visited,
.status-bar .order-step a:active {
  text-decoration: none;
}
.status-bar .order-step a label {
  padding: 1px 5px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.status-bar .order-step a:hover {
  text-decoration: none;
  color: #ed1c24;
  /*label{
						background-color: rgba(255, 255, 255, 0.8);
					}*/
}
.status-bar .order-step a:hover .icon-wrap {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.status-bar .order-step + .order-step:after {
  content: "";
  display: block;
  border-bottom: 1px solid #bdbec0;
  position: absolute;
  top: 12px;
  height: 1px;
  left: -50%;
  width: 100%;
  z-index: 1;
}
.status-bar .order-step .icon-wrap {
  width: 15px;
  height: 15px;
  border: 2px solid #bdbec0;
  background: #fff;
  z-index: 2;
  margin-bottom: 5px;
}
.status-bar .order-step .icon-wrap .icon {
  color: #555555;
}
.status-bar .order-step i {
  font-size: 30px;
  padding: 13px 0px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  display: none;
}
.status-bar .order-step i.ln-copy {
  font-size: 37px;
  padding: 7px 0px;
}
.status-bar .order-step.complete {
  pointer-events: inherit;
}
.status-bar .order-step.complete .icon-wrap {
  background-color: #bdbec0;
}
.status-bar .order-step.active .icon-wrap {
  border: none;
  background-color: #ed1c24;
  /*#gradient .directional(#888 50%, #777 50%, 45deg);*/
}
.status-bar .order-step.active .icon-wrap .icon {
  color: #fff;
}
.theme-light .status-bar .order-step .icon-wrap {
  background: #eeeeee;
}
.theme-dark .status-bar .order-step {
  /*a{
				&:hover{
					label{
						background-color: rgba(0, 0, 0, 0.8);
					}
				}
			}*/
}
.theme-dark .status-bar .order-step .icon-wrap {
  background: #222222;
}
.theme-gray .status-bar .order-step .icon-wrap {
  background: #999999;
}
.theme-light .status-bar .order-step.complete .icon-wrap,
.theme-dark .status-bar .order-step.complete .icon-wrap,
.theme-gray .status-bar .order-step.complete .icon-wrap {
  background-color: #bdbec0;
}
.theme-light .status-bar .order-step.active .icon-wrap,
.theme-dark .status-bar .order-step.active .icon-wrap,
.theme-gray .status-bar .order-step.active .icon-wrap {
  background: #ed1c24;
}
.order-details.text-light .container header p a {
  color: #fff;
}
.order-details.text-light .container header p .icon {
  color: #eee;
}
.order-details.text-light .container ul.incl-content li p {
  color: #fff;
}
.order-details .plan-name {
  font-size: 110%;
  font-weight: 400;
  display: block;
  margin-bottom: -26px;
}
.order-details .plan-name span {
  text-transform: uppercase;
  font-size: 65%;
}
.order-details .plan-name span:before {
  content: "\2014";
  margin: 0px 8px;
}
.order-details.plan-1 .container .row:before {
  border-top: 10px solid #00aeef;
}
.order-details.plan-1 .container .cta-1 {
  background-color: #00aeef;
}
.order-details.plan-1 .container .cta-1:hover {
  background-color: #0090c6;
}
.order-details.plan-1 .container > div .edit-order {
  color: #00aeef;
}
.order-details.plan-1 .container > div .price {
  color: #00aeef;
}
.order-details.plan-1 .container > div ul.incl-content li .icon {
  background-color: #00aeef;
}
.order-details.plan-1 .container > div ul.incl-content li a:hover .icon {
  background-color: #0090c6;
}
.order-details.plan-2 .container .row:before {
  border-top: 10px solid #8cc63f;
}
.order-details.plan-2 .container .cta-1 {
  background-color: #8cc63f;
}
.order-details.plan-2 .container .cta-1:hover {
  background-color: #77aa32;
}
.order-details.plan-2 .container > div .edit-order {
  color: #8cc63f;
}
.order-details.plan-2 .container > div .price {
  color: #8cc63f;
}
.order-details.plan-2 .container > div ul.incl-content li .icon {
  background-color: #8cc63f;
}
.order-details.plan-2 .container > div ul.incl-content li a:hover .icon {
  background-color: #77aa32;
}
.order-details.plan-3 .container .row:before {
  border-top: 10px solid #ed1c24;
}
.order-details.plan-3 .container .cta-1 {
  background-color: #ed1c24;
}
.order-details.plan-3 .container .cta-1:hover {
  background-color: #d01018;
}
.order-details.plan-3 .container > div .edit-order {
  color: #ed1c24;
}
.order-details.plan-3 .container > div .discounted {
  position: relative;
}
.order-details.plan-3 .container > div .discounted:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 112px;
  height: 1.3px;
  background-color: #ed1c24;
  transform: rotate(6deg);
}
.order-details.plan-3 .container > div .discounted span {
  font-size: 70%;
}
.order-details.plan-3 .container > div .discounted .price {
  font-size: 75%;
}
.order-details.plan-3 .container > div .discounted .price span {
  font-size: 150%;
}
.order-details.plan-3 .container > div .price {
  color: #ed1c24;
}
.order-details.plan-3 .container > div ul.incl-content li .icon {
  background-color: #ed1c24;
}
.order-details.plan-3 .container > div ul.incl-content li a:hover .icon {
  background-color: #d01018;
}
.order-details .container header p {
  margin-top: 10px;
  font-size: 16px;
}
.order-details .container header p a {
  color: #333333;
}
.order-details .container header p .icon {
  margin-right: 8px;
  color: #555555;
}
.order-details .container .row:before {
  content: "";
  border-top: 10px solid #555555;
  display: block;
}
.order-details .container .cta-1 {
  padding: 9px 24px;
  font-size: 16px;
}
.order-details .container .cta-1.place-order {
  margin-top: -28px !important;
}
.order-details .container > div {
  border: 1px solid #ccc;
  border-top: 0px;
}
.order-details .container > div .edit-order {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
.order-details .container > div ul li {
  margin-right: 30px;
}
.order-details .container > div ul.order-info label {
  padding-right: 5px;
}
.order-details .container > div ul.incl-content li {
  margin: 15px 0;
}
.order-details .container > div ul.incl-content li .icon {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  margin-right: 12px;
  margin-top: 2px;
  padding: 8px 10px;
  vertical-align: top;
}
.order-details .container > div ul.incl-content li p {
  display: inline-block;
  margin-top: 2px;
  color: #333333;
}
.order-details .container > div ul.incl-content li p small {
  margin-top: -1px;
  display: block;
  color: #0077cc;
}
.order-details .container > div ul.incl-content li a:hover p small {
  color: #004a80;
  text-decoration: underline;
}
.order-details .container > div .price {
  /*&+a.btn{
					color:#fff;
					background-color:@red;
					
					&+span{
						display: block;
						font-size: 14px;
					}
				}*/
}
.order-details .container > div .price > span {
  font-size: 32px;
}
.order-details .container > div h4 {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  padding-bottom: 2px;
  margin-top: 40px !important;
}
.price-header .plan-details {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
}
.price-header .plan-details:before {
  content: "\2014";
  margin: 0px 8px;
}
@media screen and (max-width: 767px) {
  .order-details .container .annual-inc small {
    display: block;
  }
  .order-details .container .cta-1.place-order {
    float: none !important;
    margin-top: 20px !important;
  }
}
.rep-info.with-bg {
  margin-bottom: 5px;
}
.rep-info.with-bg .container {
  background-repeat: no-repeat;
  background-position: 78% 0px;
  background-size: contain;
}
.rep-info.with-bg .container .confirmation-copy p {
  max-width: 75%;
}
@media screen and (max-width: 1199px) {
  .rep-info.with-bg .container {
    background-position: 82% 0px;
  }
  .rep-info.with-bg .container .confirmation-copy {
    left: 0px;
    padding-left: 15px !important;
  }
  .rep-info.with-bg .container .confirmation-copy p {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .rep-info.with-bg .container {
    background-position: 97% 0px;
  }
}
@media screen and (max-width: 767px) {
  .rep-info.with-bg .container {
    padding: 20px 15px 35px !important;
    background-image: none !important;
  }
  .rep-info.with-bg .container .confirmation-copy p {
    max-width: 100%;
    text-align: center;
  }
}
/* LESS Document expanding-grid / grid-accordian > profiles-cards tile-image tile-detail */
.grid-accordion .grid-content {
  overflow: hidden;
}
.grid-accordion .card {
  background-color: #f5f5f5;
  border-top-left-radius: 25%;
  min-height: 120px;
  position: relative;
  width: 100%;
  min-width: 291px;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.grid-accordion .card > a {
  display: block;
  min-height: 120px;
}
.grid-accordion .card > a:hover {
  color: inherit;
  text-decoration: none;
}
.grid-accordion .card > a:hover .tile-detail h3 span {
  width: 100%;
  opacity: 1;
}
.grid-accordion .card > a:hover .tile-detail ul li:before {
  background-color: #ed1c24;
}
.grid-accordion .card .tile-image {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  float: left;
  margin-top: -20px;
  overflow: hidden;
  margin-left: -1px;
}
.grid-accordion .card .tile-image span {
  width: 108px;
  height: 108px;
  display: block;
  background-repeat: no-repeat;
  background-color: #999;
}
.grid-accordion .card .tile-detail {
  margin: 0 10px 10px 117px;
  padding-top: 13px;
}
.grid-accordion .card .tile-detail h3,
.grid-accordion .card .tile-detail h1 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 400;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 7px;
  color: #333333;
  margin-bottom: 7px;
  position: relative;
}
.grid-accordion .card .tile-detail h3 span,
.grid-accordion .card .tile-detail h1 span {
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  width: 10%;
  background-color: #ed1c24;
  z-index: 100;
  opacity: 0;
  transition: width .1s;
}
.grid-accordion .card .tile-detail ul {
  padding-left: 11px;
  margin-left: 0;
}
.grid-accordion .card .tile-detail ul li {
  list-style: none;
  color: #333333;
  line-height: normal;
  padding-bottom: 2px;
  font-size: 13px;
  position: relative;
  font-weight: 400;
}
.grid-accordion .card .tile-detail ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #999;
  position: absolute;
  left: -11px;
  top: 5px;
}
.grid-accordion .card .tile-detail ul li span {
  /*color:@gray;
						display:block;
						left:-7px;
						font-size:13px;
						font-weight:400;
						position:relative;						
						top:-3px;*/
}
.grid-accordion .card .social-network {
  position: absolute;
  right: 8px;
  bottom: 2px;
}
.grid-accordion .card .social-network a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
}
.grid-accordion .card .social-network a:hover {
  text-decoration: none;
  transition: all .3s ease;
}
.grid-accordion .card .social-network a i {
  font-size: 17px;
}
.grid-accordion .card .social-network a i.ln-twitter-squared:hover {
  color: #79cdfd;
}
.grid-accordion .card .social-network a i.ln-linkedin-squared:hover {
  color: #2ba5ec;
}
.grid-accordion.fullsize-profile-img .card .tile-image {
  box-sizing: content-box;
  border: 3px solid #f5f5f5;
  background-color: #fff;
  height: 105px;
  width: 105px;
}
.grid-accordion.fullsize-profile-img .card .tile-image span {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 105px;
  width: 105px;
}
.grid-accordion .expand {
  background-color: #f0f0f0 !important;
  font-size: 12px;
  color: #696969;
  position: absolute;
  top: -20px;
  right: 178px;
  padding: 4px 8px 5px 6px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
}
.grid-accordion .expand.active {
  visibility: visible;
}
.grid-accordion .expand:hover {
  background-color: #ececec !important;
  color: #616161;
}
.grid-accordion .expand .icon {
  font-size: 14px;
  color: #ed1c24;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.grid-accordion .expand .icon.ln-minus {
  display: none;
}
.grid-accordion .expand .minimize {
  display: none;
}
.grid-accordion .expand.no-filter {
  right: 15px;
}
.grid-accordion .expanded {
  overflow: visible;
}
.grid-accordion .expanded .expand .icon.ln-plus {
  display: none;
}
.grid-accordion .expanded .expand .icon.ln-minus {
  display: block;
}
.grid-accordion .expanded .expand .expand-all {
  display: none;
}
.grid-accordion .expanded .expand .minimize {
  display: block;
  float: left;
}
.grid-accordion .filter {
  background-color: #f0f0f0 !important;
  font-size: 12px;
  color: #696969;
  position: absolute;
  top: -20px;
  right: 15px;
  padding: 4px 8px 4px 8px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
}
.grid-accordion .filter.active {
  visibility: visible;
}
.grid-accordion .filter.opened {
  background-color: #ececec !important;
  color: #ed1c24!important;
  padding-bottom: 6px;
}
.grid-accordion .filter.opened .icon.ln-down-fill {
  display: none;
}
.grid-accordion .filter.opened .icon.ln-up-fill {
  display: block;
}
.grid-accordion .filter .icon {
  font-size: 20px;
  color: #ed1c24;
  float: left;
  margin-top: -1px;
  margin-right: 4px;
}
.grid-accordion .filter .icon.ln-up-fill {
  display: none;
}
.grid-accordion .filter-dropdown {
  /*background-color: darken(lighten(@gray-lighter, 3.2%), 2%) !important;*/
  background-color: #fff;
  border: 2px solid #eeeeee;
  font-size: 12px;
  color: #696969;
  position: absolute;
  top: 9px;
  right: 15px;
  padding: 0;
  font-weight: 400;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.5s,opacity 0.5s ease;
  max-height: 200px;
  overflow-x: auto;
  white-space: normal;
}
.grid-accordion .filter-dropdown.active-drop {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.grid-accordion .filter-dropdown ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
}
.grid-accordion .filter-dropdown ul li {
  padding-top: 0px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  padding: 1px 10px;
  display: block;
  cursor: pointer;
}
.grid-accordion .filter-dropdown ul li:hover {
  background-color: #eeeeee;
}
.aside-card .section-heading {
  background-color: #f5f5f5;
  padding: 22px 12px 9px !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}
.aside-card .section-heading .section-header h2 {
  font-weight: 400;
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  margin-top: 0;
  padding-left: 0 !important;
}
.aside-card .section-heading .section-header h2 .icon {
  font-size: 21px !important;
  color: #666 !important;
  float: left;
  margin: -5px 5px 0 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  background-color: transparent !important;
  position: relative;
}
.aside-card .section-heading ul {
  margin-left: 16px;
  padding: 0 !important;
}
.aside-card .section-heading ul li {
  color: #666;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 5px !important;
}
.aside-card .section-heading ul li:last-child {
  padding-bottom: 0;
}
.aside-card .section-heading ul li:before {
  display: none;
}
.aside-card .sidebar .grid-accordion {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #dfdfdf;
}
.aside-card .sidebar .grid-accordion .grid-content {
  padding-top: 0;
}
.aside-card .sidebar .grid-accordion .card {
  margin-right: 0;
  margin-left: 0;
  margin-top: 21px;
  height: auto !important;
}
.aside-card .sidebar .grid-accordion .card .tile-image {
  margin-left: 0;
}
.aside-card .sidebar .grid-accordion .card .tile-detail h3,
.aside-card .sidebar .grid-accordion .card .tile-detail h1 {
  border-bottom: 2px solid #ed1c24;
}
.aside-card .sidebar .grid-accordion .card .tile-detail ul li:before {
  background-color: #ed1c24;
}
.aside-card .sidebar .grid-accordion .card:hover {
  box-shadow: none;
  top: 0;
}
/* if side added on sidebar */
@media only screen and (min-width: 1199px) {
  .grid-accordion .card {
    width: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .grid-accordion .card {
    width: 294px;
  }
}
@media only screen and (max-width: 1199px) {
  .grid-accordion .card {
    width: 455px;
  }
  .grid-accordion .card .tile-detail {
    float: none;
    margin-right: 10px;
    margin-left: 117px;
    width: auto;
  }
  .grid-accordion .card .tile-detail h3 {
    font-size: 21px !important;
  }
}
@media only screen and (max-width: 992px) {
  .grid-accordion .card {
    width: 345px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-accordion {
    padding-left: 14px;
    padding-right: 15px;
  }
  .grid-accordion .card {
    width: 100%;
    margin-left: 1px;
    margin-right: 0;
  }
  .author-individual-detail .sidebar .grid-accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .grid-accordion .grid-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 450px) {
  .grid-accordion .filter-dropdown {
    max-width: 155px !important;
  }
}
.lmo-ribbon {
  position: relative;
}
.lmo-ribbon .ribbon-head {
  background-color: #2a579a;
  height: 64px;
  z-index: 450;
  overflow: hidden;
}
.lmo-ribbon .ribbon-content {
  z-index: 450;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d5d5d5;
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-bg-line.gif);
  background-position: left 98px;
}
.lmo-ribbon .ribbon-content ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.lmo-ribbon .ribbon-content ul:after {
  content: "";
  clear: both;
}
.lmo-ribbon .ribbon-content ul li {
  height: 98px;
  display: inline-block;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 10px;
  position: relative;
  padding-left: 1px;
  float: left;
  z-index: 450;
}
.lmo-ribbon .ribbon-content ul li:before {
  content: "";
  width: 1px;
  background-color: #d2d2d2;
  position: absolute;
  right: 0;
  top: 10px;
  height: 84px;
}
.lmo-ribbon .ribbon-content ul li h3 {
  display: none;
}
.lmo-ribbon .ribbon-content ul li .r-item {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  display: inline-block;
  padding: 0 2px;
  cursor: pointer;
}
.lmo-ribbon .ribbon-content ul li .r-item.active {
  background-color: #d5d5d5;
}
.lmo-ribbon .ribbon-content ul li .r-item:hover {
  background-color: #e7e7e7;
}
.lmo-ribbon .ribbon-content ul li .no-click-item {
  display: inline-block;
  padding: 0 2px;
}
.lmo-ribbon .ribbon-content ul li#lmor-analysis {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-analysis.gif);
  width: 52px;
}
.lmo-ribbon .ribbon-content ul li#lmor-shepards {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-shepards.gif);
  width: 315px;
}
.lmo-ribbon .ribbon-content ul li#lmor-proofreading {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-proofreading.gif);
  width: 235px;
}
.lmo-ribbon .ribbon-content ul li#lmor-precedents {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-precedents.gif);
  width: 230px;
}
.lmo-ribbon .ribbon-content ul li#lmor-search {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-search.gif);
  width: 113px;
}
.lmo-ribbon .ribbon-content ul li#lmor-work {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-work.gif);
  width: 108px;
}
.lmo-ribbon .ribbon-content ul li#lmor-pdf {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-pdf.gif);
  width: 51px;
}
.lmo-ribbon .ribbon-content ul li#lmor-setting {
  background-image: url(/images/modules/product-overview/lmo-ribbon/lmor-h-settings.gif);
  width: 171px;
}
.lmo-ribbon .ribbon-content ul li#lmor-setting:before {
  display: none;
}
.lmo-ribbon .ribbon-content ul li#lmor-setting .last {
  float: right;
  width: 72px;
  text-align: left;
}
.lmo-ribbon .lmo-popup {
  display: none;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  z-index: 500;
  max-width: 800px;
  min-width: 300px;
  background-color: #fff;
  margin: 20px;
  position: absolute;
  margin-top: 161px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23);
}
.lmo-ribbon .lmo-popup .lmo-pointer {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  position: absolute;
  left: 15px;
  top: -20px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-size: 25px;
}
.lmo-ribbon .lmo-popup .lmo-p-close {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  border: none;
  background: none;
  position: absolute;
  right: 0px;
  top: 10px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.lmo-ribbon .lmo-popup .lmo-p-close:hover {
  background-color: #00aeef;
  color: #fff;
}
.lmo-ribbon .lmo-popup h2 {
  font-weight: 300;
  font-size: 34px;
  margin-top: 10px;
}
.lmo-ribbon .lmo-popup p {
  font-size: 18px;
  line-height: 1.2em;
}
.lmo-ribbon .lmo-popup .lmo-p-nav {
  border-top: 1px solid #e2e2e3;
  text-align: right;
  padding-top: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.lmo-ribbon .lmo-popup .lmo-p-nav button {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  margin: 0;
  margin-left: 10px !important;
  text-transform: uppercase;
  border: none;
  background-color: #f2f2f2;
  padding: 4px 8px;
}
.lmo-ribbon .lmo-popup .lmo-p-nav button:hover {
  background-color: #00aeef;
  color: #fff;
}
.lmo-ribbon .lmo-popup .lmo-p-nav button.disabled {
  color: #ccc;
}
.lmo-ribbon .lmo-popup .lmo-p-nav button.disabled:hover {
  background: #f2f2f2;
  color: #ccc;
  cursor: default;
}
.lmo-ribbon .lmo-popup .lmo-p-nav label {
  color: #999999;
  float: left;
}
@media only screen and (min-width: 1366px) {
  .lmo-ribbon .container {
    width: 1308px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .lmo-ribbon .ribbon-content ul li {
    display: inline;
    width: auto !important;
    float: none;
    text-align: left;
    background: none !important;
  }
  .lmo-ribbon .ribbon-content ul li:before {
    display: none;
  }
  .lmo-ribbon .ribbon-content ul li span {
    margin: 15px 2px;
    display: inline-block;
    padding: 0 5px !important;
  }
  .lmo-ribbon .ribbon-content ul li#lmor-setting .last {
    float: none;
    display: inline-block;
    width: auto;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
.all-firms .char-heading {
  width: 100%;
  background: #e0e0e0 none repeat scroll 0 0;
  font-size: 15px;
  padding: 2px 14px;
  font-weight: bold;
}
.all-firms ul {
  list-style: none;
  font-size: 14px;
  padding: 2px 0px;
}
.all-firms ul li {
  padding: 0px 10px;
}
.all-firms ul li:hover {
  background: #f9f9f9 none repeat scroll 0 0;
}
.all-firms ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-weight: 400;
  padding: 3px;
  line-height: 1.3;
}
.all-firms ul li a:hover {
  color: #ed1c24;
}
.university-classes .row-margin {
  margin: 0px;
}
.university-classes .owl-carousel .owl-buttons {
  top: 50%;
  margin-top: -25px;
}
.university-classes .category {
  background-color: #FFF;
  border: 1px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
}
.university-classes .category .category-head {
  padding: 10px 15px 0px 15px;
}
.university-classes .category .category-head p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #4d4d4d;
}
.university-classes .category .category-head h5 {
  font-size: 16px;
  font-weight: bold;
}
.university-classes .category .category-head .img-box {
  background-repeat: no-repeat;
  height: 260px;
  background-size: cover;
  background-position: center center;
}
.university-classes .category hr {
  margin: 15px 0px;
}
.university-classes .category .eclipses {
  padding: 5px 15px;
  border-top: 1px solid #d7d7d7;
}
.university-classes .category .eclipses a {
  text-decoration: none;
  cursor: pointer;
}
.university-classes .category .category-classes {
  max-height: 425px;
  overflow: hidden;
}
.university-classes .category .category-classes hr {
  margin-left: 15px;
  margin-right: 15px;
}
.university-classes .category .category-classes .class-list h5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.university-classes .category .category-classes .class-list p {
  font-size: 16px;
  margin-bottom: 0px !important;
  color: #7e7e7e;
}
.university-classes .category .category-classes .class-list p .icon {
  color: #000;
}
.university-classes .category .category-classes .class-list .class-detail {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.university-classes .category .category-classes .class-list .class-detail .schedule {
  padding-left: 0px !important;
  border-right: 1px solid #eee;
}
.university-classes .category .category-classes .class-list .class-detail div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.university-classes .category .category-classes .class-list .class-seats div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.university-classes .category .category-classes .class-list .class-seats .btn-register {
  padding: 2px 25px;
  background-color: #FFF;
  border: 1px solid #c01515;
  color: #c01515;
  text-transform: uppercase;
  font-size: 15px;
}
.university-classes .category .category-classes .class-list .class-seats .btn-register.inactive {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  cursor: default;
}
.university-classes .cat-2 .category .category-classes .class-detail .schedule {
  border: none;
}
.university-classes .cat-2 .category .category-classes .class-detail .col-1 {
  width: 300px;
}
.university-classes .cat-2 .category .category-classes .class-detail .col-2 {
  float: none;
  width: 300px;
  padding-left: 0px;
}
.university-classes .cat-2 .category .category-classes .class-seats .col-1 {
  width: 140px;
  padding-left: 0px;
  padding-right: 0px;
}
.university-classes .cat-2 .category .category-classes .class-seats .col-2 {
  float: none;
  width: 140px;
  padding-left: 0px;
  padding-right: 0px;
}
.university-classes .cat-3 .category .category-classes .class-detail {
  width: calc(100% - 20px);
}
.university-classes .cat-3 .category .category-classes .class-detail .schedule {
  border: none;
}
.university-classes .cat-3 .category .category-classes .class-detail .col-1 {
  width: 300px;
}
.university-classes .cat-3 .category .category-classes .class-detail .col-2 {
  float: none;
  width: 300px;
  padding-left: 0px;
}
.university-classes .cat-3 .category .category-classes .class-seats {
  width: 100%;
  padding-left: 0px;
}
.university-classes .cat-3 .category .category-classes .class-seats .col-1 {
  width: 180px;
  padding-left: 0px;
  padding-right: 0px;
}
.university-classes .cat-3 .category .category-classes .class-seats .col-2 {
  float: none;
  width: 180px;
  padding-left: 0px;
  padding-right: 0px;
}
.university-classes .modal-body {
  padding: 0px;
}
.university-classes .modal-body .category {
  border: none;
}
.university-classes .modal-body .category .category-head {
  padding: 0px 15px 0px 15px;
}
.university-classes .modal-body .category .category-classes {
  max-height: none;
}
.university-classes .modal-body .category .category-classes .class-detail .schedule {
  border: none;
}
.university-classes .modal-body .category .category-classes .class-detail .col-1 {
  width: 300px;
}
.university-classes .modal-body .category .category-classes .class-detail .col-2 {
  float: none;
  width: 300px;
  padding-left: 0px;
}
.university-classes .modal-body .category .category-classes .class-seats .col-1 {
  width: 140px;
  padding-left: 0px;
  padding-right: 0px;
}
.university-classes .modal-body .category .category-classes .class-seats .col-2 {
  float: none;
  width: 140px;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 992px) {
  .university-classes .owl-carousel .owl-pagination {
    display: none;
  }
  .university-classes .modal-lg {
    width: 970px;
  }
  .university-classes .modal-body .category .category-classes .class-detail {
    width: 100%;
  }
  .university-classes .modal-body .category .category-classes .class-detail div {
    padding-top: 0px;
  }
  .university-classes .modal-body .category .class-seats {
    width: 100%;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .university-classes .modal-lg {
    width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .university-classes .cat-3 .category .category-classes .class-detail .col-1 {
    width: 265px;
  }
  .university-classes .cat-3 .category .category-classes .class-detail .col-2 {
    width: 265px;
  }
  .university-classes .cat-3 .category .category-classes .class-seats .col-1 {
    width: 180px;
  }
  .university-classes .cat-3 .category .category-classes .class-seats .col-2 {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .university-classes .cat-2 .category .category-classes .class-detail {
    width: 100%;
  }
  .university-classes .cat-2 .category .category-classes .class-seats {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .university-classes .category .category-classes .class-detail div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .university-classes .category .category-classes .class-seats {
    padding-left: 0px;
    padding-right: 0px;
  }
  .university-classes .category .category-classes .class-seats div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.accordion-section .accordion-wrapper .accordian.open .accorian-header:before {
  width: 100%;
  opacity: 1;
}
.accordion-section .accordion-wrapper .accordian.open .accorian-header .acc-arrow .ln-plus {
  transform: translate(0%, -15%) rotateZ(45deg);
}
.accordion-section .accordion-wrapper .accordian:hover .accorian-header:before {
  width: 100%;
  opacity: 1;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:hover {
  background: #f2f2f2;
  transition: 0.2s all ease-in;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:hover:before {
  background: #ed1c24;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:hover .schedule-wrapper .icon {
  color: #fff;
  background: #ed1c24;
  border-color: #ed1c24;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:hover .session-info-wrapper .register-info .session-register a {
  background: #ed1c24;
  text-decoration: none;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel.disable:hover:before {
  background: #717171;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel.disable:hover .schedule-wrapper .icon {
  color: #333;
  background: #f2f2f2;
  border-color: #333;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel.disable:hover .session-info-wrapper .register-info .session-register a {
  background: #cfd0d2;
  text-decoration: none;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel.disable .session-info-wrapper .register-info .session-register a {
  background: #cfd0d2;
  text-decoration: none;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel.disable .session-seats {
  opacity: 0.5;
}
.accordion-section .tooltip {
  z-index: 5;
}
.accordion-section .tooltip.in {
  opacity: 1;
}
.accordion-section .tooltip .tooltip-arrow {
  border-right-color: rgba(81, 81, 81, 0.96);
}
.accordion-section .tooltip .tooltip-inner {
  max-width: 320px;
  background: rgba(81, 81, 81, 0.96);
  text-transform: lowercase;
  border-radius: 2px;
  box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: left;
  font-weight: 100;
  padding: 12px 16px 16px 16px;
}
.accordion-section .accordion-wrapper {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.accordion-section .accordion-wrapper .accordian {
  box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.1);
}
.accordion-section .accordion-wrapper .accordian:nth-child(2) {
  margin: 10px 0px;
}
.accordion-section .accordion-wrapper .accordian .accorian-header {
  background: #fff;
  padding: 23px 5px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #f0f0f1;
}
.accordion-section .accordion-wrapper .accordian .accorian-header:before {
  content: "";
  width: 30%;
  position: absolute;
  top: 0;
  height: 5px;
  background: #ed1c24;
  left: 0;
  transition: 0.25s all ease-in;
  opacity: 0;
}
.accordion-section .accordion-wrapper .accordian .accorian-header h3 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 2px 0;
}
.accordion-section .accordion-wrapper .accordian .accorian-header .counter {
  font-size: 12px;
  color: #fff;
  background-color: #ed1c24;
  padding: 2px 4px;
  margin: -5px 0 0 5px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
}
.accordion-section .accordion-wrapper .accordian .accorian-header p {
  margin: 0;
}
.accordion-section .accordion-wrapper .accordian .accorian-header .acc-arrow {
  margin-top: 1%;
  font-size: 20px;
  width: 2%;
  padding: 5px;
  color: #b1b1b1;
}
.accordion-section .accordion-wrapper .accordian .accorian-header .acc-arrow .ln-plus {
  transform-origin: 50% 50%;
  transition: all 0.4s;
  transition-timing: ease-in-out;
}
.accordion-section .accordion-wrapper .accordian .accordian-body {
  display: none;
  background: #fafafa;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel {
  padding: 23px 23px 30px;
  position: relative;
  overflow: hidden;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  transform: rotate(90deg);
  transform-origin: top left;
  left: 56px;
  background: #717171;
  top: 0;
  transition: 0.2s all ease-in;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:first-child:before {
  top: 30px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:nth-last-child(2):before {
  width: 1px;
  height: 30px;
  left: 55px;
  transform: rotate(0deg);
  transition: 0.2s all ease-in;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .hover-tooltip {
  display: none;
  position: relative;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .hover-tooltip p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 !important;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .schedule-wrapper .icon {
  border-radius: 50%;
  border: 1px solid;
  padding: 8px 9px;
  float: left;
  background: #f2f2f2;
  transition: 0.2s all ease-in;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .schedule-wrapper .session-schedule {
  float: left;
  margin: 0 0 0 20px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .schedule-wrapper .session-schedule p {
  font-weight: 400;
  margin: 4px 0 3px 0;
  color: #515151;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .schedule-wrapper .session-schedule p.session-time {
  font-size: 14px;
  font-weight: 300;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-info {
  padding-left: 5px;
  margin: 5px 0 0 0;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name a {
  color: #333;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name a .icon {
  font-size: 16px;
  margin-left: 5px;
  color: #00aeef;
  cursor: pointer;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name a .icon:hover {
  color: #ed1c24;
  border-color: #ed1c24;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name a:hover {
  text-decoration: none;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name.hide + ul {
  margin: -3px 0 0 0;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-name.hide + ul label {
  font-weight: 400;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li {
  display: inline;
  font-size: 16px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li:nth-child(2) {
  border-left: 1px solid #b1b1b1;
  padding-left: 20px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li.session-type {
  margin-right: 20px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li label {
  margin: 0;
  font-weight: 300;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li label:after {
  content: ":";
  margin: 0 0 0 4px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li.session-seats {
  font-size: 16px;
  color: #515151;
  margin-right: 20px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li.session-seats .session-seats-count {
  vertical-align: bottom;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li.session-seats label.chair img {
  width: 13px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper ul li.session-location {
  vertical-align: middle;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info {
  text-align: right;
  color: #717171;
  font-size: 22px;
  font-weight: 100;
  padding-right: 0;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-price {
  line-height: 1.2em;
  margin: 0 0 15px 0;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-register {
  font-size: 16px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-register img {
  width: 15px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-register a {
  background: #717171;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  transition: 0.2s all ease-in;
  border-radius: 3px;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-register a .icon {
  display: inline-block;
  margin: -2px 6px 0 0;
  vertical-align: text-top;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .more-classes {
  background-color: #FFF;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .more-classes .see-classes {
  float: right;
  padding: 15px;
  text-align: right;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .more-classes .see-classes a {
  color: #009ddb;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .more-classes .see-classes a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.accordion-section .accordion-wrapper .accordian .accordian-body .more-classes .see-classes a .ln-angle-right {
  font-size: 30px;
  vertical-align: middle;
  margin-left: 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel {
    padding: 23px 23px 30px 13px;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:before {
    left: 46px;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:nth-last-child(2):before {
    left: 45px;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .ln-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .accordion-section .accordion-wrapper .accordian .accorian-header p {
    display: none;
  }
  .accordion-section .accordion-wrapper .accordian .accorian-header .acc-arrow {
    padding: 0px;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel {
    padding: 23px 13px 30px;
    border-bottom: 1px solid #d0d0d0;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel:before {
    display: none;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .schedule-wrapper .icon {
    margin: 8px 0;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .session-info {
    margin: 20px 0 0 0;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-price {
    float: left;
    margin: 2px 0;
    font-size: 30px;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel .session-info-wrapper .register-info .session-register {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .accordion-section .tooltip {
    z-index: 5;
  }
  .accordion-section .tooltip.in {
    opacity: 1;
  }
  .accordion-section .tooltip.bottom {
    margin-bottom: 0px;
  }
  .accordion-section .tooltip .tooltip-arrow {
    border-bottom-color: rgba(81, 81, 81, 0.96);
    border-right-color: #fff;
  }
  .accordion-section .tooltip .tooltip-inner {
    max-width: 200px;
  }
  .accordion-section .accordion-wrapper .accordian .accordian-body .accordian-panel {
    overflow: visible !important;
  }
}
section.btn-space {
  padding-bottom: 175px!important;
}
section .media-section .media-gallery > .container:before {
  display: none;
}
.hidden-container {
  padding: 0;
}
.hidden-container.negative-margin-btn .show-content-btn {
  margin: -113px 0 0 0;
}
.hidden-container .show-content-btn {
  display: block;
  text-align: center;
  height: 53px;
}
.hidden-container .show-content-btn a {
  position: relative;
  height: 100%;
  border: none;
  color: #fff;
}
.hidden-container .show-content-btn a.fixed-btn {
  position: fixed;
  z-index: 999;
  height: inherit;
  top: -53px;
  left: 50%;
  margin-left: -13px;
}
.hidden-container .show-content-btn a span {
  background: #333333;
  padding: 14px;
  position: absolute;
  font-size: 18px;
  font-weight: 100;
  text-transform: capitalize;
  transition: 0.6s all cubic-bezier(0.7, -0.01, 0.32, 0.93);
  top: 0;
  font-weight: 700;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 5px;
  left: 50%;
}
.hidden-container .show-content-btn a .icon {
  font-size: 20px;
  background: #ed1c24;
  position: absolute;
  border-radius: 50%;
  bottom: -20px;
  left: 50%;
  margin-left: -16px;
  z-index: 1;
  transition: 0.5s all cubic-bezier(0.7, -0.01, 0.32, 0.93);
  width: 32px;
  height: 32px;
  padding: 6px 0;
}
.hidden-container .show-content-btn a:active,
.hidden-container .show-content-btn a:focus {
  box-shadow: none;
  outline: none;
}
.hidden-container .hidden-content {
  padding: 0;
  position: relative;
  transition: 0.8s all ease-in-out;
  height: 0;
  overflow: hidden;
  margin: 60px 0 0 0;
}
.hidden-container .hidden-content section div {
  transition: 1s all ease-in-out;
  opacity: 0;
}
.hidden-container .hidden-content > section:first-child {
  padding: 80px 0 0 0;
}
.hidden-container.expanded .show-content-btn {
  color: #fff;
}
.hidden-container.expanded .show-content-btn span {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hidden-container.expanded .show-content-btn .icon {
  -webkit-transform: matrix3d(0.71, -0.71, 0, 0, 0.71, 0.71, 0, 0, 0, 0, 1, 0, 0, 70, 100, 1);
  transform: matrix3d(0.71, -0.71, 0, 0, 0.71, 0.71, 0, 0, 0, 0, 1, 0, 0, 70, 100, 1);
  background: rgba(0, 0, 0, 0.61);
  padding: 6px 0;
}
.hidden-container.expanded .hidden-content {
  margin: 0;
  opacity: 1;
  display: block;
}
.hidden-container.expanded .hidden-content section div {
  transition: 1s all ease-in-out;
  opacity: 1;
}
#footer {
  margin: 0;
}
.price-section select.faux-dropdown {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
}
.price-section select.faux-dropdown + .btn.dropdown-btn {
  display: block;
}
.price-section select.faux-dropdown + .btn.dropdown-btn .btnText {
  width: calc(100% - 11px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.price-section select.faux-dropdown + .btn.dropdown-btn .btnText span {
  margin: 0 5px 0 0;
}
.price-section select.faux-dropdown + .btn.dropdown-btn .btnText span:first-child {
  display: none;
  margin: 0;
}
.price-section .btn {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 2px;
  color: #555555;
  text-align: left;
  font-size: 17px;
}
.price-section .btn .icon {
  right: 10px;
}
.price-section .btn.cta-3 {
  text-align: center;
}
.price-section .btn.dropdown-btn {
  display: none;
}
.price-section .has-error .btn {
  background: #e2dd8a;
}
.price-section .has-error .control-label {
  color: #ffda00;
}
.price-section .has-error .form-control {
  background: #e2dd8a;
  border: none;
}
.price-section .custom-dropdown {
  background: #fff;
  color: #555555;
  width: calc(100% - 30px);
  position: absolute;
  display: block;
  z-index: 999;
  max-height: 0;
  overflow: auto;
  margin: 2px 0 0 0;
  -webkit-transition: 0.25s;
  /* Safari and Chrome */
  -moz-transition: 0.25s;
  /* Mozilla Firefox */
  -ms-transition: 0.25s;
  /* IE */
  -o-transition: 0.25s;
  /* Opera */
  transition: 0.25s;
  /* All Browsers */
  border-radius: 2px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.29);
}
.price-section .custom-dropdown.active {
  max-height: 216px;
}
.price-section .custom-dropdown label {
  text-transform: capitalize;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 7px 14px;
}
.price-section .custom-dropdown label:hover,
.price-section .custom-dropdown label.selected:not([value="0"]) {
  background: #eeeeee;
}
.price-section .custom-dropdown.multi label.selected {
  background: none;
}
.price-section .custom-dropdown.multi label.disabled:not([value="0"]) {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.price-section .custom-dropdown.multi label:not([value="0"]) {
  position: relative;
  padding-left: 45px;
}
.price-section .custom-dropdown.multi label:not([value="0"]):after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  left: 15px;
  border: 2px solid #5a5a5a;
  border-radius: 2px;
  transition: 0.25s all ease-in;
}
.price-section .custom-dropdown.multi label:not([value="0"]).icon {
  right: 0;
  top: 0;
  line-height: 1.32857143em;
}
.price-section .custom-dropdown.multi label:not([value="0"]).icon:before {
  left: 15px;
  position: absolute;
  background: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  top: 11px;
  border-radius: 2px;
  font-size: 9px;
  z-index: 1;
  padding: 1px 1px;
  line-height: 1em;
}
.price-section .custom-dropdown.multi label:not([value="0"]).icon:after {
  display: none;
}
.price-section .custom-dropdown.multi label:not([value="0"]) span {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143em;
}
.bk-lpa.price-section .price-includes .pi-list .include {
  width: 240px;
}
.status-bar .icon-wrap {
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .bk-lpa .price-section .price-plans .price-plan {
    width: 33.2%;
    padding: 60px 20px;
  }
  .bk-lpa .price-section .price-plans .price-plan:first-child {
    display: none;
  }
  .bk-lpa .price-section .price-plans .price-plan.popular {
    margin: 0 3% 0 15%;
  }
  .price-section .price-variables .custom-dropdown .ln-CloseRemove {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bk-lpa.price-section .price-plan:first-child {
    display: none;
  }
  .price-variables .custom-dropdown {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .price-variables .custom-dropdown .icon {
    top: 10px;
    right: 10px;
    display: inline-block;
    bottom: initial;
    background: red;
    padding: 5px 5px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  body.back:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 999;
  }
}
.segment-filter {
  padding: 0;
}
.segment-filter .nav-pills {
  text-align: center;
}
.segment-filter .nav-pills > li {
  float: none;
  display: inline-block;
}
.segment-filter .nav > li.active > a {
  color: #ed1c24;
  border-bottom: 3px solid #ed1c24;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none !important;
}
.segment-filter .nav > li > a {
  border-bottom: 3px solid #ffffff;
}
.segment-filter .nav > li > a:hover {
  background: none !important;
}
@media screen and (max-width: 800px) {
  .segment-filter .nav-pills {
    text-align: left;
  }
  .segment-filter .nav-pills > li {
    display: block;
  }
  .segment-filter .nav > li.active > a {
    border-bottom: 3px solid #ed1c24;
  }
  .segment-filter .nav > li {
    float: none;
  }
  .segment-filter .nav > li > a {
    border-bottom: 3px solid #eeeeee;
  }
  .segment-filter .nav > li > a:hover {
    background: none !important;
  }
}
.feature-slideshow {
  padding-bottom: 30px;
}
.feature-slideshow .laptop-frame {
  background: url("../images/modules/features/laptop-frame.png") no-repeat 0 0px;
  margin: 0 auto;
  width: 926px;
  height: 620px;
}
.feature-slideshow .laptop-frame .owl-wrapper-outer {
  width: 697px;
  margin: 0 auto;
}
.feature-slideshow .laptop-frame .owl-wrapper-outer .item {
  width: 697px;
}
.feature-slideshow .laptop-frame .owl-wrapper-outer .item p {
  display: none;
}
.feature-slideshow .laptop-frame .owl-wrapper-outer .item img {
  margin-top: 32px;
}
.feature-slideshow .laptop-frame .owl-controls {
  margin-top: 100px;
}
.feature-slideshow .owl-buttons {
  top: 40%;
}
.feature-slideshow .owl-buttons .owl-prev,
.feature-slideshow .owl-buttons .owl-next {
  font-size: 32px !important;
}
.feature-slideshow .owl-buttons .owl-prev {
  left: 0px;
}
.feature-slideshow .owl-buttons .owl-next {
  right: 0px;
}
.lt-ie10 .feature-slideshow {
  padding-bottom: 30px;
}
.lt-ie10 .feature-slideshow .laptop-frame {
  background: url("../images/modules/features/laptop-frame.png") no-repeat 0 0px !important;
}
.feature-slideshow.img-heading .laptop-frame {
  background: url("../images/modules/features/laptop-frame.png") no-repeat 0 50px;
  height: 677px;
}
.feature-slideshow.img-heading .laptop-frame .owl-wrapper-outer .item {
  width: 697px;
}
.feature-slideshow.img-heading .laptop-frame .owl-wrapper-outer .item img {
  margin-top: 82px;
}
.feature-slideshow.img-heading .laptop-frame .owl-wrapper-outer .item p {
  display: block;
  margin-bottom: -65px;
  margin-top: 5px;
  line-height: 60px;
}
.featurette h2 {
  margin: 0 0 30px 0;
}
.featurette h3 {
  margin: 0 0 15px 0;
}
.featurette .pre-header {
  display: block;
  font-size: 30px;
  color: #999;
}
@media screen and (max-width: 991px) {
  .feature-slideshow {
    margin-bottom: 20px !important;
  }
  .feature-slideshow .laptop-frame {
    background: none;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
  .feature-slideshow .laptop-frame .owl-wrapper-outer {
    width: 100%;
    margin: 0 auto;
  }
  .feature-slideshow .laptop-frame .owl-wrapper-outer .item {
    width: 100%;
  }
  .feature-slideshow .laptop-frame .owl-wrapper-outer .item img {
    margin-top: 20px;
  }
  .feature-slideshow .laptop-frame .owl-wrapper-outer:after {
    display: none;
  }
  .feature-slideshow .laptop-frame .owl-controls {
    margin-top: 20px !important;
    padding-bottom: 0px !important;
  }
  .feature-slideshow .owl-controls {
    margin-top: 20px !important;
    padding-bottom: 0px !important;
  }
  .feature-slideshow.img-heading .laptop-frame {
    width: auto;
    height: auto;
    background: none;
    margin: 0 auto;
  }
  .feature-slideshow.img-heading .laptop-frame .owl-wrapper-outer {
    width: 100%;
    margin: 0 auto;
  }
  .feature-slideshow.img-heading .laptop-frame .owl-wrapper-outer .item {
    width: 100%;
  }
  .feature-slideshow.img-heading .laptop-frame .owl-wrapper-outer .item img {
    margin-top: 50px;
  }
}
/* CSS for testimonials masonry grid */
.testimonial-grid.masonry-grid .row {
  column-width: 20em;
  -webkit-column-width: 20em;
  /* Safari & Chrome */
  -moz-column-width: 20em;
  /* Firefox */
  -ms-column-width: 20em;
  /* Internet Explorer */
  -o-column-width: 20em;
  /* Opera */
  column-gap: 0.5em;
  -webkit-column-gap: 0.5em;
  /* Safari & Chrome */
  -moz-column-gap: 0.5em;
  /* Firefox */
  -ms-column-gap: 0.5em;
  /* Internet Explorer */
  -o-column-gap: 0.5em;
  /* Opera */
}
.testimonial-grid.masonry-grid .panel {
  display: inline-block;
  margin: .5em;
  padding: 0;
  width: 97%;
  background-color: transparent;
}
.testimonial-grid.masonry-grid .panel .panel-body img {
  margin-bottom: 15px;
}
.testimonial-grid.masonry-grid blockquote:before {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .testimonial-grid.masonry-grid .row {
    margin: 0 !important;
  }
  .testimonial-grid.masonry-grid .panel {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
  }
}
/*CSS for Product News List */
ul.list-group.calendar {
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #eeeeee;
}
ul.list-group.calendar h4 {
  float: left;
}
ul.list-group.calendar .list-group-item {
  margin-left: 80px !important;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px 25px;
  margin-bottom: 15px;
}
ul.list-group.calendar .list-group-item:last-child {
  border-bottom: 1px solid transparent;
}
ul.list-group.calendar time {
  float: left;
  width: 40px;
  text-align: center;
  margin-top: 26px;
  line-height: 17px;
}
ul.list-group.calendar time:before {
  content: "\e8a6";
  position: absolute;
  display: block;
  font-family: 'lexisnexis-icons';
  font-size: 64px;
  top: 15px;
  left: 6px;
  line-height: normal;
  color: #dddddd;
}
ul.list-group.calendar time .month {
  font-size: 60%;
  display: block;
  text-transform: uppercase;
}
ul.list-group.calendar time .date {
  font-size: 125%;
  display: block;
}
ul.list-group.calendar .list-group-item-heading,
ul.list-group.calendar .list-group-item-text {
  padding-left: 60px !important;
  float: none;
}
ul.list-group.calendar:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px !important;
}
ul.list-group.calendar:last-child .list-group-item:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 991px) {
  ul.list-group.calendar h4 {
    float: none;
    width: auto;
  }
  ul.list-group.calendar .list-group-item {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ul.list-group.calendar time {
    float: none;
    width: auto;
    text-align: left;
  }
  ul.list-group.calendar time:before {
    display: none;
  }
  ul.list-group.calendar time .month,
  ul.list-group.calendar time .date {
    font-size: 100%;
    display: inline-block;
    margin: 0 !important;
  }
  ul.list-group.calendar .list-group-item-heading,
  ul.list-group.calendar .list-group-item-text {
    padding-left: 0px !important;
    font-size: 20px;
  }
}
@-moz-document url-prefix() {
  ul.list-group.calendar time:before {
    top: 8px;
  }
}
/*CSS for News Awards */
.news-awards .awards img {
  width: 70%;
}
.hero-carousel {
  padding: 0 !important;
  margin: 30px 0;
  position: relative;
}
.hero-carousel .video-icon-wrapper {
  cursor: pointer;
}
.hero-carousel .icon-rounded {
  background-color: #000000;
}
.hero-carousel .icon-rounded .ln-play {
  color: #ed1c24;
}
.hero-carousel .col-md-4 .icon-rounded {
  padding: 7px 0;
  width: 54px;
  height: 42px;
  font-size: 23px;
}
.hero-carousel .col-md-5 .icon-rounded {
  padding: 7px 0;
  width: 54px;
  height: 42px;
  font-size: 25px;
}
.hero-carousel .col-md-6 .icon-rounded {
  padding: 7px 0;
  width: 59px;
  height: 50px;
  font-size: 30px;
}
.hero-carousel .col-md-7 .icon-rounded {
  padding: 7px 0;
  width: 64px;
  height: 51px;
  font-size: 32px;
}
.hero-carousel .item {
  padding: 20px 0px;
  height: 240px;
}
.hero-carousel .item h3,
.hero-carousel .item h4,
.hero-carousel .item h5,
.hero-carousel .item h6 {
  font-weight: 400;
}
.hero-carousel .item .row {
  padding-left: 120px;
}
.hero-carousel .item .row .text-dark p {
  color: #666666;
}
.hero-carousel .item .row img {
  margin: 0 auto;
  max-height: 200px;
}
.hero-carousel .item .row .img-responsive {
  display: inline-block;
}
.hero-carousel .item .row .btn {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}
.hero-carousel .item .row .btn.btn-lg {
  padding: 10px 12px;
}
.hero-carousel .item .row .btn.cta-4 {
  border-color: #679acb;
  color: #4289cd;
}
.hero-carousel .hero-background {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.hero-carousel.radial-gradient {
  background-image: -webkit-radial-gradient(circle, #fff, #ccc);
  background-image: radial-gradient(circle, #fff, #ccc);
  background-repeat: no-repeat;
}
.hero-carousel.bg-gradient {
  border-top: 1px solid #eeeeee;
  background: -moz-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* IE10+ */
  background: linear-gradient(to top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.hero-carousel.spotlight {
  margin: 0;
  padding: 0;
}
.hero-carousel.spotlight .item {
  padding: 0;
  height: auto;
}
.hero-carousel.spotlight .item .row img {
  max-height: none;
}
.hero-carousel.spotlight .item h3,
.hero-carousel.spotlight .item h1 {
  margin-top: -2px !important;
  margin-bottom: 13px;
  font-size: 44px;
  font-weight: 400;
}
.hero-carousel.spotlight .item .pre-header {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  display: block;
  padding-left: 2px;
}
.hero-carousel.spotlight .item .post-header {
  font-size: 20px;
  color: #999;
  margin: 0;
  display: block;
  margin-top: -10px;
  padding-left: 3px;
  font-weight: 300;
}
.hero-carousel.spotlight .item ul {
  padding-left: 20px;
  margin-top: 30px;
}
.hero-carousel.spotlight .item ul li {
  color: inherit;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .hero-carousel .item .row {
    padding-left: 100px !important;
  }
  .hero-carousel.spotlight .item .row {
    padding-left: 0!important;
  }
}
@media screen and (max-width: 991px) {
  .hero-carousel .item {
    height: 250px;
    padding: 12px 0px;
  }
  .hero-carousel .item .row {
    padding-left: 0px !important;
  }
  .hero-carousel .item .row img {
    margin: 0 auto;
    max-height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .hero-carousel .text-center {
    text-align: left;
  }
  .hero-carousel .play-video.text-center {
    text-align: center;
  }
  .hero-carousel .item h3 {
    font-size: 26px;
  }
  .hero-carousel .item h4 {
    font-size: 18px;
  }
  .hero-carousel .item h5 {
    font-size: 16px;
  }
  .hero-carousel .item h6 {
    font-size: 12px;
  }
  .hero-carousel .item .row p {
    font-size: 16px;
  }
  .hero-carousel .hero-background {
    background-position: -99999em;
  }
  .hero-carousel.show-xs-bg-all .owl-item .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-1-item .owl-item:nth-child(1) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-2-item .owl-item:nth-child(2) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-3-item .owl-item:nth-child(3) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-4-item .owl-item:nth-child(4) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-5-item .owl-item:nth-child(5) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-6-item .owl-item:nth-child(6) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-7-item .owl-item:nth-child(7) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-8-item .owl-item:nth-child(8) .hero-background {
    background-position: 50% 0;
  }
  .hero-carousel.show-xs-bg-9-item .owl-item:nth-child(9) .hero-background {
    background-position: 50% 0;
  }
}
@media screen and (max-width: 400px) {
  .hero-carousel .item {
    height: 300px;
  }
}
.sub-category-navigation {
  position: relative;
  padding: 0;
  width: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  border-bottom: 1px solid #dbdbdb;
}
.sub-category-navigation.double-decker {
  margin-bottom: 0;
  border: none;
  background: #fff;
}
.sub-category-navigation.double-decker .sub-category-list.no-carousel .owl-carousel .owl-wrapper .owl-item:last-child:after {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #c6c6c6 50%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #c6c6c6 50%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #c6c6c6 50%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation.double-decker .sub-category-list.no-carousel .owl-carousel .owl-wrapper .item:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,c6c6c6+50,f5f5f5+100 */
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #c6c6c6 50%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #c6c6c6 50%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #c6c6c6 50%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation.double-decker + .double-decker {
  margin-bottom: 80px;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  border-bottom: 1px solid #dbdbdb;
}
.sub-category-navigation.double-decker + .double-decker .sub-category-list.no-carousel .owl-carousel .owl-wrapper .owl-item:last-child:after {
  background: #ececec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation.double-decker + .double-decker .sub-category-list.no-carousel .owl-carousel .owl-wrapper .item:before {
  background: #ececec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -6px;
  background: -moz-linear-gradient(top, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#00ffffff', GradientType=0);
}
.sub-category-navigation header {
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.sub-category-navigation header small {
  font-style: italic;
  display: block;
  font-size: 56%;
  margin-left: -15px;
  position: absolute;
  top: -28px;
  width: 100%;
}
.sub-category-navigation .sub-category-list.no-carousel .owl-carousel .owl-wrapper {
  width: inherit !important;
  text-align: center;
}
.sub-category-navigation .sub-category-list.no-carousel .owl-carousel .owl-wrapper .owl-item {
  float: none;
  display: inline-table;
  width: 16.66% !important;
}
.sub-category-navigation .sub-category-list.no-carousel .owl-carousel .owl-wrapper .owl-item:last-child:after {
  content: " ";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation.single-line .sub-category-list a p {
  min-height: inherit;
}
.sub-category-navigation.with-bottom-breadcrumb {
  margin-bottom: 0;
}
.sub-category-navigation .sub-category-list {
  margin-top: 20px !important;
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-item {
  float: none;
  display: inline-table;
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-item .item.active {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-item .item.active a .icon {
  color: #ed1c24;
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-item .item.active a p:after {
  background-color: #ed1c24;
}
.sub-category-navigation .sub-category-list a {
  color: #6d6f71;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  width: 100%;
  height: 100%;
  display: block;
}
.sub-category-navigation .sub-category-list a .icon {
  font-size: 300%;
}
.sub-category-navigation .sub-category-list a p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.2;
  min-height: 60px;
  font-weight: 400;
}
.sub-category-navigation .sub-category-list a p:after {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  content: "";
  display: block;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.sub-category-navigation .sub-category-list a:hover {
  text-decoration: none;
  color: #555555;
}
.sub-category-navigation .sub-category-list .owl-item:hover {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation .sub-category-list .item {
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  min-height: 125px;
  padding: 0 15px 15px;
}
.sub-category-navigation .sub-category-list .item:hover > a .icon {
  color: #ed1c24;
}
.sub-category-navigation .sub-category-list .item:hover > a p:after {
  background-color: #ed1c24;
}
.sub-category-navigation .sub-category-list .item:before {
  content: " ";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -15px;
  background: #ececec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-9 */
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-controls {
  margin-top: 0px !important;
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -45px;
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -45px;
}
.sub-category-navigation .sub-category-list .owl-carousel .owl-controls .owl-pagination {
  display: none;
}
.mac-safari .sub-category-list .owl-carousel .owl-item,
.win-safari .sub-category-list .owl-carousel .owl-item {
  margin-bottom: -6px;
}
@media only screen and (max-width: 1199px) {
  .sub-category-navigation .no-carousel.sub-category-list .owl-carousel .owl-item {
    display: table-cell !important;
  }
  .sub-category-navigation .no-carousel.sub-category-list .item {
    min-height: 132px;
  }
  .sub-category-navigation .sub-category-list .owl-carousel .owl-item {
    display: table-cell;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .sub-category-navigation .sub-category-list .owl-carousel .owl-controls .owl-pagination {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .sub-category-navigation .sub-category-list.no-carousel .owl-carousel .owl-controls .owl-pagination {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  #category .doubleNav {
    margin-bottom: 0;
  }
  #category + .doubleNav {
    margin-bottom: 80px;
  }
  .doubleNav {
    border: none;
  }
  .doubleNav + .doubleNav {
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    border-bottom: 1px solid #dbdbdb;
  }
  .doubleNav .no-carousel.sub-category-list .owl-carousel .owl-wrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .doubleNav .no-carousel.sub-category-list .owl-carousel .owl-wrapper .owl-item {
    width: 100% !important;
    display: block !important;
  }
  .doubleNav .no-carousel.sub-category-list .owl-carousel .owl-wrapper .owl-item:last-child .item {
    border-bottom: none;
  }
  .doubleNav .no-carousel.sub-category-list .owl-carousel .owl-wrapper .owl-item:last-child:after {
    display: none;
  }
  .doubleNav .sub-category-list .owl-carousel .owl-wrapper {
    left: 0 !important;
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .doubleNav .sub-category-list .owl-carousel .owl-wrapper .owl-item {
    display: block !important;
    width: 100% !important;
  }
  .doubleNav .sub-category-list .owl-carousel .owl-wrapper .owl-item:last-child .item {
    margin-bottom: 0;
  }
  .doubleNav .sub-category-list .owl-carousel .owl-wrapper .owl-item:last-child:after {
    display: none;
  }
  .doubleNav .sub-category-list {
    margin-top: 0!important;
    padding: 0;
  }
  .doubleNav .sub-category-list .owl-item:hover {
    background: none;
  }
  .doubleNav .sub-category-list .owl-item .item {
    text-align: left;
    min-height: inherit;
    padding: 15px 30px;
  }
  .doubleNav .sub-category-list .owl-item .item:hover {
    background: none;
  }
  .doubleNav .sub-category-list .owl-item .item:before {
    display: none;
  }
  .doubleNav .sub-category-list .owl-item .item a {
    display: inline-table;
    width: 100%;
    overflow: hidden;
  }
  .doubleNav .sub-category-list .owl-item .item a .icon {
    width: 36px;
    font-size: 200%;
    float: left;
  }
  .doubleNav .sub-category-list .owl-item .item a p {
    min-height: inherit;
    display: inline-block;
    padding: 0 25px;
    width: calc(100% - 36px);
  }
  .doubleNav .sub-category-list .owl-item .item a p:after {
    display: none;
  }
  .mac-safari .sub-category-list .owl-carousel .owl-item .item,
  .win-safari .sub-category-list .owl-carousel .owl-item .item {
    padding-bottom: 10px;
  }
  .mac-safari .sub-category-list .owl-carousel .owl-item .item a p,
  .win-safari .sub-category-list .owl-carousel .owl-item .item a p {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  .sub-category-navigation {
    border-bottom: none;
    filter: none;
  }
  .sub-category-navigation header {
    background: #ffffff;
    margin-bottom: 0;
    margin-top: 40px;
    padding-bottom: 40px !important;
  }
  .sub-category-navigation header h1,
  .sub-category-navigation header h2 {
    font-size: 36px;
  }
  .sub-category-navigation.double-decker .container {
    padding: 0;
  }
  .sub-category-navigation.double-decker .sub-category-list {
    padding: 0;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer:before {
    display: none;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
    display: block!important;
    width: 100%!important;
    border-top: 1px solid #e8e8e8;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item:after {
    display: none;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item .item {
    min-height: 0;
    padding: 11px 15px;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item .item:before {
    display: none;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item a {
    display: table;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item .icon,
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item p {
    float: left;
    display: inline-block;
    font-size: 36px;
    width: 20%;
    text-align: left;
    padding: 0 15px;
  }
  .sub-category-navigation.double-decker .sub-category-list .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item p {
    min-height: auto;
    font-size: 16px;
    width: 80%;
  }
  .sub-category-navigation.double-decker + .double-decker .sub-category-list {
    margin-top: 0!important;
  }
  .left-nav .sub-category-navigation .sub-category-list,
  .top-nav .sub-category-navigation .sub-category-list {
    background: #f7f7f7;
    position: fixed;
    z-index: 1000;
    height: calc(100% - 55px);
    top: 100%;
    transition: 0.5s all ease-in-out;
    margin: 0!important;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper {
    width: 100% !important;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item {
    width: 100% !important;
    display: block !important;
    overflow: hidden;
    background: none;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item {
    min-height: 0 !important;
    overflow: hidden;
    display: block;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item:before,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item:before {
    display: none;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a {
    overflow: hidden;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a .icon,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a .icon {
    float: left;
    font-size: 200%;
    padding: 5px 15px 0 0;
    min-width: 42px;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a p,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a p {
    float: left;
    min-height: 0;
    width: calc(100% - 57px);
    text-align: left;
  }
  .left-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a p:after,
  .top-nav .sub-category-navigation .sub-category-list .owl-wrapper .owl-item .item a p:after {
    display: none;
  }
  .left-nav.open .owl-wrapper-outer:before,
  .top-nav.open .owl-wrapper-outer:before {
    display: none;
  }
  .left-nav.open .sub-category-navigation,
  .top-nav.open .sub-category-navigation {
    height: calc(100% - 45px);
    overflow: auto;
    bottom: calc(-1% + 55px);
  }
  .left-nav.open .sub-category-navigation:after,
  .top-nav.open .sub-category-navigation:after {
    display: none;
  }
}
.lt-ie10 .sub-category-navigation .sub-category-list .owl-item .item {
  position: relative;
}
.lt-ie10 .sub-category-navigation .sub-category-list .owl-item .item a p:after {
  display: none;
}
.lt-ie10 .sub-category-navigation .sub-category-list .owl-item .item:after {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  content: "";
  display: block;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.lt-ie10 .sub-category-navigation .sub-category-list .owl-item:hover .item:after {
  background-color: #ed1c24;
}
.lt-ie9 .sub-category-navigation {
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.lt-ie9 .sub-category-navigation:after {
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.lt-ie9 .sub-category-navigation .sub-category-list .owl-item:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
}
.lt-ie9 .sub-category-navigation .sub-category-list .owl-item:before {
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.lt-ie9 .sub-category-navigation .sub-category-list .owl-item:last-child:after {
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.product-view .product-view-options span {
  display: inline-table;
  margin-top: -5px;
}
.product-view .product-view-options li {
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  margin-left: 10px;
  width: 37px;
  height: 37px;
  display: inline-block;
}
.product-view .product-view-options li a {
  padding: 5px;
  display: block;
  color: #333333;
}
.product-view .product-view-options li a:hover {
  text-decoration: none;
}
.product-view .product-view-options li a span {
  display: initial;
  font-size: 25px;
}
.product-view .product-view-options li a span.ln-thumb {
  margin-top: 1px;
  display: inline-table;
}
.product-view .product-view-options li.active a {
  color: #ed1c24;
  outline: transparent;
  text-decoration: none;
}
@media screen and (max-width: 785px) {
  .product-view {
    display: none;
  }
}
.sub-category-display .row .container {
  width: auto;
}
.sub-category-display .row .dynamic-tabs .tabs-container .item .container {
  width: 1010px;
}
.sub-category-display h1 span,
.sub-category-display h2 span,
.sub-category-display h3 span,
.sub-category-display h4 span,
.sub-category-display h5 span,
.sub-category-display h6 span {
  font-size: 60%;
  display: block;
}
.sub-category-display figure {
  margin-top: 5px;
}
.sub-category-display figure .icon {
  color: #3b3c3d;
}
.sub-category-display .icon-big header {
  padding-left: 120px;
}
.sub-category-display .icon-small header {
  padding-left: 0px !important;
}
.sub-category-display .icon-small h1,
.sub-category-display .icon-small h2,
.sub-category-display .icon-small h3,
.sub-category-display .icon-small h4,
.sub-category-display .icon-small h5,
.sub-category-display .icon-small h6 {
  padding-left: 70px;
}
.sub-category-display .products .row.padding-left-xl {
  margin-left: 5px;
}
.sub-category-display .products .row.padding-left-xl .owl-carousel {
  margin-left: -20px;
}
.sub-category-display .products header p {
  font-size: 18px;
}
.sub-category-display .products header p.lead {
  font-size: 27px;
}
.sub-category-display .products header h1,
.sub-category-display .products header h2,
.sub-category-display .products header h3,
.sub-category-display .products header h4,
.sub-category-display .products header h5,
.sub-category-display .products header h6 {
  color: #000000;
}
.sub-category-display .products p {
  font-size: 16px;
  margin-top: 12.5px;
}
.sub-category-display .products p.lead {
  font-size: 27px;
}
.sub-category-display .products .item {
  padding: 0 6%;
}
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item {
  width: 100% !important;
}
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item {
  padding: 0 0 0 21px;
  overflow: hidden;
  margin: 0 0 5% 0;
}
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item img {
  width: 27.45%;
  float: left;
}
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h1,
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h2,
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h3,
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h4,
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h5,
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h6 {
  margin-left: 30%;
  margin-top: 0px !important;
}
.sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item p {
  margin-left: 30%;
}
.sub-category-display .products .content-full-width .item {
  padding: 0 7% 0 15px;
}
.sub-category-display .products .no-carousel .owl-carousel .owl-wrapper {
  width: inherit !important;
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.sub-category-display .products .no-carousel .owl-carousel .owl-wrapper .owl-item {
  width: 33.3% !important;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sub-category-display .products .no-carousel .owl-carousel .owl-wrapper .owl-item .item {
  margin-bottom: 15%;
}
.sub-category-display .products .no-carousel .owl-carousel .owl-controls .owl-buttons,
.sub-category-display .products .no-carousel .owl-carousel .owl-controls .owl-pagination {
  display: none;
}
.sub-category-display header {
  margin-bottom: 30px;
}
.sub-category-display header h1,
.sub-category-display header h2,
.sub-category-display header h3,
.sub-category-display header h4 {
  color: #3b3c3d;
}
.sub-category-display header p {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1199px) {
  .sub-category-display .products .row.padding-left-xl {
    margin-left: -15px;
  }
  .sub-category-display .products .row.padding-left-xl .owl-carousel {
    margin-left: 0px;
  }
  .sub-category-display .products .item {
    padding: 0 10% 0 0;
  }
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item {
    padding: 0 !important;
    margin: 0 0 5% 0;
  }
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item img {
    width: 30%;
    float: left;
  }
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h1,
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h2,
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h3,
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h4,
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h5,
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item h6 {
    margin-left: 33%;
    margin-top: 0px !important;
  }
  .sub-category-display .products.list .no-carousel .owl-carousel .owl-wrapper .owl-item .item p {
    margin-left: 33%;
  }
  .sub-category-display .icon-big .icon {
    font-size: 400%;
  }
  .sub-category-display .icon-big header {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .sub-category-display .row.padding-left-xl {
    padding-left: 0;
  }
  .sub-category-display .row .container {
    width: auto;
  }
  .sub-category-display .row .dynamic-tabs .tabs-container .item .container {
    width: auto;
  }
  .sub-category-display figure {
    float: none !important;
    text-align: center;
    margin: 0 !important;
  }
  .sub-category-display .products .row {
    margin-bottom: 0px !important;
    padding: 0 !important;
  }
  .sub-category-display .products .row .content-full-width .item {
    padding: 0 15px;
    margin-bottom: 25px !important;
  }
  .sub-category-display .icon-big header {
    padding-left: 0px !important;
  }
  .sub-category-display .icon-small header {
    padding-left: 0px !important;
  }
  .sub-category-display .icon-small h1,
  .sub-category-display .icon-small h2,
  .sub-category-display .icon-small h3,
  .sub-category-display .icon-small h4,
  .sub-category-display .icon-small h5,
  .sub-category-display .icon-small h6 {
    padding-left: 0px !important;
  }
  .sub-category-display header h1,
  .sub-category-display header h2,
  .sub-category-display header h3,
  .sub-category-display header h4,
  .sub-category-display header h5,
  .sub-category-display header h6 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sub-category-display .products .item {
    padding: 0 6%;
  }
  .sub-category-display .products .owl-carousel {
    margin-bottom: 20px !important;
  }
  .sub-category-display .products .owl-carousel .owl-controls .owl-pagination {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .sub-category-display .products .item {
    padding: 0;
  }
  .sub-category-display .products .content-full-width .item {
    padding: 0 15px;
  }
}
.product-list .list-group .list-group-item {
  border-left: 0px;
  border-right: 0px;
  padding: 40.5px 0px 23px;
}
.product-list .list-group .list-group-item header {
  padding-left: 120px;
}
@media screen and (max-width: 991px) {
  .product-list .list-group .list-group-item figure {
    float: none !important;
    text-align: center;
    margin: 0 !important;
  }
  .product-list .list-group .list-group-item header {
    padding-left: 0px !important;
  }
  .product-list .list-group .list-group-item header h1,
  .product-list .list-group .list-group-item header h2,
  .product-list .list-group .list-group-item header h3,
  .product-list .list-group .list-group-item header h4,
  .product-list .list-group .list-group-item header h5,
  .product-list .list-group .list-group-item header h6 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .product-list h1,
  .product-list h2 {
    font-size: 36px;
  }
}
.product-list-navigation header h1 span,
.product-list-navigation header h2 span,
.product-list-navigation header h3 span,
.product-list-navigation header h4 span,
.product-list-navigation header h5 span,
.product-list-navigation header h6 span {
  font-size: 50%;
  display: block;
  margin-top: 5px;
}
.product-list-navigation .btn {
  font-size: 14px;
}
.product-list-navigation .list-group .list-group-item {
  border: 1px solid #ffffff;
  padding: 0 !important;
  margin-bottom: 10px;
}
.product-list-navigation .list-group .list-group-item:hover {
  text-shadow: none;
  background-image: none;
  background-color: #f2f2f2;
  border: 1px solid #ffffff;
}
.product-list-navigation .list-group .list-group-item:hover a:hover {
  text-decoration: none;
}
.product-list-navigation .list-group .list-group-item a {
  color: #555555;
  display: inline-table;
  width: 100%;
  overflow: hidden;
  padding: 12px 10px;
}
.product-list-navigation .list-group .list-group-item a .icon {
  font-size: 150%;
  margin-right: 10px;
  width: 28px;
  line-height: 1.1;
  padding-left: 1px;
}
.product-list-navigation .list-group .list-group-item a p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.product-list-navigation .list-group .list-group-item:first-child,
.product-list-navigation .list-group .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.product-list-navigation .list-group .list-group-item.active {
  text-shadow: none;
  border: 1px solid #d7d7d7;
  background-image: none;
  background-color: #f2f2f2;
}
.product-list-navigation .list-group .list-group-item.active a {
  cursor: default;
}
#category .related-content .well,
#industry .related-content .well {
  margin-left: 105px;
}
.related-content {
  background-color: #f7f7f7;
  padding: 10px 0;
  margin-bottom: 100px;
}
.related-content .container > .row {
  padding: 20px 0px;
}
.related-content .border-right-dotted {
  border-width: 2px;
  border-color: #adadad;
}
.related-content .well {
  background-image: none;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.related-content .well li,
.related-content .well p,
.related-content .well .btn {
  font-size: 14px;
}
.related-content .well h5 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 20px !important;
  margin-top: 15px;
  font-size: 21px;
  color: #000000;
}
.related-content .well h5 a {
  color: #000000;
}
.related-content .well h5 a:hover {
  color: #004a80;
}
.related-content .well .btn {
  font-weight: 400;
  padding: 4px 10px;
}
.related-content .well .btn.cta-4 {
  border-color: #679acb;
  color: #4289cd;
}
.related-content .well img {
  margin: 12.5px 0px;
}
.related-content .well figure {
  margin-right: 15px;
}
.related-content .well figure img {
  max-height: 134px;
}
@media only screen and (max-width: 1199px) {
  #category .related-content .well,
  #industry .related-content .well {
    margin-left: 85px;
  }
}
@media only screen and (max-width: 991px) {
  #category .related-content,
  #industry .related-content {
    margin-bottom: 60px;
  }
  #category .related-content .well,
  #industry .related-content .well {
    margin-left: 0px !important;
  }
  #category .related-content .padding-left-sm,
  #industry .related-content .padding-left-sm,
  #category .related-content .padding-right-sm,
  #industry .related-content .padding-right-sm {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  #category .related-content .border-right-dotted,
  #industry .related-content .border-right-dotted {
    border: none;
  }
}
.modal .modal-header h4 {
  min-height: 18px;
}
.fullscreen {
  top: 0px !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  right: 0;
  bottom: 0;
}
.home-page .hybrid-carousel::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(204, 204, 204, 0) 0px, #ccc 100%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 46px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.v2 .hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item:before {
  font-family: 'ln-line-icons';
}
.hybrid-carousel {
  padding: 0 !important;
  /*Promos+Hybrid Component CSS*/
}
.hybrid-carousel.no-action-btn .expand,
.hybrid-carousel.no-action-btn .owl-controls {
  display: none;
}
.hybrid-carousel.no-bottom-shade:after {
  display: none;
}
.hybrid-carousel.no-header header {
  display: none;
}
.hybrid-carousel.no-header .slide-bar {
  margin-top: 60px !important;
}
.hybrid-carousel.no-header .slide-bar.no-slider {
  margin-top: 0px !important;
}
.hybrid-carousel.featured header {
  display: none;
}
.hybrid-carousel.featured .slide-bar {
  margin-top: 60px !important;
}
.hybrid-carousel.featured .slide-bar.no-slider {
  margin-top: 0px !important;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a {
  height: 280px;
  width: 260px;
  display: block;
  background: #ccc;
  position: relative;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a img {
  border: none;
  z-index: 0;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a:before {
  content: "";
  position: absolute;
  height: 280px;
  width: 260px;
  background-color: rgba(0, 0, 0, 0.04);
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAuMjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, rgba(0, 0, 0, 0.35)), color-stop(0.201, rgba(0, 0, 0, 0)));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 20.1%);
  /* IE10+ */
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 20.1%);
  background-image: -ms-linear-gradient(315deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 20.1%);
  z-index: 1;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a:after {
  content: "\e64a";
  font-size: 25px;
  color: #fff;
  font-family: 'lexisnexis-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a h5 {
  margin: 10px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  z-index: 3;
  height: 110px;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a h5:after {
  content: "\e608";
  color: #ed1c24;
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: 'lexisnexis-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a h5:before {
  content: "";
  width: 260px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a:hover h5 {
  background: rgba(0, 157, 219, 0.95);
  color: #fff;
}
.hybrid-carousel.featured .slide-bar .owl-carousel .owl-item .item a:hover h5:after {
  color: inherit;
}
.hybrid-carousel.opaque .slide-bar .owl-carousel .owl-item .item a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hybrid-carousel.img-border .slide-bar .owl-carousel .owl-item .item:hover a img {
  border: 1px solid #999999;
}
.hybrid-carousel.img-shadow .slide-bar .owl-carousel .owl-item .item a {
  /*img {
								box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);								
								border-top:0;								
							}*/
}
.hybrid-carousel.img-shadow .slide-bar .owl-carousel .owl-item .item a img {
  border-top: 0px !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.hybrid-carousel.img-shadow .slide-bar .owl-carousel .owl-item .item a:hover img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.hybrid-carousel.img-shadow .slide-bar .owl-carousel .owl-item .item:hover a img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.hybrid-carousel.img-zoom .slide-bar .owl-carousel .owl-item .item a {
  position: relative;
  display: block;
}
.hybrid-carousel.img-zoom .slide-bar .owl-carousel .owl-item .item a:before {
  content: "\e89b";
  font-family: 'lexisnexis-icons';
  position: absolute;
  background: rgba(238, 238, 238, 0.95);
  border: rgba(0, 0, 0, 0.5);
  font-size: 23px;
  top: 50%;
  right: 50%;
  margin-top: -66px;
  margin-right: -33px;
  z-index: 100;
  text-align: center;
  padding: 15px 20px;
  transition: all 0.2s;
  border-radius: 50%;
  color: #555555;
  border: 1px solid #ccc;
}
.hybrid-carousel.img-zoom .slide-bar .owl-carousel .owl-item .item a:hover:before {
  background: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.2s;
}
.hybrid-carousel.img-zoom .slide-bar .owl-carousel .owl-item .item:hover {
  border: none;
}
.hybrid-carousel.img-zoom-top-right.img-shadow .slide-bar .owl-carousel .owl-item .item a:before {
  top: 0px !important;
}
.hybrid-carousel.img-zoom-top-right.img-border .slide-bar .owl-carousel .owl-item .item a:before {
  top: 1px !important;
  right: 1px !important;
}
.hybrid-carousel.img-zoom-top-right .slide-bar .owl-carousel .owl-item .item a {
  position: relative;
  display: block;
}
.hybrid-carousel.img-zoom-top-right .slide-bar .owl-carousel .owl-item .item a:before {
  top: 4px !important;
}
.hybrid-carousel.img-zoom-top-right .slide-bar .owl-carousel .owl-item .item a:before {
  content: "\e89b";
  font-family: 'lexisnexis-icons';
  position: absolute;
  background: rgba(238, 238, 238, 0.95);
  border: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 5px 10px;
  transition: all 0.2s;
  color: #555555;
  border: 1px solid #ccc;
}
.hybrid-carousel.img-zoom-top-right .slide-bar .owl-carousel .owl-item .item a:hover:before {
  background: #ed1c24;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.2s;
}
.hybrid-carousel.img-zoom-top-right .slide-bar .owl-carousel .owl-item .item:hover {
  border: none;
}
.hybrid-carousel header {
  margin-bottom: 0px !important;
}
.hybrid-carousel header .icon {
  font-size: 28px;
  color: #333333;
  margin-right: 10px;
}
.hybrid-carousel header .icon + .heading {
  padding-left: 38px;
}
.hybrid-carousel header .heading {
  font-size: 24px;
  color: #191919;
  font-weight: 400;
  margin-top: 0px !important;
}
.hybrid-carousel header:after {
  content: "";
  display: block;
  background: url("../images/common/border-dotted.png") repeat-x 0 0;
  height: 2px;
  margin-top: 1px;
}
.hybrid-carousel .slide-bar {
  /*&.items-2{
			margin: 0 -28px 0 -12.5px;
		}*/
  position: relative;
}
.hybrid-carousel .slide-bar.no-slider .expand {
  display: none;
}
.hybrid-carousel .slide-bar .expand {
  background-color: #f0f0f0 !important;
  font-size: 12px;
  color: #696969;
  position: absolute;
  top: -38px;
  right: 8px;
  margin-right: 56px;
  padding: 4px 8px 5px 6px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
}
.hybrid-carousel .slide-bar .expand.active {
  visibility: visible;
}
.hybrid-carousel .slide-bar .expand:hover {
  background-color: #ececec !important;
  color: #616161;
}
.hybrid-carousel .slide-bar .expand .icon {
  font-size: 14px;
  color: #ed1c24;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.hybrid-carousel .slide-bar .expand .icon.ln-minus {
  display: none;
}
.hybrid-carousel .slide-bar .expand .minimize {
  display: none;
}
.hybrid-carousel .slide-bar.expanded .expand .icon.ln-plus {
  display: none;
}
.hybrid-carousel .slide-bar.expanded .expand .icon.ln-minus {
  display: block;
}
.hybrid-carousel .slide-bar.expanded .expand .expand-all {
  display: none;
}
.hybrid-carousel .slide-bar.expanded .expand .minimize {
  display: block;
  float: left;
}
.hybrid-carousel .slide-bar.expanded.items-2 .owl-carousel .owl-wrapper .owl-item {
  width: 50% !important;
}
.hybrid-carousel .slide-bar.expanded.items-3 .owl-carousel .owl-wrapper .owl-item {
  width: 33.33% !important;
}
.hybrid-carousel .slide-bar.expanded.items-4 .owl-carousel .owl-wrapper .owl-item {
  width: 25% !important;
}
.hybrid-carousel .slide-bar.expanded.items-5 .owl-carousel .owl-wrapper .owl-item {
  width: 20% !important;
}
.hybrid-carousel .slide-bar.expanded .owl-carousel .owl-wrapper {
  width: inherit !important;
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.hybrid-carousel .slide-bar.expanded .owl-carousel .owl-wrapper .owl-item {
  width: 16.666666666666664% !important;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item {
  margin: 20px 0px 0px;
  padding: 0px 12.4px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item {
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
  padding: 0 !important;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item .title {
  font-weight: 400;
  margin-top: 6px;
  padding-top: 5px;
  margin-bottom: 8px;
  padding-bottom: 1px;
  color: #333333;
  overflow: hidden;
  font-size: 16px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item .title .icon {
  margin-right: 10px;
  font-size: 30px;
  margin-top: -5px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item p {
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item img {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 4px solid transparent;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  border-top: 4px solid transparent;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a .icon-wrapper {
  background-color: #f0f0f0;
  color: #666666;
  font-size: 350%;
  padding: 10px 0;
  border-top: 4px solid transparent;
  -webkit-transition: 200ms all ease;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease;
  /* IE */
  -o-transition: 200ms all ease;
  /* Opera */
  transition: 200ms all ease;
  /* All Browsers */
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a .title {
  font-weight: 400;
  margin-top: 6px;
  padding-top: 5px;
  margin-bottom: 8px;
  color: #333333;
  overflow: hidden;
  font-size: 16px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a .title .icon {
  margin-right: 10px;
  font-size: 30px;
  margin-top: -5px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a p {
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a:hover {
  text-decoration: none;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a .title {
  color: #0077cc;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a img {
  border-color: #ed1c24;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: none;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover .icon-wrapper {
  background-color: #ececec;
  color: #222222;
  border-color: #ed1c24;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-pagination {
  display: none;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons {
  top: -38px;
  left: auto;
  right: 28px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons div {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 23px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons.disabled .owl-prev,
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons.disabled .owl-next {
  background-color: #f7f7f7 !important;
  color: #cccccc !important;
  pointer-events: none;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-prev,
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-next {
  width: 26px;
  height: 26px;
  background-color: #f0f0f0 !important;
  color: #ed1c24 !important;
  right: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-prev:before,
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-next:before {
  display: block;
  margin-top: -3px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-prev.disabled,
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-next.disabled {
  background-color: #f7f7f7 !important;
  color: #cccccc !important;
  pointer-events: none;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -28px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons .owl-next:before {
  margin-left: 2px;
}
.hybrid-carousel.rss-grid.no-header .slide-bar {
  margin-top: 20px;
}
.hybrid-carousel.rss-grid .slide-bar.no-img .owl-carousel .owl-item .item h5 {
  position: relative;
}
.hybrid-carousel.rss-grid .slide-bar.no-img .owl-carousel .owl-item .item .img-container {
  display: none;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item {
  padding: 0 15px;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item a {
  display: block;
  position: relative;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item h5 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  margin: 0;
  padding: 6px 14px 7px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all 200ms ease 0s;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item img {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 0;
  margin-bottom: 11px;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item time {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item p {
  font-size: 16px;
  font-weight: 400;
  color: #07c;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item .img-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item:hover {
  border: 0;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item:hover h5 {
  background: rgba(237, 28, 36, 0.8) none repeat scroll 0 0;
  color: #fff;
}
.hybrid-carousel.rss-grid .slide-bar .owl-carousel .owl-item .item:hover p {
  text-decoration: underline;
  color: #004a80;
}
.hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
  height: 309px;
}
.hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
  height: 200px;
}
.hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
  height: 146px;
}
.hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
  height: 97px;
}
.hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item h5 {
  font-size: 11px;
  padding: 2px 6px 3px;
}
.hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
  height: 75px;
}
.hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item h5 {
  font-size: 11px;
  padding: 2px 6px 3px;
}
.hybrid-carousel.all-popup h4,
.hybrid-carousel.all-popup h5 {
  font-size: 16px !important;
}
.hybrid-carousel.all-popup .video-popup:after {
  font-size: 36px !important;
  height: 66px !important;
  width: 66px !important;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item .video-popup,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item .video-popup,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item .video-popup {
  position: relative;
  display: block;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item .video-popup h5,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item .video-popup h5,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item .video-popup h5 {
  position: absolute;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item .video-popup:after,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item .video-popup:after,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item .video-popup:after {
  border: 8px solid;
  border-radius: 56px;
  bottom: 0;
  color: #fff;
  content: "\e65a";
  font-family: lexisnexis-icons;
  font-size: 56px;
  height: 96px;
  left: 0;
  margin: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 200ms ease 0s;
  width: 96px;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item .video-popup:hover:after,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item .video-popup:hover:after,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item .video-popup:hover:after {
  border-color: #fff;
  color: #ed1c24;
  background-color: rgba(248, 248, 248, 0.65);
  opacity: 1;
  filter: alpha(opacity=100);
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item img,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item img,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item img {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 0;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item p,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item p,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item p {
  font-size: 16px;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item p small,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item p small,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item p small {
  color: #0077cc;
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item h4,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item h4,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item h4,
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item h5,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item h5,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item h5 {
  font-size: 24px;
  font-weight: 400;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item:hover img,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item:hover img,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item:hover img {
  border: 0;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item:hover a p small,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item:hover a p small,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item:hover a p small {
  text-decoration: underline;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item:hover .video-popup + a h5,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item:hover .video-popup + a h5,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item:hover .video-popup + a h5 {
  color: #333333;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item:hover .video-popup + a p small,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item:hover .video-popup + a p small,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item:hover .video-popup + a p small {
  text-decoration: none;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item .video-popup + a:hover h5,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item .video-popup + a:hover h5,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item .video-popup + a:hover h5 {
  color: #0077cc;
}
.hybrid-carousel.featured-products .slide-bar .owl-carousel .owl-item .item .video-popup + a:hover p small,
.hybrid-carousel.featured-product-video .slide-bar .owl-carousel .owl-item .item .video-popup + a:hover p small,
.hybrid-carousel.featured-products-with-video .slide-bar .owl-carousel .owl-item .item .video-popup + a:hover p small {
  text-decoration: underline;
}
.hybrid-carousel.promos .slide-bar {
  margin-top: 40px !important;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item {
  padding: 0 20px;
  margin-top: 0;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a {
  position: relative;
  display: block;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a img {
  border-bottom: 6px solid #ed1c24;
  border-top: 0 !important;
  /*.transition(all 200ms ease);*/
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a h4,
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a p,
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a h5 {
  color: #333333;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a h4,
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a h5 {
  font-size: 24px;
  font-weight: 400;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a p {
  font-size: 16px;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:hover {
  text-decoration: none;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:hover h4,
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:hover h5 {
  color: #0077cc;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:hover img {
  /*border-color:@link-hover-color;*/
  border-top: 0;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:hover:before {
  color: #ffffff;
  background-color: #ed1c24;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:before {
  content: "\e864";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  right: 8px;
  display: block;
  top: 8px;
  text-align: center;
  color: #ed1c24;
  line-height: 1.3em;
  padding-left: 3px;
  font-family: 'lexisnexis-icons';
  font-size: 20px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  z-index: 1;
}
.hybrid-carousel.promos .slide-bar .owl-carousel .owl-item .item a:hover img {
  transition: none;
  border-top: 0;
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a {
  width: auto;
  height: auto;
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a:after {
  content: "\e644";
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a h5 {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 62%;
  right: 0;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  color: #333333;
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a h5 img {
  vertical-align: auto;
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a h5:after {
  font-size: 30px;
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a h5:hover {
  background: rgba(0, 174, 239, 0.8);
}
.hybrid-carousel.content-right-wall .slide-bar .owl-carousel .owl-item .item a:after {
  top: 9px;
  left: 9px;
}
@media screen and (max-width: 1199px) {
  .hybrid-carousel .promos .owl-item {
    padding: 0px 20px !important;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 251px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 162px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 117px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 90px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 73px;
  }
}
@media screen and (max-width: 1024px) {
  .hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 189px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 120px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 86px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 65px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 51px;
  }
  .hybrid-carousel.no-header .slide-bar.no-slider {
    margin-top: 60px !important;
  }
  .hybrid-carousel.no-expand .slide-bar .expand {
    display: none !important;
  }
  .hybrid-carousel.no-expand header .heading {
    margin-bottom: 12.5px;
  }
  .hybrid-carousel .slide-bar.expanded.items-2 .owl-carousel .owl-wrapper .owl-item {
    width: 50% !important;
  }
  .hybrid-carousel .slide-bar.expanded.items-3 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-4 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-5 .owl-carousel .owl-wrapper .owl-item {
    width: 33.33333333333333% !important;
  }
  .hybrid-carousel .slide-bar.expanded .owl-carousel .owl-wrapper .owl-item {
    width: 33.33333333333333% !important;
  }
  .hybrid-carousel .slide-bar.no-slider .expand {
    display: block;
  }
  .hybrid-carousel .slide-bar .expand {
    right: auto;
    left: 0;
  }
  .hybrid-carousel header .heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 785px) {
  .hybrid-carousel .slide-bar.expanded.items-2 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-3 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-4 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-5 .owl-carousel .owl-wrapper .owl-item {
    width: 50% !important;
  }
  .hybrid-carousel .slide-bar.expanded .owl-carousel .owl-wrapper .owl-item {
    width: 50% !important;
  }
  .hybrid-carousel .slide-bar.expanded .owl-carousel .owl-controls .owl-pagination {
    display: none !important;
  }
  .hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-pagination {
    display: block;
  }
  .hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    margin: 3px 3px;
  }
}
@media screen and (max-width: 767px) {
  .hybrid-carousel.promos .owl-item {
    padding: 0px 15px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 194px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 194px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 194px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 194px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 194px;
  }
  .modal .modal-dialog {
    width: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 157px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 157px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 157px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 157px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 157px;
  }
}
@media screen and (max-width: 550px) {
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 131px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 131px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 131px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 131px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 131px;
  }
}
@media screen and (max-width: 496px) {
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 116px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 116px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 116px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 116px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 116px;
  }
  .hybrid-carousel .slide-bar.expanded.items-2 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-3 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-4 .owl-carousel .owl-wrapper .owl-item,
  .hybrid-carousel .slide-bar.expanded.items-5 .owl-carousel .owl-wrapper .owl-item {
    width: 100% !important;
  }
  .hybrid-carousel .slide-bar.expanded .owl-carousel .owl-wrapper .owl-item {
    width: 100% !important;
  }
  .hybrid-carousel .slide-bar .owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media screen and (max-width: 479px) {
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 239px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 239px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 239px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 239px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 239px;
  }
}
@media screen and (max-width: 375px) {
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 180px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 180px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 180px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 180px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 180px;
  }
}
@media screen and (max-width: 320px) {
  .hybrid-carousel .slide-bar .owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-2 .owl-carousel .owl-item .item .img-container {
    height: 149px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-3 .owl-carousel .owl-item .item .img-container {
    height: 149px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-4 .owl-carousel .owl-item .item .img-container {
    height: 149px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-5 .owl-carousel .owl-item .item .img-container {
    height: 149px;
  }
  .hybrid-carousel.rss-grid .slide-bar.items-6 .owl-carousel .owl-item .item .img-container {
    height: 149px;
  }
}
.home-page .section-heading {
  padding-top: 20px !important;
}
.home-page .section-heading .section-header h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #555555;
}
.home-page .hybrid-carousel::after {
  display: none;
}
.home-page .hybrid-carousel .col-md-12 {
  padding: 0!important;
}
.home-page .hybrid-carousel .expand {
  display: none !important;
}
.home-page .hybrid-carousel.rss-grid {
  margin-bottom: 5vw;
}
.home-page .hybrid-carousel.rss-grid .slide-bar {
  margin-top: 4.76vw !important;
}
.home-page .hybrid-carousel.rss-grid .owl-carousel {
  display: block !important;
}
.home-page .hybrid-carousel.rss-grid .item {
  margin: 0;
  padding: 0;
  width: 268px !important;
  height: 361px;
  float: left;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  margin-right: 32px;
  margin-bottom: 32px;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(4n) {
  margin-right: 0!important;
}
.home-page .hybrid-carousel.rss-grid .item:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
.home-page .hybrid-carousel.rss-grid .item:hover a .img-container::after {
  background: rgba(0, 0, 0, 0);
}
.home-page .hybrid-carousel.rss-grid .item:hover a p {
  color: #000;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(1) a h5 {
  background: #8c4b9e;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(1) a h5 {
  background: #8c4b9e;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(2) a h5 {
  background: #12adbb;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(3) a h5 {
  background: #3aaf4a;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(4) a h5 {
  background: #212d69;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(5) a h5 {
  background: #3aaf4a;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(6) a h5 {
  background: #e01384;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(7) a h5 {
  background: #00687f;
}
.home-page .hybrid-carousel.rss-grid .item:hover:nth-child(8) a h5 {
  background: #eb1c2c;
}
.home-page .hybrid-carousel.rss-grid .item a {
  position: relative;
  padding: 22px 16px;
  padding-top: 220px;
  display: block;
}
.home-page .hybrid-carousel.rss-grid .item a .img-container {
  position: absolute;
  height: 198px;
  width: 100%;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
.home-page .hybrid-carousel.rss-grid .item a .img-container::after {
  content: "";
  width: 100%;
  height: 198px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
.home-page .hybrid-carousel.rss-grid .item a h5 {
  position: relative;
  font-size: 10px;
  font-weight: 400;
  padding: 4px 6px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.home-page .hybrid-carousel.rss-grid .item a time {
  display: block;
  margin-top: 8px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.home-page .hybrid-carousel.rss-grid .item a p {
  margin-bottom: 0!important;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
.home-page .hybrid-carousel.rss-grid .item a:hover {
  text-decoration: none;
}
.home-page .hybrid-carousel.rss-grid .item a:hover p {
  text-decoration: none;
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(1) a h5 {
  background: rgba(140, 75, 158, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(2) a h5 {
  background: rgba(18, 173, 187, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(3) a h5 {
  background: rgba(58, 175, 74, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(4) a h5 {
  background: rgba(33, 45, 105, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(5) a h5 {
  background: rgba(58, 175, 74, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(6) a h5 {
  background: rgba(224, 19, 132, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(7) a h5 {
  background: rgba(0, 104, 127, 0.9);
}
.home-page .hybrid-carousel.rss-grid .item:nth-child(8) a h5 {
  background: rgba(235, 28, 44, 0.9);
}
@media screen and (max-width: 1200px) {
  .home-page .section-heading .section-header h2 {
    font-size: 2.50vw;
  }
  .home-page .hybrid-carousel.rss-grid .container {
    width: 100vw;
    padding: 0 3.14vw !important;
  }
  .home-page .hybrid-carousel.rss-grid .item {
    width: 45.29vw !important;
    height: auto;
    margin-right: 3.14vw;
    margin-bottom: 3.14vw;
  }
  .home-page .hybrid-carousel.rss-grid .item:nth-child(2n) {
    margin-right: 0!important;
  }
  .home-page .hybrid-carousel.rss-grid .item a {
    padding: 3.5vw 2.50vw;
    padding-top: 34.5vw;
  }
  .home-page .hybrid-carousel.rss-grid .item a .img-container {
    height: 31vw;
  }
  .home-page .hybrid-carousel.rss-grid .item a .img-container::after {
    height: 31vw;
  }
  .home-page .hybrid-carousel.rss-grid .item a time {
    font-size: 2.5vw;
    margin-top: 1.25vw;
  }
  .home-page .hybrid-carousel.rss-grid .item a h5 {
    font-size: 1.8vw;
    padding: 1vw 2vw;
    line-height: 1.8vw;
  }
  .home-page .hybrid-carousel.rss-grid .item a p {
    font-size: 3.8vw;
    line-height: 4.8vw;
    margin-top: 0.5vw;
    height: 14vw;
    overflow: hidden;
  }
}
/*CSS for Communities-contact*/
.communities-contact {
  padding: 65px 0 100px;
}
.communities-contact.top-shadow {
  position: relative;
}
.communities-contact.top-shadow:before {
  content: "";
  height: 55px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.communities-contact a {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .communities-contact {
    padding-top: 20px !important;
  }
  .communities-contact [class*="col-"] {
    padding-top: 45px;
  }
}
/*CSS for Top Products*/
.top-products {
  padding: 0 !important;
}
.top-products.option-2 .product figure {
  border-bottom: none !important;
}
.top-products.option-2 .product figure img {
  border-top: 4px solid transparent;
}
.top-products.option-2 .product figure:hover img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.top-products.option-2 .product .title {
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #333333;
}
.top-products.option-2 .product:hover a {
  text-decoration: none;
}
.top-products.option-2 .product:hover img {
  border-top: 4px solid #ed1c24;
}
.top-products.option-2 .product:hover .title {
  color: #0077cc;
}
.top-products .row .row + .row .product.small {
  margin-bottom: 0px !important;
}
.top-products .product figure {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  border-bottom: 4px solid transparent;
}
.top-products .product figure img {
  -webkit-transition: all 500ms ease;
  /* Safari and Chrome */
  -moz-transition: all 500ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 500ms ease;
  /* IE */
  -o-transition: all 500ms ease;
  /* Opera */
  transition: all 500ms ease;
  /* All Browsers */
  display: block;
}
.top-products .product figure:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.top-products .product figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0.58)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.top-products .product figure figcaption span {
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: 8px;
  left: 15px;
}
.top-products .product:hover figure {
  border-bottom: 4px solid #ed1c24;
}
.top-products .product.small {
  margin-bottom: 26px;
}
.top-products .product.small figure figcaption span {
  font-size: 18px;
  left: 12px;
  bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .top-products .product {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-products .product figure figcaption span {
    font-size: 18px;
    left: 12px;
    bottom: 6px;
  }
}
@media only screen and (max-width: 496px) {
  .top-products.option-2 .product {
    width: 100%;
  }
}
/*CSS for All Products*/
.all-products .owl-controls {
  display: none !important;
}
.all-products .alphabet-list ul {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.all-products .alphabet-list ul li {
  background-color: #f7f7f7;
  width: 34px;
  height: 34px;
  text-transform: uppercase;
  color: #cccccc;
  cursor: pointer;
  float: left;
  margin-right: 14px;
  font-size: 20px;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.all-products .alphabet-list ul li .icon {
  color: #cccccc !important;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.all-products .alphabet-list ul li.selected {
  background-color: #f0f0f0;
  color: #ed1c24;
  pointer-events: none;
  font-weight: 400;
}
.all-products .alphabet-list ul li:last-child {
  margin-right: 0px !important;
}
.all-products .alphabet-list ul li:hover {
  background-color: #ececec;
  color: #616161;
}
.all-products .alphabet-list ul li:hover .icon {
  color: #616161 !important;
}
.all-products .alphabet-list .item {
  background-color: #f7f7f7;
  width: 34px;
  height: 34px;
  font-weight: 300;
  text-transform: uppercase;
  color: #cccccc;
  cursor: pointer;
  float: left;
  margin-right: 14px;
  font-size: 20px;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.all-products .alphabet-list .item .icon {
  color: #cccccc !important;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.all-products .alphabet-list .item.selected {
  background-color: #f0f0f0;
  color: #ed1c24;
  pointer-events: none;
  font-weight: 400;
}
.all-products .alphabet-list .item:last-child {
  margin-right: 0px !important;
}
.all-products .alphabet-list .item:hover {
  background-color: #ececec;
  color: #616161;
}
.all-products .alphabet-list .item:hover .icon {
  color: #616161 !important;
}
/*@media screen and (max-width: 1012px){
	.all-products {
		.alphabet-list{
			position:relative;
			&:before{
				  content: "";
				  display: block;
				  position: absolute;
				  top: 0;
				  right: 0;
				  width: 30px;
				  background-color: lighten(@gray-light, 100%);
				  bottom: 0;
				  z-index:1;
			}
		}
	}
}

@media screen and (max-width: 697px){
	.all-products {
		.alphabet-list{
			position:relative;
			&:before{
				  width: 39px;
			}
		}
	}
}

@media screen and (max-width: 697px){
	.all-products {
		.alphabet-list{
			position:relative;
			&:before{
				  width: 35px;
			}
		}
	}
}*/
#click-through .scrollspy {
  display: none !important;
}
.right-auto {
  right: auto !important;
}
.left-auto {
  left: auto !important;
}
.top-auto {
  top: auto !important;
}
.bottom-auto {
  bottom: auto !important;
}
.column-layout {
  margin-top: 15px;
}
.column-layout .main-content h1,
.column-layout .main-content .h1 {
  font-size: 38px;
}
.column-layout .main-content h2,
.column-layout .main-content .h2 {
  font-size: 30px;
}
.column-layout .main-content h3,
.column-layout .main-content .h3 {
  font-size: 24px;
}
.column-layout .main-content .horizontal-divider {
  margin: 30px auto;
}
.column-layout .main-content .container {
  width: auto;
}
.column-layout .main-content h2 {
  color: #6d6f71;
}
.column-layout .main-content section.bg-light-gray:first-child {
  margin-top: 30px;
}
.column-layout .main-content section.feature ~ .feature {
  padding-top: 20px;
}
.column-layout .main-content section#page-heading .page-header {
  text-align: left;
  margin-top: 0;
}
.column-layout .main-content section#page-heading .page-header h1 .sub-head {
  font-size: 28px;
}
.column-layout .main-content section .product-news .row h3 .icon {
  height: 50px;
  width: 50px;
  font-size: 35px;
}
.column-layout .main-content section.feature-wildcard {
  background-color: transparent;
  padding: 20px 0;
}
.column-layout .main-content section.feature-wildcard header {
  text-align: left;
}
.column-layout .main-content section.feature-wildcard header h2 {
  margin-bottom: 20px;
}
.column-layout .main-content section.feature-wildcard header h2 span {
  font-size: 65%;
}
.column-layout .main-content section.feature-wildcard .feature-slideshow {
  padding: 0 40px;
}
.column-layout .main-content section.related-products .owl-item {
  padding: 0 1%;
}
.column-layout .main-content section.related-products .owl-buttons {
  top: 35%;
}
.column-layout .main-content section.related-products .owl-pagination {
  display: block;
}
.column-layout .main-content section.related-products .items-2 .owl-item {
  margin: 0 ;
  padding: 0 1.5% 0 2.5%;
}
.column-layout .main-content section.related-products .items-2 .owl-item + .owl-item {
  padding: 0 2.5% 0 1.5%;
}
.column-layout .main-content section.share-this .icon {
  color: #999;
  font-size: 24px;
}
.column-layout .main-content section.share-this .icon:hover {
  text-decoration: none;
  color: #333;
}
.column-layout .main-content section.share-this .icon:focus {
  text-decoration: none;
}
.column-layout .main-content section.share-this .icon.ln-linkedin-squared {
  margin: 0 15px;
}
.column-layout .main-content section.media-section {
  margin-top: 0px !important;
}
.column-layout .main-content section.media-section.bg-grey {
  background-color: transparent;
}
.column-layout .main-content section.media-section.bg-grey .media-gallery .m-title,
.column-layout .main-content section.media-section.bg-grey .media-gallery .m-description {
  color: #333333;
}
.column-layout .main-content section.media-section.bg-grey .playlist {
  background-color: transparent;
}
.column-layout .main-content section.media-section .media-gallery {
  padding-top: 0px !important;
}
.column-layout .main-content section.media-section .media-gallery .playlist .media-container {
  padding: 0px 20px;
}
.column-layout .main-content section.media-section .media-gallery .playlist .media-heading,
.column-layout .main-content section.media-section .media-gallery .playlist .owl-prev,
.column-layout .main-content section.media-section .media-gallery .playlist .owl-next {
  color: #000000 !important;
}
.column-layout .main-content section.media-section .media-gallery .playlist .pointer {
  display: none;
}
.column-layout .sidebar {
  background-color: transparent;
  border: medium none;
  padding: 0 !important;
}
.column-layout .sidebar h1,
.column-layout .sidebar .h1 {
  font-size: 30px;
}
.column-layout .sidebar h2,
.column-layout .sidebar .h2 {
  font-size: 26px;
}
.column-layout .sidebar h3,
.column-layout .sidebar .h3 {
  font-size: 22px;
}
.column-layout .sidebar .container {
  width: auto;
}
.column-layout .sidebar .owl-buttons {
  top: 20%;
}
.column-layout .sidebar .owl-buttons .owl-next,
.column-layout .sidebar .owl-buttons .owl-prev {
  font-size: 35px !important;
}
.column-layout .sidebar section:first-child {
  margin-top: 8px;
}
.column-layout .sidebar section.bg-light-gray:first-child {
  margin-top: 30px;
}
.column-layout .sidebar section.related-content .col-md-4 {
  width: 100%;
}
.column-layout .sidebar section.related-content h5 {
  margin-bottom: 15px;
}
.column-layout .sidebar section.related-content .btn {
  padding: 10px 12px;
  font-size: 16px;
  margin: 12px 0;
}
.column-layout .sidebar section.feature {
  margin-bottom: 50px;
}
.column-layout .sidebar section.feature h5 {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 15px;
}
.column-layout .sidebar section.feature p {
  font-size: 14px;
}
.column-layout .sidebar section.feature img {
  margin: 15px;
}
.column-layout .sidebar section.feature img.pull-left {
  margin-top: 0;
  margin-left: 0;
}
.column-layout .sidebar section.feature img.pull-right {
  margin-top: 0;
  margin-right: 0;
}
.column-layout .sidebar section.feature .btn {
  margin: 25px auto;
  display: table;
  padding: 10px 12px;
  font-size: 16px;
}
.column-layout .sidebar section .container {
  position: relative;
}
.column-layout .sidebar section.contact-rep .container,
.column-layout .sidebar section.bsa-regis .container {
  position: relative;
}
.column-layout .sidebar section.bsa-regis .img-bottom {
  right: auto;
}
.column-layout .sidebar section.hero-carousel .item {
  height: auto;
}
.column-layout .sidebar section.product-news .row [class*="col-"] {
  padding-right: 15px;
}
.column-layout .sidebar section.product-news .row [class*="col-"] + [class*="col-"] {
  padding-left: 15px;
}
.column-layout .sidebar section.product-news .row .product-news-connect [class*="col-"] {
  padding-left: 15px;
}
.column-layout .sidebar section.product-news .row .product-news-connect [class*="col-"] + [class*="col-"] {
  padding-left: 15px;
}
.column-layout .sidebar section.product-news .row .col-md-6 {
  width: 100%;
}
.column-layout .sidebar section.product-news .row h3 {
  width: 100%;
}
.column-layout .sidebar section.product-news .row h3 .icon {
  height: 40px;
  width: 40px;
  font-size: 25px;
}
.column-layout .sidebar section.media-section .media-gallery .vdo-base {
  background-size: contain;
  margin: 0 2%;
  width: 96%;
}
.column-layout .sidebar section.media-section .media-gallery header {
  float: none;
  width: 100%;
}
.column-layout .sidebar section.features .features-carousel .owl-buttons .owl-prev {
  left: 0;
}
.column-layout .sidebar section.features .features-carousel .owl-buttons .owl-next {
  right: 0;
}
.column-layout .sidebar section.related-products .owl-item {
  padding: 0 1%;
}
.column-layout .sidebar section.related-products .owl-buttons {
  top: 35%;
}
.column-layout .sidebar section.related-products .owl-pagination {
  display: block;
}
.column-layout .sidebar section.related-products .items-2 .owl-item {
  margin: 0 ;
  padding: 0 1.5% 0 2.5%;
}
.column-layout .sidebar section.related-products .items-2 .owl-item + .owl-item {
  padding: 0 2.5% 0 1.5%;
}
.column-layout .sidebar section.feature-wildcard {
  background-color: transparent;
  padding: 20px 0;
}
.column-layout .sidebar section.feature-wildcard header {
  text-align: left;
}
.column-layout .sidebar section.feature-wildcard header h2 {
  margin-bottom: 20px;
}
.column-layout .sidebar section.feature-wildcard header h2 span {
  font-size: 65%;
}
.column-layout .sidebar section.feature-wildcard .feature-slideshow {
  padding: 0 40px;
  min-height: auto;
}
.column-layout .sidebar section.feature-wildcard .feature-slideshow .owl-buttons {
  top: 20%;
}
.column-layout .sidebar section.feature-wildcard .feature-slideshow .owl-buttons .owl-next,
.column-layout .sidebar section.feature-wildcard .feature-slideshow .owl-buttons .owl-prev {
  font-size: 35px !important;
}
.column-layout .col-md-11 .main-content section.media-section .media-gallery .vdo-base {
  background-size: contain;
  height: 475px;
}
.column-layout .col-md-11 .main-content section.media-section .media-gallery .vdo-base .media-wrapper {
  width: 604px;
  margin-left: 31px;
  margin-top: 42px;
}
.column-layout .col-md-10 .main-content section.media-section .media-gallery header {
  float: none;
  width: 100%;
}
.column-layout .col-md-10 .main-content section.media-section .media-gallery .vdo-base {
  width: 100%;
}
.column-layout .col-md-9 .main-content section.media-section .media-gallery header {
  float: none;
  width: 100%;
}
.column-layout .col-md-9 .main-content section.media-section .media-gallery .vdo-base {
  width: 100%;
}
.column-layout .col-md-8 .main-content section.media-section .media-gallery header {
  float: none;
  width: 100%;
}
.column-layout .col-md-8 .main-content section.media-section .media-gallery .vdo-base {
  width: 100%;
  background-size: contain;
}
.column-layout .col-md-7 .main-content section.media-section .media-gallery header {
  float: none;
  width: 100%;
}
.column-layout .col-md-7 .main-content section.media-section .media-gallery header .m-description {
  font-size: 18px;
  line-height: 1;
}
.column-layout .col-md-7 .main-content section.media-section .media-gallery .vdo-base {
  width: 100%;
  background-size: contain;
  height: 435px;
}
.column-layout .col-md-7 .main-content section.media-section .media-gallery .vdo-base .media-wrapper {
  width: 91%;
  margin-left: 28px;
  margin-top: 39px;
}
.column-layout .col-md-6 .main-content section.media-section .media-gallery header {
  float: none;
  width: 100%;
}
.column-layout .col-md-6 .main-content section.media-section .media-gallery header .m-description {
  font-size: 18px;
  line-height: 1;
}
.column-layout .col-md-6 .main-content section.media-section .media-gallery .vdo-base {
  width: 100%;
  background-size: contain;
  height: 370px;
}
.column-layout .col-md-6 .main-content section.media-section .media-gallery .vdo-base .media-wrapper {
  width: 91.7%;
  margin-left: 22px;
  margin-top: 34px;
}
.column-layout .col-md-6 .sidebar section.contact header {
  margin-left: 0px !important;
  width: 100%;
  float: none;
  padding: 0 !important;
}
.column-layout .col-md-5 .sidebar section.contact header {
  margin-left: 0px !important;
  width: 100%;
  float: none;
  padding: 0 !important;
}
.column-layout .col-md-4 .sidebar section.benefits {
  padding-top: 0px !important;
}
.column-layout .col-md-4 .sidebar section.benefits [class*="col-"] {
  width: 100%;
}
.column-layout .col-md-4 .sidebar section.contact header {
  margin-left: 0px !important;
  width: 100%;
  float: none;
  padding: 0 !important;
}
.column-layout .col-md-3 .sidebar section.benefits {
  padding-top: 0px !important;
}
.column-layout .col-md-3 .sidebar section.benefits [class*="col-"] {
  width: 100%;
}
.column-layout .col-md-3 .sidebar section.contact header {
  margin-left: 0px !important;
  width: 100%;
  float: none;
  padding: 0 !important;
}
.column-layout .col-md-2 .sidebar section.benefits {
  padding-top: 0px !important;
}
.column-layout .col-md-2 .sidebar section.benefits [class*="col-"] {
  width: 100%;
}
.column-layout .col-md-2 .sidebar section.contact header {
  margin-left: 0px !important;
  width: 100%;
  float: none;
  padding: 0 !important;
}
.column-layout .col-md-1 .sidebar section.benefits {
  padding-top: 0px !important;
}
.column-layout .col-md-1 .sidebar section.benefits [class*="col-"] {
  width: 100%;
}
.column-layout .col-md-1 .sidebar section.contact header {
  margin-left: 0px !important;
  width: 100%;
  float: none;
  padding: 0 !important;
}
.column-layout .hero-carousel .item .row {
  padding-left: 0px !important;
}
/*@media screen and (max-width: 767px) {
	
	h1,.h1{ font-size: ceil((@font-size-base * 2.1));}  // ~38px
	h2,.h2{ font-size: floor((@font-size-base * 1.7));} // ~30px 
	h3,.h3{ font-size: ceil((@font-size-base * 1.3));}  // ~24px

}*/
/* lndc-products*/
/*margin classes*/
.margin-none {
  margin: 0 !important;
}
.margin-left-none {
  margin-left: 0px !important;
}
.margin-right-none {
  margin-right: 0px !important;
}
.margin-top-none {
  margin-top: 0px !important;
}
.margin-bottom-none {
  margin-bottom: 0px !important;
}
.margin-xs {
  margin: 20px !important;
}
.margin-sm {
  margin: 40px !important;
}
.margin-md {
  margin: 60px !important;
}
.margin-lg {
  margin: 80px !important;
}
.margin-xl {
  margin: 100px !important;
}
.margin-left-xs {
  margin-left: 20px !important;
}
.margin-right-xs {
  margin-right: 20px !important;
}
.margin-top-xs {
  margin-top: 20px !important;
}
.margin-bottom-xs {
  margin-bottom: 20px !important;
}
.margin-left-sm {
  margin-left: 40px !important;
}
.margin-right-sm {
  margin-right: 40px !important;
}
.margin-top-sm {
  margin-top: 40px !important;
}
.margin-bottom-sm {
  margin-bottom: 40px !important;
}
.margin-left-md {
  margin-left: 60px !important;
}
.margin-right-md {
  margin-right: 60px !important;
}
.margin-top-md {
  margin-top: 60px !important;
}
.margin-bottom-md {
  margin-bottom: 60px !important;
}
.margin-left-lg {
  margin-left: 80px !important;
}
.margin-right-lg {
  margin-right: 80px !important;
}
.margin-top-lg {
  margin-top: 80px !important;
}
.margin-bottom-lg {
  margin-bottom: 80px !important;
}
.margin-left-xl {
  margin-left: 100px !important;
}
.margin-right-xl {
  margin-right: 100px !important;
}
.margin-top-xl {
  margin-top: 100px !important;
}
.margin-bottom-xl {
  margin-bottom: 100px !important;
}
/*padding classes*/
.padding-none {
  padding: 0 !important;
}
.padding-left-none {
  padding-left: 0px !important;
}
.padding-right-none {
  padding-right: 0px !important;
}
.padding-top-none {
  padding-top: 0px !important;
}
.padding-bottom-none {
  padding-bottom: 0px !important;
}
.padding-xs {
  padding: 20px !important;
}
.padding-sm {
  padding: 40px !important;
}
.padding-md {
  padding: 60px !important;
}
.padding-lg {
  padding: 80px !important;
}
.padding-xl {
  padding: 100px !important;
}
.padding-left-xs {
  padding-left: 20px !important;
}
.padding-right-xs {
  padding-right: 20px !important;
}
.padding-top-xs {
  padding-top: 20px !important;
}
.padding-bottom-xs {
  padding-bottom: 20px !important;
}
.padding-left-sm {
  padding-left: 40px !important;
}
.padding-right-sm {
  padding-right: 40px !important;
}
.padding-top-sm {
  padding-top: 40px !important;
}
.padding-bottom-sm {
  padding-bottom: 40px !important;
}
.padding-left-md {
  padding-left: 60px !important;
}
.padding-right-md {
  padding-right: 60px !important;
}
.padding-top-md {
  padding-top: 60px !important;
}
.padding-bottom-md {
  padding-bottom: 60px !important;
}
.padding-left-lg {
  padding-left: 80px !important;
}
.padding-right-lg {
  padding-right: 80px !important;
}
.padding-top-lg {
  padding-top: 80px !important;
}
.padding-bottom-lg {
  padding-bottom: 80px !important;
}
.padding-left-xl {
  padding-left: 100px !important;
}
.padding-right-xl {
  padding-right: 100px !important;
}
.padding-top-xl {
  padding-top: 100px !important;
}
.padding-bottom-xl {
  padding-bottom: 100px !important;
}
/*margin classes*/
body {
  /*padding classes*/
}
body .margin-none {
  margin: 0 !important;
}
body .margin-left-none {
  margin-left: 0px !important;
}
body .margin-right-none {
  margin-right: 0px !important;
}
body .margin-top-none {
  margin-top: 0px !important;
}
body .margin-bottom-none {
  margin-bottom: 0px !important;
}
body .margin-xs {
  margin: 1.19vw !important;
}
body .margin-sm {
  margin: 2.38vw !important;
}
body .margin-md {
  margin: 3.57vw !important;
}
body .margin-lg {
  margin: 4.76vw !important;
}
body .margin-xl {
  margin: 5.95vw !important;
}
body .margin-left-xs {
  margin-left: 1.19vw !important;
}
body .margin-right-xs {
  margin-right: 1.19vw !important;
}
body .margin-top-xs {
  margin-top: 1.19vw !important;
}
body .margin-bottom-xs {
  margin-bottom: 1.19vw !important;
}
body .margin-left-sm {
  margin-left: 2.38vw !important;
}
body .margin-right-sm {
  margin-right: 2.38vw !important;
}
body .margin-top-sm {
  margin-top: 2.38vw !important;
}
body .margin-bottom-sm {
  margin-bottom: 2.38vw !important;
}
body .margin-left-md {
  margin-left: 3.57vw !important;
}
body .margin-right-md {
  margin-right: 3.57vw !important;
}
body .margin-top-md {
  margin-top: 3.57vw !important;
}
body .margin-bottom-md {
  margin-bottom: 3.57vw !important;
}
body .margin-left-lg {
  margin-left: 4.76vw !important;
}
body .margin-right-lg {
  margin-right: 4.76vw !important;
}
body .margin-top-lg {
  margin-top: 4.76vw !important;
}
body .margin-bottom-lg {
  margin-bottom: 4.76vw !important;
}
body .margin-left-xl {
  margin-left: 5.95vw !important;
}
body .margin-right-xl {
  margin-right: 5.95vw !important;
}
body .margin-top-xl {
  margin-top: 5.95vw !important;
}
body .margin-bottom-xl {
  margin-bottom: 5.95vw !important;
}
body .neg-margin-xs {
  margin: -1.19vw !important;
}
body .neg-margin-sm {
  margin: -2.38vw !important;
}
body .neg-margin-md {
  margin: -3.57vw !important;
}
body .neg-margin-lg {
  margin: -4.76vw !important;
}
body .neg-margin-xl {
  margin: -5.95vw !important;
}
body .neg-margin-left-xs {
  margin-left: -1.19vw !important;
}
body .neg-margin-right-xs {
  margin-right: -1.19vw !important;
}
body .neg-margin-top-xs {
  margin-top: -1.19vw !important;
}
body .neg-margin-bottom-xs {
  margin-bottom: -1.19vw !important;
}
body .neg-margin-left-sm {
  margin-left: -2.38vw !important;
}
body .neg-margin-right-sm {
  margin-right: -2.38vw !important;
}
body .neg-margin-top-sm {
  margin-top: -2.38vw !important;
}
body .neg-margin-bottom-sm {
  margin-bottom: -2.38vw !important;
}
body .neg-margin-left-md {
  margin-left: -3.57vw !important;
}
body .neg-margin-right-md {
  margin-right: -3.57vw !important;
}
body .neg-margin-top-md {
  margin-top: -3.57vw !important;
}
body .neg-margin-bottom-md {
  margin-bottom: -3.57vw !important;
}
body .neg-margin-left-lg {
  margin-left: -4.76vw !important;
}
body .neg-margin-right-lg {
  margin-right: -4.76vw !important;
}
body .neg-margin-top-lg {
  margin-top: -4.76vw !important;
}
body .neg-margin-bottom-lg {
  margin-bottom: -4.76vw !important;
}
body .neg-margin-left-xl {
  margin-left: -5.95vw !important;
}
body .neg-margin-right-xl {
  margin-right: -5.95vw !important;
}
body .neg-margin-top-xl {
  margin-top: -5.95vw !important;
}
body .neg-margin-bottom-xl {
  margin-bottom: -5.95vw !important;
}
body .padding-none {
  padding: 0 !important;
}
body .padding-left-none {
  padding-left: 0px !important;
}
body .padding-right-none {
  padding-right: 0px !important;
}
body .padding-top-none {
  padding-top: 0px !important;
}
body .padding-bottom-none {
  padding-bottom: 0px !important;
}
body .padding-xs {
  padding: 1.19vw !important;
}
body .padding-sm {
  padding: 2.38vw !important;
}
body .padding-md {
  padding: 3.57vw !important;
}
body .padding-lg {
  padding: 4.76vw !important;
}
body .padding-xl {
  padding: 5.95vw !important;
}
body .padding-left-xs {
  padding-left: 1.19vw !important;
}
body .padding-right-xs {
  padding-right: 1.19vw !important;
}
body .padding-top-xs {
  padding-top: 1.19vw !important;
}
body .padding-bottom-xs {
  padding-bottom: 1.19vw !important;
}
body .padding-left-sm {
  padding-left: 2.38vw !important;
}
body .padding-right-sm {
  padding-right: 2.38vw !important;
}
body .padding-top-sm {
  padding-top: 2.38vw !important;
}
body .padding-bottom-sm {
  padding-bottom: 2.38vw !important;
}
body .padding-left-md {
  padding-left: 3.57vw !important;
}
body .padding-right-md {
  padding-right: 3.57vw !important;
}
body .padding-top-md {
  padding-top: 3.57vw !important;
}
body .padding-bottom-md {
  padding-bottom: 3.57vw !important;
}
body .padding-left-lg {
  padding-left: 4.76vw !important;
}
body .padding-right-lg {
  padding-right: 4.76vw !important;
}
body .padding-top-lg {
  padding-top: 4.76vw !important;
}
body .padding-bottom-lg {
  padding-bottom: 4.76vw !important;
}
body .padding-left-xl {
  padding-left: 5.95vw !important;
}
body .padding-right-xl {
  padding-right: 5.95vw !important;
}
body .padding-top-xl {
  padding-top: 5.95vw !important;
}
body .padding-bottom-xl {
  padding-bottom: 5.95vw !important;
}
.no-bg {
  background: none !important;
}
.bg-red {
  background-color: #ed1c24;
}
.bg-gray {
  background-color: #555555;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.overlay-dark {
  background-color: #000;
}
.overlay-dark.opacity-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-dark.opacity-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-dark.opacity-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-dark.opacity-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-light {
  background-color: #fff;
}
.overlay-light.opacity-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay-light.opacity-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay-light.opacity-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-light.opacity-80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-gradient:after {
  background: -moz-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, rgba(255, 255, 255, 0) 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.bg-gray-gradient {
  border-top: 2px solid #e3e3e3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+70&amp;1+0,0+70 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 0) 70%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(70%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 0) 70%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 0) 70%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, rgba(255, 255, 255, 0) 70%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0) 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
/* IE9 Hacks */
.lt-ie10 .bg-gradient:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  filter: none;
}
/* IE8 Hacks */
.lt-ie9 .bg-gradient:after {
  background: url(/images/common/bg-gradient.png);
  background-repeat: repeat-x;
}
/*color classes based on ln branding*/
.ln-gray-darker {
  color: #222222 !important;
}
.ln-gray-dark {
  color: #333333 !important;
}
.ln-gray {
  color: #555555 !important;
}
.ln-gray-light {
  color: #999999 !important;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ln-gray-lighter {
  color: #eeeeee !important;
}
.ln-red {
  color: #ed1c24 !important;
}
.ln-blue {
  color: #00aeef !important;
}
.ln-green {
  color: #8cc63f !important;
}
.ln-purple {
  color: #872989 !important;
}
.ln-orange {
  color: #e98310 !important;
}
.ln-yellow {
  color: #ffda00 !important;
}
.ln-blue-gray-dark {
  color: #6d6f71 !important;
}
.ln-blue-gray {
  color: #939598 !important;
}
.ln-blue-gray-light {
  color: #bcbec0 !important;
}
.bg-ln-red {
  background-color: #ed1c24 !important;
}
.bg-ln-blue {
  background-color: #002554 !important;
}
.bg-ln-blue-light {
  background-color: #00b0b9 !important;
}
.bg-ln-green {
  background-color: #205c40 !important;
}
.bg-ln-green-light {
  background-color: #a7e6d7 !important;
}
.bg-ln-yellow {
  background-color: #ffb500 !important;
}
.bg-ln-brown {
  background-color: #862633 !important;
}
.bg-ln-red-80 {
  background-color: rgba(237, 28, 36, 0.8) !important;
}
.bg-ln-blue-80 {
  background-color: rgba(0, 37, 84, 0.8) !important;
}
.bg-ln-blue-light-80 {
  background-color: rgba(0, 176, 185, 0.8) !important;
}
.bg-ln-green-80 {
  background-color: rgba(32, 92, 64, 0.8) !important;
}
.bg-ln-green-light-80 {
  background-color: rgba(167, 230, 215, 0.8) !important;
}
.bg-ln-yellow-80 {
  background-color: rgba(255, 181, 0, 0.8) !important;
}
.bg-ln-brown-80 {
  background-color: rgba(134, 38, 51, 0.8) !important;
}
.bdr-ln-red {
  border-color: #ed1c24 !important;
}
.bdr-ln-blue {
  border-color: #002554 !important;
}
.bdr-ln-blue-light {
  border-color: #00b0b9 !important;
}
.bdr-ln-green {
  border-color: #205c40 !important;
}
.bdr-ln-green-light {
  border-color: #a7e6d7 !important;
}
.bdr-ln-yellow {
  border-color: #ffb500 !important;
}
.bdr-ln-brown {
  border-color: #862633 !important;
}
/* less by balram*/
/*old - a2a4a6*/
/*old - BBBDBF*/
/*old - CFD0D2*/
/*old - 828386*/
/*old - 6F7072*/
.interactive-map {
  position: relative;
  /* to connect state line color */
}
.interactive-map #usMap {
  opacity: 0;
  transition: 0.25s all ease-in;
}
.interactive-map #usMap.gray {
  opacity: 1;
}
.interactive-map .bg-1,
.interactive-map .bg-2,
.interactive-map .bg-3,
.interactive-map .bg-4,
.interactive-map .bg-5 {
  stroke: #fff;
  stroke-miterlimit: 10;
}
.interactive-map .gray .bg-1 {
  fill: rgba(0, 0, 0, 0.35);
}
.interactive-map .gray .bg-2 {
  fill: rgba(0, 0, 0, 0.25);
}
.interactive-map .gray .bg-3 {
  fill: rgba(0, 0, 0, 0.18);
}
.interactive-map .gray .bg-4 {
  fill: rgba(0, 0, 0, 0.48);
}
.interactive-map .gray .bg-5 {
  fill: rgba(0, 0, 0, 0.55);
}
.interactive-map .multicolor .bg-1 {
  fill: #c23737;
}
.interactive-map .multicolor .bg-2 {
  fill: #4a4dd8;
}
.interactive-map .multicolor .bg-3 {
  fill: #2fb9ce;
}
.interactive-map .multicolor .bg-4 {
  fill: #3bbf25;
}
.interactive-map .multicolor .bg-5 {
  fill: #e2d830;
}
.interactive-map .no-border .bg-1,
.interactive-map .no-border .bg-2,
.interactive-map .no-border .bg-3,
.interactive-map .no-border .bg-4,
.interactive-map .no-border .bg-5 {
  stroke-opacity: 0;
}
.interactive-map .border-light-gray .bg-1,
.interactive-map .border-light-gray .bg-2,
.interactive-map .border-light-gray .bg-3,
.interactive-map .border-light-gray .bg-4,
.interactive-map .border-light-gray .bg-5 {
  stroke: #cccccc;
}
.interactive-map .no-background .gray-1,
.interactive-map .no-background .gray-2,
.interactive-map .no-background .gray-3,
.interactive-map .no-background .gray-4,
.interactive-map .no-background .gray-5 {
  fill: #fff;
}
.interactive-map .text-red text {
  fill: #ed1c24 !important;
}
.interactive-map .text-gray text {
  fill: #333333 !important;
}
.interactive-map .bg-btn {
  padding: 5px 10px;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 40px;
  cursor: pointer;
}
.interactive-map::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 300ms all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 300ms all ease-in-out;
  /* IE */
  -o-transition: 300ms all ease-in-out;
  /* Opera */
  transition: 300ms all ease-in-out;
  /* All Browsers */
}
.interactive-map .state-connect-line-gray {
  fill: #cccccc;
}
.interactive-map .state,
.interactive-map .state-pop {
  stroke-width: 1px;
  cursor: pointer;
}
.interactive-map .state text,
.interactive-map .state-pop text {
  font-size: 16px;
  font-weight: 400;
  fill: #fff;
}
.interactive-map .state:hover path,
.interactive-map .state-pop:hover path,
.interactive-map .state.active path,
.interactive-map .state-pop.active path {
  -webkit-transition: 200ms all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease-in-out;
  /* IE */
  -o-transition: 200ms all ease-in-out;
  /* Opera */
  transition: 200ms all ease-in-out;
  /* All Browsers */
  fill: #ed1c24;
}
.interactive-map .state:hover text,
.interactive-map .state-pop:hover text,
.interactive-map .state.active text,
.interactive-map .state-pop.active text {
  -webkit-transition: 200ms all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 200ms all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 200ms all ease-in-out;
  /* IE */
  -o-transition: 200ms all ease-in-out;
  /* Opera */
  transition: 200ms all ease-in-out;
  /* All Browsers */
  fill: #fff;
}
.interactive-map.showPopup .map-popup {
  opacity: 1;
  display: block;
}
.map-popup {
  display: none;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2);
  z-index: 500;
  max-width: 800px;
  min-width: 500px;
  min-height: 250px;
  background-color: #fff;
  margin: 20px;
  position: absolute;
  margin-top: 161px;
  padding: 30px;
  opacity: 0;
}
.map-popup .map-pointer {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  position: absolute;
  left: 15px;
  top: -22px;
}
.map-popup .map-pointer:before {
  content: "";
  border: 12px solid transparent;
  position: absolute;
  top: 0px;
  left: 8px;
  border-bottom: 16px solid #fff;
}
.map-popup .map-p-close {
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  -moz-transition: all 200ms ease;
  /* Mozilla Firefox */
  -ms-transition: all 200ms ease;
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #cccccc;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.map-popup .map-p-close:hover {
  background-color: #00aeef;
  color: #fff;
}
.map-popup h2 {
  font-weight: 300;
  font-size: 27px;
  margin-top: 10px;
  text-transform: uppercase;
}
.map-popup p {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
/* Mobile Devices*/
@media screen and (max-width: 1024px) {
  .interactive-map.showPopup::before {
    opacity: 1;
    z-index: 100;
  }
  .interactive-map.showPopup .map-popup {
    top: 0;
  }
  .interactive-map .map-popup {
    position: fixed;
    max-height: 100%;
    overflow: scroll;
    top: -100%;
    left: 0;
    margin: 10px;
    min-width: 0;
    min-height: 0;
    opacity: 1;
    -webkit-transition: 300ms all ease-in-out;
    /* Safari and Chrome */
    -moz-transition: 300ms all ease-in-out;
    /* Mozilla Firefox */
    -ms-transition: 300ms all ease-in-out;
    /* IE */
    -o-transition: 300ms all ease-in-out;
    /* Opera */
    transition: 300ms all ease-in-out;
    /* All Browsers */
  }
  .interactive-map .map-popup .map-pointer {
    display: none;
  }
}
/*

    LN Video Player

    Created by  :   Umesh
    JCM         :   178681 - US Corporate Site 2017
    Basecamp    :   https://basecamp.com/2265851/projects/13402667/todos/293554338
    Description :   Create way to play Video without JWPlayer
    //TODOS >>> Provide skin configurations

*/
@keyframes ball_moveG {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes ball_moveG {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes ball_moveG {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes ball_moveG {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
.lnvloading-error {
  display: none;
}
.lnvloading-error.in {
  display: block;
}
.custom-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-video.out {
  display: none;
}
.custom-video video {
  cursor: pointer;
  width: 100%;
  float: left;
  object-fit: cover;
}
.custom-video:hover .controls {
  bottom: 0px;
}
.custom-video button {
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  float: left;
}
.custom-video button:hover {
  cursor: pointer;
}
.custom-video button.play-pause:before {
  font-family: lexisnexis-icons;
}
.custom-video .sub-titles {
  float: left;
  display: none;
}
.custom-video .sub-titles span {
  height: 32px;
  text-indent: 0;
  font-size: 16px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  background: #222222;
  border-radius: 2px;
  padding: 3px 5px;
  margin-right: 4px;
  cursor: pointer;
}
.custom-video .play-button {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: lexisnexis-icons;
  cursor: pointer;
  position: absolute;
  transition: all .5s ease;
  outline: none;
  padding: 3.7rem 3.1rem 3.7rem 4.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.custom-video .play-button:before {
  font-size: 7em;
  color: #ed1c24;
  line-height: 1;
}
.custom-video .play-button:hover {
  background-color: rgba(237, 28, 36, 0.9);
}
.custom-video .play-button:hover:before {
  color: #fff;
}
.custom-video .video-controls {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.25s ease;
  /* Safari and Chrome */
  -moz-transition: opacity 0.25s ease;
  /* Mozilla Firefox */
  -ms-transition: opacity 0.25s ease;
  /* IE */
  -o-transition: opacity 0.25s ease;
  /* Opera */
  transition: opacity 0.25s ease;
  /* All Browsers */
  background-color: rgba(0, 0, 0, 0.6);
  opacity: .8;
  height: 32px;
  padding: 0;
}
.custom-video .video-controls .left-controls {
  width: 80px;
  float: left;
}
.custom-video .video-controls .left-controls button {
  padding: 3px 3px 3px 8px;
}
.custom-video .video-controls .media-progress {
  position: relative;
  width: 100%;
}
.custom-video .video-controls .media-progress .seek-bar {
  height: 32px;
  background: #ed1c24;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  width: 0%;
  position: absolute;
  z-index: 500;
}
.custom-video .video-controls .media-progress .buffer-bar {
  position: absolute;
  height: 32px;
  display: block;
  z-index: 501;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.custom-video .video-controls .right-controls {
  max-width: 128px;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-video .video-controls .seek-status,
.custom-video .video-controls .video-size-hr,
.custom-video .video-controls .video-size-min,
.custom-video .video-controls .subtitles {
  color: rgba(255, 255, 255, 0.9);
  font-size: .75em;
  line-height: 2.3em;
  float: left;
}
.custom-video .video-controls .subtitles {
  padding: 0 5px;
}
.custom-video .video-controls .volume-bar {
  width: 60px;
  float: left;
}
.custom-video .video-controls .mute,
.custom-video .video-controls .ln-fullScreen {
  font-family: lexisnexis-icons;
  float: left;
  line-height: 1.6em;
  font-size: 1.1em;
  padding: 0 8px;
}
.custom-video .video-controls .ln-fullScreen {
  padding: 0 2px;
}
.custom-video .video-controls .full-screen {
  float: left;
  line-height: 1.6em;
  font-size: 1.1em;
  color: #fff;
  padding: 0 2px;
}
.custom-video .video-controls button[data-state="subtitles"] {
  text-indent: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.custom-video figure {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-video .sub-titles span.active {
  background: #fff;
  color: #000;
}
.custom-video .progressBar {
  width: calc(100% - 225px);
  height: 100%;
  margin-left: 80px;
  cursor: pointer;
}
.custom-video .video-buffering {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: calc(100% - 32px);
  display: none;
}
.custom-video figure[data-fullscreen=true] {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.custom-video figure[data-fullscreen=true] video {
  height: auto;
}
.custom-video figure[data-fullscreen=true] video::-webkit-media-controls {
  display: none !important;
}
.custom-video figure[data-fullscreen=true] figcaption {
  display: none;
}
.custom-video figure[data-fullscreen=true] .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483647;
}
.custom-video figure[data-fullscreen=true] .controls .controls-right {
  float: right;
}
.custom-video figure[data-fullscreen=true] .controls li {
  width: 5%;
}
.custom-video figure[data-fullscreen=true] .controls .progress {
  width: 85%;
}
.custom-video figure[data-fullscreen=true] .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483647;
}
.custom-video .volume-wrapper {
  position: relative;
  top: -20px;
  padding-top: 20px;
  float: left;
}
.custom-video .volume-wrapper input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-apperance: none;
  border-radius: 0;
  height: 8px;
  height: auto\12;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.15, #ed1c24), color-stop(0.15, rgba(237, 28, 36, 0.45)));
  width: 60px !important;
  display: none;
}
.custom-video .volume-wrapper input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.custom-video .volume-wrapper input[type="range"]::-ms-tooltip {
  display: none;
}
.custom-video .volume-wrapper input[type=range]::-ms-track {
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
}
.custom-video .volume-wrapper input[type=range]::-ms-fill-lower {
  background: #ed1c24;
  border: 0px solid transparent;
}
.custom-video .volume-wrapper input[type=range]::-ms-fill-upper {
  background: rgba(237, 28, 36, 0.45);
  border: 0px solid transparent;
}
.custom-video .volume-wrapper input[type=range]::-ms-thumb {
  background-color: rgba(16, 16, 16, 0.84);
  height: 15px;
  width: 15px;
  border-radius: 0px;
  border: 0px solid transparent;
  cursor: pointer;
}
.custom-video .volume-wrapper input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: rgba(16, 16, 16, 0.84);
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 0;
}
.custom-video .volume-wrapper input[type='range']::-moz-range-thumb {
  -webkit-appearance: none !important;
  background-color: rgba(16, 16, 16, 0.84);
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 0;
}
.custom-video .volume-bar {
  transform: rotate(-90deg);
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 65px;
  left: -15px;
  display: none;
}
.custom-video .subtitles-menu {
  display: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.custom-video .subtitles-menu li {
  padding: 0;
  text-align: center;
}
.custom-video .subtitles-menu li button {
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 0px 2px;
  font-size: 14px;
}
.custom-video .subtitles-menu li button:hover,
.custom-video .subtitles-menu li button:active {
  background: rgba(237, 28, 36, 0.8);
}
.custom-video .subtitles-menu li button[data-state="active"] {
  background: rgba(237, 28, 36, 0.8);
}
.custom-video::cue {
  color: #ccc;
}
.custom-video .youtube-poster {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 422px;
  z-index: 2;
  display: block !important;
}
.custom-video .controls[data-state=hidden] {
  display: none;
}
.custom-video .controls[data-state=visible] {
  display: block;
}
.custom-video figure[data-fullscreen=true] iframe {
  position: fixed;
  min-width: 0px;
  max-width: none;
  min-height: 0px;
  max-height: none;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px !important;
  padding: 0px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  border-image: initial !important;
}
.youtube-video .volume-wrapper {
  top: -20px;
}
.youtube-video.custom-video .media-progress {
  height: 100%;
  background: none;
}
.youtube-video.custom-video .sub-titles {
  height: 32px;
  line-height: 1.6;
}
.youtube-video.custom-video button {
  line-height: 1.3;
}
.youtube-video figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: .9;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  transition: opacity .5s;
}
html:-ms-fullscreen {
  width: 100%;
}
:-webkit-full-screen {
  background-color: transparent;
}
#bowlG {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
#bowl_ringG {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}
.ball_holderG {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation-name: ball_moveG;
  -o-animation-name: ball_moveG;
  -ms-animation-name: ball_moveG;
  -webkit-animation-name: ball_moveG;
  -moz-animation-name: ball_moveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  border-color: #ed1c24 rgba(237, 28, 36, 0.4) rgba(237, 28, 36, 0.4);
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 0 1px rgba(237, 28, 36, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.ballG {
  position: absolute;
  left: -10px;
  top: -40px;
  width: 30px;
  height: 30px;
  background: #ed1c24;
  border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
@media all and (-ms-high-contrast: none) {
  .volume-wrapper input[type="range"] {
    height: auto;
    bottom: 40px;
    left: -7px;
  }
}
@media (-ms-high-contrast: active) {
  .volume-wrapper input[type="range"] {
    height: auto;
    bottom: 40px;
    left: -7px;
  }
}
.media-section {
  padding: 0;
  margin: 70px 0 65px;
}
.bg-grey {
  background-color: #6d6f71;
}
.bg-grey .ln-media-gallery .m-title,
.bg-grey .ln-media-gallery .m-description {
  color: #ffffff;
}
.bg-grey .ln-media-gallery a {
  color: #ffffff;
  text-decoration: underline;
}
.vdo-base {
  background: url("../images/modules/product-overview/media-gallery/ipad-frame.png") no-repeat 0 0;
}
.vdo-base iframe {
  height: 100% !important;
}
.vdo-base .media-wrapper {
  width: 651px;
  margin-left: 35px;
  margin-top: 46px;
  overflow: hidden;
}
.vdo-base .media-wrapper .media-stage {
  background-color: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.vdo-base .media-wrapper .media-stage .popup-on-end-ctawrapper a {
  color: #fff;
}
.vdo-base .media-wrapper .media-stage .popup-on-end-ctawrapper a:hover {
  color: #fff;
}
.vdo-base .media-wrapper .media-stage a {
  color: #0077cc;
  text-decoration: none;
}
.vdo-base .media-wrapper .media-stage a:hover {
  color: #004a80;
  text-decoration: underline;
}
.media-section .ln-media-gallery {
  padding: 67px 0;
}
.media-section .ln-media-gallery .container .row {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.media-section .ln-media-gallery > .container {
  position: relative;
}
.media-section .ln-media-gallery > .container:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 36px;
  width: 60%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.media-section .ln-media-gallery > .container .row {
  position: relative;
}
.media-section .ln-media-gallery > .container .row:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  bottom: 0;
  right: 0;
  z-index: 2;
}
.media-section .ln-media-gallery header {
  background-color: #fff;
  padding: 39px 35px 0 37px;
  max-height: 365px;
  position: relative;
  z-index: 1;
}
.media-section .ln-media-gallery header .m-title,
.media-section .ln-media-gallery header .m-description {
  color: #333333;
}
.media-section .ln-media-gallery header .m-title {
  font-size: 48px;
  font-weight: 300;
}
.media-section .ln-media-gallery header .m-description {
  font-size: 18px;
}
.media-section .ln-media-gallery .vdo-base {
  background-image: none;
  padding-left: 0;
}
.media-section .ln-media-gallery .vdo-base .media-wrapper {
  margin: 0;
  position: relative;
  z-index: 3;
}
.media-section .ln-media-gallery .vdo-base .media-wrapper .video-playing-error {
  display: none;
}
.media-section .ln-media-gallery .vdo-base .media-wrapper .video-playing-error.in {
  display: block;
}
.media-section .ln-media-gallery .ln-playlist {
  background-color: transparent;
}
.media-section .ln-media-gallery .ln-playlist .pointer {
  display: none;
}
.media-section .ln-media-gallery .ln-playlist .media-heading {
  color: #333333;
  font-weight: 400;
}
.media-section .ln-media-gallery .ln-playlist .owl-carousel {
  width: 93.7%;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  padding-top: 15px;
}
.media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer {
  margin-left: 35px;
}
.media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer .owl-item .media-body {
  padding-bottom: 24px;
}
.media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer .owl-item.active a:before {
  content: "\e65b";
  position: absolute;
  font-family: lexisnexis-icons;
  font-size: 50px;
  width: 100%;
  text-align: center;
  display: block;
  color: #555555;
  line-height: 2.1em;
}
.media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer .owl-item a {
  display: block;
  margin-right: 0;
  position: relative;
}
.media-section .ln-media-gallery .owl-buttons .owl-next,
.media-section .ln-media-gallery .owl-buttons .owl-prev {
  font-size: 40px !important;
  top: 15px;
  padding: 19px 10px;
}
.media-section .ln-media-gallery .owl-buttons .owl-next:before,
.media-section .ln-media-gallery .owl-buttons .owl-prev:before {
  color: #ed1c24;
}
.media-section .ln-media-gallery .owl-buttons .owl-next {
  right: -80px;
}
.media-section .ln-media-gallery .owl-buttons .owl-prev {
  left: -10px;
}
.ie11 .media-section .ln-media-gallery > .container:before,
.ie10 .media-section .ln-media-gallery > .container:before,
.lt-ie10 .media-section .ln-media-gallery > .container:before {
  display: none;
}
.ie11 .media-section .ln-media-gallery > .container .row:before,
.ie10 .media-section .ln-media-gallery > .container .row:before,
.lt-ie10 .media-section .ln-media-gallery > .container .row:before {
  left: 0;
}
.ln-media-gallery {
  padding-top: 40px;
  position: relative;
}
.ln-media-gallery header {
  float: right;
}
.ln-media-gallery header .m-title {
  margin-top: 0px !important;
  font-size: 44px;
}
.ln-media-gallery header .m-description {
  font-size: 22px;
}
.ln-media-gallery .owl-pagination {
  display: none;
}
.ln-media-gallery .active .thumbs.media {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ln-media-gallery h2 {
  font-size: 45px;
}
.ln-media-gallery h5 {
  font-size: 13px;
}
.thumbs.media {
  width: 100%;
  float: left;
  margin-right: 0%;
  padding: 0px 10px;
  margin-top: 15px;
}
.thumbs.media .media-heading {
  padding-top: 5px;
}
.thumbs.media .media-description {
  display: none;
}
.thumbs.media:last-child {
  margin-right: 0%;
}
.thumbs.media a.pull-left,
.thumb.media a.pull-right {
  float: none !important;
}
.thumbs.media a.pull-left img,
.thumb.media a.pull-right img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .vdo-base {
    background-size: 98%;
  }
  .vdo-base .media-wrapper {
    width: 550px;
    margin-left: 27px;
    margin-top: 40px;
  }
  .media-section .ln-media-gallery header .m-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ln-media-gallery .owl-pagination {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .media-section .ln-media-gallery > .container:before {
    background-color: transparent;
  }
  .media-section .ln-media-gallery .vdo-base .media-wrapper .jwplayer {
    position: static;
  }
  .media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer .owl-item a {
    width: auto;
    float: none !important;
  }
  .media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer .owl-item.active a:before {
    line-height: 1.5em;
  }
  .media-section .ln-media-gallery header .m-title {
    margin-bottom: 40px;
  }
  .vdo-base {
    background-size: 100%;
    background-color: #000;
  }
  .vdo-base .media-wrapper {
    display: inline-block;
    width: 750px;
    margin-left: 35px;
    margin-top: 46px;
  }
  .ln-media-gallery header {
    float: none;
  }
  .ln-media-gallery .thumbs.media {
    width: auto;
    float: none;
    margin-right: 0%;
    margin-top: 15px;
  }
  .ln-media-gallery .thumbs.media a.pull-left {
    width: 40%;
    float: left !important;
  }
  .ln-media-gallery .thumbs.media a.pull-right {
    width: 40%;
    float: right !important;
  }
}
@media screen and (max-width: 800px) {
  .vdo-base {
    background: none;
  }
  .vdo-base .media-wrapper {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .pointer {
    display: none !important;
  }
  .ln-media-gallery .thumbs.media {
    width: 85%;
    margin: 15px auto 0px;
    margin-right: auto;
  }
  .ln-media-gallery .thumbs.media a.pull-left {
    width: 100%;
    float: none !important;
  }
  .ln-media-gallery .thumbs.media a.pull-right {
    width: 100%;
    float: none !important;
  }
}
@media screen and (min-width: 801px) {
  .vdo-base {
    height: 510px;
  }
  .media-section .vdo-base {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .vdo-base .media-wrapper {
    max-height: 308px;
  }
  .vdo-base .media-wrapper .media-stage {
    height: 306px;
  }
}
@media screen and (min-width: 1200px) {
  .vdo-base .media-wrapper {
    max-height: 367px;
  }
  .vdo-base .media-wrapper .media-stage {
    height: 366px;
  }
}
@media screen and (max-width: 767px) {
  .media-section .ln-media-gallery > .container:before {
    background: #fff;
    width: 100%;
  }
  .media-section .ln-media-gallery > .container .row:before {
    opacity: 0;
  }
  .media-section .ln-media-gallery header {
    padding: 30px 15px 0 15px;
  }
  .media-section .ln-media-gallery header .m-title {
    margin-bottom: 20px;
  }
  .media-section .ln-media-gallery .vdo-base {
    padding-right: 0;
  }
  .media-section .ln-media-gallery .vdo-base .media-wrapper .jwplayer {
    position: relative;
  }
  .media-section .ln-media-gallery .ln-playlist .owl-carousel {
    padding-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .media-section .ln-media-gallery .ln-playlist .owl-carousel .owl-wrapper-outer .owl-item.active a:before {
    line-height: 1em;
  }
}
section[data-videoplayer] {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.vdo-base .media-wrapper .media-stage,
.vdo-base .media-wrapper #media-stage0 {
  width: 100%;
  float: left;
  height: 366px;
}
.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a img {
  max-width: 100%;
}
.modal-body .custom-video .youtube-poster {
  max-height: 65vh;
}
.custom-video .video-controls,
.custom-video .play-button,
.custom-video .video-buffering {
  z-index: 2;
}
/*loader*/
.ln-video-palyer:before,
.lnpwarp:before {
  background: #fff;
  width: 100%;
  height: 100%;
}
.ln-video-palyer:after,
.lnpwarp:after {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-animation: ball_moveG .6s linear;
  -ms-animation: ball_moveG .6s linear;
  -moz-animation: ball_moveG .6s linear;
  animation: ball_moveG .6s linear;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #ed1c24 rgba(237, 28, 36, 0.2) rgba(237, 28, 36, 0.2);
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 0 1px rgba(237, 28, 36, 0.2);
}
.ln-video-palyer:after,
.ln-video-palyer:before,
.lnpwarp:after,
.lnpwarp:before {
  z-index: 99;
  position: absolute;
  content: '';
}
.ln-video-palyer.readylnYTAPI:after,
.ln-video-palyer.readylnYTAPI:before,
.lnpwarp.readylnYTAPI:after,
.lnpwarp.readylnYTAPI:before {
  z-index: -99;
  display: none;
}
.reload {
  margin: 6px 8px 10px 10px !important;
}
.lnwaudio .progressBar {
  width: calc(100% - 215px);
}
.lnwaudio .right-controls {
  width: 110px !important;
}
.without-poster .video-controls {
  position: static;
}
.without-poster .play-button {
  display: none;
}
.ln-video-palyer.without-poster {
  border: 1px solid rgba(237, 28, 36, 0.5);
  padding: 3px;
  border-radius: 2px;
}
.ln-video-popup #lnVideoModal .vdo-content,
.ln-video-carousal #lnVideoModal .vdo-content,
.ln-media-gallery #lnVideoModal .vdo-content {
  display: none;
  max-height: 40vh;
  overflow-y: auto;
  color: #666;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(108deg, #f0f0f0, #e7e7e7);
  background-image: linear-gradient(108deg, #f0f0f0, #e7e7e7);
  padding: 15px 20px;
  border-top: 1px solid #000;
}
.ln-video-popup #lnVideoModal .vdo-content h3,
.ln-video-carousal #lnVideoModal .vdo-content h3,
.ln-media-gallery #lnVideoModal .vdo-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.ln-video-popup #lnVideoModal .vdo-content p,
.ln-video-carousal #lnVideoModal .vdo-content p,
.ln-media-gallery #lnVideoModal .vdo-content p {
  margin: 10px 0;
  font-size: 14px;
}
.ln-video-popup #lnVideoModal .vdo-content p:last-child,
.ln-video-carousal #lnVideoModal .vdo-content p:last-child,
.ln-media-gallery #lnVideoModal .vdo-content p:last-child {
  margin-bottom: 0;
}
#lnVideoModal {
  color: #fff;
  opacity: 1;
  overflow-y: auto;
}
#lnVideoModal.lite {
  background: rgba(255, 255, 255, 0.9);
}
#lnVideoModal.lite .close {
  color: #000;
}
#lnVideoModal.lite .close icon svg path {
  fill: #000;
}
#lnVideoModal.dark {
  background: rgba(0, 0, 0, 0.9);
}
#lnVideoModal.dark .close {
  color: #fff;
}
#lnVideoModal.dark .close icon svg path {
  fill: #fff;
}
#lnVideoModal.modal-size .modal-dialog {
  max-width: 640px;
}
#lnVideoModal.modal-size .modal-body {
  max-width: 640px;
  max-height: 360px;
}
#lnVideoModal.modal-size .modal-body .youtube-poster {
  max-height: 360px;
}
#lnVideoModal .modal-dialog {
  width: 90% !important;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lnVideoModal .modal-content {
  position: relative;
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
#lnVideoModal .modal-body {
  max-width: 1200px;
  max-height: 675px;
  width: 100%;
  padding: 0;
}
#lnVideoModal .custom-video .youtube-poster {
  max-height: 675px;
}
#lnVideoModal .youtube-video .youtube-poster {
  position: absolute;
}
#lnVideoModal .youtube-video iframe {
  position: relative;
}
#lnVideoModal .close {
  color: #fff;
  opacity: 1;
  font-size: 4rem;
  float: right;
  width: 3vw;
  height: 3vw;
  position: fixed;
  right: 10px;
  top: 10px;
  margin-right: 0;
}
.ln-vdo-content #lnVideoModal .modal-header {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.ln-vdo-content #lnVideoModal .modal-dialog {
  width: 60vw;
  max-width: 1100px;
  max-height: -webkit-fill-available;
}
.ln-vdo-content #lnVideoModal .modal-dialog .modal-content {
  box-shadow: none;
}
.ln-vdo-content #lnVideoModal .modal-dialog .vdo-content {
  color: #666;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(108deg, #f0f0f0, #e7e7e7);
  background-image: linear-gradient(108deg, #f0f0f0, #e7e7e7);
  padding: 25px;
  border-top: 10px solid #ed1c24;
}
.ln-vdo-content #lnVideoModal .modal-dialog .vdo-content p {
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.ln-vdo-content #lnVideoModal .modal-dialog .vdo-content :last-child {
  margin-bottom: 0px;
}
ln-video {
  display: block;
}
.popup-on-end {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9;
  top: -200%;
  -webkit-transition: all 0.4s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.4s ease;
  /* Mozilla Firefox */
  -ms-transition: all 0.4s ease;
  /* IE */
  -o-transition: all 0.4s ease;
  /* Opera */
  transition: all 0.4s ease;
  /* All Browsers */
}
.popup-on-end-inner {
  max-width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  max-height: 100%;
  overflow-y: auto;
}
.popup-on-end.in {
  top: 0;
}
.popup-on-end .replay {
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 5px;
  background: #172322;
}
.popup-on-end .replay:hover {
  background: #ed1c24;
}
.popup-on-end-data {
  display: none;
}
.vimeo-video .volume-wrapper {
  top: -20px;
}
.vimeo-video.custom-video .media-progress {
  height: 100%;
  background: none;
}
.vimeo-video figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vimeo-video #ln-vimeoplayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  transition: opacity .5s;
}
.vimeo-video .vimeo-poster {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 422px;
  z-index: 2;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ln-vdo-content #lnVideoModal {
    padding: 30px 0;
  }
  .ln-vdo-content #lnVideoModal .modal-dialog {
    width: 100vw;
    padding: 0 50px;
  }
  .ln-vdo-content #lnVideoModal .modal-header {
    padding: 5px 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }
  .ln-vdo-content #lnVideoModal .modal-header .close {
    font-size: 4rem;
    text-align: left;
    width: auto;
    height: auto;
  }
  .ln-vdo-content #lnVideoModal .modal-dialog .vdo-content {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-video .play-button {
    padding: 1.7rem 1.1rem 1.7rem 2.3rem;
    font-size: 1rem;
  }
  .ln-vdo-content #lnVideoModal .modal-header .close {
    font-size: 1.5rem;
  }
  .ln-vdo-content #lnVideoModal .modal-dialog {
    padding: 0 20px;
  }
  #lnVideoModal .modal-dialog {
    width: 98% !important;
  }
  #lnVideoModal .close {
    right: 20px;
    top: 10px;
    font-size: 2rem;
  }
  .popup-on-end-inner {
    width: 70%;
  }
  .popup-on-end-inner h3 {
    font-size: 21px;
  }
  .popup-on-end-inner p {
    font-size: 16px;
  }
  .popup-on-end-inner .btn {
    font-size: 14px;
  }
  .vdo-base .media-wrapper .media-stage,
  .vdo-base .media-wrapper .media-stage0 {
    height: auto;
  }
}
.modal-metadata {
  display: none;
}
/*SVG Icon System*/
.icon-profile-ln,
.ln-icon-svg {
  display: inline-block;
  width: 70%;
  height: 70%;
  stroke: currentColor;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.icon-profile-ln use.icon,
.ln-icon-svg use.icon {
  stroke: #ed1c24;
}
.icon-profile-ln use.icon path,
.ln-icon-svg use.icon path,
.icon-profile-ln use.icon circle,
.ln-icon-svg use.icon circle,
.icon-profile-ln use.icon g,
.ln-icon-svg use.icon g {
  stroke: inherit;
}
.items-4.features .ln-icon-svg {
  display: inline-block;
  width: 100px;
  height: 100px;
  stroke: currentColor;
}
.panel-heading .ln-icon-svg {
  width: 70px;
  height: 70px;
}
#footer .ln-icon-svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: currentColor;
}
.icon-wrapper-svg {
  width: 95px;
  height: 95px;
  /* text-align: center; */
  margin: auto;
  margin-top: 20px;
}
.icons path,
.icons circle,
.icons g {
  stroke: currentColor;
}
.icons:hover path,
.icons:hover circle,
.icons:hover g {
  stroke: #666;
}
svg.ln-icon-svg:hover use {
  stroke: #666;
}
svg.ln-icon-svg:hover .icons path,
svg.ln-icon-svg:hover .icons circle,
svg.ln-icon-svg:hover .icons g {
  stroke: #666;
}
/*
	Header v1-5
	
	A visual refresh before the Left navigation.

	Created by : Anoop Chauhan

*/
body {
  padding-top: 3.87vw !important;
  /*@media @smallPhones-landscape {
		.layer-on;
		
		#header,
		.chatbtn{
			filter: blur(5px);
		}
	}*/
}
@media only screen and (max-width: 1679px) {
  body {
    padding-top: 66px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    padding-top: 66px !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 480px;
  }
}
body.home-page {
  background: #f6f6f6;
  padding-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body.home-page {
    padding-top: 0 !important;
  }
}
body.home-page .row {
  margin: 0 !important;
}
body.home-page.affix-spy-top #header::after {
  height: 27.62vh;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}
@media only screen and (max-width: 1200px) {
  body.home-page.affix-spy-top #header::after {
    height: 0.5vh;
  }
}
@media only screen and (max-width: 1200px) {
  body.mobile-ui {
    padding-top: 5.8vmax !important;
  }
  body.mobile-ui #header {
    width: 100vw;
    height: 5.8vmax;
  }
  body.mobile-ui #header::after {
    top: 5.8vmax;
  }
  body.mobile-ui #header .navbar-header {
    width: calc((5.8vmax * 3.5) + 211px);
  }
  body.mobile-ui #header .navbar-header .navbar-brand {
    height: 5.8vmax;
    width: calc(5.8vmax * 3.5);
    background-size: calc(5.8vmax * 2.87) calc(5.8vmax * 0.65);
  }
  body.mobile-ui #header .navbar-header .navbar-brand::after {
    display: none;
  }
  body.mobile-ui #header .navbar-header .prod {
    display: none !important;
    line-height: 5.8vmax;
  }
  body.mobile-ui #header #topnav .navbar-nav li#about-links {
    top: calc(((3.87vw + 5vw) * 5) + 2vw) !important;
    margin-top: 5.8vmax;
  }
  body.mobile-ui #header #topnav .navbar-nav li#about-links .dropdown-menu {
    top: 5.8vmax;
    height: 100vh;
  }
  body.mobile-ui #header #main-menu .navbar-nav {
    top: 5.8vmax;
    height: calc(100vh - 5.8vmax);
  }
  body.mobile-ui #header #main-menu .navbar-nav li.dropdown .dropdown-menu {
    top: 5.8vmax;
    height: calc(100vh - 5.8vmax);
  }
  body.mobile-ui #header #main-menu .navbar-nav li.dropdown .dropdown-menu .container > .row:first-child {
    height: calc(100vh - 5.8vmax);
  }
  body.mobile-ui #header #main-menu .icon-links {
    width: calc(5.8vmax * 4);
    height: 5.8vmax;
  }
  body.mobile-ui #header #main-menu .icon-links a {
    display: block !important;
    width: 5.8vmax;
    height: 5.8vmax;
    line-height: 5.8vmax;
  }
  body.mobile-ui #header #main-menu .icon-links a svg {
    width: calc(5.8vmax * 0.75);
    height: calc(5.8vmax * 0.75);
  }
  body.mobile-ui #header #main-menu #search::before {
    top: 5.8vmax;
  }
}
@media only screen and (max-width: 767px) {
  body.mobile-ui {
    min-width: 320px;
  }
  body.mobile-ui #header {
    min-width: 320px;
    height: 5.8vmax;
  }
  body.mobile-ui #header::after {
    top: 5.8vmax;
  }
  body.mobile-ui #header #topnav .navbar-nav li#about-links {
    top: calc(((3.87vw + 6.5vw) * 5) + 2vw) !important;
    margin-top: 5.8vmax;
  }
}
body.layer-on,
body.search-on,
body.modal-on,
body.show-modal {
  overflow-x: hidden;
  width: 100%;
  overflow-y: scroll;
  position: fixed !important;
}
body.layer-on .hero,
body.search-on .hero,
body.modal-on .hero,
body.show-modal .hero,
body.layer-on .ticker,
body.search-on .ticker,
body.modal-on .ticker,
body.show-modal .ticker,
body.layer-on .benefits,
body.search-on .benefits,
body.modal-on .benefits,
body.show-modal .benefits,
body.layer-on .linkedin-widget,
body.search-on .linkedin-widget,
body.modal-on .linkedin-widget,
body.show-modal .linkedin-widget,
body.layer-on .media-section,
body.search-on .media-section,
body.modal-on .media-section,
body.show-modal .media-section,
body.layer-on .feature,
body.search-on .feature,
body.modal-on .feature,
body.show-modal .feature,
body.layer-on .features,
body.search-on .features,
body.modal-on .features,
body.show-modal .features,
body.layer-on .testimonials,
body.search-on .testimonials,
body.modal-on .testimonials,
body.show-modal .testimonials,
body.layer-on .featured-products,
body.search-on .featured-products,
body.modal-on .featured-products,
body.show-modal .featured-products,
body.layer-on .hybrid-carousel,
body.search-on .hybrid-carousel,
body.modal-on .hybrid-carousel,
body.show-modal .hybrid-carousel,
body.layer-on .segment-filter,
body.search-on .segment-filter,
body.modal-on .segment-filter,
body.show-modal .segment-filter,
body.layer-on #page-heading,
body.search-on #page-heading,
body.modal-on #page-heading,
body.show-modal #page-heading,
body.layer-on #scroll-spy-menu,
body.search-on #scroll-spy-menu,
body.modal-on #scroll-spy-menu,
body.show-modal #scroll-spy-menu,
body.layer-on #breadcrumb-subnav,
body.search-on #breadcrumb-subnav,
body.modal-on #breadcrumb-subnav,
body.show-modal #breadcrumb-subnav,
body.layer-on .horizontal-divider,
body.search-on .horizontal-divider,
body.modal-on .horizontal-divider,
body.show-modal .horizontal-divider,
body.layer-on .contact,
body.search-on .contact,
body.modal-on .contact,
body.show-modal .contact,
body.layer-on .product-list,
body.search-on .product-list,
body.modal-on .product-list,
body.show-modal .product-list,
body.layer-on .news-awards,
body.search-on .news-awards,
body.modal-on .news-awards,
body.show-modal .news-awards,
body.layer-on .news-list,
body.search-on .news-list,
body.modal-on .news-list,
body.show-modal .news-list,
body.layer-on .section-heading,
body.search-on .section-heading,
body.modal-on .section-heading,
body.show-modal .section-heading,
body.layer-on .feature-wildcard,
body.search-on .feature-wildcard,
body.modal-on .feature-wildcard,
body.show-modal .feature-wildcard,
body.layer-on .sub-category-navigation,
body.search-on .sub-category-navigation,
body.modal-on .sub-category-navigation,
body.show-modal .sub-category-navigation,
body.layer-on .sub-category-display,
body.search-on .sub-category-display,
body.modal-on .sub-category-display,
body.show-modal .sub-category-display,
body.layer-on .all-products,
body.search-on .all-products,
body.modal-on .all-products,
body.show-modal .all-products,
body.layer-on .dynamic-tabs,
body.search-on .dynamic-tabs,
body.modal-on .dynamic-tabs,
body.show-modal .dynamic-tabs,
body.layer-on .product-view-options,
body.search-on .product-view-options,
body.modal-on .product-view-options,
body.show-modal .product-view-options,
body.layer-on .index-list .list,
body.search-on .index-list .list,
body.modal-on .index-list .list,
body.show-modal .index-list .list,
body.layer-on #footer-v2,
body.search-on #footer-v2,
body.modal-on #footer-v2,
body.show-modal #footer-v2,
body.layer-on h2,
body.search-on h2,
body.modal-on h2,
body.show-modal h2,
body.layer-on h3,
body.search-on h3,
body.modal-on h3,
body.show-modal h3 {
  filter: blur(5px);
}
body.layer-on #header,
body.search-on #header,
body.modal-on #header,
body.show-modal #header {
  width: 100%;
}
body.search-on #header #main-menu #search {
  display: block;
}
body.search-on #header #main-menu #search .close {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3vw;
  height: 3vw;
  background: transparent;
  border: none;
  z-index: 1;
  opacity: 1;
  margin: 0;
  margin-left: 25vw;
  margin-top: -5.5vw !important;
}
body.search-on #header #main-menu #search .close svg {
  width: 100%;
  height: 100%;
  margin: 0;
  stroke: #fff;
  stroke-width: 3px;
}
@media only screen and (max-width: 1200px) {
  body.search-on #header #main-menu #search .close {
    width: 8vw;
    height: 8vw;
    margin-left: 35vw;
    margin-top: -10.5vw !important;
  }
}
body.affix-spy-top #header {
  /*
			//Tag Logo
			.navbar-brand {
				background-size: 4.76vw 6.79vw;
				width: 4.76vw;
				height: 6.79vw;
				&::after {
					opacity: 0;
				}
				img {
					display: none;
				}
			}*/
}
@media only screen and (max-width: 1200px) {
  body.nav-on {
    overflow: hidden;
  }
  body.nav-on #header #main-menu .navbar-nav {
    left: 0;
  }
  body.nav-on #header #main-menu .icon-links a:first-child .s-wide {
    stroke: #000 !important;
  }
  body.nav-on #header #topnav .navbar-nav #about-links {
    left: 0;
  }
  body.nav-on #header::after {
    /*height: 1vw !important;
					opacity: 0.5;
					position: fixed;
					z-index: 2;*/
  }
  body.nav-on.sub-nav-on #header #main-menu .navbar-nav {
    left: -100vw;
  }
  body.nav-on.sub-nav-on #header #topnav .navbar-nav #about-links {
    left: -100vw;
  }
}
body .border-box {
  width: 100%;
  background: #fff;
  padding: 20px !important;
  border: 1px solid #eeeeee !important;
  margin: 0 0 1vw 0 !important;
}
@media only screen and (max-width: 1200px) {
  body .rightArrow:after {
    font-family: 'lexisnexis-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e855";
    position: absolute;
    right: 3vw;
    top: 2vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  body .rightArrow:after {
    font-size: 8vw;
  }
}
body #header {
  background: rgba(255, 255, 255, 0.98) !important;
  height: 3.87vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  min-width: 480px;
}
@media only screen and (max-width: 1679px) {
  body #header {
    height: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header {
    width: 100%;
  }
}
body #header.only-logo::after {
  width: 100% !important;
}
body #header.only-logo .navbar-header .navbar-brand::after {
  display: none !important;
}
body #header::before {
  content: "";
  width: 20px;
  background: #fff;
  right: 0;
  top: 0;
  height: 3.87vw;
  display: none;
  position: fixed;
}
@media only screen and (max-width: 1679px) {
  body #header::before {
    height: 66px;
  }
}
body #header::after {
  content: "";
  position: absolute;
  width: 100vw;
  top: 3.87vw;
  height: 0.5vh;
  -webkit-transition: 0.1s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.1s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.1s all ease-in-out;
  /* IE */
  -o-transition: 0.1s all ease-in-out;
  /* Opera */
  transition: 0.1s all ease-in-out;
  /* All Browsers */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  z-index: 2;
}
@media only screen and (max-width: 1679px) {
  body #header::after {
    top: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header::after {
    top: 66px;
  }
}
body #header .row {
  margin: 0 !important;
}
body #header .sub-nav-title {
  display: none;
}
@media only screen and (max-width: 1200px) {
  body #header .sub-nav-title {
    display: block;
    font-size: 2.5vw;
    padding: 2.5vw 4vw;
    color: #ed1c24;
    background: #f6f6f6;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    left: 0;
    text-indent: 0.5vw;
    padding-top: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header .sub-nav-title {
    font-size: 3.663vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #header .sub-nav-title .icon {
    float: right;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header .sub-nav-title .icon {
    font-size: 5.163vw;
  }
}
body #header > .container > .navbar > .navbar-header {
  height: 3.87vw;
}
body #header .container {
  width: 100% !important;
  /* Legacy Fix*/
  padding: 0 !important;
  /* Legacy Fix*/
}
body #header .navbar-header {
  width: 27vw;
}
@media only screen and (max-width: 1679px) {
  body #header .navbar-header {
    width: calc((66px * 3.5) + 211px);
  }
}
@media only screen and (max-width: 1200px) {
  body #header .navbar-header {
    width: 55vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header .navbar-header .navbar-toggle {
    display: none;
  }
}
body #header .navbar-header .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  z-index: 99;
  border: none;
  background: url(../images/common/svg/ln-logo.svg) no-repeat;
  height: 3.87vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
  width: 13.69vw;
  background-size: 11.25vw 2.80vw;
  /*
				//Tag Logo

				width: @header-desktop;
				margin-left: 3.57vw !important;
				background-size: @header-desktop 5.54vw;

				&::after {
					content: "";
					height: 0.12vw;
					background: @red;
					opacity: 1;
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					.transition(.2s all ease-in-out);
				}*/
}
@media only screen and (max-width: 1679px) {
  body #header .navbar-header .navbar-brand {
    width: calc(66px * 3.5);
    height: 66px;
    background-size: calc(66px * 2.87) calc(66px * 0.65);
  }
}
@media only screen and (max-width: 1200px) {
  body #header .navbar-header .navbar-brand {
    /*
					//Tag Logo	
					height: 10.16vw;
					width: 10.16vw;
					margin-left: 0 !important;
					background-size: 10.16vw 14.38vw;
					background-position: 0 -1.76vw;

					&::after {
						opacity: 0;
					}
					*/
  }
}
body #header .navbar-header .navbar-brand::after {
  content: "|";
  line-height: 3.87vw;
  font-size: 2vw;
  font-weight: 300;
  color: #eeeeee;
  position: absolute;
  right: 0;
  top: ;
  height: 3.87vw;
}
@media only screen and (max-width: 1679px) {
  body #header .navbar-header .navbar-brand::after {
    height: 66px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1330px) {
  body #header .navbar-header .navbar-brand::after {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body #header .navbar-header .navbar-brand::after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body #header .navbar-header .navbar-brand::after {
    display: none;
  }
}
body #header .navbar-header .navbar-brand img {
  display: none;
}
body #header .navbar-header .prod {
  position: static;
  padding: 0 1vw;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 3.87vw;
  text-transform: uppercase;
  color: #555555;
  cursor: default;
  margin: 0;
  display: inline-block;
  padding-top: 0.2vw;
}
@media only screen and (max-width: 1679px) {
  body #header .navbar-header .prod {
    line-height: 66px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1330px) {
  body #header .navbar-header .prod {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header .navbar-header .prod {
    display: block !important;
    margin: 0;
    font-size: 14px;
    margin-left: calc(66px * 3.5);
    line-height: 66px;
  }
}
@media only screen and (max-width: 767px) {
  body #header .navbar-header .prod {
    display: none !important;
  }
}
body #header #topnav {
  right: auto !important;
}
@media only screen and (max-width: 767px) {
  body #header #topnav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body #header #topnav.navbar-collapse {
    border: none;
    box-shadow: none;
    right: auto;
  }
}
body #header #topnav .navbar-nav li {
  display: none;
}
body #header #topnav .navbar-nav li#about-links {
  display: block;
  border: none !important;
  padding: 0 !important;
  position: static;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 11.67vw;
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
}
body #header #topnav .navbar-nav li#about-links:hover {
  background: none;
}
body #header #topnav .navbar-nav li#about-links::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 3.87vw;
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1679px) {
  body #header #topnav .navbar-nav li#about-links::before {
    top: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links::before {
    top: 5.8vmax;
    background: transparent;
  }
}
@media only screen and (max-width: 1679px) {
  body #header #topnav .navbar-nav li#about-links {
    right: calc((66px * 3) + 3px);
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links {
    top: calc(((3.87vw + 5vw) * 5) + 2vw);
    margin-top: 66px;
    display: block !important;
    position: absolute !important;
    left: -100vw;
    z-index: 2;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #topnav .navbar-nav li#about-links {
    top: calc(((3.87vw + 6vw) * 5) + 2vw);
    margin-top: 66px;
  }
}
body #header #topnav .navbar-nav li#about-links a.dropdown-toggle {
  font-size: 0.83vw;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0.78vw;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  outline: none;
  line-height: 3.87vw;
  color: #333333;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle:after {
    font-family: 'lexisnexis-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e855";
    position: absolute;
    right: 3vw;
    top: 2vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle:after {
    font-size: 8vw;
  }
}
body #header #topnav .navbar-nav li#about-links a.dropdown-toggle b {
  display: none;
}
body #header #topnav .navbar-nav li#about-links a.dropdown-toggle:hover {
  background: #f6f6f6;
}
@media only screen and (max-width: 1679px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle {
    line-height: 66px;
    font-size: 14px;
    padding: 0 13px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle {
    line-height: 3.87vw;
    font-size: 2.5vw;
    padding: 2.5vw 5vw;
    display: block;
    transition: 0s all ease-in-out;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle:after {
    font-family: 'lexisnexis-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e855";
    position: absolute;
    right: 3vw;
    top: 2vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle:after {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #topnav .navbar-nav li#about-links a.dropdown-toggle {
    font-size: 3.663vw;
    padding: 3vw 5vw;
  }
}
body #header #topnav .navbar-nav li#about-links.open a {
  color: #ed1c24;
  background: #f6f6f6;
}
body #header #topnav .navbar-nav li#about-links.open:before {
  opacity: 1;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links.open:before {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links.open ul.dropdown-menu {
    left: 0;
  }
}
body #header #topnav .navbar-nav li#about-links ul.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 1vw 1.5vw;
  background: #f6f6f6;
  box-shadow: none;
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu {
    display: block !important;
    left: 100vw;
    position: fixed;
    width: 100vw;
    top: 66px;
    height: calc(100vh - 66px);
    padding: 4vw !important;
    padding-top: 11vw !important;
    background: #f6f6f6;
  }
}
@media only screen and (max-width: 767px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu {
    height: 95vh;
  }
}
body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li {
  display: block !important;
  background: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li {
    border: 1px solid #eeeeee !important;
    border-width: 0 1px !important;
    background: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li:nth-child(2) {
    border-width: 1px 1px 0 1px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li:nth-child(2) a {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li:last-child {
    border-width: 0px 1px 1px 1px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li:last-child a {
    padding-bottom: 10px !important;
  }
}
body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li a {
  padding: 0.6vw 0.8vw !important;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 0.83vw;
  color: #333333 !important;
  text-transform: none;
  padding: 0;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li a:hover {
  color: #ed1c24 !important;
}
@media only screen and (max-width: 1679px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li a {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li a {
    background: transparent;
    font-size: 2.1vw !important;
    padding: 0 20px !important;
    line-height: 2 !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #topnav .navbar-nav li#about-links ul.dropdown-menu li a {
    font-size: 3.663vw !important;
  }
}
body #header #main-menu {
  position: static !important;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-collapse {
    display: block;
    border: none;
    box-shadow: none;
  }
}
body #header #main-menu .navbar-nav {
  position: absolute;
  top: 0;
  right: 17.32vw;
  height: 3.87vw;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav {
    height: 66px;
    right: calc((66px * 3) + 3px);
    margin-right: 95px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav {
    top: 66px;
    height: calc(100vh - 66px);
    background: #fff;
    display: block;
    width: 100vw;
    left: -100vw;
    position: fixed;
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    /* Safari and Chrome */
    -moz-transition: 0.3s all ease-in-out;
    /* Mozilla Firefox */
    -ms-transition: 0.3s all ease-in-out;
    /* IE */
    -o-transition: 0.3s all ease-in-out;
    /* Opera */
    transition: 0.3s all ease-in-out;
    /* All Browsers */
  }
}
body #header #main-menu .navbar-nav li.dropdown {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown:first-child {
    margin-top: 2vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown:last-child {
  display: none;
}
body #header #main-menu .navbar-nav li.dropdown::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 3.87vw;
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown::before {
    top: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown::before {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown {
    width: 100%;
    -webkit-transition: 0.5s all ease-in-out;
    /* Safari and Chrome */
    -moz-transition: 0.5s all ease-in-out;
    /* Mozilla Firefox */
    -ms-transition: 0.5s all ease-in-out;
    /* IE */
    -o-transition: 0.5s all ease-in-out;
    /* Opera */
    transition: 0.5s all ease-in-out;
    /* All Browsers */
  }
}
body #header #main-menu .navbar-nav li.dropdown.open:before {
  opacity: 1;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
body #header #main-menu .navbar-nav li.dropdown.open a.dropdown-toggle {
  color: #ed1c24 !important;
  background: #f6f6f6;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown.open .dropdown-menu {
    left: 0;
    height: 100vh;
  }
}
body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle {
  font-size: 0.83vw;
  padding: 0 0.78vw;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  outline: none;
  line-height: 3.87vw;
  color: #333333;
  -webkit-transition: 0.25 all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.25 all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.25 all ease-in-out;
  /* IE */
  -o-transition: 0.25 all ease-in-out;
  /* Opera */
  transition: 0.25 all ease-in-out;
  /* All Browsers */
  display: block;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle:after {
    font-family: 'lexisnexis-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e855";
    position: absolute;
    right: 3vw;
    top: 2vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle:after {
    font-size: 8vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle:hover {
  background: #f6f6f6;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle {
    line-height: 66px;
    font-size: 14px;
    padding: 0 13px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle {
    line-height: 3.87vw;
    font-size: 2.5vw;
    padding: 2.5vw 5vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle {
    font-size: 3.663vw;
    padding: 3vw 5vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown a.dropdown-toggle .icon {
  display: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  width: 70.5vw;
  position: fixed;
  right: 11.67vw;
  top: 3.87vw;
  left: auto;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu {
    top: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu {
    top: 66px;
    background: #f6f6f6;
    display: block !important;
    height: 94vh;
    width: 100vw !important;
    left: 100vw;
    -webkit-transition: 0.3s all ease-in-out;
    /* Safari and Chrome */
    -moz-transition: 0.3s all ease-in-out;
    /* Mozilla Firefox */
    -ms-transition: 0.3s all ease-in-out;
    /* IE */
    -o-transition: 0.3s all ease-in-out;
    /* Opera */
    transition: 0.3s all ease-in-out;
    /* All Browsers */
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .container {
    padding-top: 11vw !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .container > .row:first-child {
    height: calc(91.8vh - 66px);
    overflow-y: auto;
    padding: 0 4vw !important;
    padding-bottom: 20vw !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .container > .row:first-child {
    padding: 0 3vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .bg-primary ul {
  width: auto !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .padding-xs {
  padding: 2vw 3vw !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .heading,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5vw !important;
  font-weight: 300;
  text-shadow: none !important;
  color: #ed1c24 !important;
  margin-bottom: 1vw !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .heading,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu h4 {
    font-size: 2.08vw !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .heading,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu h4 {
    font-size: 3.33vw !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .form-group label {
    font-size: 2.08vw !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .form-group label span {
    font-size: 2.08vw !important;
    text-transform: none;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .form-group label span {
    font-size: 3.33vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .border-right-dotted,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .border-left-dotted {
  border: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links {
  padding: 0 !important;
  border: none;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links {
    clear: both;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li {
  padding: 0 !important;
  margin-bottom: 0.48vw !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li::before,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li::before {
  display: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li .icon,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li .icon {
  display: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li a,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li a {
  font-size: 0.83vw !important;
  font-weight: 400 !important;
  color: #555555 !important;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block !important;
  padding: 0 !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li a:hover,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li a:hover {
  color: #ed1c24 !important;
  background: none !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li a,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li a {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li a,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li a {
    font-size: 2.1vw !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu ul li a,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .quick_links li a {
    font-size: 3.663vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu p {
  font-size: 0.95vw !important;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu p {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu p {
    display: none;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .nw {
  padding-right: 18px !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .nw .icon {
  font-size: 0.77vw !important;
  top: 5px !important;
  right: 0;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .form-control,
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .well {
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .form-control,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .well {
    font-size: 2.08vw !important;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .form-control,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .well {
    font-size: 3.33vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .close-button {
  background: none;
  line-height: 2vw;
  text-align: center;
  height: 2vw;
  width: 2vw;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .close-button::after {
  content: "\2715";
  font-size: 1.2vw;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .close-button {
    display: none;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions {
  width: 70.5vw;
  height: calc(100% - 3.87vw);
  overflow: auto;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions {
    overflow: hidden;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row {
  margin: 0 !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row.equal-col > [class*="col-"] {
  margin: 0 !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 {
  width: 100%;
  padding: 2vw !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 {
    padding: 0 !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 li.col-md-6 {
    width: 100%;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section {
  width: 21.53vw;
  overflow: hidden;
  display: table-cell !important;
  vertical-align: top;
  padding: 0.8vw 1vw;
  cursor: default;
  border-radius: 2px;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section:hover {
  background: #fff;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section {
    width: 21.5vw;
    height: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section {
    width: 100%;
    background: #fff;
    padding: 20px !important;
    border: 1px solid #eeeeee !important;
    margin: 0 0 1vw 0 !important;
    width: 99%;
    height: auto;
    padding: 2vw 2vw;
    min-height: 35vw;
    margin: 1vw;
    margin-top: 0;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section {
    padding: 2vw 4vw;
    width: 100%;
    margin: 0;
    margin-bottom: 1vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section .icon {
  color: #ed1c24;
  font-size: 3vw;
  margin-right: 0.5vw;
  width: auto;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section .icon {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section .icon {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section .icon {
    font-size: 12vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section header {
  display: block;
  min-height: 2.98vw;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section header {
    min-height: 60px;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section h5.heading {
  text-transform: uppercase;
  font-size: 0.95vw !important;
  font-weight: 400;
  line-height: 1.07vw;
  padding-top: 0.42vw !important;
  margin-bottom: 0 !important;
  color: #333333 !important;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section h5.heading {
    font-size: 16px !important;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section h5.heading {
    font-size: 2vw !important;
    line-height: 2.4vw;
    margin-bottom: 3vw !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section h5.heading {
    font-size: 3.663vw !important;
    line-height: 4.662vw;
    padding-top: 1.6vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section h5.heading a {
  color: inherit !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section p {
  display: block;
  font-size: 0.83vw !important;
  line-height: 1.07vw;
  color: #555555;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section p {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section p {
    display: none;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section > ul > li:last-child a {
  color: #00aeef !important;
  font-size: 0.71vw !important;
  margin-top: 0.5vw !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section > ul > li:last-child a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section > ul > li:last-child a {
    font-size: 1.7vw !important;
    margin-top: 2vw !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section > ul > li:last-child a {
    font-size: 3.33vw !important;
    margin-top: 2vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section ul li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section ul li.col-md-6 {
  padding: 0 !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section ul li a {
  padding: 0 !important;
  line-height: 1.43vw;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section ul li a:hover {
  background: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6 section ul li .popover {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section {
    margin-left: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section:nth-child(1) .icon {
  text-indent: -0.35vw;
  margin-right: 0.3vw;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section:nth-child(1) .icon {
    text-indent: -2vw;
    margin-right: 2vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section:nth-child(2) .icon {
  text-indent: -0.42vw;
  margin-right: 0.3vw;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section:nth-child(2) .icon {
    text-indent: -2vw;
    margin-right: 2vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section:nth-child(3) .icon {
  text-indent: -0.42vw;
  margin-right: 0.3vw;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(1) section:nth-child(3) .icon {
    text-indent: -2vw;
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section {
    margin-right: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section:nth-child(1) .icon {
  text-indent: -0.9vw;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section:nth-child(1) .icon {
    text-indent: -3.9vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section:nth-child(2) .icon {
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section:nth-child(2) .icon {
    margin-right: 3vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section:nth-child(3) .icon {
  text-indent: -0.2vw;
  margin-right: 0.3vw;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-9 .col-md-6:nth-child(2) section:nth-child(3) .icon {
    text-indent: -0.8vw;
    margin-right: 2vw;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 {
  width: 100%;
  padding: 0 3vw;
  padding-bottom: 2vw !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 {
    padding: 0 !important;
    padding-top: 4vw !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 {
    padding: 3vw 0vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 {
  font-size: 1.79vw !important;
  font-weight: 300;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 {
    font-size: 2.08vw !important;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 {
    font-size: 3.33vw !important;
    font-weight: 400;
    padding-left: 0.5vw !important;
    margin-top: 5vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 span {
  display: block;
  font-size: 0.95vw;
  margin-top: 0.5vw;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 span {
    font-size: 2.08vw !important;
    text-transform: none;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 span {
    font-size: 3.33vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 h5 span em {
  font-weight: 300;
  font-style: normal;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions {
  width: 100%;
  margin-top: 2.38vw;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions {
    margin: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group {
    padding-top: 20px;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel {
  width: 20%;
  float: left;
  background: none !important;
  padding-right: 0.71vw;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel {
    width: 100%;
    margin-bottom: 1px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel {
    padding-right: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading {
  background: #fff !important;
  padding: 0.4vw 0.6vw;
  border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading {
    margin-top: 1px;
    padding: 0.4vw 3vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading {
    margin-top: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title {
  margin-bottom: 0 !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default;
  font-size: 0.73vw !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #555555;
  padding: 0 !important;
  margin: 0 !important;
  letter-spacing: 0;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a {
    font-size: 14px !important;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a {
    font-size: 1.89090909vw !important;
    text-transform: uppercase;
    padding: 2vw 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a {
    font-size: 3.33vw !important;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a:hover {
  background: none;
  text-decoration: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a .icon {
  display: none;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a .icon {
    line-height: .8;
    font-size: 2.6vw !important;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a .icon {
    font-size: 4.1625vw !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a .ln-plus-squared-small {
    display: block;
  }
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a .ln-plus-squared-small:before {
    content: "\e851";
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-heading .panel-title a .ln-minus-squared-small:before {
    content: "\e853";
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel.open .ln-minus-squared-small {
  display: block !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel.open .ln-plus-squared-small {
  display: none !important;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse {
  display: block;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse {
    height: 0;
    -webkit-transition: 0.3s all ease-in-out;
    /* Safari and Chrome */
    -moz-transition: 0.3s all ease-in-out;
    /* Mozilla Firefox */
    -ms-transition: 0.3s all ease-in-out;
    /* IE */
    -o-transition: 0.3s all ease-in-out;
    /* Opera */
    transition: 0.3s all ease-in-out;
    /* All Browsers */
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse .heading {
  display: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse ul {
  margin: 0 !important;
  width: 100vw;
  border: none;
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse ul li {
  padding: 0.2vw 0.5vw !important;
  margin: 0.2vw 0 !important;
  font-size: 0.83vw;
  font-weight: 400;
  color: #333333;
  background: none !important;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse ul li {
    padding: 0.5vw !important;
    font-size: 1.89090909vw !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-collapse.collapse ul li {
    padding: 0.5vw !important;
    font-size: 3.02727273vw !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#solutions .row .col-md-3 .menu-solutions .panel-group#submenu-accordion .panel .panel-body {
    background: #fff;
    padding: 5px 3vw !important;
    border: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#industries .row .col-md-7,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#industries .row .col-md-5 {
    width: 100%;
    background: #fff;
    padding: 20px !important;
    border: 1px solid #eeeeee !important;
    margin: 0 0 1vw 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#industries .row .col-md-7 .col-md-4 {
    width: 50%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#industries .row .col-md-7 .col-md-4:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#industries .row .col-md-5 {
    min-height: 230px;
    margin: 0 0 3vw 0;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row .col-md-7,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row .col-md-5 {
    margin: 0;
    height: auto;
    clear: both;
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row .col-md-7 .col-md-4,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row .col-md-5 .col-md-4,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row .col-md-7 .col-md-6,
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row .col-md-5 .col-md-6 {
    padding: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-7 {
  padding-left: 0;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-7 {
    width: 100%;
    background: #fff;
    padding: 20px !important;
    border: 1px solid #eeeeee !important;
    margin: 0 0 1vw 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-7 .col-md-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-7 .col-md-8 {
    width: 50%;
    margin-top: 5vh;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-5 {
    width: 100%;
    background: #fff;
    padding: 20px !important;
    border: 1px solid #eeeeee !important;
    margin: 0 0 1vw 0 !important;
    min-height: 230px;
    margin: 0 0 3vw 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-5 .col-md-6:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#bookstore > .container > .row > .col-md-5 .col-md-6:first-child {
    margin-bottom: 5vh;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#training .row {
    width: 100%;
    background: #fff;
    padding: 20px !important;
    border: 1px solid #eeeeee !important;
    margin: 0 0 1vw 0 !important;
    width: auto;
    height: auto;
    margin: 0 4vw !important;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#training .row .col-md-6 {
    padding: 0;
    padding-bottom: 3vw;
    width: 100%;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#communities > .container .row .col-md-4 {
  padding-left: 0;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#communities > .container .row .col-md-4 {
    width: 100%;
    background: #fff;
    padding: 20px !important;
    border: 1px solid #eeeeee !important;
    margin: 0 0 1vw 0 !important;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#communities > .container .row .col-md-4 {
    width: 100%;
    margin: 0 !important;
    height: auto;
    clear: both;
    margin-bottom: 1vw !important;
  }
}
@media only screen and (max-width: 767px) {
  body #header #main-menu .navbar-nav li.dropdown .dropdown-menu#communities > .container .row .col-md-4 .list-unstyled {
    margin-bottom: 0;
  }
}
body #header #main-menu .navbar-nav li.dropdown .dropdown-menu .container {
  border: none;
  margin-top: 0 !important;
}
body #header #main-menu .icon-links {
  position: absolute;
  height: 3.87vw;
  top: 0;
  right: 0;
  width: 11.67vw;
  overflow: hidden;
  z-index: 9;
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .icon-links {
    width: calc((66px * 3) + 3px);
    height: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .icon-links {
    width: calc((66px * 4) + 4px);
    height: 66px;
  }
}
body #header #main-menu .icon-links a {
  width: 3.87vw;
  height: 3.87vw;
  float: left;
  border-left: 1px solid #cccccc;
  overflow: inherit;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .icon-links a {
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .icon-links a {
    display: block !important;
  }
}
body #header #main-menu .icon-links a:first-child {
  display: none;
}
body #header #main-menu .icon-links a svg {
  width: 2.38vw;
  height: 2.38vw;
  margin: 0.77vw;
  stroke: #ed1c24;
  stroke-width: 3px;
  -webkit-transition: 0.15s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.15s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.15s all ease-in-out;
  /* IE */
  -o-transition: 0.15s all ease-in-out;
  /* Opera */
  transition: 0.15s all ease-in-out;
  /* All Browsers */
  /*@media @tablets {
							width: calc(@header-smallDesktop * .75);
							height: calc(@header-smallDesktop * .75);
						}*/
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu .icon-links a svg {
    width: calc(66px * 0.75);
    height: calc(66px * 0.75);
  }
}
body #header #main-menu .icon-links a small {
  display: none;
}
body #header #main-menu .icon-links a:hover {
  background: #fff;
}
body #header #main-menu .icon-links a:hover svg {
  transform: scale(1.05);
  /*width: 2.68vw;
							height: 2.68vw;;
							margin: 0.60vw;*/
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .icon-links a:first-child,
  body #header #main-menu .icon-links a:hover:first-child {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu .icon-links a svg,
  body #header #main-menu .icon-links a:hover svg {
    transform: scale(1);
  }
}
body #header #main-menu #search {
  top: 50vw;
  display: none;
}
body #header #main-menu #search::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  top: 3.87vw;
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1679px) {
  body #header #main-menu #search::before {
    top: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu #search::before {
    top: 66px;
  }
}
body #header #main-menu #search .solr-search-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50vw;
  height: 5vw;
  background: #fff;
  margin-left: -25vw !important;
  margin-top: -2.5vw !important;
  border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu #search .solr-search-box {
    width: 70vw;
    margin-left: -35vw !important;
    height: 10vw;
  }
}
body #header #main-menu #search .solr-search-box input.solr-input {
  border: none;
  height: 5vw;
  font-size: 2vw;
  padding: 1vw 2vw;
  font-weight: 300;
  width: 100%;
  border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu #search .solr-search-box input.solr-input {
    height: 9vw;
    font-size: 4vw;
    padding: 2vw 4vw;
    padding-right: 11vw;
  }
}
body #header #main-menu #search .solr-search-box #autocomplete-result .autocompletecontentheader #autocompletesearchheader {
  width: 100%;
  display: table !important;
  border-top: 1px solid #eeeeee;
}
body #header #main-menu #search .solr-search-box #autocomplete-result .autocompletecontentheader #autocompletesearchheader .list .result {
  padding: 0.5vw 2vw;
  cursor: default;
}
body #header #main-menu #search .solr-search-box #autocomplete-result .autocompletecontentheader #autocompletesearchheader .list.solr-completion-selected {
  background: #eeeeee;
}
body #header #main-menu #search .solr-search-button {
  width: 5vw;
}
body #header #main-menu #search .solr-search-button input.solr-search-button {
  width: 5vw;
  height: 5vw;
  right: 0;
  top: 0;
  border: none;
  text-indent: -100vw;
  background: url(../images/common/search.svg);
  background-size: 4vw 4vw;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  body #header #main-menu #search .solr-search-button input.solr-search-button {
    width: 10vw;
    height: 10vw;
    background-size: 8vw 8vw;
  }
}
body #header #main-menu #search .solr-search-button input.solr-search-button:hover {
  background-color: #eeeeee;
}
/*

IE FIXES

*/
html.ie11 body.layer-on,
html.ie11 body.search-on,
html.ie11 body.modal-on,
html.ie11 body.show-modal {
  width: calc(100%);
}
html.ie11 body.layer-on #header,
html.ie11 body.search-on #header,
html.ie11 body.modal-on #header,
html.ie11 body.show-modal #header {
  width: calc(100%);
}
html.ie11 body #header #main-menu .navbar-nav {
  right: calc(17.32vw + 12px);
}
@media only screen and (max-width: 1679px) {
  html.ie11 body #header #main-menu .navbar-nav {
    right: calc((66px * 3) + 3px + 12px);
  }
}
html.ie11 body #header #main-menu .icon-links {
  right: 12px;
}
html.ie11 body #header #topnav .navbar-nav li#about-links {
  right: calc(11.67vw + 12px);
}
@media only screen and (max-width: 1679px) {
  html.ie11 body #header #topnav .navbar-nav li#about-links {
    right: calc((66px * 3) + 3px + 12px);
  }
}
html.ie-edge body.layer-on,
html.ie-edge body.search-on,
html.ie-edge body.modal-on,
html.ie-edge body.show-modal {
  overflow: hidden;
  width: calc(100% - 10px);
}
html.ie-edge body.layer-on #header,
html.ie-edge body.search-on #header,
html.ie-edge body.modal-on #header,
html.ie-edge body.show-modal #header {
  width: calc(100% - 10px);
}
html body.Safari.layer-on,
html body.Safari.search-on,
html body.Safari.modal-on,
html body.Safari.show-modal {
  width: 100%;
}
html body.Safari.layer-on #header,
html body.Safari.search-on #header,
html body.Safari.modal-on #header,
html body.Safari.show-modal #header {
  width: 100%;
}
/* 

    Responsive Navigation of Home Page Re-skinning 

    Created by  :   Umesh
    JCM         :   182927 - US Corporate Site 2018
    Basecamp    :   https://basecamp.com/2265851/projects/15094278
    Description :   Smart Phone and Tab Support of Navigation

*/
.home-page #footer-v2 {
  margin-top: 0;
}
#footer-v2 {
  background: #f6f6f6;
  padding: 0;
  position: relative;
  margin-top: 5vw;
}
#footer-v2 .container {
  padding: 0 6.88vw !important;
}
#footer-v2 .loader {
  text-align: center;
  padding-top: 60px;
  font-size: 50px;
  color: #999999;
}
#footer-v2 .loader .icon {
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
  -webkit-animation: preloader 1s infinite linear;
  -moz-animation: preloader 1s infinite linear;
  animation: preloader 1s infinite linear;
  display: inline-block;
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#footer-v2 a {
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
#footer-v2 .country-container a .flag {
  vertical-align: sub;
}
#footer-v2 .country-container a .us {
  color: #666;
}
#footer-v2 .country-container a .icon {
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
#footer-v2 .country-container a.active .icon {
  transform: rotate(180deg);
  padding: 0 5px 0 0;
}
#footer-v2 .country-container a.active .us {
  color: #000;
}
#footer-v2 .copy-right {
  background: #fff;
  padding: 12px 0;
  border-top: 1px solid #eeeeee;
  position: relative;
}
#footer-v2 .copy-right:before {
  background-image: -webkit-linear-gradient(top, rgba(212, 212, 212, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(212, 212, 212, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66d4d4d4', endColorstr='#00ffffff', GradientType=0);
  content: "";
  width: 100%;
  position: absolute;
  bottom: -20px;
  height: 20px;
  z-index: 1;
}
#footer-v2 .copy-right a {
  color: #b1b1b1;
  padding: 0;
  margin: 0;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#footer-v2 .copy-right .copyright-container a {
  float: right;
}
#footer-v2 .country {
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  max-height: 0;
  -webkit-transition: 0.5s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.5s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.5s all ease-in-out;
  /* IE */
  -o-transition: 0.5s all ease-in-out;
  /* Opera */
  transition: 0.5s all ease-in-out;
  /* All Browsers */
}
#footer-v2 .country:before {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66d4d4d4', GradientType=0);
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 20px;
}
#footer-v2 .country.open {
  max-height: 1500px;
}
#footer-v2 .country .container .country-region {
  margin: 30px 0;
}
#footer-v2 .country .container .country-region .region-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 10px;
  margin: 0 0 15px 0;
  letter-spacing: 0;
}
#footer-v2 .country .container .country-region ul {
  padding: 0;
  list-style: none;
  display: block;
  vertical-align: top;
  margin: 0;
}
#footer-v2 .country .container .country-region ul li {
  line-height: 0.8em;
  margin-bottom: 5px;
  display: inline;
}
#footer-v2 .country .container .country-region ul li a {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
  width: 90px;
  vertical-align: text-top;
}
#footer-v2 .country .container .country-region ul li a .flag {
  width: 31px;
  height: 24px;
  display: block;
  margin: 10px auto;
  margin-top: 0;
  background-color: #999999;
  background-size: cover;
}
#footer-v2 .country .container .country-region ul li a.active {
  color: #333333;
  background: #fff;
}
#footer-v2 .contact-details {
  border-bottom: 1px solid #eeeeee;
  padding: 6.88vw 0 !important;
}
#footer-v2 .contact-details .contact-info {
  text-align: center;
  padding-bottom: 25px;
}
#footer-v2 .contact-details .contact-info:nth-child(1) {
  border-right: 1px solid #e3e3e3;
}
#footer-v2 .contact-details .contact-info:nth-child(3) {
  border-top: 1px solid #e3e3e3;
  padding: 15px 25px 0 25px;
  margin-top: 15px;
}
#footer-v2 .contact-details .contact-info label {
  display: inline-block;
  margin-top: 12px;
  margin-left: 5px;
  vertical-align: top;
}
#footer-v2 .contact-details .contact-info label:nth-child(2) h4,
#footer-v2 .contact-details .contact-info label:nth-child(2) a {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  color: #878787;
  font-weight: 400;
}
#footer-v2 .contact-details .contact-info label:nth-child(2) a {
  color: #00aeef;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
#footer-v2 .contact-details .contact-info label:nth-child(2) p {
  margin: 6px 0 0 0;
}
#footer-v2 .contact-details .contact-info label:nth-child(2) p a {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.8em;
}
#footer-v2 .contact-details .contact-info .icon {
  display: inline-block;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
  font-size: 75px;
  color: #ccc;
  width: 75px;
  height: 75px;
  text-align: center;
}
#footer-v2 .contact-details .contact-info:last-child {
  border-right: none;
}
#footer-v2 .contact-details .contact-info:last-child label:nth-child(2) a {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.4em;
  display: inline-block;
  margin: 3px 0 0 0;
}
#footer-v2 .footer-links {
  padding-top: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
#footer-v2 .footer-links .col-md-2 {
  padding-left: 0 !important;
  height: 255px;
}
#footer-v2 .footer-links .col-md-2:nth-child(6) {
  padding-right: 0 !important;
}
#footer-v2 .footer-links h3 {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
#footer-v2 .footer-links h3 .icon {
  font-size: 18px;
  color: #000;
}
#footer-v2 .footer-links li {
  line-height: 1em;
  margin: 8px 0;
}
#footer-v2 .footer-links li a {
  font-size: 12px;
  color: #878787;
  font-weight: 400;
}
#footer-v2 .footer-links li a .icon {
  font-size: 19px;
  vertical-align: sub;
  margin-right: 5px;
}
#footer-v2 .footer-links .row > div {
  height: 240px;
  padding: 0 30px;
}
#footer-v2 .footer-logo {
  padding: 15px 0;
}
#footer-v2 .footer-logo a {
  display: block;
  min-width: 100px;
}
#footer-v2 .footer-logo a img {
  max-width: 135px;
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .5;
}
#footer-v2 .footer-logo a img:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}
/*tablet*/
@media screen and (min-width: 768px) {
  #footer-v2 .copy-right .copyright-container a {
    font-size: 1.17vw;
  }
  #footer-v2 .container {
    padding: 0 4.88vw !important;
    margin: 0;
    width: 100%;
  }
  #footer-v2 .footer-links .row > div {
    height: auto;
  }
  #footer-v2 .contact-details {
    padding: 4.88vw 0 !important;
  }
  #footer-v2 .contact-details .contact-info {
    text-align: left;
    border-right: 1px solid #e3e3e3;
  }
  #footer-v2 .contact-details .contact-info:nth-child(3) {
    border: none;
    padding: 0 15px;
    margin-top: 0;
  }
  #footer-v2 .country.open {
    height: 820px;
  }
  #footer-v2 .country .container .country-region {
    text-align: center;
  }
  #footer-v2 .country .container .country-region .region-name {
    text-align: center;
  }
  #footer-v2 .country .container .country-region ul {
    display: inline-block;
  }
  #footer-v2 .footer-logo .ln-logo {
    margin: 0;
    text-align: left;
  }
  #footer-v2 .footer-logo .re-logo {
    text-align: right;
  }
}
/*desktop*/
@media screen and (min-width: 1025px) {
  #footer-v2 .copy-right .copyright-container a {
    font-size: 12px;
  }
  #footer-v2 .container {
    margin: 0 auto !important;
    max-width: 1170px;
    padding: 0 15px !important;
  }
  #footer-v2 a:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in;
    /* Safari and Chrome */
    -moz-transition: 0.25s all ease-in;
    /* Mozilla Firefox */
    -ms-transition: 0.25s all ease-in;
    /* IE */
    -o-transition: 0.25s all ease-in;
    /* Opera */
    transition: 0.25s all ease-in;
    /* All Browsers */
  }
  #footer-v2 .country-container a:hover .us {
    color: #000;
  }
  #footer-v2 .country.open {
    height: 438px;
  }
  #footer-v2 .country .container .country-region {
    margin: 60px 0 45px 0;
  }
  #footer-v2 .country .container .country-region:nth-child(2) {
    text-align: center;
  }
  #footer-v2 .country .container .country-region:nth-child(2) .country-list {
    width: 75%;
  }
  #footer-v2 .country .container .country-region:nth-child(2) ul {
    column-count: 3;
    column-gap: 10px;
  }
  #footer-v2 .country .container .country-region:nth-child(3) {
    text-align: right;
  }
  #footer-v2 .country .container .country-region:nth-child(3) ul {
    column-count: 2;
    column-gap: 20px;
  }
  #footer-v2 .country .container .country-region .region-name {
    text-align: left;
  }
  #footer-v2 .country .container .country-region .center-list {
    text-align: center;
  }
  #footer-v2 .country .container .country-region .country-list {
    display: inline-block;
    text-align: left;
  }
  #footer-v2 .country .container .country-region ul {
    display: inline-block;
  }
  #footer-v2 .country .container .country-region ul:last-child {
    margin-right: 0;
  }
  #footer-v2 .country .container .country-region ul li {
    display: block;
  }
  #footer-v2 .country .container .country-region ul li a {
    width: auto;
    text-align: left;
  }
  #footer-v2 .country .container .country-region ul li a.active:hover {
    color: #333333;
    background: #fff;
  }
  #footer-v2 .country .container .country-region ul li a:hover {
    background: #e2e2e2;
    text-decoration: none;
  }
  #footer-v2 .country .container .country-region ul li a .flag {
    width: 21px;
    height: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #footer-v2 .country .container .country-region ul li a span {
    float: right;
    width: calc(100% - 31px);
  }
  #footer-v2 .contact-details {
    padding: 58px 0 44px 0 !important;
  }
  #footer-v2 .contact-details .contact-info:hover .icon {
    color: #ed1c24;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) p a {
    color: #5a5a5a;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) p a:hover {
    color: #000;
    font-weight: 400;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) a {
    color: #00aeef;
    text-decoration: none;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) a:hover {
    color: #0090c6;
    font-weight: 600;
  }
  #footer-v2 .contact-details .contact-info:nth-child(1) {
    text-align: left;
  }
  #footer-v2 .contact-details .contact-info:nth-child(2) {
    text-align: center;
  }
  #footer-v2 .contact-details .contact-info:nth-child(2) > label {
    text-align: left;
  }
  #footer-v2 .contact-details .contact-info:nth-child(3) {
    text-align: right;
  }
  #footer-v2 .contact-details .contact-info:nth-child(3) > label {
    text-align: left;
  }
  #footer-v2 .contact-details .contact-info label:nth-child(2) a {
    color: #999;
  }
  #footer-v2 .contact-details .contact-info label:nth-child(2) p a {
    font-size: 22px;
  }
  #footer-v2 .contact-details .contact-info:last-child label:nth-child(2) a {
    font-size: 22px;
    margin: 0;
  }
  #footer-v2 .contact-details .contact-info:last-child:hover {
    font-weight: 400;
  }
  #footer-v2 .footer-links {
    padding-top: 25px;
    padding-bottom: 54px;
  }
  #footer-v2 .footer-links > div {
    padding: 0 15px;
  }
  #footer-v2 .footer-links li a:hover {
    font-weight: 400;
    color: #ed1c24;
  }
  #footer-v2 .footer-logo {
    padding: 30px 0;
    margin: 0;
  }
  #footer-v2 .footer-logo a {
    width: 150px;
    height: 30px;
    margin: 0;
  }
  #footer-v2 .footer-logo a:after {
    opacity: 0;
  }
  #footer-v2 .footer-logo a:before {
    opacity: 1;
  }
  #footer-v2 .footer-logo a:hover:before {
    opacity: 0;
  }
  #footer-v2 .footer-logo a:hover:after {
    opacity: 1;
  }
}
/*
	Verion 2.1

	Created by : Anoop Chauhan
	Basecamp   : https://basecamp.com/2265851/projects/13402667/todos/327281117
	

*/
#footer-v2.v2 .contact-details .contact-info {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 4px;
  height: 145px;
  overflow: hidden;
  text-align: left;
  z-index: 1;
  border: none;
  padding: 25px;
  margin: 0;
  margin-bottom: 15px;
}
#footer-v2.v2 .contact-details .contact-info:last-child {
  margin-right: 0;
}
#footer-v2.v2 .contact-details .contact-info .icon {
  font-size: 250px;
  color: #eeeeee;
  position: absolute;
  width: auto;
  height: auto;
  right: -50px;
  top: -60px;
  z-index: -1;
  opacity: 0.5;
}
#footer-v2.v2 .contact-details .contact-info h6 {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  font-style: normal;
}
#footer-v2.v2 .contact-details .contact-info .highlight {
  font-size: 24px;
  color: #555555;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: normal;
}
#footer-v2.v2 .contact-details .contact-info .highlight:hover {
  color: #555555;
}
#footer-v2.v2 .contact-details .contact-info a.btn.cta-3 {
  color: #333333;
  border-color: #333333;
  background: none;
  border: 1px solid;
}
#footer-v2.v2 .contact-details .contact-info a.btn.cta-3:hover {
  background: #e5e5e5;
}
@media screen and (min-width: 1024px) {
  #footer-v2.v2 .contact-details .contact-info {
    width: calc(33.3% - 16.66px);
    margin-right: 25px;
  }
}
/*
	Verion 2.1.1

	Created by : kunal gupta
	Basecamp   : https://basecamp.com/2265851/projects/15094278/todos/356490868
	@note      : After approval please remove the previous css rules for contact info section

*/
@media screen and (min-width: 768px) {
  .feedback#footer-v2.v2 .container {
    padding: 0 15px !important;
    margin: 0 auto;
  }
}
.feedback#footer-v2.v2 .container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media screen and (min-width: 767px) {
  .feedback#footer-v2.v2 .contact-details .contact-info {
    width: calc(50% - 2.7vw);
    height: auto;
    margin-bottom: 20px;
    margin-right: 5.4vw;
  }
  .feedback#footer-v2.v2 .contact-details .contact-info:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .feedback#footer-v2.v2 .contact-details .contact-info {
    padding: 30px 95px 13px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .feedback#footer-v2.v2 .contact-details .contact-info {
    padding: 30px 107px 13px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .feedback#footer-v2.v2 .contact-details .contact-info .icon {
    font-size: 160px;
    right: -35px;
    top: -30px;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .feedback#footer-v2.v2 .contact-details .contact-info .contact-number {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .feedback#footer-v2.v2 .contact-details .contact-info .contact-btn {
    float: right;
    margin-top: 7px;
  }
}
.feedback#footer-v2.v2 .contact-details .contact-info .contact-btn a {
  font-size: 14px;
}
.feedback#footer-v2.v2 .contact-details .contact-info .highlight {
  letter-spacing: -0.5px;
}
.feedback#footer-v2.v2 .footer-logo a {
  width: 165px;
  padding: 0 15px;
}
.feedback-form-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1.935vw;
  background: #fff;
  width: 800px;
  text-align: center;
  z-index: -1;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in-out;
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1679px) {
  .feedback-form-container {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-form-container {
    margin-top: 2.9vmax;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-form-container {
    margin-top: 2.9vmax;
  }
}
.feedback-form-container .feedback-form {
  max-height: 80vh;
  overflow-y: auto;
}
@media only screen and (min-device-height: 700px) and (max-device-height: 900px) and (min-device-width: 1280px) and (max-device-width: 1600px) {
  .feedback-form-container .feedback-form {
    overflow-y: visible;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .feedback-form-container .feedback-form {
    overflow-y: visible;
  }
}
.feedback-form-container .feedback-form #contactForm.forms {
  width: 100%;
  min-height: 920px;
  zoom: 0.8;
}
@media only screen and (min-device-height: 700px) and (max-device-height: 900px) and (min-device-width: 1280px) and (max-device-width: 1600px) {
  .feedback-form-container .feedback-form #contactForm.forms {
    min-height: 800px;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .feedback-form-container .feedback-form #contactForm.forms {
    min-height: 800px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-form-container .feedback-form #contactForm.forms {
    min-height: auto;
    zoom: 1;
  }
}
.feedback-form-container .feedback-form .thankfeedback2 {
  text-align: center;
  min-height: auto !important;
  height: 200px !important;
}
@media only screen and (max-width: 1200px) {
  .feedback-form-container .feedback-form .thankfeedback2 {
    height: 160px !important;
  }
}
.feedback-form-container button {
  position: absolute;
  right: -25px;
  top: -25px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 25px;
  color: #fff;
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
.feedback-form-container button:active,
.feedback-form-container button:focus {
  outline: none;
}
.feedback-form-container button:hover {
  color: #ed1c24;
}
@media only screen and (max-width: 1679px) {
}
@media only screen and (max-width: 1200px) {
  .feedback-form-container button {
    right: -25px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-form-container button {
    right: -5px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-ui .feedback-form-container {
    width: 100%;
    margin-top: 0 !important;
    top: 5.8vmax;
    transform: translate(0);
    left: -100%;
    border-radius: 0;
  }
  .mobile-ui .feedback-form-container button {
    right: 3px;
    top: 5px;
    color: #d01018;
    font-size: 20px;
  }
  .mobile-ui .feedback-form-container .feedback-form {
    height: calc(100vh - 5.8vmax);
    max-height: initial;
  }
  .mobile-ui .feedback-form-container .feedback-form #contactForm {
    height: 910px;
  }
  .modal-on.mobile-ui .feedback-form-container {
    left: 0;
  }
}
.modal-on:before {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal-on .feedback-form-container {
  opacity: 1;
  z-index: 9999;
}
.icon-large .ln-icon-svg {
  width: 50px!important;
  height: 50px !important;
}
.ln-icon-svg:hover use .s-wide .ln-icon-svg:hover use .s-thin {
  stroke: #fc0;
}
.ln-icon-svg:hover .s-wide {
  stroke-width: 2;
}
.icons:hover .s-thin {
  stroke-width: 1;
}
.icons .s-wide {
  stroke-width: 4;
}
.icons .s-thin {
  stroke-width: 1;
}
.icon-large .ln-icon-svg use.icon .icons .s-wide {
  stroke-width: 10;
}
.icon-large .ln-icon-svg use.icon .icons .s-thin {
  stroke-width: 2;
}
/*SVG Code Inject*/
.icon-svgcode .icon-wrap svg {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 10px;
  stroke: currentColor;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.icon-svgcode .icon-wrap svg .st2 {
  fill: #ed1c24;
}
.icon-svgcode svg:hover {
  /*   width: 120px;
        height: 120px;
		margin: 0;*/
}
.icon-svgcode svg:hover * {
  stroke: #ed1c24;
  /*//stroke-width: 2;*/
}
.icon-svgcode .icon-wrap[icon-stroke-color="red"] svg * {
  stroke: #ed1c24;
}
.icon-svgcode .icon-wrap[icon-stroke-color="grey"] svg * {
  stroke: #ccc;
}
.icon-svgcode .icon-wrap[icon-stroke-color="yellow"] svg * {
  stroke: #fC0;
}
.icon-wrap[icon-stroke-width="1"] svg .s-wide {
  stroke-width: 1;
}
.icon-wrap[icon-stroke-width="2"] svg .s-wide {
  stroke-width: 2;
}
.icon-wrap[icon-stroke-width="3"] svg .s-wide {
  stroke-width: 3;
}
.icon-wrap[icon-stroke-width="4"] svg .s-wide {
  stroke-width: 4;
}
.icon-wrap[icon-stroke-width="5"] svg .s-wide {
  stroke-width: 5;
}
.icon-wrap[icon-stroke-width="6"] svg .s-wide {
  stroke-width: 6;
}
.icon-wrap[icon-stroke-width="7"] svg .s-wide {
  stroke-width: 7;
}
.icon-wrap[icon-stroke-width="8"] svg .s-wide {
  stroke-width: 8;
}
.icon-wrap[icon-stroke-width="1"] svg .s-thin {
  stroke-width: 1;
}
.icon-wrap[icon-stroke-width="2"] svg .s-thin {
  stroke-width: 2;
}
.icon-wrap[icon-stroke-width="3"] svg .s-thin {
  stroke-width: 3;
}
.icon-wrap[icon-stroke-width="4"] svg .s-thin {
  stroke-width: 4;
}
.icon-wrap[icon-stroke-width="5"] svg .s-thin {
  stroke-width: 5;
}
.icon-wrap[icon-stroke-width="6"] svg .s-thin {
  stroke-width: 6;
}
.icon-wrap[icon-stroke-width="7"] svg .s-thin {
  stroke-width: 7;
}
.icon-wrap[icon-stroke-width="8"] svg .s-thin {
  stroke-width: 8;
}
.svg-ctr {
  list-style: none;
  margin: 30px 0 115px 0;
  padding: 0;
}
.svg-ctr li {
  float: left;
  margin: 5px 10px;
}
.svg-ctr li input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 20px;
}
/*
	Hero v1-5
	
	A visual refresh before the Left navigation.

	Created by : Anoop Chauhan

*/
body.home-page .mobile-text {
  position: absolute !important;
  width: 100vw !important;
  height: auto;
  top: auto;
  bottom: 10vw;
  text-align: center;
  color: #fff;
}
body.home-page .mobile-text-header {
  padding: 0 2vw;
  margin-left: 2vw;
}
body.home-page .mobile-text-header-h3 {
  font-size: 8.25vw;
  line-height: 8.25vw;
  margin-bottom: 2.81vw;
  margin-left: 0;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  width: 100%;
}
body.home-page .mobile-text-header-p-lead {
  font-size: 3.13vw;
  line-height: 3.75vw;
  width: 100%;
  margin-bottom: 4vw;
  padding: 0 14vw;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}
body.home-page .mobile-text-header-cta-1 {
  font-size: 2.81vw;
  padding: 1.88vw 4.69vw;
  line-height: 2.81vw;
  border: 0.31vw solid #fff;
  color: #fff;
}
body.home-page .mobile-text-header-cta-1:hover {
  background: rgba(255, 255, 255, 0.3);
}
body.home-page .mobile-text-header-cta-1.btn-lg {
  border-radius: 0.31vw;
}
body.home-page .mobile-text-landscape {
  text-align: left;
}
body.home-page .hero-landscape-height {
  height: calc(100vw / 1.77777778) !important;
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui .hero {
    min-width: 320px;
    min-height: 180px !important;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui .hero .text-light {
    color: #333333;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page.Safari .hero {
    height: calc(100vh - 30.2vw) !important;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page.Safari .hero {
    height: calc(100vw / 1.77777778) !important;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page.Safari .hero .item {
    height: calc(100vh - 30.2vw) !important;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page.Safari .hero .item {
    height: calc(100vw / 1.77777778) !important;
  }
}
body.home-page.mobile-ui.home-page .hero {
  height: calc(100vh - 13.24vw) !important;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero {
    height: calc(100vw / 1.77777778) !important;
  }
}
body.home-page.mobile-ui.home-page .hero .item {
  height: calc(100vh - 13.24vw) !important;
  /*&::before{
								content: "";
								position: absolute;
								width: 100vw;
								height: 70vh;
								#gradient.directional(rgba(0, 0, 0, 0.50);rgba(0, 0, 0, 0);0deg);
								bottom: 0;
								z-index: 1;
						}*/
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero .item {
    height: calc(100vw / 1.77777778) !important;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .item.hero-background {
    background-size: cover !important;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .item .text-light,
  body.home-page.mobile-ui.home-page .hero .item .text-dark {
    position: absolute !important;
    width: 100vw !important;
    height: auto;
    top: auto;
    bottom: 10vw;
    text-align: center;
    color: #fff;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero .item .text-light,
  body.home-page.mobile-ui.home-page .hero .item .text-dark {
    text-align: left;
    margin-top: 43%;
    transform: translate(0, -50%);
    position: relative !important;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header {
    padding: 0 2vw;
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header h3,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header h3 {
    font-size: 8.25vw;
    line-height: 8.25vw;
    margin-bottom: 2.81vw;
    margin-left: 0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    width: 100%;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header h3,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header h3 {
    font-size: calc(25px + 2vw);
    line-height: calc(25px + 2vw);
    width: 50vw;
  }
}
@media only screen and (max-height: 414px) and (max-width: 823px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header h3,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header h3 {
    font-size: calc(15px + 2vw);
    line-height: calc(15px + 2vw);
    width: 50vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header p.lead,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header p.lead {
    font-size: 3.13vw;
    line-height: 3.75vw;
    width: 100%;
    margin-bottom: 4vw;
    padding: 0 14vw;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header p.lead,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header p.lead {
    font-size: 2.13vw;
    line-height: 2.75vw;
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header .cta-1,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header .cta-1 {
    font-size: 2.81vw;
    padding: 1.88vw 4.69vw;
    line-height: 2.81vw;
    border: 0.31vw solid #fff;
    color: #fff;
  }
  body.home-page.mobile-ui.home-page .hero .item .text-light header .cta-1:hover,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header .cta-1:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  body.home-page.mobile-ui.home-page .hero .item .text-light header .cta-1.btn-lg,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header .cta-1.btn-lg {
    border-radius: 0.31vw;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page.mobile-ui.home-page .hero .item .text-light header .cta-1,
  body.home-page.mobile-ui.home-page .hero .item .text-dark header .cta-1 {
    font-size: 1.81vw;
    padding: 1vw 2.69vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .owl-controls {
    position: absolute;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .owl-controls .action {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page.mobile-ui.home-page .hero .owl-controls .owl-page span {
    width: 30px;
    height: 4px;
    margin: 5px 3px;
    border-radius: 2px;
    border: none;
    background: #fff !important;
  }
}
body.home-page .container {
  padding: 0 !important;
}
body.home-page .hero {
  padding: 0!important;
  /* Legacy Fix*/
  height: 100vh;
  min-width: 480px;
  min-height: 270px !important;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero {
    height: calc(100vw / 1.77777778);
    margin-top: 66px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-page .hero {
    height: calc(100vw * 1.3046875);
  }
}
@media only screen and (max-height: 414px) and (max-width: 823px) and (orientation: landscape) {
  body.home-page .hero {
    height: calc(100vw / 1.77777778) !important;
  }
}
body.home-page .hero .row {
  padding-top: 3.87vw;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .row {
    padding-top: 0;
  }
}
body.home-page .hero .item {
  height: 100vh !important;
}
body.home-page .hero .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 27.62vh;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .item {
    min-height: 270px !important;
    height: calc(100vw / 1.77777778) !important;
  }
}
@media only screen and (max-width: 767px) {
  body.home-page .hero .item {
    height: calc(100vw * 1.3046875) !important;
  }
}
@media only screen and (max-height: 414px) and (max-width: 823px) and (orientation: landscape) {
  body.home-page .hero .item {
    height: calc(100vw / 1.77777778) !important;
  }
}
body.home-page .hero .item .container {
  width: 100% !important;
  /* Legacy Fix*/
  padding: 0 !important;
  /* Legacy Fix*/
}
body.home-page .hero .item.hero-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
}
body.home-page .hero .item .text-light,
body.home-page .hero .item .text-dark {
  left: 0;
  top: 0;
  /*height: 100vh;*/
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body.home-page .hero .item .text-light,
  body.home-page .hero .item .text-dark {
    position: absolute !important;
    width: 100vw !important;
    height: auto;
    top: auto;
    bottom: 10vw;
    text-align: center;
    color: #fff;
  }
}
body.home-page .hero .item .text-light header,
body.home-page .hero .item .text-dark header {
  /*margin-top: 37vh;*/
  margin-left: 9.6vw;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .item .text-light header,
  body.home-page .hero .item .text-dark header {
    margin-left: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  body.home-page .hero .item .text-light header,
  body.home-page .hero .item .text-dark header {
    padding: 0 2vw;
    margin-left: 2vw;
  }
}
body.home-page .hero .item .text-light header h3,
body.home-page .hero .item .text-dark header h3 {
  font-size: 4.76vw;
  font-weight: 300;
  line-height: 4.76vw;
  margin-bottom: 1.49vw;
  margin-left: -0.31vw;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .item .text-light header h3,
  body.home-page .hero .item .text-dark header h3 {
    font-size: calc(35px + 2vw);
    line-height: calc(35px + 2vw);
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  body.home-page .hero .item .text-light header h3,
  body.home-page .hero .item .text-dark header h3 {
    font-size: 8.25vw;
    line-height: 8.25vw;
    margin-bottom: 2.81vw;
    margin-left: 0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    width: 100%;
  }
}
body.home-page .hero .item .text-light header h3 sup,
body.home-page .hero .item .text-dark header h3 sup {
  top: -1.6em;
  font-size: 30%;
  font-weight: 300;
}
body.home-page .hero .item .text-light header p.lead,
body.home-page .hero .item .text-dark header p.lead {
  font-size: 1.19vw;
  min-font-size: 20px;
  line-height: 1.43vw;
  width: 40vw;
  margin-bottom: 2.98vw;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .item .text-light header p.lead,
  body.home-page .hero .item .text-dark header p.lead {
    font-size: calc(16px + .42vw);
    line-height: calc(18px + 0.5vw);
  }
}
@media only screen and (max-width: 767px) {
  body.home-page .hero .item .text-light header p.lead,
  body.home-page .hero .item .text-dark header p.lead {
    font-size: 3.13vw;
    line-height: 3.75vw;
    width: 100%;
    margin-bottom: 4vw;
    padding: 0 14vw;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-height: 414px) and (max-width: 823px) and (orientation: landscape) {
  body.home-page .hero .item .text-light header p.lead,
  body.home-page .hero .item .text-dark header p.lead {
    display: none;
  }
}
body.home-page .hero .item .text-light header .cta-1,
body.home-page .hero .item .text-dark header .cta-1 {
  border: 0.12vw solid #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.07vw;
  padding: 0.71vw 1.49vw;
  line-height: 1.07vw;
  font-weight: 800;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 767px) {
  body.home-page .hero .item .text-light header .cta-1,
  body.home-page .hero .item .text-dark header .cta-1 {
    font-size: 2.81vw;
    padding: 1.88vw 4.69vw;
    line-height: 2.81vw;
    border: 0.31vw solid #fff;
    color: #fff;
  }
  body.home-page .hero .item .text-light header .cta-1:hover,
  body.home-page .hero .item .text-dark header .cta-1:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  body.home-page .hero .item .text-light header .cta-1.btn-lg,
  body.home-page .hero .item .text-dark header .cta-1.btn-lg {
    border-radius: 0.31vw;
  }
}
body.home-page .hero .item .text-light header .cta-1:hover,
body.home-page .hero .item .text-dark header .cta-1:hover {
  background: rgba(255, 255, 255, 0.3);
}
body.home-page .hero .item .text-light header .cta-1.btn-lg,
body.home-page .hero .item .text-dark header .cta-1.btn-lg {
  border-radius: 0.18vw;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .item .text-light header .cta-1.btn-lg,
  body.home-page .hero .item .text-dark header .cta-1.btn-lg {
    font-size: calc(10px + .42vw);
    line-height: calc(18px + 0.5vw);
  }
}
body.home-page .hero .item .text-dark header .cta-1 {
  border: 2px solid #333333;
  background: rgba(51, 51, 51, 0.1);
  color: #333333;
}
body.home-page .hero .owl-controls {
  position: absolute !important;
  bottom: 10px;
  z-index: 5;
  padding: 0;
  border-radius: 0;
  background: none;
  right: auto;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .owl-controls {
    width: 100vw;
  }
}
body.home-page .hero .owl-controls .action {
  display: none;
}
body.home-page .hero .owl-controls .owl-page span {
  width: 30px;
  height: 8px;
  margin: 5px 3px;
  border-radius: 2px;
  border: none;
  background: #fff !important;
}
@media only screen and (max-width: 1200px) {
  body.home-page .hero .owl-controls .owl-page span {
    height: 0.75vw;
  }
}
body.home-page .hero .hero-banner-carousel .owl-carousel .owl-controls {
  right: auto !important;
  position: absolute !important;
  bottom: 1.17vw !important;
}
.hero-landscape-text-h3 {
  font-size: calc(35px + 2vw);
  line-height: calc(35px + 2vw);
  width: 40vw;
}
body.home-page .feature-wildcard {
  background: #fff;
  margin-bottom: 0;
  position: relative;
  padding: 0 !important;
  padding-bottom: 8.93vw !important;
}
body.home-page .feature-wildcard header {
  margin-top: 42vw;
}
body.home-page .feature-wildcard header h2 {
  font-size: 2.86vw;
  font-weight: 800;
  margin-bottom: 3.57vw;
  position: relative;
}
body.home-page .feature-wildcard header h2::after {
  content: "";
  position: absolute;
  width: 10.42vw;
  height: 5px;
  background: #ed1c24;
  left: 50%;
  margin-left: -5.21vw;
  bottom: -1.67vw;
}
body.home-page .feature-wildcard header p {
  width: 47.62vw;
  margin: 0 auto;
  font-size: 1.43vw;
}
body.home-page .feature-wildcard .col-md-12 {
  position: static;
}
body.home-page .feature-wildcard .video-holder {
  position: absolute;
  width: 100%;
  height: 39.17vw;
  left: 0;
  top: 0;
  margin: 0 !important;
}
body.home-page .feature-wildcard .video-holder a::after {
  content: "";
  font-size: 12.42vw;
  position: absolute;
  color: #fff;
  width: 8.81vw;
  height: 10.30vw;
  text-align: center;
  left: 50%;
  top: 50%;
  text-indent: -0.98vw;
  line-height: 9.3vw;
  margin-left: -4.4vw;
  margin-top: -5.15vw;
  display: table-cell;
  vertical-align: middle;
  opacity: 0.9;
  z-index: 2;
  background: url(/images/SVG-icons/tool-play.svg) no-repeat center;
  background-size: 200% 200%;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
body.home-page .feature-wildcard .video-holder a::before {
  content: "";
  width: 100%;
  height: 39.17vw;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
body.home-page .feature-wildcard .video-holder a img {
  height: 39.17vw;
  width: auto;
}
body.home-page .feature-wildcard .video-holder a:hover::before {
  background: rgba(0, 0, 0, 0);
}
body.home-page .feature-wildcard .video-holder a:hover::after {
  opacity: 1;
}
body.home-page .feature-wildcard .video-holder.in-play {
  background: #222222;
}
body.home-page .feature-wildcard .video-holder.in-play .custom-video {
  height: calc(69.7vw / (16 / 9));
  width: 69.7vw;
  margin: 0 auto;
}
body.home-page .feature-wildcard .video-holder.in-play .custom-video iframe {
  width: 100%;
  height: 100%;
}
body.home-page .feature-wildcard .video-holder.in-play .custom-video .youtube-poster {
  max-height: 100%;
  opacity: 0;
}
body.home-page .feature-wildcard .video-holder.in-play .custom-video .play-button {
  display: none;
}
body.home-page .feature-wildcard .video-holder.in-play .close-fw-video {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
}
body.home-page .feature-wildcard .video-holder.in-play .close-fw-video svg {
  width: 3.38vw;
  height: 3.38vw;
  margin: 0;
  stroke: #fff;
  stroke-width: 3px;
}
body.home-page .feature-wildcard .video-holder .play-button {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  body.home-page .feature-wildcard {
    padding-bottom: 23.44vw !important;
  }
  body.home-page .feature-wildcard .container {
    width: 100vw;
    padding: 0 6.88vw !important;
  }
  body.home-page .feature-wildcard header {
    margin-top: 66.56vw;
  }
  body.home-page .feature-wildcard header h2 {
    font-size: 7vw;
    margin-bottom: 12.50vw;
  }
  body.home-page .feature-wildcard header h2::after {
    width: 26.56vw;
    bottom: -6.25vw;
    left: 50%;
    height: 0.78vw;
    margin-left: calc(-26.56vw/2);
  }
  body.home-page .feature-wildcard header p {
    font-size: 3.75vw;
    line-height: 4.69vw;
    width: auto;
    padding: 0 4vw;
  }
  body.home-page .feature-wildcard .video-holder {
    height: 56.25vw;
  }
  body.home-page .feature-wildcard .video-holder a::before {
    height: 56.25vw;
  }
  body.home-page .feature-wildcard .video-holder a::after {
    width: 19vw;
    height: 21.41vw;
    font-size: 27vw;
    line-height: 19.5vw;
    text-indent: -2.15vw;
    margin-left: -9.5vw;
    margin-top: -10.705vw;
  }
  body.home-page .feature-wildcard .video-holder a img {
    height: 56.25vw;
  }
  body.home-page .feature-wildcard .video-holder.in-play .custom-video {
    height: 56.25vw;
    width: 100%;
    margin: 0;
    z-index: -1;
  }
  body.home-page .feature-wildcard .video-holder.in-play .close-fw-video {
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin: 0;
    z-index: 9999;
  }
  body.home-page .feature-wildcard .video-holder.in-play .close-fw-video svg {
    width: 5vw;
    height: 5vw;
    margin: 0;
    stroke-width: 5px;
  }
}
body .hide-icon {
  visibility: hidden;
  height: 1px !important;
  margin: 0;
  padding: 0;
  width: 1px !important;
  font-size: 1px;
}
body.home-page .featured-products {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .container {
    width: 94.73vw;
  }
}
body.home-page .featured-products h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #555555;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products h5 {
    font-size: 2.50vw;
  }
}
body.home-page .featured-products .item {
  text-align: center;
  margin-bottom: 30px;
  cursor: default;
  position: relative;
  border-radius: 2px;
  width: calc(100% / 3);
  float: left;
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item {
    width: calc(33.33% - 1.95vw);
    background: #fff;
    margin-right: 2.93vw;
    margin-bottom: 2.93vw;
  }
}
body.home-page .featured-products .item .content {
  height: 310px;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item .content {
    background: #fff;
    padding: 1.95vw;
    height: 27.34vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item .content .button-holder {
    margin: 0;
    display: none;
  }
}
body.home-page .featured-products .item.active::after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 97;
}
body.home-page .featured-products .item.active::after:hover {
  z-index: -1;
}
body.home-page .featured-products .item.active .content {
  position: fixed;
  width: 60vh;
  height: auto;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
  padding: 6vh;
  margin-top: calc(66px / 2);
}
@media only screen and (max-width: 767px) {
  body.home-page .featured-products .item.active .content {
    margin-top: calc(5.8vmax / 2);
    top: 50%;
    width: 45vh;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content {
    width: 70vw;
    padding-left: 25vw;
  }
}
body.home-page .featured-products .item.active .content .icon-wrap {
  width: 18vh;
  height: 18vh;
  margin: 0;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content .icon-wrap {
    margin-right: 4vw;
    left: 0;
    position: absolute;
    top: 0;
  }
}
body.home-page .featured-products .item.active .content .icon-wrap svg {
  width: 18vh;
  height: 18vh;
  margin: 0;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content .icon-wrap svg {
    width: 18vw;
    height: 18vw;
    margin: 4vw;
  }
}
body.home-page .featured-products .item.active .content h6 {
  font-size: 4.7vh;
  margin-bottom: .5vh;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content h6 {
    font-size: 3.5vw;
    margin-bottom: .5vw;
    text-align: left;
  }
}
body.home-page .featured-products .item.active .content small {
  font-size: 2vh;
  line-height: 2.5vh;
  margin-bottom: 1.5vh;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content small {
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
    text-align: left;
  }
}
body.home-page .featured-products .item.active .content p {
  font-size: 2.4vh;
  padding: 0;
  margin: 1vh 0;
  position: static;
  display: block;
  opacity: 1;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content p {
    font-size: 2vw;
    text-align: left;
  }
}
body.home-page .featured-products .item.active .content .button-holder {
  margin-top: 2.3vh;
  opacity: 1;
  display: block;
  position: static;
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content .button-holder {
    margin-top: 2.3vw;
    text-align: left;
  }
}
body.home-page .featured-products .item.active .content .button-holder .btn {
  font-size: 2.4vh;
  padding: 0.89vh 2.691vh;
  margin: 1.5vh !important;
}
@media only screen and (max-width: 767px) {
  body.home-page .featured-products .item.active .content .button-holder .btn {
    min-width: auto !important;
  }
}
@media only screen and (max-height: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home-page .featured-products .item.active .content .button-holder .btn {
    font-size: 1.6vw;
    margin-left: 0 !important;
  }
}
body.home-page .featured-products .item:hover {
  background: #fff;
}
body.home-page .featured-products .item:hover h6 {
  color: #000;
}
body.home-page .featured-products .item:hover p {
  opacity: 0;
  margin-top: 10px;
}
body.home-page .featured-products .item:hover .button-holder {
  opacity: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item:hover .button-holder {
    opacity: 0;
  }
}
body.home-page .featured-products .item .icon-wrap {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item .icon-wrap {
    margin-top: 0;
    width: 12.21vw;
    height: 12.21vw;
  }
}
body.home-page .featured-products .item .icon-wrap .icon {
  visibility: hidden;
  height: 1px !important;
  margin: 0;
  padding: 0;
  width: 1px !important;
  font-size: 1px;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item .icon-wrap svg {
    width: 9.77vw;
    height: 9.77vw;
    margin: 0.98vw;
  }
}
body.home-page .featured-products .item .icon-wrap svg g cicle {
  fill: #ed1c24;
}
body.home-page .featured-products .item h6 {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item h6 {
    font-size: 2.93vw;
    margin-bottom: 0.98vw;
  }
}
body.home-page .featured-products .item small {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item small {
    font-size: calc(11px + .3vw);
    margin-bottom: 1.95vw;
    line-height: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  body.home-page .featured-products .item small {
    font-size: 2vw;
    line-height: 2.2vw;
  }
}
body.home-page .featured-products .item p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  padding: 0 60px;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item p {
    display: none;
  }
}
body.home-page .featured-products .item .button-holder {
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
  opacity: 0;
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  margin: 40px 0;
}
body.home-page .featured-products .item .button-holder .btn {
  font-size: 14px;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  min-width: 100px;
  padding: 4px 12px;
  margin: 0 10px !important;
}
body.home-page .featured-products .item .button-holder .btn.cta-2 {
  color: #333333;
  border-color: #333333;
}
body.home-page .featured-products .item .button-holder .btn.cta-2:hover {
  background: #e5e5e5;
}
body.home-page .featured-products .item .button-holder .btn.cta-3 {
  color: #0077cc;
  border-color: #0077cc;
}
body.home-page .featured-products .item .button-holder .btn.cta-3:hover {
  background: #e6f4ff;
}
@media only screen and (max-width: 1200px) {
  body.home-page .featured-products .item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
body.home-page .featured-products a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #0077cc;
  border-radius: 2px;
  padding: 5px 10px;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
body.home-page .featured-products a .icon {
  font-size: 19px;
  vertical-align: sub;
  display: inline-block;
}
body.home-page .featured-products a:hover {
  text-decoration: none;
  background: #fff;
}
body.home-page .featured-products a.box-cta {
  display: inline-block;
  line-height: 27px;
}
body.home-page .featured-products a.box-cta .icon-wrap {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
body.home-page .featured-products a.box-cta .icon-wrap .icon {
  visibility: hidden;
  height: 1px !important;
  margin: 0;
  padding: 0;
  width: 1px !important;
  font-size: 1px;
}
body.home-page .featured-products a.box-cta .icon-wrap svg {
  width: 27px;
  height: 27px;
  float: left;
  margin: 0;
}
body.home-page .featured-products a.box-cta .icon-wrap svg .s-wide {
  stroke-width: 0;
  stroke-miterlimit: 0;
  fill: #0077cc;
}
body.home-page .promos {
  background: #fff;
  margin-bottom: 0;
  padding: 90px 0 !important;
}
body.home-page .promos::after {
  display: none;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item {
  margin: 0 16px !important;
  padding: 0 !important;
  width: 369px !important;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item.first-item {
  margin-left: 0 !important;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item.last-item {
  margin-right: 0 !important;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item {
  height: 497px;
  background: #222222;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a::after {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(90deg, rgba(235, 28, 44, 0.8), rgba(170, 31, 46, 0.8));
  background-image: linear-gradient(90deg, rgba(235, 28, 44, 0.8), rgba(170, 31, 46, 0.8));
  mask-position: bottom left;
  -webkit-mask-position: bottom left;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a p {
  padding-bottom: 75px;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a p::after {
  opacity: 1;
  bottom: 50px;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a::before,
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0!important;
  background: rgba(51, 51, 51, 0.4);
  border-radius: 0;
  height: 497px;
  z-index: -1;
  top: auto;
  padding: 0 !important;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a::after {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(90deg, rgba(18, 173, 187, 0.8), rgba(33, 45, 105, 0.8));
  background-image: linear-gradient(90deg, rgba(18, 173, 187, 0.8), rgba(33, 45, 105, 0.8));
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
  mask-image: url(/images/promo-mask.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: 100% 994px;
  -webkit-mask: url(/images/promo-mask.svg);
  -webkit-mask-type: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: 100% 994px;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a img {
  border: none;
  bottom: 0;
  position: absolute;
  z-index: -2;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a h5 {
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 40px;
  overflow: visible;
  padding: 0 48px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a h5::after {
  content: "";
  height: 5px;
  width: 170px;
  background: #ed1c24;
  position: absolute;
  left: 48px;
  bottom: -20px;
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a p {
  color: #eeeeee;
  margin-bottom: 40px;
  padding: 0 48px;
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
}
body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a p::after {
  content: "Learn More";
  position: absolute;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 8px 12px;
  left: 48px;
  bottom: 25px;
  display: inline-block;
  opacity: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.3s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.3s all ease-in-out;
  /* IE */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  transition: 0.3s all ease-in-out;
  /* All Browsers */
}
@media screen and (max-width: 1200px) {
  body.home-page .promos.hybrid-carousel {
    padding: 0 !important;
  }
  body.home-page .promos.hybrid-carousel .container {
    margin: 0;
    width: 100vw;
  }
  body.home-page .promos.hybrid-carousel .slide-bar {
    margin-top: 0 !important;
  }
  body.home-page .promos.hybrid-carousel .slide-bar.no-slider .expand {
    display: none !important;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item {
    width: 100vw !important;
    margin: 0!important;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover {
    height: calc(100vw * 1.34688347);
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a {
    text-align: center;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a::before,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a::before,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a::after,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a::after {
    height: calc(100vw * 1.34688347);
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a::after,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a::after {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, rgba(18, 173, 187, 0.8), rgba(33, 45, 105, 0.8));
    background-image: linear-gradient(90deg, rgba(18, 173, 187, 0.8), rgba(33, 45, 105, 0.8));
    -webkit-transition: 0.3s all ease-in-out;
    /* Safari and Chrome */
    -moz-transition: 0.3s all ease-in-out;
    /* Mozilla Firefox */
    -ms-transition: 0.3s all ease-in-out;
    /* IE */
    -o-transition: 0.3s all ease-in-out;
    /* Opera */
    transition: 0.3s all ease-in-out;
    /* All Browsers */
    mask-image: url(/images/promo-mask.svg);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-position: top left !important;
    mask-size: 100% calc(100vw * 2.69376694);
    -webkit-mask: url(/images/promo-mask.svg);
    -webkit-mask-type: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left !important;
    -webkit-mask-size: 100% calc(100vw * 2.69376694);
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a img,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a img {
    width: 100%;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a h5,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a h5 {
    font-size: 7.50vw;
    font-weight: 400;
    line-height: 7.50vw;
    padding: 0 10vw;
    margin-bottom: 8.75vw;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a h5::after,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a h5::after {
    width: 26.56vw;
    bottom: -4.69vw;
    left: 50%;
    height: 0.78vw;
    margin-left: calc(-26.56vw/2);
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a p,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a p {
    font-size: 3.75vw;
    line-height: 4.69vw;
    padding: 0 10vw;
    margin-bottom: 14vw;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item a p::after,
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-item .item:hover a p::after {
    opacity: 1;
    position: static;
    margin-top: 4vw;
    margin-left: 25vw;
    margin-right: 25vw;
    display: block;
    font-size: calc(10px + .3vw);
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -54px;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-controls .action {
    display: none;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-pagination {
    display: block !important;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-page span {
    width: 30px;
    height: 4px;
    margin: 5px 3px;
    border-radius: 2px;
    border: none;
    background: #fff !important;
  }
  body.home-page .promos.hybrid-carousel .slide-bar .owl-carousel .owl-controls .owl-buttons {
    display: none !important;
  }
}

/*# sourceMappingURL=lndc-styles.css.map */