/**********************************************************************************
CREATED BY 	: Kunal Gupta
DATE 		: 24/July/2018
JCM         : 181106 LNU Redesign (NARS PRP) 
COMMENT 	: Main Stylesheet for visual refresh for LN University;

**********************************************************************************/
/*! 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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;
  -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;
    -webkit-box-shadow: none !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;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-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 {
  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 */
  /* Mozilla Firefox */
  /* 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;
    -o-text-overflow: ellipsis;
       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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          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;
  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 */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* Opera */
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-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 {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  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%;
}
@-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;
  }
}
.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;
  }
}
.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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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;
    -webkit-box-shadow: none;
            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;
    -webkit-box-shadow: none;
            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;
}
.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;
}
.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;
}
.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,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.nav:before,
.nav:after,
.row-boot:before,
.row-boot:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.nav:after,
.row-boot: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;
}
.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;
}
@-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 */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: width 0.6s ease;
  /* Opera */
  transition: width 0.6s ease;
  /* All Browsers */
}
.progress-striped .progress-bar {
  background-image: -o-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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8cc63f;
}
.progress-striped .progress-bar-success {
  background-image: -o-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: -o-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: -o-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: -o-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);
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: height 0.35s ease;
  /* Opera */
  transition: height 0.35s ease;
  /* All Browsers */
}
/*
	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%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background-image: -o-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 */
  /* Mozilla Firefox */
  /* 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;
}
/*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-xxl {
  margin: 120px !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;
}
.margin-left-xxl {
  margin-left: 120px !important;
}
.margin-right-xxl {
  margin-right: 120px !important;
}
.margin-top-xxl {
  margin-top: 120px !important;
}
.margin-bottom-xxl {
  margin-bottom: 120px !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-xxl {
  padding: 120px !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;
}
.padding-left-xxl {
  padding-left: 120px !important;
}
.padding-right-xxl {
  padding-right: 120px !important;
}
.padding-top-xxl {
  padding-top: 120px !important;
}
.padding-bottom-xxl {
  padding-bottom: 120px !important;
}
.v2 #breadcrumb-subnav,
.v2 #breadcrumb {
  padding: 0;
  font-size: 11px;
  margin-top: 10px;
}
.v2 #breadcrumb-subnav .nav > li,
.v2 #breadcrumb .nav > li {
  font-weight: 400;
}
.v2 #breadcrumb-subnav .nav > li > a:focus,
.v2 #breadcrumb .nav > li > a:focus {
  background-color: transparent;
}
.v2 #breadcrumb-subnav .navbar,
.v2 #breadcrumb .navbar {
  margin-bottom: 0px !important;
}
.v2 #breadcrumb-subnav .navbar-nav > li > a,
.v2 #breadcrumb .navbar-nav > li > a {
  line-height: normal;
}
.v2 #breadcrumb-subnav .nav-pills > li > a,
.v2 #breadcrumb .nav-pills > li > a {
  padding: 4px 8px;
  cursor: pointer;
  color: #333333;
  border: 1px solid #bebebe;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.v2 #breadcrumb-subnav .nav-pills > li > a:hover,
.v2 #breadcrumb .nav-pills > li > a:hover {
  color: #ffffff;
  background: #525252;
  border: #333333 1px solid;
  text-shadow: 1px 1px 1px #000000;
}
.v2 #breadcrumb-subnav .nav-pills > li + li,
.v2 #breadcrumb .nav-pills > li + li {
  margin-left: 10px;
}
.v2 #breadcrumb-subnav .nav-pills > li.active > a,
.v2 #breadcrumb .nav-pills > li.active > a {
  color: #666666;
  cursor: default;
  background: #eeeeee;
}
.v2 #breadcrumb-subnav .nav-pills > li.active > a:hover,
.v2 #breadcrumb .nav-pills > li.active > a:hover,
.v2 #breadcrumb-subnav .nav-pills > li.active > a:focus,
.v2 #breadcrumb .nav-pills > li.active > a:focus {
  color: #666666;
  background: #eeeeee;
  border: 1px solid #bebebe;
  text-shadow: none;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown.open a.dropdown-toggle,
.v2 #breadcrumb .nav-pills .dropdown.open a.dropdown-toggle {
  color: #ffffff;
  background: #525252;
  border: #333333 1px solid;
  text-shadow: 1px 1px 1px #000000;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown-menu,
.v2 #breadcrumb .nav-pills .dropdown-menu {
  z-index: 9999;
  left: 0;
  right: auto;
  border-radius: 3px;
  margin-top: 2px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-color: #bebebe;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown-menu li a,
.v2 #breadcrumb .nav-pills .dropdown-menu li a {
  background: none;
  -webkit-filter: none;
          filter: none;
  font-size: 11px;
  color: #333333;
  padding: 5px 10px;
  margin-bottom: 4px;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown-menu li a:hover,
.v2 #breadcrumb .nav-pills .dropdown-menu li a:hover {
  color: #ffffff;
  background: #525252;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown-menu li:last-child a,
.v2 #breadcrumb .nav-pills .dropdown-menu li:last-child a {
  margin-bottom: 0px !important;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown-menu > li.active > a,
.v2 #breadcrumb .nav-pills .dropdown-menu > li.active > a {
  color: #666666;
  background: #eeeeee;
}
.v2 #breadcrumb-subnav .nav-pills .dropdown-menu > li.active > a:hover,
.v2 #breadcrumb .nav-pills .dropdown-menu > li.active > a:hover {
  color: #ffffff;
  background: #525252;
}
.v2 #breadcrumb-subnav .navbar-default,
.v2 #breadcrumb .navbar-default {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  min-height: 0;
}
.v2 .breadcrumb {
  float: left;
  background: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.v2 .breadcrumb li {
  font-weight: 400;
}
.v2 .breadcrumb li .active {
  color: #333333;
}
@media screen and (max-width: 991px) {
  .v2 #breadcrumb-subnav .breadcrumb,
  .v2 #breadcrumb .breadcrumb {
    padding-left: 0px !important;
  }
  .v2 #breadcrumb-subnav .nav-pills > li > a,
  .v2 #breadcrumb .nav-pills > li > a {
    padding: 3px;
    line-height: normal;
  }
  .v2 #breadcrumb-subnav .nav-pills > li + li,
  .v2 #breadcrumb .nav-pills > li + li {
    margin-left: 3px;
  }
}
@media screen and (max-width: 1102px) {
  .v2 #breadcrumb-subnav .breadcrumb,
  .v2 #breadcrumb .breadcrumb {
    float: none;
    padding-right: 0px !important;
  }
  .v2 #breadcrumb-subnav .navbar-header,
  .v2 #breadcrumb .navbar-header {
    float: left;
    margin-right: 0px !important;
  }
  .v2 #breadcrumb-subnav .navbar-header .navbar-toggle,
  .v2 #breadcrumb .navbar-header .navbar-toggle {
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 2px;
    padding: 8px 5px;
    margin-right: 0px !important;
  }
  .v2 #breadcrumb-subnav .navbar-header .navbar-toggle .icon-bar,
  .v2 #breadcrumb .navbar-header .navbar-toggle .icon-bar {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 0px;
    float: left;
  }
  .v2 #breadcrumb-subnav .navbar-header .navbar-toggle .icon-bar:last-child,
  .v2 #breadcrumb .navbar-header .navbar-toggle .icon-bar:last-child {
    margin-right: 0px;
  }
  .v2 #breadcrumb-subnav .nav-pills .dropdown.open a.dropdown-toggle,
  .v2 #breadcrumb .nav-pills .dropdown.open a.dropdown-toggle {
    border: none;
    text-shadow: none;
    background: none;
    color: inherit;
  }
  .v2 #breadcrumb-subnav .navbar-collapse,
  .v2 #breadcrumb .navbar-collapse {
    border: none !important;
    margin-left: 0px;
    padding-left: 11px;
    overflow-y: hidden;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .navbar-nav,
  .v2 #breadcrumb .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li,
  .v2 #breadcrumb .navbar-collapse .nav-pills > li {
    float: none;
    margin-top: 3px;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li > a,
  .v2 #breadcrumb .navbar-collapse .nav-pills > li > a {
    padding: 5px 8px;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li + li,
  .v2 #breadcrumb .navbar-collapse .nav-pills > li + li {
    margin-left: 0px;
    float: none;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li.active > a,
  .v2 #breadcrumb .navbar-collapse .nav-pills > li.active > a,
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li > a,
  .v2 #breadcrumb .navbar-collapse .nav-pills > li > a {
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills .dropdown-menu,
  .v2 #breadcrumb .navbar-collapse .nav-pills .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    background-color: #ffffff;
  }
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills .dropdown-menu li a,
  .v2 #breadcrumb .navbar-collapse .nav-pills .dropdown-menu li a {
    line-height: normal;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1102px) {
  .v2 .dropdown.last .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.lt-ie9 #breadcrumb-subnav .breadcrumb > li,
.lt-ie9 #breadcrumb .breadcrumb > li {
  display: inline;
}
/* 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;
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: all 200ms linear;
  /* Opera */
  transition: all 200ms linear;
  /* All Browsers */
  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 */
  /* Mozilla Firefox */
  /* 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;
  -webkit-box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  color: #fff;
  font-size: 35px;
}
.chatbtn .LPMcontainer .LPMlabel {
  visibility: hidden;
}
.chatbtn.chatbtn-off {
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* 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;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  /* Opera */
  /* All Browsers */
  bottom: 3.87vw;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
          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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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;
  -webkit-box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  color: #fff;
  font-size: 35px;
}
.topbtn .LPMcontainer .LPMlabel {
  visibility: hidden;
}
.topbtn.chatbtn-off {
  -webkit-transition: all 200ms linear;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
/*

    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% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-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;
  -o-object-fit: cover;
     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:hover svg {
  stroke: #fff;
  fill: #fff;
}
.custom-video button:hover svg path {
  fill: #fff;
}
.custom-video button.play-pause:before {
  font-family: lexisnexis-icons;
  display: none;
}
.custom-video button svg {
  stroke: #ed1c24;
  stroke-width: 1px;
  fill: #ed1c24;
  width: 150px;
  height: 150px;
}
.custom-video button svg path {
  fill: #ed1c24;
}
.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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.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;
  display: none;
}
.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 */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: opacity 0.25s ease;
  /* Opera */
  transition: opacity 0.25s ease;
  /* All Browsers */
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  height: 32px;
  padding: 0;
}
.custom-video .video-controls .left-controls {
  width: 80px;
  float: left;
}
.custom-video .video-controls .left-controls button {
  padding: 3px;
}
.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: 145px;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-video .video-controls svg {
  width: 28px;
  height: 28px;
  display: none;
}
.custom-video .video-controls svg path {
  stroke: #fff;
  stroke-width: 1px;
  fill: #fff;
}
.custom-video .video-controls .ln-play2 .lnicon-play {
  display: block;
}
.custom-video .video-controls .ln-pause2 .lnicon-pause {
  display: block;
}
.custom-video .video-controls .ln-volume-up:before {
  display: none;
}
.custom-video .video-controls .ln-volume-up .volume-up {
  fill: none;
  display: block;
}
.custom-video .video-controls .ln-volume-up .volume-up path,
.custom-video .video-controls .ln-volume-up .volume-up line {
  stroke-width: 4px;
  fill: none;
}
.custom-video .video-controls .ln-volume-off:before {
  display: none;
}
.custom-video .video-controls .ln-volume-off .volume-off {
  fill: none;
  display: block;
}
.custom-video .video-controls .ln-volume-off .volume-off path,
.custom-video .video-controls .ln-volume-off .volume-off line {
  stroke-width: 4px;
  fill: none;
}
.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: 0.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 {
  float: left;
  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;
  display: block;
  stroke-width: 6px;
  stroke: #fff;
}
.custom-video .video-controls .full-screen::before {
  display: none;
}
.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% - 235px);
  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: -19px;
  padding-top: 20px;
  float: left;
}
.custom-video .volume-wrapper input[type="range"] {
  -webkit-appearance: none;
  -moz-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 {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 65px;
  left: -10px;
  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;
  -o-border-image: initial !important;
     border-image: initial !important;
}
.custom-video svg {
  stroke: #fff;
  stroke-width: 1px;
  fill: #fff;
}
.custom-video svg path {
  fill: #fff;
}
.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: 0.9;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.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;
  -webkit-box-shadow: 0 0 0 1px rgba(237, 28, 36, 0.2);
          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;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          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 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  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 {
  padding: 39px 35px 0 37px;
  max-height: 365px;
  position: relative;
  z-index: 2;
  overflow: auto;
}
.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: -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%;
}
section[data-videoplayer] .replay svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 3px;
  position: relative;
  top: 4px;
}
section[data-videoplayer] .replay svg path {
  fill: none;
}
section[data-videoplayer] .replay svg:hover * {
  stroke: #fff;
}
.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 0.6s linear;
  animation: ball_moveG 0.6s linear;
  -webkit-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;
  -webkit-box-shadow: 0 0 0 1px rgba(237, 28, 36, 0.2);
          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;
}
.reload svg {
  display: block !important;
  margin-top: -4px;
  position: relative;
}
.reload svg path {
  fill: none !important;
  stroke-width: 6px !important;
}
.reload svg polyline {
  fill: #fff;
}
.reload::before {
  display: none;
}
.lnwaudio .progressBar {
  width: calc(100% - 215px);
}
.lnwaudio .right-controls {
  width: 125px !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: -o-linear-gradient(342deg, #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);
  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;
  background: none;
  border: none;
}
.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ln-vdo-content #lnVideoModal .modal-dialog .vdo-content {
  color: #666;
  background-repeat: repeat-x;
  background-image: -o-linear-gradient(342deg, #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 */
  /* Mozilla Firefox */
  /* 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: 0 20px;
  cursor: pointer;
  border-radius: 5px;
  background: #172322;
}
.popup-on-end .replay:hover {
  background: #ed1c24;
}
.lnvloading-error {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9;
  top: 0;
}
.lnvloading-error-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;
}
.lnvloading-error.in {
  display: block;
}
.lnvloading-error .replay {
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 5px;
  background: #172322;
}
.lnvloading-error .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;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.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;
}
/*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;
}
/* 
 * 	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;
  -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;
  -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;
  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;
  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;
  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 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-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;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            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;
  }
}
/* 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;
  -webkit-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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%;
  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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
  /* Mozilla Firefox */
  /* 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 */
  /* IE */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000000 100%);
  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;
  -webkit-box-shadow: none !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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-hero-video .play-video a span,
.category-hero-video .play-video a .icon {
  font-size: 45px !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0 !important;
}
/* Category page hero with a video ends */
/* hero video styles 174744 Differences Campaign Site */
@-webkit-keyframes zoom-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
  75% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(0.02deg);
            transform: scale(1.3) rotate(0.02deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
  75% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(0.02deg);
            transform: scale(1.3) rotate(0.02deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(0.02deg);
            transform: scale(1.3) rotate(0.02deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(0.02deg);
            transform: scale(1.3) rotate(0.02deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.02deg);
            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;
  -webkit-animation: zoom-in 0.3s linear 1;
          animation: zoom-in 0.3s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.background-animation-out {
  -webkit-animation: zoom-out 0.3s linear 1;
          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: 0.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);
  -webkit-box-shadow: none;
          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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
          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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero.hero-base-video .play-video a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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);
    -webkit-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    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;
    -webkit-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    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;
    -webkit-box-shadow: none;
            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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .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 {
    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;
}
/*SVG Icon System*/
.icon-profile-ln,
.ln-icon-svg {
  display: inline-block;
  width: 70%;
  height: 70%;
  stroke: currentColor;
  -webkit-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;
}
.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;
  -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;
}
/*******
Created by  : Kunal Gupta
Date		: 29 july 2018
Comment		: Fro variables, colors, common css rules, inherited classes,  Over right materialize css

********/
.text-light {
  color: #ffffff;
}
.white-bg {
  background: #fff !important;
}
.border-none {
  border: none !important;
}
.border-top-none {
  border-top: none !important;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.no-bg {
  background: none !important;
}
.c-count-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (max-width: 767px) {
  .m-full-width {
    width: 100%;
  }
}
.disable-pointer {
  pointer-events: none;
}
.shadow-1 {
  border: 1px solid #ddd;
  -webkit-box-shadow: -2px 2px 0 0 rgba(111, 111, 111, 0.1);
          box-shadow: -2px 2px 0 0 rgba(111, 111, 111, 0.1);
  padding: 15px;
}
section,
main {
  padding-top: 2.75vw;
  padding-bottom: 3.85vw;
}
@media only screen and (max-width: 767px) {
  section,
  main {
    padding-top: calc(21.1px * 2.5);
    padding-bottom: calc(21.1px * 3.5);
  }
}
#footer-v2 {
  margin-top: 0;
}
#breadcrumb-subnav + section,
#breadcrumb-subnav + main {
  padding-top: 1.1vw;
}
@media screen and (max-width: 991px) {
  #breadcrumb-subnav + section,
  #breadcrumb-subnav + main {
    padding-top: calc(11.1px * 1.5);
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumb-subnav + section,
  #breadcrumb-subnav + main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
}
.row-boot {
  margin-left: -15px;
  margin-right: -15px;
}
.icon-svgcode .icon-wrap svg {
  margin: 0;
  width: 100%;
  height: 100%;
}
aside + .main-content {
  padding: 0 2.2vw;
}
@media only screen and (max-width: 767px) {
  aside + .main-content {
    padding: 0 15px;
  }
}
.topbtn .icon-wrap svg {
  margin: -5px 0 0 0;
}
.topbtn .icon-wrap svg * {
  stroke: #555555;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
.topbtn .title {
  font-size: 12px;
  margin-top: -11px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.5px;
  display: block;
  margin-top: -25px;
}
.topbtn:hover .icon-wrap svg * {
  stroke: #ed1c24;
}
.layer-on .topbtn {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin: 0;
  }
}
.ques li span {
  margin-top: 10px 0;
  display: block;
}
.selected-slots .slots {
  display: block;
  margin-left: 95px;
}
.selected-slots .slots.icon-wrap svg {
  width: 25px;
  vertical-align: bottom;
  margin: 0 5px 0 15px;
}
.selected-slots .slots.icon-wrap svg:first-child {
  margin-left: 0;
}
.selected-slots + .dt-picker {
  margin-left: 95px;
}
#footer-v2 .footer-links .row > div:last-child,
#footer-v2 .footer-links .row > div:nth-last-child(2) {
  height: auto;
}
/*******
Created by  : Kunal Gupta
Date		: 02 Aug 2018
Comment		: For LNU Typography

********/
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  display: block;
  font-weight: 300;
  color: #333333;
  margin-top: 10px;
  font-size: 70%;
}
h1,
.h1 {
  font-size: 2.5vw;
}
@media only screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(15px + 1vw * 2.5);
    line-height: calc(20px + 1vw * 2.5);
  }
}
h3,
.h3 {
  font-weight: 300;
  margin-top: 21px;
  margin-bottom: 15px;
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    line-height: 27px;
    font-size: 25px;
  }
}
h4,
.h4 {
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
.h5,
h5 {
  font-size: 16px;
}
.note {
  font-size: 140%;
}
.heading {
  font-weight: 400;
  color: #555555;
}
.highlight {
  color: #ed1c24;
}
@media only screen and (max-width: 767px) {
  .heading-para {
    margin: 0 -15px;
  }
}
.heading-para .btn,
.heading-para p {
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .heading-para .btn,
  .heading-para p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-para p {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-para > div {
    margin-bottom: calc(21.1px);
  }
  .heading-para > div:last-child {
    margin-bottom: 0;
  }
}
p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
a {
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
  text-decoration: none !important;
  color: #0077cc;
}
a:hover,
a:active {
  outline: none;
}
@media only screen and (max-width: 767px) {
  a {
    font-size: 16px;
  }
}
a.icon-wrap {
  color: #555555;
}
a.icon-wrap:hover {
  color: #ed1c24;
}
.more-link {
  color: #0077cc;
  font-size: 14px;
  text-transform: uppercase;
}
dd .more-link {
  font-weight: 400;
  font-size: 16px;
}
.colon:after {
  content: ":";
  margin: 0 5px;
}
.lead,
li,
p,
label,
.checkbox label,
.checkbox-inline,
.radio-inline,
.radio label {
  font-weight: 300;
}
.two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (max-width: 767px) {
  .two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.table {
  font-size: 16px;
  font-weight: 300;
}
dl {
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  dl {
    font-size: 14px;
  }
}
dl.dl-horizontal dt {
  width: auto;
  float: left;
}
dl.dl-horizontal dt:after {
  content: ":";
  margin: 0 7px;
}
@media only screen and (max-width: 767px) {
  dl.dl-horizontal dt.mob-float-none {
    float: none;
  }
}
dl.dl-horizontal dd {
  margin-left: 0;
  margin-bottom: 5px;
}
dl dt,
dl dd {
  font-weight: 400;
}
dl dd {
  color: #737373;
}
@media only screen and (max-width: 767px) {
  dl dd {
    color: #959595;
  }
}
.info-list-group > .highlight {
  font-size: 1.3vw;
}
.info-list-group .info-list ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: all 200ms ease;
  /* Opera */
  transition: all 200ms ease;
  /* All Browsers */
}
.btn.btn-primary:hover {
  background-color: #0090c6;
}
.btn {
  text-transform: uppercase;
}
.btn small {
  display: block;
  text-transform: none;
}
.cta-1,
.cta-2,
.cta-3,
.cta-4 {
  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;
}
.cta-1 .icon-wrap,
.cta-2 .icon-wrap,
.cta-3 .icon-wrap,
.cta-4 .icon-wrap {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.cta-1 .icon-wrap svg,
.cta-2 .icon-wrap svg,
.cta-3 .icon-wrap svg,
.cta-4 .icon-wrap svg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.cta-1.btn-md,
.cta-2.btn-md,
.cta-3.btn-md,
.cta-4.btn-md {
  font-size: 16px;
  padding: 6px 14px;
}
.cta-1.btn-lg,
.cta-2.btn-lg,
.cta-3.btn-lg,
.cta-4.btn-lg {
  font-size: 18px;
  padding: 10px 25px;
}
.cta-1 {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.cta-1:hover,
.cta-1:focus {
  background-color: #fef1f1;
  color: #ed1c24;
}
.cta-2 {
  border: 1px solid #0077cc;
  color: #0077cc;
}
.cta-2:hover,
.cta-2:focus {
  background-color: #e6f4ff;
  color: #0077cc;
}
.cta-3 {
  border: 1px solid #333333;
  color: #333333;
}
.cta-3:hover,
.cta-3:focus {
  background-color: #e5e5e5;
  color: #333333;
}
.cta-4 {
  border: 1px solid #cccccc;
  color: #0077cc;
}
.cta-4:hover,
.cta-4:focus {
  color: #0077cc;
  background-color: rgba(248, 248, 248, 0.65);
}
.btn.btn-disabled {
  background-color: #eee !important;
  color: #999;
  border: 1px solid #ccc !important;
  text-shadow: unset;
  cursor: not-allowed;
  pointer-events: none;
}
.flip-txt-before-btn:before {
  position: relative;
  content: attr(flip-alt-text);
  margin-right: 5px;
}
.collapsed.flip-txt-before-btn:before {
  content: attr(flip-text);
}
.progress {
  height: 15px;
  margin-bottom: 10px;
}
.btn-disabled {
  cursor: not-allowed;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.chip .icon-wrap svg {
  width: 20px;
  height: 20px;
  margin: -2px -5px 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.chip .icon-wrap svg .s-wide {
  stroke-width: 6px;
}
.input-field {
  margin: 15px 0;
}
.input-field .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  height: 4.5rem;
  line-height: 4.5rem;
}
.input-field .select-wrapper + label,
.input-field .select-wrapper label {
  font-size: 12px;
}
.dropdown-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
.form-control {
  border-radius: 2px;
}
input[type=checkbox],
input[type=radio] {
  margin: 6px 0 0;
}
/**************************************

@Creted by 	: Kunal 
@Date		: 31 July 2018
@Comment	: Modified Hero and bannerComponent 

**************************************/
@media only screen and (max-width: 1200px) {
  body.mobile-ui .hero-banner {
    margin-top: 0;
  }
}
body.home-page .hero {
  height: 35vw;
  overflow: hidden;
}
@media only screen and (max-width: 1679px) {
  body.home-page .hero {
    margin-top: 66px;
  }
}
body.home-page .hero .item {
  height: 35vw !important;
  position: relative;
}
body.home-page .hero .item:after {
  height: 13.81vh;
}
body.home-page .hero .item .container {
  position: relative;
  height: 100%;
  display: table;
}
body.home-page .hero .item .container .row {
  margin: 0;
  padding-top: 0;
  display: table-cell;
  vertical-align: middle;
}
body.home-page .hero .item .container .row header h3 {
  font-size: 4vw;
  line-height: 4vw;
}
body.home-page .hero .item .container .row header p {
  color: #fff;
}
body.home-page .hero .item .container .row header .cta-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
body .hero-banner {
  height: auto !important;
  padding: 0;
  margin-top: 3.87vw;
}
@media only screen and (max-width: 1679px) {
  body .hero-banner {
    margin-top: 66px;
  }
}
body .hero-banner .item {
  position: relative;
}
body .hero-banner .item.background {
  height: auto !important;
  background-size: cover;
  background-position: center;
}
body .hero-banner .item header {
  margin-left: 9.6vw;
  padding: 3vw 0;
}
@media only screen and (max-width: 1200px) {
  body .hero-banner .item header {
    margin-left: 5.6vw;
  }
}
body .hero-banner .item header h3 {
  font-weight: 300;
  margin-bottom: 1.49vw;
  margin-left: -0.31vw;
  font-size: 4vw;
  line-height: 4vw;
}
@media only screen and (max-width: 1200px) {
  body .hero-banner .item header h3 {
    font-size: calc(35px + 2vw);
    line-height: calc(35px + 2vw);
    width: 40vw;
  }
}
body .hero-banner .item header h3 sup {
  top: -1.6em;
  font-size: 30%;
  font-weight: 300;
}
body .hero .hero-banner-carousel .item h4 {
  font-weight: 300;
}
/**************************************

@Creted by 	: Kunal 
@Date		: 31 July 2018
@Comment	: Modified Hero and bannerComponent 

**************************************/
.v2 #breadcrumb-subnav {
  padding: 0.8vw 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .v2 #breadcrumb-subnav {
    padding: 0;
  }
}
.v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li {
  float: left;
}
.v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li + li {
  float: left;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li + li {
    margin-left: 0;
  }
}
.v2 #breadcrumb-subnav .navbar-collapse .nav-pills > li > a {
  border-radius: 2px;
  border: 1px solid #999999;
}
.v2 #breadcrumb-subnav .navbar-collapse .nav-pills .dropdown.open a.dropdown-toggle {
  color: #ffffff;
  background: #525252;
  border: #333333 1px solid;
  text-shadow: 1px 1px 1px #000000;
}
.v2 #breadcrumb-subnav .breadcrumb {
  padding: 4px 0px;
}
@media only screen and (max-width: 1200px) {
  .v2 #breadcrumb-subnav .breadcrumb {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .v2 #breadcrumb-subnav .breadcrumb {
    float: none;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}
.v2 #breadcrumb-subnav .breadcrumb > li {
  display: inline-block;
}
.v2 #breadcrumb-subnav .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.v2 #breadcrumb-subnav .breadcrumb > li a {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .v2 #breadcrumb-subnav .navbar-header {
    float: right;
  }
}
.v2 #breadcrumb-subnav .navbar-header .navbar-toggle {
  padding: 5px 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .v2 #breadcrumb-subnav .navbar-header .navbar-toggle {
    margin: 0;
  }
}
.v2 #breadcrumb-subnav .navbar-header .navbar-toggle .icon-wrap {
  width: 30px;
  height: 30px;
  display: block;
}
.v2 #breadcrumb-subnav .navbar-header .navbar-toggle .icon-wrap svg {
  width: 100%;
  height: 100%;
  margin: 0;
}
/*******
Created by  : Kunal Gupta
Date		: 29 july 2018
Comment		: For LNU Collpasable

********/
.collapsible.tab {
  border: 1px solid #ddd;
  border-bottom: none;
}
.collapsible.tab .panel-default {
  margin-bottom: 0;
}
.collapsible.tab .panel-default .panel-heading .panel-title {
  border: none;
  border-bottom: 1px solid #ddd;
}
.collapsible.tab .panel-default .panel-collapse {
  border-bottom: 1px solid #ddd;
}
.collapsible .panel-default {
  margin-bottom: 5px;
}
.collapsible .panel-default .panel-heading .panel-title {
  cursor: pointer;
  line-height: 1.5;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.collapsible .panel-default .panel-heading .panel-title a {
  color: #555555;
  font-size: 18px;
  display: block;
  padding: 10px 8px 11px 20px;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
@media screen and (max-width: 991px) {
  .collapsible .panel-default .panel-heading .panel-title a {
    font-weight: 400;
  }
}
.collapsible .panel-default .panel-heading .panel-title a[aria-expanded="true"] {
  background: #ddd;
}
.collapsible .panel-default .panel-heading .panel-title a[aria-expanded="true"] .icon-wrap {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.collapsible .panel-default .panel-heading .panel-title a .icon-wrap {
  float: right;
  width: 35px;
  height: 35px;
  margin-top: -3px;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
.collapsible .panel-default .panel-heading .panel-title a .icon-wrap svg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.collapsible .panel-default .panel-collapse {
  padding: 15px;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
.collapsible .panel-default .panel-collapse.collapsible-content.option-2.active {
  margin-bottom: 10px;
}
.collapsible .panel-default .panel-collapse .list-group {
  color: #555555;
  margin-bottom: 0;
}
.collapsible .panel-default .panel-collapse .list-group .list-group-item {
  font-size: 16px;
  padding: 15px 0 0px;
  cursor: pointer;
}
.collapsible .panel-default .panel-collapse .list-group .list-group-item:first-child {
  padding-top: 0;
}
.collapsible .panel-default .panel-collapse .list-group .list-group-item a {
  color: #555555;
}
@media screen and (max-width: 991px) {
  .collapsible .panel-default .panel-collapse .list-group .list-group-item a {
    font-weight: 400;
  }
}
.collapsible .panel-default .panel-collapse .list-group .list-group-item a:hover {
  color: #00aeef;
}
.collapsible .panel-default .panel-collapse .list-group .list-group-item a:hover .badge {
  color: #00aeef;
}
.collapsible .panel-default .panel-collapse .list-group .list-group-item a .badge {
  font-size: 13px;
  float: right;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1px 4px;
}
.collapsible .panel-default .panel-collapse .panel-collapse {
  border: none;
  padding: 0;
}
.collapsible .panel-default .panel-collapse .panel-collapse .list-group-item:first-child {
  padding-top: 15px;
}
.collapsible .panel-default .panel-collapse .more-link {
  padding-top: 15px;
  display: block;
}
.collapsible .panel-default .panel-collapse .more-link span:before {
  content: "All";
}
.collapsible .panel-default .panel-collapse .more-link[aria-expanded="true"] span:before {
  content: "Less";
}
.collapsible-content .content-off {
  max-height: 0;
  opacity: 0;
  font-size: 0;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
.on.collapsible-content .content-off {
  max-height: 1em;
  opacity: 1;
  font-size: inherit;
}
.collapsible-content .more-link span:after {
  content: 'Continue Reading';
}
.collapsible-content .more-link span:before {
  display: none;
}
.close.collapsible-content .more-link span:after {
  content: 'See All';
}
.on.close.collapsible-content .more-link span:after {
  content: 'See Less';
}
.collapsible-content.option-2 {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
.remove-limit {
  position: absolute;
  bottom: -5px;
  background: #fff;
  width: 100% ;
  padding: 0 !important;
  line-height: 22px;
}
.icon-card-container {
  border: 1px solid #ddd;
  padding: 2.2vw;
  padding-top: 0.36666667vw;
  background: #fff;
  -webkit-box-shadow: -2px 2px 0 0 rgba(111, 111, 111, 0.1);
          box-shadow: -2px 2px 0 0 rgba(111, 111, 111, 0.1);
  margin: 2.75vw auto 1.65vw;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* 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: 1200px) {
  .icon-card-container {
    padding: calc(11.1px * 2);
    padding-top: calc(11.1px / 3);
    margin: calc(11.1px * 2.5) auto calc(11.1px * 1.5);
  }
}
@media only screen and (max-width: 767px) {
  .icon-card-container {
    padding: calc(21.1px * 2);
    padding-top: calc(21.1px / 3);
    margin: calc(21.1px * 2.5) auto calc(21.1px * 1.5);
  }
}
.icon-card-container:hover {
  -webkit-box-shadow: -2px 2px 0 0 rgba(111, 111, 111, 0);
          box-shadow: -2px 2px 0 0 rgba(111, 111, 111, 0);
}
.icon-card-container .card-icon {
  width: 100px;
  margin: 0 auto;
}
.icon-card-container .card-heading h4 {
  margin-top: 0;
}
.icon-card-container .card-heading h4 .text-nowrap {
  display: block;
}
.icon-card-container .card-content p {
  margin-bottom: 1.1vw;
}
@media only screen and (max-width: 1200px) {
  .icon-card-container .card-content p {
    margin-bottom: calc(10px + 1.1vw);
  }
}
.rating {
  width: 250px;
  height: 30px;
  display: inline-block;
}
.rating.icon-wrap svg {
  width: 30px;
  height: 30px;
  margin-top: -4px;
}
.four-star.rating.icon-wrap svg:last-child * {
  stroke: #cccccc;
}
.three-star.rating.icon-wrap svg:last-child *,
.three-star.rating.icon-wrap svg:nth-last-child(2) * {
  stroke: #cccccc;
}
.two-star.rating.icon-wrap svg:last-child *,
.two-star.rating.icon-wrap svg:nth-last-child(2) *,
.two-star.rating.icon-wrap svg:nth-last-child(3) * {
  stroke: #cccccc;
}
.one-star.rating.icon-wrap svg:last-child *,
.one-star.rating.icon-wrap svg:nth-last-child(2) *,
.one-star.rating.icon-wrap svg:nth-last-child(3) *,
.one-star.rating.icon-wrap svg:nth-last-child(4) * {
  stroke: #cccccc;
}
@media only screen and (max-width: 767px) {
  .rating {
    width: 65%;
  }
}
/*******
Created by  : Kunal Gupta
Date		: 02 Aug 2018
Comment		: For left nav on search page and user account pages

********/
aside.mobile-aside .close-aside {
  display: none;
}
@media screen and (max-width: 991px) {
  aside.mobile-aside {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
    height: 100%;
    top: 100%;
    overflow-y: scroll;
    padding-bottom: calc(5.8vmax + 15px);
    padding-top: 15px;
    -webkit-transition: 0.25s all ease-in-out;
    /* Safari and Chrome */
    /* Mozilla Firefox */
    /* IE */
    -o-transition: 0.25s all ease-in-out;
    /* Opera */
    transition: 0.25s all ease-in-out;
    /* All Browsers */
  }
  aside.mobile-aside .close-aside {
    display: inline-block;
  }
  aside.mobile-aside .close-aside .icon-wrap {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  body.filter-on aside.mobile-aside {
    top: 5.8vmax;
    overflow-y: scroll;
    z-index: 1;
    margin-top: 0 !important;
  }
}
aside.mobile-aside h5 {
  margin-bottom: 1.32vw;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  aside.mobile-aside h5 {
    margin-bottom: 11.1px;
  }
}
@media screen and (max-width: 991px) {
  aside.left-nav .close-aside {
    display: block;
    text-align: right;
  }
}
aside.left-nav li a {
  color: #555555;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #eeeeee;
  font-weight: 300;
}
aside.left-nav li a span {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
aside.left-nav li a:hover {
  color: #ed1c24;
}
aside.left-nav li.active a {
  font-weight: 400;
  color: #ed1c24;
}
aside.left-nav li:last-child a {
  border: none;
}
aside.left-nav li.sub-menu ul {
  display: none;
  background: #fbfbfb;
}
aside.left-nav li.sub-menu.active a {
  color: #555555;
}
aside.left-nav li.sub-menu.active a:hover {
  color: #ed1c24;
}
aside.left-nav li.sub-menu.active a span {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.class-list-group .my-class {
  padding-left: 15px;
}
.class-list-group .my-class:first-child {
  padding-top: 1.65vw;
}
@media screen and (max-width: 991px) {
  .class-list-group .my-class:first-child {
    padding-top: calc(11.1px);
  }
}
.class-list-group .my-class:last-child hr {
  display: none;
}
.class-list-group .my-class h4 {
  margin-top: 1.1vw;
}
@media only screen and (max-width: 1200px) {
  .class-list-group .my-class h4 {
    margin-top: calc(11.1px);
  }
}
.class-list-group .my-class h4 a {
  font-weight: 400;
}
.class-list-group .my-class .btn {
  float: right;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class .btn {
    float: left;
    margin: 5px 15px 20px 0;
  }
}
.class-list-group .my-class p {
  font-weight: 400;
  color: #6f6f6f;
}
.class-list-group .my-class dl {
  margin-bottom: 10px;
}
.class-list-group .my-class dl dt,
.class-list-group .my-class dl dd {
  line-height: 22px;
  margin-bottom: 1px;
}
.class-list-group .my-class dl dt.doc,
.class-list-group .my-class dl dd.doc {
  width: calc(100% - 95px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.class-list-group .my-class > ul {
  list-style: none;
  margin-top: 1.1vw;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class > ul {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class > ul a {
    float: none !important;
  }
}
.class-list-group .my-class > ul hr {
  margin-bottom: 0.55vw;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class > ul hr {
    float: none !important;
    margin: calc(21.1px) 0 !important;
  }
}
.class-list-group .my-class > ul li:last-child hr {
  display: none;
}
.class-list-group .my-class .class-links {
  padding-left: 5px;
}
.class-list-group .my-class .class-links li {
  padding: 0;
}
.class-list-group .my-class .class-links li:after {
  content: "|";
  padding: 0 10px;
}
.class-list-group .my-class .class-links li:last-child:after {
  display: none;
}
.class-list-group .my-class .class-links li a {
  font-size: 16px;
  font-weight: 400;
}
.class-list-group .my-class hr {
  margin: 1.65vw 0;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class hr {
    margin: calc(21.1px) 0 !important;
  }
}
.class-list-group .my-class-bundel {
  padding-left: 15px;
}
.class-list-group .my-class-bundel:first-child {
  padding-top: 1.65vw;
}
@media screen and (max-width: 991px) {
  .class-list-group .my-class-bundel:first-child {
    padding-top: calc(11.1px);
  }
}
.class-list-group .my-class-bundel:last-child hr {
  display: none;
}
.class-list-group .my-class-bundel h4 {
  margin-top: 1.1vw;
}
@media only screen and (max-width: 1200px) {
  .class-list-group .my-class-bundel h4 {
    margin-top: calc(11.1px);
  }
}
.class-list-group .my-class-bundel h4 a {
  font-weight: 400;
}
.class-list-group .my-class-bundel .btn {
  float: right;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class-bundel .btn {
    float: left;
    margin: 5px 15px 20px 0;
  }
}
.class-list-group .my-class-bundel p {
  font-weight: 400;
  color: #6f6f6f;
}
.class-list-group .my-class-bundel dl {
  margin-bottom: 10px;
}
.class-list-group .my-class-bundel dl dt,
.class-list-group .my-class-bundel dl dd {
  line-height: 22px;
  margin-bottom: 1px;
}
.class-list-group .my-class-bundel dl dt.doc,
.class-list-group .my-class-bundel dl dd.doc {
  width: calc(100% - 95px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.class-list-group .my-class-bundel > ul {
  list-style: none;
  margin-top: 1.1vw;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class-bundel > ul {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class-bundel > ul a {
    float: none !important;
  }
}
.class-list-group .my-class-bundel > ul hr {
  margin-bottom: 0.55vw;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class-bundel > ul hr {
    float: none !important;
    margin: calc(21.1px) 0 !important;
  }
}
.class-list-group .my-class-bundel > ul li:last-child hr {
  display: none;
}
.class-list-group .my-class-bundel .class-links {
  padding-left: 5px;
}
.class-list-group .my-class-bundel .class-links li {
  padding: 0;
}
.class-list-group .my-class-bundel .class-links li:after {
  content: "|";
  padding: 0 10px;
}
.class-list-group .my-class-bundel .class-links li:last-child:after {
  display: none;
}
.class-list-group .my-class-bundel .class-links li a {
  font-size: 16px;
  font-weight: 400;
}
.class-list-group .my-class-bundel hr {
  margin: 1.65vw 0;
}
@media only screen and (max-width: 767px) {
  .class-list-group .my-class-bundel hr {
    margin: calc(21.1px) 0 !important;
  }
}
.class-list-group.transaction dl {
  font-size: 14px;
  margin-left: 20px;
}
.class-list-group.transaction .class-bundle {
  list-style: none;
}
.class-list-group.transaction .class-bundle li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
  color: #6f6f6f;
}
/*******************************************************

Created by  : Kunal Gupta
Date		: 9 Aug 2018
Comment		: Fro search result page

********************************************************/
body.filter-on {
  overflow: hidden;
}
section#search-sorting {
  padding-top: 1.32vw;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  section#search-sorting > .container {
    width: 100%;
    padding: 0;
  }
}
.sort-container {
  background: #f6f6f6;
  padding: 15px !important;
}
@media screen and (max-width: 991px) {
  .sort-container {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .sort-container {
    padding-top: 0;
    text-align: center;
    padding: 5px 15px 15px !important;
  }
}
.sort-container h1 {
  display: inline-block;
  color: #737373;
  margin-top: 7px;
}
.sort-container h1 span {
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
}
.sort-container h1 dd {
  float: left;
  margin-bottom: 0;
}
.sort-container h1 dd h1 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.sort-container .result-count {
  margin-left: 15px;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .sort-container .result-count {
    display: block;
    margin: 10px 0 0;
  }
}
.sort-container .result-count dfn {
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .sort-container .sorting {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sort-container .sorting {
    float: left !important;
    margin-top: 10px;
  }
}
.sort-container .sorting .select {
  font-size: 18px;
  color: #555555;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sort-container .sorting .select {
    margin-right: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .sort-container .sorting .select label {
    font-size: 14px;
  }
}
.sort-container .sorting .select select {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .sort-container .sorting .select select {
    margin: 0;
    height: auto;
    padding: 3px 6px;
    font-size: 16px;
  }
}
.sort-container .sorting .select:last-child select {
  margin-right: 0;
}
.sort-container label {
  margin-right: 10px;
}
.result-list-container .search-filter-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .result-list-container .search-filter-container {
    text-align: center;
  }
}
.result-list-container .search-filter-container .search-filter-chips .chip {
  margin-bottom: 0;
}
.result-list-container .search-filter-container .search-filter-actions {
  padding-top: 2px ;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .result-list-container .search-filter-container .search-filter-actions {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.result-list-container .search-filter-container .search-filter-actions a {
  text-transform: uppercase;
  padding-left: 15px;
  min-width: auto;
  font-size: 12px;
}
.result-list-container .search-filter-container .search-filter-actions a.act-btn {
  padding: 0 3px;
}
.result-list-container .search-filter-container .search-filter-actions a.act-btn.fill svg * {
  fill: #999999;
  stroke: #999999;
}
.result-list-container .search-filter-container .search-filter-actions a.act-btn .icon-wrap {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.result-list-container .search-filter-container .search-filter-actions a.filter-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .result-list-container .search-filter-container .search-filter-actions a.filter-btn {
    display: inline-block;
  }
}
.result-list-container .search-filter-container .search-filter-actions .icon-wrap {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding-right: 0;
}
.result-list-container .search-filter-container .search-filter-actions .icon-wrap svg {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .result-list-container .search-filter-container .search-filter-actions .icon-wrap {
    display: inline-block !important;
    width: 60px;
    padding-right: 15px;
  }
}
.result-filters .input-daterange {
  margin-bottom: 10px;
}
/*******
Created by  : Kunal Gupta
Date		: 02 Aug 2018
Comment		: For Create account , Edit Profile

********/
.dup-row .icon-wrap {
  width: 30px;
  height: 30px;
  line-height: 14px;
  display: none;
}
.active.dup-row .icon-wrap {
  display: inline-block;
}
.dup-row .faux-select {
  display: none;
}
.dup-row + .dup-row .control-label {
  display: none;
}
.dup-row + .dup-row .margin-top-sm {
  margin-top: 10px !important;
}
.dashboard .account-user {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.dashboard .dashboard-heading {
  margin-top: 8px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.dashboard .sort-container .export {
  margin-top: 5px;
}
.dashboard .sort-container .export .checkbox {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .dashboard .sort-container .export .btn {
    margin-left: 0!important;
  }
}
.dashboard .my-fav li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.dashboard .my-fav li .keyword {
  margin: 8px 0;
}
.dashboard .my-fav li span.icon-wrap {
  height: 36px;
  margin-top: 3px;
  cursor: pointer;
}
.course-includes {
  margin-bottom: 25px;
}
.course-includes li {
  margin: 10px 0;
  line-height: 20px;
}
.course-includes li:first-child {
  margin-top: 15px;
}
.course-includes li:last-child {
  margin-bottom: 0;
}
.course-includes li a {
  font-size: 16px;
}
.price span.cost {
  color: #737373;
}
.price span.label:after {
  content: ":";
  margin: 0 7px;
}
.other-bundle {
  padding: 30px;
}
.other-bundle h2 {
  font-size: 25px;
}
.other-bundle .other-classes .list-style-2 {
  list-style: circle;
}
.other-bundle .other-classes .list-style-2 li:last-child p {
  margin-bottom: 0;
}
.sign-in-container h1 small {
  font-size: 16px;
  margin-top: 10px;
  color: #999999;
}
.sign-in-container .sign-in .checkbox label {
  font-size: 16px;
  vertical-align: super;
}
.sign-in-container .sign-in .btn {
  width: 100%;
}
.tab-container {
  position: relative;
  padding-top: 50px;
}
.tab-container .nav-tabs {
  background: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .tab-container .nav-tabs {
    margin-bottom: 20px !important;
  }
}
.tab-container .nav-tabs li {
  border: 1px solid transparent;
  position: relative;
  border-right: 0;
  padding-left: 24px;
  -webkit-transition: 0.2s all ease-in;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.2s all ease-in;
  /* Opera */
  transition: 0.2s all ease-in;
  /* All Browsers */
}
@media only screen and (max-width: 1200px) {
  .tab-container .nav-tabs li {
    height: 70px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-container .nav-tabs li {
    height: auto;
    padding-left: 15px;
  }
}
.tab-container .nav-tabs li:after,
.tab-container .nav-tabs li:before {
  content: "";
  top: 6px;
  width: 33px;
  height: 33px;
  position: absolute;
  right: -17px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #eeeeee;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  -webkit-transition: 0.2s all ease-in;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.2s all ease-in;
  /* Opera */
  transition: 0.2s all ease-in;
  /* All Browsers */
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .tab-container .nav-tabs li:after,
  .tab-container .nav-tabs li:before {
    top: 9px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -26px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-container .nav-tabs li:after,
  .tab-container .nav-tabs li:before {
    display: none;
  }
}
.tab-container .nav-tabs li:before {
  left: -17px;
  right: initial;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .tab-container .nav-tabs li:before {
    left: -26px;
  }
}
.tab-container .nav-tabs li:last-child:after {
  display: none;
}
.tab-container .nav-tabs li:first-child:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .tab-container .nav-tabs li.payment a {
    top: 11px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-container .nav-tabs li.payment a {
    top: 0;
    left: 0px;
  }
}
.tab-container .nav-tabs li a {
  font-weight: 400;
  color: #555555;
  border: none;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .tab-container .nav-tabs li a {
    white-space: pre-line;
  }
}
@media screen and (max-width: 991px) {
  .tab-container .nav-tabs li a {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .tab-container .nav-tabs li a {
    white-space: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}
.tab-container .nav-tabs li.active {
  border: 1px solid #ed1c24;
  background: #fff;
}
.tab-container .nav-tabs li.active:after {
  background: #fff;
  border-color: #ed1c24;
}
.tab-container .nav-tabs li.active:before {
  border-color: #ed1c24;
  z-index: 2;
}
.tab-container .nav-tabs li.active a {
  background: none;
  color: #ed1c24;
  border: none;
  margin: 0;
}
.tab-container .nav-tabs li.active a:hover {
  background: none;
  border: none;
  color: #ed1c24;
}
.tab-container .tab-pane {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .tab-container .tab-pane {
    padding: 0 15px;
  }
}
.tab-container .tab-heading {
  position: absolute;
  margin: 0;
  top: -10px;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .tab-container .tab-heading {
    top: 0;
  }
}
.cart-product-list .product {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}
.cart-product-list .product:last-child {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .cart-product-list .product .heading {
    margin-bottom: 20px;
  }
}
.cart-product-list .product .icon-wrap {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}
.cart-product-list .product .slash {
  text-decoration: line-through;
  color: #999999;
}
.cart-product-list .product .promo-code label {
  font-size: 16px;
  font-weight: 400;
}
.cart-product-list .product .promo-code label:after {
  content: ":";
  margin: 0 7px;
}
@media only screen and (max-width: 767px) {
  .cart-product-list .product .promo-code label {
    display: none;
  }
}
.cart-product-list .product .promo-code .promo-code-input {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 2px;
}
.cart-product-list .product .promo-code .promo-code-input input {
  border: none;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  width: calc(100% - 30px);
}
.cart-product-list .product .promo-code .promo-code-input input:focus {
  outline: 0;
}
.cart-product-list .product .promo-code .promo-code-input .icon-wrap {
  margin: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #eeeeee;
}
.cart-product-list .product .promo-code .promo-code-input .icon-wrap:hover {
  background: #eeeeee;
  color: #999999;
}
.cart-product-list .product .promo-code .promo-code-input .icon-wrap:hover svg:hover * {
  stroke: #999999;
}
@media only screen and (max-width: 767px) {
  .order-total {
    margin-top: 30px;
  }
}
.order-total p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .cart-my-class {
    float: left !important;
  }
}
.order-thanku {
  font-size: 29px;
}
@media only screen and (max-width: 767px) {
  .order-thanku {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1200px) {
  .location-container .h3 {
    margin-top: 13px!important;
  }
}
@media only screen and (max-width: 767px) {
  .location-container .h3 {
    margin-top: 15px!important;
  }
}
.location-container .map {
  display: inline-block;
  margin-top: -3px;
}
.location-container .map a .icon-wrap {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
}
.location-container .map a .icon-wrap svg:hover * {
  stroke: #004a80;
}
.result-list .correct {
  position: relative;
  display: inline-block;
}
.result-list .correct:before {
  content: "";
  background: #deefc9;
  position: absolute;
  width: calc(100% + 35px);
  height: 100%;
  left: -25px;
  border-radius: 50px;
}
.result-list .correct .icon-wrap {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -20px;
  background: #43B02A;
  border-radius: 50%;
  top: 5px;
}
.result-list .correct .icon-wrap svg {
  vertical-align: top;
}
.result-list .correct .icon-wrap svg * {
  stroke-width: 13px;
  stroke: #fff;
}
.result-list .correct small {
  z-index: 2;
  position: relative;
  font-weight: 400;
}
.result-list .incorrect {
  position: relative;
  display: inline-block;
}
.result-list .incorrect:before {
  content: "";
  background: #deefc9;
  position: absolute;
  width: calc(100% + 35px);
  height: 100%;
  left: -25px;
  border-radius: 50px;
}
.result-list .incorrect .icon-wrap {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -20px;
  background: #43B02A;
  border-radius: 50%;
  top: 5px;
}
.result-list .incorrect .icon-wrap svg {
  vertical-align: top;
}
.result-list .incorrect .icon-wrap svg * {
  stroke-width: 13px;
  stroke: #fff;
}
.result-list .incorrect small {
  z-index: 2;
  position: relative;
  font-weight: 400;
}
.result-list .incorrect:before {
  background: #ffd5dd;
}
.result-list .incorrect .icon-wrap {
  background: #E4002B;
}
.result-list .incorrect .icon-wrap svg * {
  stroke-width: 9px;
}
.calendar-container .calendar-header .mm-dd-yy-dy .dd,
.calendar-container .calendar-header .mm-dd-yy-dy .dy {
  display: none;
}
.calendar-container .calendar-header .mm-dd-yy-dy .mm-yy {
  display: block;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-size: 50px;
  margin: 30px 0;
}
.calendar-container .calendar-header .mm-dd-yy-dy .mm-yy small,
.calendar-container .calendar-header .mm-dd-yy-dy .mm-yy .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.calendar-container .calendar-header .mm-dd-yy-dy .mm-yy small,
.calendar-container .calendar-header .mm-dd-yy-dy .mm-yy .small {
  font-size: 65%;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-header .mm-dd-yy-dy .mm-yy {
    margin-bottom: 20px !important;
    font-size: 25px;
    margin-top: 0;
  }
}
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .dd {
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-header .mm-dd-yy-dy.full-date .dd {
    font-size: 50px;
  }
}
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .dd .suffix {
  font-size: 25px;
  vertical-align: top;
  top: 1.5em;
  font-weight: 400;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-header .mm-dd-yy-dy.full-date .dd .suffix {
    font-size: 15px;
    vertical-align: top;
    top: 0.9em;
    font-weight: 400;
    left: 5px;
  }
}
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .dy {
  font-size: 25px;
  text-transform: capitalize;
  display: inline-block;
  margin-left: -15px;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-header .mm-dd-yy-dy.full-date .dy {
    font-size: 20px;
  }
}
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .mm-yy {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1;
}
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .mm-yy:nth-letter(n) {
  display: none;
}
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .mm-yy:nth-letter(1),
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .mm-yy:nth-letter(2),
.calendar-container .calendar-header .mm-dd-yy-dy.full-date .mm-yy:nth-letter(3) {
  display: inline-block;
}
.pop-open.calendar-container .calendar-header .mm-dd-yy-dy.full-date .mm-yy {
  opacity: 0.5;
  display: block;
}
.calendar-container .calendar-header .calendar-btn {
  margin-top: 30px;
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  color: #555555;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* 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: 767px) {
  .calendar-container .calendar-header .calendar-btn {
    margin: 0;
    width: 40px;
    height: 40px;
  }
}
.calendar-container .calendar-header .calendar-btn:hover {
  border-color: #0077cc;
  background: #e6f4ff;
}
.calendar-container .calendar-header .calendar-btn:hover svg * {
  stroke: #0077cc;
}
.calendar-container .calendar-header .calendar-btn svg {
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
.calendar-container .calendar-header .calendar-btn.pre {
  opacity: 0.5;
  margin-left: calc(100% - 110px);
  margin-right: 10px;
  cursor: not-allowed;
}
.calendar-container .calendar-header .calendar-btn.pre:hover {
  border-color: #b3b3b3;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-header .calendar-btn.pre {
    margin-right: 0;
    margin-left: 0;
  }
}
.calendar-container .calendar-header .calendar-btn.pre svg:hover * {
  stroke: #555555;
}
.calendar-container .calendar-header .calendar-btn.pre.active {
  opacity: 1;
  cursor: pointer;
}
.calendar-container .calendar-header .calendar-btn.pre.active:hover {
  border-color: #0077cc;
  background: #e6f4ff;
}
.calendar-container .calendar-header .calendar-btn.pre.active:hover svg * {
  stroke: #0077cc;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-header .calendar-btn.next {
    float: right;
  }
}
.calendar-container .calendar-dates-container .box > div {
  float: left;
  width: calc(100% / 7);
}
.calendar-container .calendar-dates-container .calendar-days {
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-dates-container .calendar-days {
    display: none;
  }
}
.calendar-container .calendar-dates-container .calendar-days > div {
  text-align: right;
  font-size: 15px;
  padding: 10px 15px;
  color: #555555;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  border-left: 0;
}
.calendar-container .calendar-dates-container .calendar-days > div:first-child {
  border-left: 1px solid #e2e2e2;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-dates-container .calendar-dates-wrapper {
    border-top: 1px solid #e2e2e2;
  }
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates {
  border: 1px solid #e2e2e2;
  border-top: 0;
  border-left: 0;
  position: relative;
  background: #fff;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top: 0;
  }
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates:nth-child(7n+1) {
  border-left: 1px solid #e2e2e2;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates:hover {
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1;
  position: relative;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates:hover .date-info,
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates:hover .date {
  color: #333333;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates:after {
  content: "";
  position: absolute;
  right: -27px;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #333333;
  z-index: 1;
  display: none;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates.pos-bottom:after {
  top: inherit;
  bottom: 25px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates.diff-month .date {
  opacity: 0.3;
  color: #6f6f6f;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date {
  font-size: 20px;
  color: #6f6f6f;
  text-align: right;
  line-height: 16px;
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date {
    margin-bottom: 40px !important;
  }
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info {
  font-size: 13px;
  color: #6f6f6f;
  position: relative;
  line-height: 16px;
  position: absolute;
  bottom: 10px;
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info.indicator .data:before {
  content: attr(count);
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info.indicator:before,
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info.indicator:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: -15px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info.indicator.cr:after {
  background: #43B02A;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info.indicator.cr.cert:after {
  left: 12px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-info.indicator.cert:before {
  background: #00B0B9;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule {
  display: none;
  top: -16px;
  position: absolute;
  width: 250%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
  padding: 20px;
  padding-bottom: 25px;
  z-index: -1;
  right: -260%;
}
@media only screen and (max-width: 1200px) {
  .calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule {
    width: 200%;
    right: -210%;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule {
    width: calc(100% - 30px);
    left: 50%!important;
    top: 50%;
    position: fixed;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule:before {
  content: "";
  width: 2px;
  height: calc(100% - 75px);
  position: absolute;
  left: 35px;
  top: 45px;
  background: #555555;
  z-index: -1;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper {
  max-height: calc((90vh - 3.87vw) - 70px);
  overflow: hidden;
  overflow: auto;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper:after,
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper:before {
  content: "";
  position: absolute;
  height: 30px;
  z-index: 1;
  width: calc(100% - 68px);
  right: 38px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333333));
  background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#ff333333', GradientType=0);
  bottom: 24px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(rgba(51, 51, 51, 0)));
  background-image: -o-linear-gradient(top, #333333 0%, rgba(51, 51, 51, 0) 100%);
  background-image: linear-gradient(to bottom, #333333 0%, rgba(51, 51, 51, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#00333333', GradientType=0);
  top: 62px;
  height: 20px;
  width: calc(100% - 78px);
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper::-webkit-scrollbar {
  width: 10px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper::-webkit-scrollbar-track {
  background: #666;
  border-radius: 2px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 2px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data {
  font-size: 14px;
  color: #555555;
  position: relative;
  padding: 20px 30px;
  top: 0;
  -webkit-transition: 0.25s all ease-in-out;
  /* Safari and Chrome */
  /* Mozilla Firefox */
  /* IE */
  -o-transition: 0.25s all ease-in-out;
  /* Opera */
  transition: 0.25s all ease-in-out;
  /* All Browsers */
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data:last-child {
  margin-bottom: 30px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data:last-child:after {
  content: "";
  background: #999999;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 12px;
  bottom: -25px;
  border-radius: 50%;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 14px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data .cTitle {
  color: #d5d5d5;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data .cTitle:hover {
  color: #fff;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data[type="Cert"]:before {
  background: #00B0B9;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .data-wrapper .data[type="Class"]:before {
  background: #43B02A;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .schedule {
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0px !important;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .schedule .schedule-head {
  padding: 3px 10px;
  color: #999999;
  background: #555555;
  display: inline-block;
  border-radius: 2px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .schedule .icon-wrap {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .schedule .icon-wrap svg * {
  stroke: #fff;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .more {
  padding: 0 0 0 30px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .sliber-btn {
  position: absolute;
  bottom: 50px;
  right: 10px;
  z-index: 1;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .sliber-btn .icon-wrap {
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  margin: 5px 0px;
}
.calendar-container .calendar-dates-container .calendar-dates-wrapper .calendar-dates .date-schedule .sliber-btn .icon-wrap svg {
  stroke: #d5d5d5;
}
.calendar-container.pop-open .calendar-days {
  background: #eeeeee;
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates {
  background: #f7f7f7;
  opacity: 0.4;
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active {
  background: #fff;
  opacity: 1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active {
    position: static;
  }
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active:after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active:after {
    display: none;
  }
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date-info,
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date {
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date-info {
    display: none;
  }
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date-schedule {
  display: block;
  z-index: 2;
  background: #333333;
  border-radius: 2px;
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date-schedule span.cTime {
  color: #999999;
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date-schedule span.cTime span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.calendar-container.pop-open .calendar-dates-container .calendar-dates-wrapper .calendar-dates.active .date-schedule span.cTime svg:hover * {
  stroke: #999999;
}
.calendar-container.weekdays .calendar-dates-container .box > div {
  width: calc(100% / 5);
}
@media only screen and (max-width: 767px) {
  .calendar-container.weekdays .calendar-dates-container .box > div {
    width: 100%;
  }
}
.calendar-container.weekdays .calendar-dates-container .box > div:nth-child(7n),
.calendar-container.weekdays .calendar-dates-container .box > div:nth-child(7n+1) {
  display: none;
}
.calendar-container.weekdays .calendar-dates-container .box > div:nth-child(7n+2) {
  border-left: 1px solid #e2e2e2;
}
.calendar-container.weekdays .calendar-dates-container .box > div.calendar-dates:nth-child(7n-1):after,
.calendar-container.weekdays .calendar-dates-container .box > div.calendar-dates:nth-child(7n-2):after {
  left: -27px;
  right: inherit;
  -webkit-box-shadow: 6px -3px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 6px -3px 10px -3px rgba(0, 0, 0, 0.2);
}
.calendar-container.weekdays .calendar-dates-container .box > div.calendar-dates:nth-child(7n-1) .date-schedule,
.calendar-container.weekdays .calendar-dates-container .box > div.calendar-dates:nth-child(7n-2) .date-schedule {
  left: -260%;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .calendar-container.weekdays .calendar-dates-container .box > div.calendar-dates:nth-child(7n-1) .date-schedule,
  .calendar-container.weekdays .calendar-dates-container .box > div.calendar-dates:nth-child(7n-2) .date-schedule {
    left: -210%;
  }
}
.calendar-filters {
  margin-top: 115px;
}
@media only screen and (max-width: 1200px) {
  .calendar-filters {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-filters {
    margin-bottom: 20px !important;
  }
}
.calendar-filters .checkbox {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 30px;
  font-size: 16px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .calendar-filters .checkbox {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .calendar-filters .checkbox {
    margin-bottom: 0;
  }
}
.star-rating {
  background-color: #e2e2e2;
  display: inline-block;
  width: 119px;
  height: 20px;
  -webkit-appearance: none;
  border: none;
  -mask: url(../images/stars.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  mask-type: luminance;
  /* white = transparent, grays = semi-transparent, black = opaque */
  color: #ed1c24;
  position: relative;
  background-image: url(../images/stars-negative.svg);
  background-size: contain;
}
progress::-ms-fill {
  border: none;
  background-image: url(../images/stars-negative.svg);
  background-size: cover;
}
progress[value]::-webkit-progress-bar {
  background-color: #e2e2e2;
}
progress[value]::-moz-progress-bar {
  background-color: #ed1c24;
}
progress[value] {
  -webkit-mask: url(../images/stars.svg);
  -webkit-mask-size: contain;
  -webkit-mask-type: luminance;
  /* white = transparent, grays = semi-transparent, black = opaque */
}
progress[value]::-webkit-progress-value {
  background-color: #ed1c24;
}
/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  border: 1px solid #0077cc;
  color: #0077cc;
  background-color: #e6f4ff;
  padding: 0;
  min-width: auto;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active:hover {
  border-color: #0077cc;
  background-color: #b3dfff;
  color: #0077cc;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  border: 1px solid #333333;
  color: #333333;
  background-color: #e5e5e5;
  padding: 0;
  min-width: auto;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  border-color: #333333;
  color: #333333;
  background-color: #cccccc;
}
.datepicker table tr td.range {
  border: 0;
  color: #333333;
  background-color: #f2f2f2;
  border-left: 0;
  border-right: 0;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: rgba(238, 238, 238, 0);
  color: rgba(120, 120, 120, 0.48);
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  opacity: 0.5;
}
.input-daterange .date-seprator {
  background: #eeeeee;
  width: 46px;
  color: #999999;
  display: inline-block;
  margin: 0 -3px 0 -3px;
  height: 41px;
  vertical-align: bottom;
}
.block-date.input-daterange .date-seprator {
  background: none;
  display: block;
  margin: 0 auto;
}
.input-daterange .date-input {
  border-radius: 3px 0 0 3px;
}
.input-daterange .input-group-addon {
  line-height: 2.8;
  font-size: 14px;
}
.date-input {
  width: calc(50% - 24px);
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.date-input input {
  width: calc(100% - 40px);
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999999;
}
.date-input a.icon-wrap {
  display: inline-block;
  width: 36px;
  vertical-align: bottom;
  padding-left: 6px;
  height: 39px;
  color: #555555;
}
.date-input:last-child input {
  border-radius: 0 3px 3px 0;
}
@media only screen and (max-width: 767px) {
  .date-input:last-child input {
    font-size: 16px;
  }
}
.block-date .date-input {
  width: 100%;
  display: block;
}
.block-date .date-input input {
  text-align: left;
  color: #999999;
}
.modal .date-time-picker .time-picker .nav {
  width: 100%;
  margin-left: 0;
}
.modal .date-time-picker .time-picker .nav .dropdown {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-toggle {
  color: #999999;
  padding: 8px 14px;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .modal .date-time-picker .time-picker .nav .dropdown .dropdown-toggle {
    padding: 8px 8px;
    font-size: 16px;
  }
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-toggle:focus {
  background: none;
}
.modal .date-time-picker .time-picker .nav .dropdown .caret {
  margin-top: 13px;
  float: right;
}
.modal .date-time-picker .time-picker .nav .dropdown > a:hover {
  background: none;
}
.modal .date-time-picker .time-picker .nav .dropdown.open > a {
  background: none;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu {
  width: 100%;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li {
  display: none;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li.alert {
  display: block;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li > a {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li > a em {
  float: right;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li > a .c-time {
  float: left;
}
.modal .date-time-picker .time-picker .nav .dropdown .dropdown-menu li > a.disable-pointer {
  opacity: 0.5;
}
.modal .date-time-picker .action-btn {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .modal .date-time-picker .action-btn .add-btn-container {
    margin-right: 0!important;
  }
}
.modal .date-time-picker .date-selected .time-picker .nav .dropdown .dropdown-menu li {
  display: block;
}
.modal .date-time-picker .date-selected .time-picker .nav .dropdown .dropdown-menu li.alert {
  display: none;
}
.modal .date-time-picker .date-selected.active .time-picker .nav .dropdown .dropdown-menu li.default {
  display: none;
}
/*# sourceMappingURL=lnu-styles-b3.css.map */