/**
 * CSS styles for single blog post pages
 * /wp-content/themes/assets/less/single.less
 */
/*! 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
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: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.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 {
  content: '\2014 \00A0';
}
.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: 20px;
  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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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;
  width: 100%;
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 30px;
}
@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: 20px;
}
.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: #dff0d8;
}
.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: #d0e9c6;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: #fcf8e3;
}
.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: #faf2cc;
}
.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: #f2dede;
}
.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: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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: 27px;
}
.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;
  position: relative;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-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;
  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;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn svg,
.btn img.fallback {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 2px;
}
.btn svg *,
.btn img.fallback * {
  fill: #fff;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-green {
  color: #fff;
  background-color: #009b2a;
  border-color: #009b2a;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #00721f;
  border-color: #005e19;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #009b2a;
  border-color: #009b2a;
}
.btn-green .badge {
  color: #009b2a;
  background-color: #fff;
}
.btn-blue {
  color: #fff;
  background-color: #009fda;
  border-color: #009fda;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #0081b1;
  border-color: #00729d;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #009fda;
  border-color: #009fda;
}
.btn-blue .badge {
  color: #009fda;
  background-color: #fff;
}
.btn-white {
  color: #009fda;
  background-color: #fff;
  border-color: #86D1ED;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #009fda;
  background-color: #ebebeb;
  border-color: #51bde5;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #86D1ED;
}
.btn-white .badge {
  color: #fff;
  background-color: #009fda;
}
.btn-white:hover {
  background: #0081B1;
  color: #fff;
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #000;
  border-color: #000;
}
.btn-black .badge {
  color: #000;
  background-color: #fff;
}
.btn-black:hover {
  background: #333;
}
.btn-red {
  color: #fff;
  background-color: #800026;
  border-color: #800026;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #57001a;
  border-color: #430014;
}
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #800026;
  border-color: #800026;
}
.btn-red .badge {
  color: #800026;
  background-color: #fff;
}
.btn-red:hover {
  background: #333;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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-default {
  padding: 12px 20px;
  font-size: 19px;
  line-height: 1;
  border-radius: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 40px;
  font-size: 23px;
  line-height: 1;
  border-radius: 0;
}
.btn-sidebar {
  padding: 10px 10px;
  font-size: 19px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  text-align: left;
}
.btn-lg2 {
  padding: 20px 30px;
  font-size: 23px;
  line-height: 1;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-arrow:after {
  content: "\e3b5";
  font-family: 'icomoon';
  position: absolute;
  font-size: 32px;
}
.btn-lg2.btn-arrow {
  padding-right: 60px;
}
.btn-lg2.btn-arrow:after {
  top: 17px;
  right: 16px;
}
.btn-sidebar.btn-arrow {
  padding-right: 60px;
}
.btn-sidebar.btn-arrow:after {
  top: 8px;
  right: 4px;
  font-size: 26px;
}
.btn-black.btn-arrow:after {
  color: #b3b3b3;
}
.btn-default.btn-arrow {
  padding-right: 45px;
}
.btn-default.btn-arrow:after {
  top: 11px;
  right: 10px;
  font-size: 22px;
}
.btn-lg.btn-arrow {
  padding-right: 65px;
}
.btn-lg.btn-arrow:after {
  top: 17px;
  right: 22px;
}
.btn-icon {
  padding-left: 50px;
}
.btn-file {
  padding-left: 36px;
  font-size: 16px !important;
}
.btn-file i {
  font-size: 36px;
  position: absolute;
  top: 4px;
  left: 0px;
}
.btn-file span.price {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  position: relative;
  left: 8px;
}
.btn-file:after {
  display: none;
}
.btn-file.loading {
  opacity: 0.7;
  position: relative;
  pointer-events: none;
  font-size: 0px!important;
  min-height: 42px;
}
.btn-file.loading > * {
  display: none;
}
.btn-file.loading:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-top: 3px solid #ffffff;
  /* Safari */
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  transition: all height 0.35s ease ease-out;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../eot/glyphicons-halflings-regular.eot');
  src: url('../eot/glyphicons-halflings-regulard41d.eot#iefix') format('embedded-opentype'), url('../woff/glyphicons-halflings-regular.woff') format('woff'), url('../ttf/glyphicons-halflings-regular.ttf') format('truetype'), url('../svg/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 9px 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: #428bca;
}
.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: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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: 4px 4px 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: 4px;
}
.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: 4px 4px 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: 4px;
}
.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: #428bca;
}
.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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header {
  float: left;
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: 4px;
}
.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: 7.5px -15px;
  float: left;
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    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: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@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;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.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;
  }
}
/**
 * LESS colour variable
 * /wp-content/themes/assets/less/imports/colours.less
 */
/**
 * LESS Mixins
 * /wp-content/themes/assets/less/imports/mixins.less
 */
@font-face {
  font-family: 'Leckerli One';
  src: url('../woff2/leckerlione-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otaribold-limited';
  src: url('../woff2/otari-bold-limited.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-bolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-extrabold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../woff2/lato-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../woff2/lato-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-extrabold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../woff2/lato-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans-bolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../woff2/lato-bolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../woff2/lato-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../woff2/opensans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../woff2/lato-italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: 'otaribold-limited', sans-serif;
}
.font-header {
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(0%) translateY(0%);
    opacity: 0.2;
  }
  50% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/*
==============================================
pulse2
==============================================
*/
.pulse2 {
  animation-name: pulse2;
  -webkit-animation-name: pulse2;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * Default Flexslider styles
 * /wp-content/themes/assets/less/imports/flexslider.less
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0 80px;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  font-family: 'icomoon';
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 55px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #b3b3b3;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.flexslider .flex-prev {
  left: 10px;
}
.flexslider .flex-next {
  right: 10px;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: '\e3b3';
}
.flex-direction-nav a.flex-next:before {
  content: '\e3b1';
}
/* Pause/Play */
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #009fda;
}
.flex-control-paging li a.flex-active {
  background: #009fda;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: iconfont;
  src: url("../eot/iconfontd41d.eot#iefix") format("embedded-opentype"), url("../woff2/iconfont.woff2") format("woff2"), url("../woff/iconfont.woff") format("woff"), url("../ttf/iconfont.ttf") format("truetype"), url("../svg/iconfont.svg#iconfont") format("svg");
  font-style: normal;
  font-weight: 400;
}
.iconfont {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.iconfont-24-7::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea01";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-addons::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea02";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-formdocs::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea03";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-id::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea04";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-lbg::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea05";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-llp::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea06";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-ltd::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea07";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-name::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea08";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-plc::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea09";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-FAQ-psc::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0a";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-about::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0b";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-agents::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0c";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-agents-3::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0d";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-alert::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0e";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-annual-returns::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea0f";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-automate::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea10";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-basket::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea11";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-blog::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea12";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-business::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea13";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-careers::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea14";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-case-studies::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea15";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-clock1::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea16";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-cog::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea17";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-comments::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea18";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-compliance::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea19";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-constant-maintaining::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea1a";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-contact::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea1b";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-data-protection::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea1c";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-data-security-011::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea1d";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-design-head::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea1e";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-dormant-accounts::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea1f";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-downloads::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea20";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-efficiency::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea21";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-extra::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea22";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-faqs::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea23";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-research-statistics::before,
.iconfont-chart::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: icomoon!important;
  content: "\e913";
  font-size: 20px!important;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.iconfont-features-011-1::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea24";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-finance::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea25";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-flexible::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea26";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-form-comp-offerB::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea27";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-form-company::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea28";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-free-hands::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea29";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-free1::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea2a";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-growth::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea2b";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icon-cursor::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea2c";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icon_board-minutes::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea2d";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icon_board-resolutions::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea2e";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icon_company-letters::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea2f";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icon_forms-certificates::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea30";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icon_shareholder-meetings::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea31";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-icons-documents-1::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea32";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-id::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea33";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-industry-leading::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea34";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-large-small::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea35";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-light::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea36";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-manage-company::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea37";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-managed-access::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea38";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-meet-the-team-01-1::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea39";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-multiple-companies::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea3a";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-multiple-companies-3::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea3b";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-news::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea3c";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-officer-records::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea3d";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-online24::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea3e";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-overview::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea3f";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-play::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea40";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-plus-icon::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea41";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-pricing::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea42";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-quote::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea43";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-reminders::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea44";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-resources-01-1::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea45";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-secure::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea46";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-secure-cloud-storage::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea47";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-secure-connections::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea48";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-shareholder-records::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea49";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-single-companies::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea4a";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-single-companies-3::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea4b";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-statutory-registers::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea4c";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-steps::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea4d";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-support::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea4e";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-testimonials::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea4f";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-testimonials-blue::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea50";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-unlimit-submissions::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea51";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-updates::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea52";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-user-access-control::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea53";
  font-size: 25px;
  margin-right: 5px;
}
.iconfont-why-01-01::before {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\ea54";
  font-size: 25px;
  margin-right: 5px;
}
/**
 * Global website header styes
 * /wp-content/themes/assets/less/imports/header.less
 */
header .no-blk-menu .sign-up-log-on {
  top: -4px;
  right: 30px;
}
.sign-up-log-on {
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: 1000;
  width: 565px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sign-up-log-on {
    display: none;
  }
}
.sign-up-log-on a {
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
}
.sign-up-log-on a i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.sign-up-log-on a.signup {
  background: #009b2a;
}
.sign-up-log-on a.signup:before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #005030 transparent;
  position: absolute;
  top: 0px;
  left: -5px;
}
.sign-up-log-on a.signup:hover {
  background: #005030;
}
.sign-up-log-on a.login {
  background: #b3b3b3;
  margin-left: 8px;
}
.sign-up-log-on a.login:before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #6D6E6E transparent;
  position: absolute;
  top: 0px;
  left: -5px;
}
.sign-up-log-on a.login:hover {
  background: #6D6E6E;
}
.sign-up-log-on a.company-formations-link {
  background: #BB133E;
  width: 155px;
  height: 34px;
  display: block;
  text-align: left;
  padding: 6px 10px 6px 30px;
  line-height: 1.1;
  position: absolute;
  top: 0px;
  left: -370px;
  font-size: 10px;
}
.sign-up-log-on a.company-formations-link i.icon-pie-chart {
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 17px;
}
.sign-up-log-on a.company-formations-link i.icon-arrow-right2 {
  position: absolute;
  right: -2px;
  font-size: 28px;
}
.sign-up-log-on a.company-formations-link:before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0px 0px 5px;
  border-color: transparent transparent transparent #005030;
  position: absolute;
  top: 0px;
  right: -5px;
}
.sign-up-log-on a.company-formations-link:hover {
  background: #8d0e2f;
}
header .sign-up-log-on {
  top: 90px;
}
.page-section .sign-up-log-on {
  top: -72px;
  opacity: 0;
}
.banner {
  background: #edf8fc;
  color: #000;
  width: 100% !important;
  margin-bottom: 0px;
  position: relative;
  border-bottom: none;
}
.banner .navbar-header {
  width: 250px;
}
.banner .navbar-brand {
  height: 80px;
  padding: 0px;
  position: relative;
  top: 15px;
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .banner .navbar-brand {
    top: 10px;
  }
}
.banner .navbar-brand img {
  width: 200px;
  height: 40px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .banner .navbar-brand img {
    width: 251px;
    height: 50px;
    margin-top: 13px;
  }
}
.banner .navbar-nav {
  float: right;
  margin: 29px auto;
}
.banner .navbar-nav.login-nav {
  width: 262px;
}
.banner .navbar-nav.new-nav {
  width: 257px;
}
.banner .navbar-nav li {
  margin-left: 2px;
}
.banner .navbar-nav li a {
  color: #000;
  padding: 8px 17px 8px 13px;
  font-size: 15px;
}
.banner .navbar-nav li a:hover {
  background: #40b7e3;
  color: #fff;
}
.banner .navbar-nav li .dropdown-menu {
  background-color: #333333;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  z-index: 1001;
  min-width: 220px;
}
.banner .navbar-nav li.active a {
  color: #009fda;
}
.banner .navbar-nav li.active a:hover {
  background-color: #333333;
  color: #fff;
}
.banner .navbar-nav li.hover a {
  background-color: #40b7e3;
  color: #fff;
}
.banner .navbar-nav li.no-hover a {
  color: #000;
  background: none;
}
.banner .navbar-nav li.no-hover a:after {
  display: none;
}
.banner .navbar-nav li.no-hover a:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .navbar-brand {
    height: 40px!important;
    top: 12px!important;
    left: 20px!important;
  }
  .navbar-brand img {
    width: 160px!important;
    height: auto!important;
    margin-top: 5px!important;
  }
}
div.company-formations {
  background: #bb133e;
  padding: 2px 0 4px;
  text-align: center;
  height: 27px;
  vertical-align: top;
}
div.company-formations a {
  color: #fff;
  font-size: 13px;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
div.company-formations a i {
  margin-right: 6px;
  position: relative;
  bottom: -1px;
}
div.company-formations a em {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
div.company-formations a img {
  left: 0px;
  top: -4px;
  position: absolute;
  z-index: 1001;
}
/**
 * Mobile (primary) Navigation styes
 * /wp-content/themes/assets/less/imports/mobile-navigation.less
 */
.home .mobile-menu .sign-up-log-on {
  position: relative;
}
.mobile-menu .dropdown .iconIncluded::before {
  font-size: 35px;
}
.mobile-menu .dropdown .dropdown-menu .iconIncluded::before {
  font-size: 25px;
}
.mobile-menu .iconfont-contact::before {
  font-size: 35px;
}
.mobile-menu .sign-up-log-on {
  position: static;
  top: auto;
  width: 100%;
  text-align: left;
}
.mobile-menu .sign-up-log-on svg {
  width: 50px;
  height: 50px;
}
.mobile-menu .sign-up-log-on a {
  color: #333;
  position: relative;
  top: -20px;
  transition: all 0.2s;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.mobile-menu .sign-up-log-on a:before {
  display: none;
}
.mobile-menu .navbar-nav li {
  display: block;
  width: 100%;
  position: relative;
}
.mobile-menu .navbar-nav li a {
  color: #fff;
  transition: 0.4s all;
  padding: 5px;
  display: flex;
  align-items: center;
  /*
				.caret{
					content:"+";
					float:right;
					border: none;
					display:block;
					height: 20px;
					width:20px;
					background: @grey;
					color:#fff;

					text-align: center;
					text-indent: 0;
					&:before{
						content:"+";
						font-family: open_sansregular, helvetica, arial, sans-serif;
						color: #333;
						font-size: 28px;
					}
				}
				&:before{
					font-family: 'icomoon';
					font-size: 40px;
					position:absolute;
					top:16px;
					left:10px;
				}
*/
}
.mobile-menu .navbar-nav li a:focus,
.mobile-menu .navbar-nav li a:active {
  background-color: transparent;
}
.mobile-menu .navbar-nav li a:hover {
  background: #666666;
}
.mobile-menu .navbar-nav li a svg {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.mobile-menu .navbar-nav li a svg path,
.mobile-menu .navbar-nav li a svg rect,
.mobile-menu .navbar-nav li a svg circle,
.mobile-menu .navbar-nav li a svg polygon {
  fill: white;
  stroke: white;
}
.mobile-menu .navbar-nav li a .iconWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  padding: 4px;
  text-align: center;
}
.mobile-menu .navbar-nav li a .iconWrap i {
  font-size: 36px;
}
.mobile-menu .navbar-nav li a .iconWrap i.icon-arrow-right {
  font-size: 24px;
  margin-top: 8px;
  display: block;
}
.mobile-menu .navbar-nav li a b {
  display: block;
  padding: 3px;
  background: #666666;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 12px;
}
.mobile-menu .navbar-nav li a b i {
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 4px;
}
.mobile-menu .navbar-nav li a b i.icon-plus {
  display: block;
}
.mobile-menu .navbar-nav li a b i.icon-minus {
  display: none;
}
.mobile-menu .navbar-nav li > a {
  border-top: 1px solid #666666;
}
.mobile-menu .navbar-nav li .dropdown-submenu {
  display: none;
}
.mobile-menu .navbar-nav li .dropdown-submenu.open {
  display: block;
}
.mobile-menu .navbar-nav li.open a {
  background: #000000;
}
.mobile-menu .navbar-nav li.open a:before {
  color: white;
}
.mobile-menu .navbar-nav li.open a:focus {
  border-color: #666666;
}
.mobile-menu .navbar-nav li.open a .caret:before {
  content: "-";
}
.mobile-menu .navbar-nav li.open > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.mobile-menu .navbar-nav li.open > a b i.icon-plus {
  display: none;
}
.mobile-menu .navbar-nav li.open > a b i.icon-minus {
  display: block;
}
.mobile-menu .navbar-nav li.open .dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  padding: 0!important;
  background: #000000;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li {
  display: block;
  width: 100%;
  height: auto;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li a {
  color: #b3b3b3;
  font-size: 13px;
  padding: 9px 16px;
  border-top-color: #333333;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li a svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li a:hover {
  color: #009fda;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li a.iconIncluded {
  padding-left: 8px;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li .dropdown-submenu {
  padding: 0!important;
  margin-top: 11px;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li .dropdown-submenu li {
  height: 33px;
  border: none;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li .dropdown-submenu li a {
  padding: 0;
  padding-top: 3px;
  padding-left: 40px;
  border: none;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li .dropdown-submenu li a:hover {
  text-decoration: none;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li .dropdown-submenu li a span {
  left: 11px;
  height: 20px;
  width: 20px;
}
.mobile-menu .navbar-nav li.open .dropdown-menu li .dropdown-submenu li a span i {
  font-size: 16px;
  margin-top: 0px;
}
#menu .sign-up-log-on {
  display: block;
}
/**
 * Global website primary content styes
 * /wp-content/themes/assets/less/imports/primary-content.less
 */
/* ==========================================================================
   Primary Content
   ========================================================================== */
/* Gallery Shortcode */
.gallery-row {
  padding: 15px 0;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 170%;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  color: #009fda;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 110%;
  color: #666666;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
}
.d-flex {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .d-flex > * {
    flex: 1 1 100%;
  }
}
/**
 * .content-block styles
 * /wp-content/themes/assets/less/imports/content-block.less
 */
.content-block.content-quote_with_photo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.content-block.content-quote_with_photo p {
  font-size: 12px;
  margin-top: -10px;
}
.content-block.content-quote_with_photo .photo {
  float: left;
  width: 170px;
  position: relative;
  top: -34px;
}
.content-block.content-quote_with_photo .photo img {
  width: 170px;
}
.content-block.content-quote_with_photo q {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}
.content-block.content-quote_with_photo p.cite {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  color: #009fda;
  margin-top: 15px;
  margin-bottom: 0px;
}
.content-block.content-quote_with_photo p.cite.job-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #b3b3b3;
  margin-top: 0px;
}
.content-block.content-simple-table {
  margin-bottom: 30px;
}
.content-block.content-simple-table table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
.content-block.content-simple-table th,
.content-block.content-simple-table td {
  padding: 5px 8px;
}
.content-block.content-simple-table th {
  background: #009fda;
  color: white;
}
.content-block.content-simple-table tbody tr {
  background: #eeedf3;
}
.content-block.content-simple-table tbody tr:nth-child(2n) td {
  background: #f4f3f7;
}
.content-block.content-call_to_action_forms_documents p {
  color: #707073;
  margin-bottom: 15px;
}
.content-block.content-call_to_action_forms_documents .document {
  display: grid;
  grid-template-columns: 50px 1fr;
  margin-bottom: 15px;
  background: white;
  border: 1px solid #dfe0e1;
  padding: 10px;
}
.content-block.content-call_to_action_forms_documents .document .icon {
  grid-row: 1 / 3;
  align-content: top;
  justify-content: center;
  display: flex;
  margin-right: 10px;
}
.content-block.content-call_to_action_forms_documents .document .icon img {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .content-block.content-call_to_action_forms_documents .document .icon img.get-icon-svg {
    width: 40px;
  }
}
.content-block.content-call_to_action_forms_documents .document .title {
  color: #084392;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}
.content-block.content-call_to_action_forms_documents .document a {
  color: #707073;
  font-size: 14px;
}
.content-block.content-call_to_action_forms_documents p.links {
  font-size: 14px!important;
  line-height: 18px!important;
}
.content-block.content-call_to_action_forms_documents p.links a {
  color: #707073 !important;
  font-size: 14px;
}
.content-block.content-text {
  margin: 0px 0;
}
.content-block.content-text p,
.content-block.content-text li {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
.content-block.content-text p a:not(.btn),
.content-block.content-text li a:not(.btn) {
  color: #009fda;
  text-decoration: underline;
}
.content-block.content-text blockquote {
  background-color: #f4f3f7;
  border: none;
  padding: 30px 40px 30px 100px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  background: url(../svg/quote.svg) 35px 20px no-repeat #f4f3f7;
  background-size: 8%;
}
.content-block.content-text blockquote p {
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.content-block.content-text ul,
.content-block.content-text ol {
  padding-left: 20px;
  margin: 0 0 25px 0;
}
.content-block.content-text ul li {
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
}
.content-block.content-text ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #009b2a;
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
}
.content-block.content-text ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
}
.content-block.content-text ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 10px 0px;
  /* Give each list item a left margin to make room for the numbers */
  list-style: none;
  /* Disable the normal item numbering */
}
.content-block.content-text ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: -2em;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
			   generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 2px;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-text li ol,
.content-block.content-text li ul {
  margin-top: 6px;
}
.content-block.content-text ol ol li:last-child {
  margin-bottom: 0;
}
.content-block.content-text strong {
  font-weight: normal !important;
  font-style: normal !important;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #666666;
}
.content-block.content-text strong em,
.content-block.content-text em strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-style: normal !important;
  font-size: 110%;
  color: #009fda;
}
.content-block.content-text .text-button {
  margin-top: 40px;
}
.content-block.content-text .text-background_image {
  position: relative;
  top: -35px;
  background-size: 100%!important;
  padding: 25% 19% 0 19%;
}
.content-block.content-text .text-background_image p,
.content-block.content-text .text-background_image li {
  font-size: 12px;
}
.content-block.content-text_in_box {
  background: #fff;
  padding: 50px 15px 45px 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-block.content-text_in_box .content-introduction {
  padding-top: 0px;
  padding-bottom: 10px;
}
.content-block.content-text_in_box .content-text ol li:before {
  top: 1px;
}
.content-block.content-text_in_box .row {
  padding-left: 10px;
  padding-right: 10px;
}
.content-block.content-title_with_number {
  margin: 20px 0 0 0;
}
.content-block.content-title_with_number .text-number {
  background-color: #0058a3;
  padding: 2px 6px 0px 6px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
.content-block.content-title_with_number .media-heading {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 100%;
  color: #009fda;
  line-height: 1.2;
  display: block;
  padding-top: 3px;
}
.content-block.content-introduction {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-size: 160%;
  margin-bottom: 30px;
  color: #666666;
}
.content-block.content-introduction.nomargin {
  margin-bottom: 0;
}
.content-block.content-introduction strong {
  color: #009fda;
}
.content-block.content-introduction img {
  width: 100%;
  margin-top: 60px;
}
.content-block.content-introduction p {
  width: 65%;
  margin: 0 auto;
}
.content-block.content-call_to_action {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .content-block.content-call_to_action {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-block.content-call_to_action {
    text-align: center;
  }
}
.content-block.content-call_to_action p {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.content-block.content-call_to_action .btn {
  float: right;
}
@media only screen and (max-width: 767px) {
  .content-block.content-call_to_action .btn {
    width: auto !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-block.content-call_to_action .btn {
    width: auto;
    float: none!important;
  }
}
.content-block.content-images_videos {
  margin-bottom: 20px;
}
.content-block.content-images_videos img {
  max-width: 628px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.content-block.content-images_videos .image-column {
  padding: 0 40px;
}
.content-block.content-images_videos .image-caption {
  text-align: center;
  font-size: 90%;
  color: #b3b3b3;
  padding-bottom: 5px;
}
.content-block.content-images_videos .imagezoom {
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
}
.content-block.content-images_videos .imagezoom img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.content-block.content-images_videos .imagezoom b {
  text-align: center;
  display: block;
  position: relative;
  top: 6px;
}
.content-block.content-images_videos .imagezoom b i {
  background: #bfd5e8;
  padding: 5px;
  font-size: 20px;
  color: #fff;
}
.content-block.content-images_videos .imagezoom:hover b i {
  background: #009fda;
}
.content-block.content-images_videos .videozoom {
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
}
.content-block.content-images_videos .videozoom b {
  text-align: center;
  display: block;
  top: 30px;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: url(../svg/play.svg) center center no-repeat;
  background-size: 20%;
  transition-duration: 0.5s;
}
.content-block.content-images_videos .videozoom:hover b {
  background-size: 25%;
  transition-duration: 0.5s;
}
.content-block.content-addon {
  background: #f0f9fd;
  margin-bottom: 30px;
  padding: 30px;
  transition: 0.2s opacity;
}
@media (min-width: 768px) {
  .content-block.content-addon.half .image-link {
    width: 80px;
  }
  .content-block.content-addon.half .image-link img {
    width: 80px;
    height: auto;
  }
  .content-block.content-addon.half .heading {
    font-size: 18px;
    line-height: 22px;
  }
  .content-block.content-addon.half .heading:after {
    content: '';
    display: block;
    clear: both;
  }
  .content-block.content-addon.half .description {
    display: block;
    margin-bottom: 20px;
  }
  .content-block.content-addon.half .company-type-switcher {
    margin: 20px 0;
  }
  .content-block.content-addon.half label {
    display: block;
  }
  .content-block.content-addon.half select.addon-ctype-switcher {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  .content-block.content-addon.half .checkout {
    margin-top: 10px;
    width: 100%;
  }
  .content-block.content-addon.half .text-links {
    margin-top: 10px;
  }
}
.content-block.content-addon .company-type-switcher {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .content-block.content-addon .company-type-switcher select {
    margin-left: 10px;
  }
}
.content-block.content-addon.loading {
  pointer-events: none;
  opacity: 0.3;
}
.content-block.content-addon .btn {
  margin-right: 6px;
}
@media (max-width: 1199px) {
  .content-block.content-addon .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .content-block.content-addon .image-link {
    float: left;
    margin-right: 30px;
  }
}
.content-block.content-addon img {
  border: 1px solid #b3b3b3;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1199px) {
  .content-block.content-addon img {
    margin-bottom: 20px;
  }
}
.content-block.content-addon .heading {
  color: #0058a3;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-addon .text-links a {
  color: #b3b3b3;
  text-decoration: underline;
  font-size: 12px;
}
.content-block.content-call_to_action_box_2 h4,
.content-block.content-call_to_action_forms_documents h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 20px!important;
}
.content-block.content-call_to_action_box_2.red,
.content-block.content-call_to_action_forms_documents.red {
  background: #FAF1F3;
  margin-top: 0;
}
.content-block.content-call_to_action_box_2.red .icon-holder,
.content-block.content-call_to_action_forms_documents.red .icon-holder {
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.red .icon-holder,
  .content-block.content-call_to_action_forms_documents.red .icon-holder {
    padding-left: 0;
  }
}
.content-block.content-call_to_action_box_2.red svg,
.content-block.content-call_to_action_forms_documents.red svg,
.content-block.content-call_to_action_box_2.red img.get-icon-svg,
.content-block.content-call_to_action_forms_documents.red img.get-icon-svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.red svg,
  .content-block.content-call_to_action_forms_documents.red svg,
  .content-block.content-call_to_action_box_2.red img.get-icon-svg,
  .content-block.content-call_to_action_forms_documents.red img.get-icon-svg {
    width: 30%;
  }
}
.content-block.content-call_to_action_box_2.red h4,
.content-block.content-call_to_action_forms_documents.red h4,
.content-block.content-call_to_action_box_2.red strong,
.content-block.content-call_to_action_forms_documents.red strong {
  color: #bb133e;
}
.content-block.content-call_to_action_box_2.red a,
.content-block.content-call_to_action_forms_documents.red a {
  color: #bb133e;
  text-decoration: underline;
}
.content-block.content-call_to_action_box_2.green,
.content-block.content-call_to_action_forms_documents.green {
  background: #EFF9F2;
  margin-top: 0;
}
.content-block.content-call_to_action_box_2.green .icon-holder,
.content-block.content-call_to_action_forms_documents.green .icon-holder {
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.green .icon-holder,
  .content-block.content-call_to_action_forms_documents.green .icon-holder {
    padding-left: 0;
  }
}
.content-block.content-call_to_action_box_2.green svg,
.content-block.content-call_to_action_forms_documents.green svg,
.content-block.content-call_to_action_box_2.green img.get-icon-svg,
.content-block.content-call_to_action_forms_documents.green img.get-icon-svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.green svg,
  .content-block.content-call_to_action_forms_documents.green svg,
  .content-block.content-call_to_action_box_2.green img.get-icon-svg,
  .content-block.content-call_to_action_forms_documents.green img.get-icon-svg {
    width: 30%;
  }
}
.content-block.content-call_to_action_box_2.green h4,
.content-block.content-call_to_action_forms_documents.green h4,
.content-block.content-call_to_action_box_2.green strong,
.content-block.content-call_to_action_forms_documents.green strong {
  color: #009b2a;
}
.content-block.content-call_to_action_box_2.green a,
.content-block.content-call_to_action_forms_documents.green a {
  color: #009b2a;
  text-decoration: underline;
}
.content-block.content-call_to_action_box_2.blue,
.content-block.content-call_to_action_forms_documents.blue {
  background: #f0f9fd;
  margin-top: 0;
}
.content-block.content-call_to_action_box_2.blue .icon-holder,
.content-block.content-call_to_action_forms_documents.blue .icon-holder {
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.blue .icon-holder,
  .content-block.content-call_to_action_forms_documents.blue .icon-holder {
    padding-left: 0;
  }
}
.content-block.content-call_to_action_box_2.blue svg,
.content-block.content-call_to_action_forms_documents.blue svg,
.content-block.content-call_to_action_box_2.blue img.get-icon-svg,
.content-block.content-call_to_action_forms_documents.blue img.get-icon-svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.blue svg,
  .content-block.content-call_to_action_forms_documents.blue svg,
  .content-block.content-call_to_action_box_2.blue img.get-icon-svg,
  .content-block.content-call_to_action_forms_documents.blue img.get-icon-svg {
    width: 30%;
  }
}
.content-block.content-call_to_action_box_2.blue h4,
.content-block.content-call_to_action_forms_documents.blue h4,
.content-block.content-call_to_action_box_2.blue strong,
.content-block.content-call_to_action_forms_documents.blue strong {
  color: #009fda;
}
.content-block.content-call_to_action_box_2.blue a,
.content-block.content-call_to_action_forms_documents.blue a {
  color: #009fda;
  text-decoration: underline;
}
.content-block.content-call_to_action_box_2.purple,
.content-block.content-call_to_action_forms_documents.purple {
  background: #F0EAF5;
  margin-top: 0;
}
.content-block.content-call_to_action_box_2.purple .icon-holder,
.content-block.content-call_to_action_forms_documents.purple .icon-holder {
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.purple .icon-holder,
  .content-block.content-call_to_action_forms_documents.purple .icon-holder {
    padding-left: 0;
  }
}
.content-block.content-call_to_action_box_2.purple svg,
.content-block.content-call_to_action_forms_documents.purple svg,
.content-block.content-call_to_action_box_2.purple img.get-icon-svg,
.content-block.content-call_to_action_forms_documents.purple img.get-icon-svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.purple svg,
  .content-block.content-call_to_action_forms_documents.purple svg,
  .content-block.content-call_to_action_box_2.purple img.get-icon-svg,
  .content-block.content-call_to_action_forms_documents.purple img.get-icon-svg {
    width: 30%;
  }
}
.content-block.content-call_to_action_box_2.purple h4,
.content-block.content-call_to_action_forms_documents.purple h4,
.content-block.content-call_to_action_box_2.purple strong,
.content-block.content-call_to_action_forms_documents.purple strong {
  color: #824bb0;
}
.content-block.content-call_to_action_box_2.purple a,
.content-block.content-call_to_action_forms_documents.purple a {
  color: #824bb0;
  text-decoration: underline;
}
.content-block.content-call_to_action_box_2.red2,
.content-block.content-call_to_action_forms_documents.red2 {
  background: #FAF1F3;
  margin-top: 0;
}
.content-block.content-call_to_action_box_2.red2 .icon-holder,
.content-block.content-call_to_action_forms_documents.red2 .icon-holder {
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.red2 .icon-holder,
  .content-block.content-call_to_action_forms_documents.red2 .icon-holder {
    padding-left: 0;
  }
}
.content-block.content-call_to_action_box_2.red2 svg,
.content-block.content-call_to_action_forms_documents.red2 svg,
.content-block.content-call_to_action_box_2.red2 img.get-icon-svg,
.content-block.content-call_to_action_forms_documents.red2 img.get-icon-svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_2.red2 svg,
  .content-block.content-call_to_action_forms_documents.red2 svg,
  .content-block.content-call_to_action_box_2.red2 img.get-icon-svg,
  .content-block.content-call_to_action_forms_documents.red2 img.get-icon-svg {
    width: 30%;
  }
}
.content-block.content-call_to_action_box_2.red2 h4,
.content-block.content-call_to_action_forms_documents.red2 h4,
.content-block.content-call_to_action_box_2.red2 strong,
.content-block.content-call_to_action_forms_documents.red2 strong {
  color: #800026;
}
.content-block.content-call_to_action_box_2.red2 a,
.content-block.content-call_to_action_forms_documents.red2 a {
  color: #800026;
  text-decoration: underline;
}
.content-block.content-call_to_action_box_2 .btn,
.content-block.content-call_to_action_forms_documents .btn {
  color: #fff !important;
  text-decoration: none!important;
}
.content-block.content-call_to_action_box_2.default,
.content-block.content-call_to_action_forms_documents.default {
  background-color: transparent;
}
.content-block.content-call_to_action_box_2.default:before,
.content-block.content-call_to_action_forms_documents.default:before,
.content-block.content-call_to_action_box_2.default:after,
.content-block.content-call_to_action_forms_documents.default:after {
  background-color: #fff !important;
}
.right-col .content-block.content-call_to_action_box_2 h4,
.right-col .content-block.content-call_to_action_forms_documents h4,
.left-col .content-block.content-call_to_action_box_2 h4,
.left-col .content-block.content-call_to_action_forms_documents h4 {
  display: table-cell;
  height: 85px;
  vertical-align: middle;
  line-height: 24px;
}
.content-block.content-call_to_action_box_document {
  position: relative;
}
.content-block.content-call_to_action_box_document h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 20px!important;
  display: table-cell;
  height: 85px;
  vertical-align: middle;
  line-height: 24px;
}
@media (min-width: 992px) {
  .content-block.content-call_to_action_box_document h4 {
    max-width: 200px;
    font-size: 14px!important;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .content-block.content-call_to_action_box_document h4 {
    max-width: 300px;
    font-size: 18px!important;
    line-height: 22px;
    height: 105px;
  }
}
.content-block.content-call_to_action_box_document.purple {
  background: #F0EAF5;
  margin-top: 0;
}
.content-block.content-call_to_action_box_document.purple .icon-holder {
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_document.purple .icon-holder {
    padding-left: 0;
  }
}
.content-block.content-call_to_action_box_document.purple svg,
.content-block.content-call_to_action_box_document.purple img.get-icon-svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_document.purple svg,
  .content-block.content-call_to_action_box_document.purple img.get-icon-svg {
    width: 30%;
  }
}
.content-block.content-call_to_action_box_document.purple h4,
.content-block.content-call_to_action_box_document.purple strong {
  color: #824bb0;
}
.content-block.content-call_to_action_box_document.purple a {
  color: #824bb0;
  text-decoration: underline;
}
.content-block.content-call_to_action_box_document a.btn,
.content-block.content-call_to_action_box_document p.links {
  display: inline-block !important;
  width: auto!important;
  margin-right: 20px;
}
.content-block.content-call_to_action_box_document a.btn {
  color: white;
  text-decoration: none;
}
.content-block.content-call_to_action_box_document p.links {
  position: relative;
  top: 5px;
}
.content-block.content-call_to_action_box_document .row-image {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  .content-block.content-call_to_action_box_document .row-image {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_document .row-image {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .content-block.content-call_to_action_box_document .row-image {
    display: block;
  }
}
.content-block.content-call_to_action_box_document .right-image {
  width: 100%;
}
@media (min-width: 992px) {
  .content-block.content-call_to_action_box_document .right-image {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .content-block.content-call_to_action_box_document .right-image {
    width: 15%;
  }
}
.content-block.content-call_to_action_box,
.content-block.content-call_to_action_box_2,
.content-block.content-call_to_action_box_document,
.content-block.content-call_to_action_forms_documents {
  padding: 10px 20px;
  margin: 10px 0 30px 0;
  width: 100%;
  background: #edf8fc;
  border-top: 1px solid #E8EAF2;
  border-bottom: 1px solid #E8EAF2;
}
.content-block.content-call_to_action_box h4,
.content-block.content-call_to_action_box_2 h4,
.content-block.content-call_to_action_box_document h4,
.content-block.content-call_to_action_forms_documents h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
}
.content-block.content-call_to_action_box p,
.content-block.content-call_to_action_box_2 p,
.content-block.content-call_to_action_box_document p,
.content-block.content-call_to_action_forms_documents p {
  font-family: 'Lato', sans-serif;
  color: #666666;
}
.content-block.content-call_to_action_box a.btn,
.content-block.content-call_to_action_box_2 a.btn,
.content-block.content-call_to_action_box_document a.btn,
.content-block.content-call_to_action_forms_documents a.btn {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.content-block.content-call_to_action_box a.btn svg *,
.content-block.content-call_to_action_box_2 a.btn svg *,
.content-block.content-call_to_action_box_document a.btn svg *,
.content-block.content-call_to_action_forms_documents a.btn svg * {
  stroke: #fff;
}
.content-block.content-call_to_action_box p.links,
.content-block.content-call_to_action_box_2 p.links,
.content-block.content-call_to_action_box_document p.links,
.content-block.content-call_to_action_forms_documents p.links {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-size: 12px;
  margin: 10px 0 10px 0;
}
.content-block.content-call_to_action_box p.links a,
.content-block.content-call_to_action_box_2 p.links a,
.content-block.content-call_to_action_box_document p.links a,
.content-block.content-call_to_action_forms_documents p.links a {
  color: #b3b3b3;
  text-decoration: underline;
}
.content-block.content-call_to_action_box p.links a:hover,
.content-block.content-call_to_action_box_2 p.links a:hover,
.content-block.content-call_to_action_box_document p.links a:hover,
.content-block.content-call_to_action_forms_documents p.links a:hover {
  color: #009fda;
}
.content-block.content-tabbed_content {
  margin: 50px 0;
  position: relative;
  padding: 40px 0;
}
.content-block.content-tabbed_content span.title {
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.content-block.content-tabbed_content:before,
.content-block.content-tabbed_content:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.content-block.content-tabbed_content:before {
  right: 100%;
}
.content-block.content-tabbed_content:after {
  left: 100%;
}
.content-block.content-tabbed_content .nav-tabs {
  border: none;
  margin-bottom: 20px;
  width: 85%;
  margin: 0 auto;
}
.content-block.content-tabbed_content .nav-tabs li {
  padding: 0 18px;
}
.content-block.content-tabbed_content .nav-tabs li a {
  width: 100%;
  min-height: 72px;
  padding: 20px;
  background: #e3ecf1;
  border-radius: 0;
  border: none;
  position: relative;
  outline: 0;
}
@media (max-width: 767px) {
  .content-block.content-tabbed_content .nav-tabs li a {
    min-height: auto;
  }
}
.content-block.content-tabbed_content .nav-tabs li a.nonumber {
  padding: 15px;
}
.content-block.content-tabbed_content .nav-tabs li a.nonumber span {
  width: 100%;
  position: static;
  text-align: center;
  font-size: 18px;
}
.content-block.content-tabbed_content .nav-tabs li a b {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  display: block;
  font-size: 25px;
  line-height: 2;
  color: #009fda;
  text-align: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.content-block.content-tabbed_content .nav-tabs li a i {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #e3ecf1 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
}
.content-block.content-tabbed_content .nav-tabs li a span {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  width: 120px;
  position: absolute;
  top: 15px;
  left: 70px;
}
.content-block.content-tabbed_content .nav-tabs li.active a {
  background: #d9f1f9;
}
.content-block.content-tabbed_content .nav-tabs li.active a span {
  color: #0058a3;
}
.content-block.content-tabbed_content .nav-tabs li.active a b {
  background-color: #0058a3;
  color: #d9f1f9;
}
.content-block.content-tabbed_content .nav-tabs li.active a i {
  border-color: #d9f1f9 transparent transparent transparent;
}
.content-block.content-tabbed_content .tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 75%;
  margin: 0 auto;
}
.content-block.content-tabbed_content .tab-content.nonumber {
  padding: 30px 40px 0;
  min-height: 310px;
}
.content-block.content-tabbed_content .tab-content strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #009fda;
}
.content-block.content-tabbed_content .tab-content img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-block.content-tabbed_content .tab-content span.title {
  margin-bottom: 20px;
}
.content-block.content-tabbed_content .tab-content span.title p {
  font-size: 22px;
}
.content-block.content-tabbed_content .tab-content a.btn {
  margin-top: 20px;
}
.content-block.content-tabbed_content .tab-content .screenshot-wrap {
  text-align: left;
}
.content-block.content-tabbed_content .tab-content .screenshot-wrap img {
  margin: 0px auto 0;
  width: 618px;
  height: auto;
}
.content-block.content-tabbed_content .tab-content .tab {
  display: none;
  margin-top: 35px;
}
.content-block.content-tabbed_content .tab-content .tab.active {
  display: block;
}
.content-block.content-tabbed_content .tab-content .tab p,
.content-block.content-tabbed_content .tab-content .tab li {
  font-size: 15px;
}
.content-block.content-tabbed_content .tab-content .tab ul {
  margin-top: 0px;
}
.content-block.content-what_does_it_do_core_features {
  margin-top: 50px;
  margin-bottom: 0px;
}
.content-block.content-what_does_it_do_core_features a.btn {
  margin-top: 30px;
}
.content-block.content-what_does_it_do_core_features.background-colour {
  height: auto;
  padding-top: 15px;
  padding-bottom: 40px;
}
.content-block.content-what_does_it_do_core_features .content-text li {
  font-size: 13px;
}
.content-block.content-what_does_it_do_core_features .col-xs-7 {
  margin-top: -10px;
  margin-bottom: -15px;
}
.content-block.content-what_does_it_do_core_features .navigation-icons {
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 15px !important;
}
.content-block.content-what_does_it_do_core_features .navigation-icons.nav-4-icons {
  padding: 0 0px;
}
.content-block.content-what_does_it_do_core_features .navigation-icons.nav-5-icons {
  padding: 0 0px;
}
.content-block.content-what_does_it_do_core_features .navigation-icons.nav-7-icons li span {
  font-size: 13px;
}
.content-block.content-what_does_it_do_core_features .navigation-icons li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 0px;
  width: 20%;
  text-align: center;
}
.content-block.content-what_does_it_do_core_features .navigation-icons li a {
  text-decoration: none;
  display: block;
}
.content-block.content-what_does_it_do_core_features .navigation-icons li span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.content-block.content-what_does_it_do_core_features .navigation-icons li .icon-container {
  width: 75px;
  height: 75px;
  top: -5px;
  margin: 0 auto 0px auto;
  position: relative;
  transition-duration: 0.2s;
  border-radius: 5px;
  text-align: center;
}
.content-block.content-what_does_it_do_core_features .navigation-icons li svg,
.content-block.content-what_does_it_do_core_features .navigation-icons li img.fallback {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition-duration: 0.2s;
  vertical-align: baseline;
}
.content-block.content-what_does_it_do_core_features.background-colour .navigation-icons {
  top: 5px;
  right: -10px;
}
.content-block.content-what_does_it_do_core_features.background-colour .navigation-icons .name {
  font-size: 15px;
}
.content-block.content-services_carousel {
  background: #f4f3f7;
  border-top: 1px solid #E6E9F2;
  border-bottom: 1px solid #E6E9F2;
  width: 640px;
  padding: 50px;
  margin: 50px auto;
}
.content-block.content-services_carousel .services-carousel {
  padding: 0px;
  text-align: left;
  margin-bottom: 0px;
}
.content-block.content-services_carousel .services-carousel .content-introduction {
  text-align: left;
  font-size: 140%;
}
.content-block.content-services_carousel .services-carousel p.links {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-size: 12px;
  margin: 10px 0 10px 0;
}
.content-block.content-services_carousel .services-carousel p.links a {
  color: #666666;
  text-decoration: underline;
}
.content-block.content-services_carousel .services-carousel p.links a:hover {
  color: #009fda;
}
.content-block.content-services_carousel .services-carousel .btn-lg {
  width: 100%;
  padding: 14px 20px 14px 70px;
  font-size: 20px;
  text-align: left;
}
.content-block.content-services_carousel .services-carousel .btn-lg svg,
.content-block.content-services_carousel .services-carousel .btn-lg img.fallback {
  top: 2px;
  left: 8px;
}
.content-block.content-services_carousel .services-carousel .btn-lg:after {
  top: 10px;
  right: 10px;
}
.content-block.content-services_carousel .services-carousel .flex-control-nav {
  position: absolute;
  top: -54px;
}
.content-block.content-testimonials {
  padding-top: 0px;
  margin-top: 60px;
  text-align: center;
}
.content-block.content-testimonials hr {
  border-top: 1px solid #e5f5fb;
  border-bottom: 0px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0.05) 0%, rgba(0, 88, 163, 0) 80%);
  /* W3C */
  height: 25px;
  margin: 0px;
}
.content-block.content-testimonials h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: -20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .content-block.content-testimonials h2 {
    text-align: left;
  }
}
.content-block.content-testimonials h2 svg,
.content-block.content-testimonials h2 img.fallback {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  position: relative;
  vertical-align: baseline;
}
.content-block.content-testimonials h2 span {
  display: block;
}
.content-block.content-testimonials p {
  font-size: 12px;
  margin-top: -10px;
}
.content-block.content-testimonials .hide-show a.show-testimonials {
  display: none;
}
.content-block.content-testimonials .hide-show {
  border-bottom: 2px dashed #bfd5e8;
  margin-top: 0px;
  margin-bottom: 90px;
}
.content-block.content-testimonials .hide-show a {
  display: block;
  width: 30px;
  height: 30px;
  background: #bfd5e8;
  margin: 0 auto;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 0.9;
  text-decoration: none;
  position: relative;
  top: 29px;
}
.content-block.content-testimonials .hide-show a:hover {
  color: #009fda;
}
.content-block.content-testimonials.filterable .filter-btns button {
  width: 22%;
  background: #E6E6E6;
  color: #333333;
  padding: 10px;
  margin: 0 1%;
}
.content-block.content-testimonials.filterable .filter-btns button span {
  width: 100%;
  position: static;
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-testimonials.filterable .filter-btns button i {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #E6E6E6 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
}
.content-block.content-testimonials.filterable .filter-btns button:focus,
.content-block.content-testimonials.filterable .filter-btns button:active {
  border-color: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.content-block.content-testimonials.filterable .filter-btns button.active {
  background: #C7EAF7;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.content-block.content-testimonials.filterable .filter-btns button.active span {
  color: #0058a3;
}
.content-block.content-testimonials.filterable .filter-btns button.active i {
  border-color: #C7EAF7 transparent transparent transparent;
}
.content-block.content-testimonials .testimonial-row,
.content-block.content-testimonials .row {
  border-top: none;
}
.content-block.content-testimonials .testimonial-row .testimonial-item,
.content-block.content-testimonials .row .testimonial-item {
  margin-bottom: 20px;
}
.content-block.content-testimonials .testimonial-row .testimonial-item:after,
.content-block.content-testimonials .row .testimonial-item:after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  display: block;
  left: 0px;
  border-bottom: 1px solid #f4f3f7;
}
.content-block.content-testimonials.testimonials-hidden .testimonials-slideshow {
  display: none;
}
.content-block.content-testimonials.testimonials-hidden .hide-show a.hide-testimonials {
  display: none;
}
.content-block.content-testimonials.testimonials-hidden .hide-show a.show-testimonials {
  display: block;
}
.content-block.content-testimonials .testimonials-slideshow {
  padding: 0px;
  margin-bottom: 0px;
}
.content-block.content-testimonials .testimonials-slideshow li.slide {
  margin-bottom: 0px;
}
.content-block.content-testimonials .testimonials-slideshow li:nth-child(1) .testimonial-photo {
  background-position: top left;
}
.content-block.content-testimonials .testimonials-slideshow li:nth-child(2n) .testimonial-photo {
  background-position: top right;
}
.content-block.content-testimonials .testimonials-slideshow li:nth-child(3n) .testimonial-photo {
  background-position: bottom left;
}
.content-block.content-testimonials .testimonial-photo {
  width: 130px;
  height: 130px;
  margin: 20px auto 25px auto;
  background: url(../png/testimonial-circle.png) top left no-repeat;
  background-size: 260px;
}
.content-block.content-testimonials .testimonial-photo img {
  width: 130px;
  height: 130px;
}
.content-block.content-testimonials .row .col-xs-4:nth-child(1) .testimonial-photo {
  background-position: top left;
}
.content-block.content-testimonials .row .col-xs-4:nth-child(2n) .testimonial-photo {
  background-position: top right;
}
.content-block.content-testimonials .row .col-xs-4:nth-child(3n) .testimonial-photo {
  background-position: bottom left;
}
.content-block.content-testimonials q {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}
.content-block.content-testimonials blockquote {
  border: none;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.content-block.content-testimonials blockquote p {
  font-size: 16px;
}
.content-block.content-testimonials p.cite {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.content-block.content-testimonials .testimonial-row {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #E3E5F0;
}
.content-block.content-testimonials .testimonial-row.first-testimonial-row {
  border-top: 0px;
}
.content-block.content-testimonials .testimonial-grid-item {
  -webkit-backface-visibility: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 360px;
}
@media (min-width: 768px) {
  .content-block.content-testimonials .testimonial-grid-item:before {
    -webkit-transform: translateZ(0) !important;
    content: "";
    display: block;
    width: 1px;
    height: 380px;
    border-left: 1px solid #E3E5F0;
    position: absolute;
    left: -10px;
  }
}
.content-block.content-testimonials .testimonial-grid-item.first-grid-item:before {
  display: none;
}
.content-block.content-testimonials .testimonial-grid-item .normal,
.content-block.content-testimonials .testimonial-grid-item .hover {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 360px;
}
.content-block.content-testimonials .testimonial-grid-item .normal {
  padding: 0 10px;
}
.content-block.content-testimonials .testimonial-grid-item .normal q {
  min-height: 100px;
  display: block;
}
.content-block.content-testimonials .testimonial-grid-item .normal p.cite {
  color: #40b7e3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.content-block.content-testimonials .testimonial-grid-item .hover {
  display: none;
  z-index: 200;
  background: #009fda;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: -15px;
  right: -10px;
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
  overflow: auto;
}
.content-block.content-testimonials .testimonial-grid-item .hover blockquote {
  clear: both;
  margin-bottom: 0px;
}
.content-block.content-testimonials .testimonial-grid-item .hover blockquote p {
  color: #fff;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.content-block.content-testimonials .testimonial-grid-item .hover .testimonial-photo-title {
  float: left;
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  margin: 10px 0px 5px 0px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
}
.content-block.content-testimonials .testimonial-grid-item .hover .testimonial-photo-title img {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 20px;
}
.content-block.content-testimonials .testimonial-grid-item .hover .testimonial-photo-title span {
  display: block;
  float: left;
  width: 200px;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 20px;
  padding-right: 10px;
  text-align: left;
}
.content-block.content-testimonials .testimonial-grid-item span.more:hover .normal,
.content-block.content-testimonials .testimonial-grid-item span.more:focus .normal {
  display: none;
}
.content-block.content-testimonials .testimonial-grid-item span.more:hover .hover,
.content-block.content-testimonials .testimonial-grid-item span.more:focus .hover {
  display: block;
}
.content-block.content-testimonials .testimonial-grid-item:hover .normal,
.content-block.content-testimonials .testimonial-grid-item:focus .normal {
  display: none;
}
.content-block.content-testimonials .testimonial-grid-item:hover .hover,
.content-block.content-testimonials .testimonial-grid-item:focus .hover {
  display: block;
}
.content-block.content-testimonials .testimonial-grid-item q {
  font-size: 18px;
}
.content-block.content-testimonials .flex-control-nav {
  top: -85px;
  bottom: auto;
  box-sizing: border-box;
}
.content-block.line-break {
  margin: 40px 0;
}
.content-block.content-feefo {
  padding: 0 30px;
}
.content-block.content-page_link_box h2 {
  text-align: center;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.content-block.content-page_link_box.row {
  margin-left: -35px !important;
  margin-right: -35px !important;
}
.content-block.content-page_link_box .single-link-box {
  margin-bottom: 20px;
  overflow: hidden;
}
.content-block.content-page_link_box .single-link-box a {
  text-decoration: none;
}
.content-block.content-page_link_box .single-link-box .title {
  background: #C9EBF7;
  padding: 14px 10px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.content-block.content-page_link_box .single-link-box .title p {
  margin-bottom: 0;
}
.content-block.content-page_link_box .single-link-box .content {
  background: #D9F1F9;
  padding: 5px 20px;
}
.content-block.content-page_link_box .single-link-box .content p {
  font-size: 14px;
}
.content-block.content-page_link_box .single-link-box table {
  width: 100%;
}
.content-block.content-page_link_box .single-link-box .col1 {
  width: 96%;
}
.content-block.content-page_link_box .single-link-box .col2 {
  width: 4%;
  background: #009fda;
  vertical-align: center;
}
.content-block.content-page_link_box .single-link-box td {
  height: 100%;
}
.content-block.content-page_link_box .single-link-box .btn-thin {
  min-height: 100%;
  padding: 0px;
  width: 100%;
}
.content-block.content-page_link_box .single-link-box .btn-thin:after {
  position: absolute;
  top: 50%;
  margin-top: -50%;
  left: -1px;
  font-size: 17px;
}
.content-block.content-page_link_box .single-link-box a:hover .btn {
  background: #0081B1;
  border-color: #0081B1;
}
.content-block.content-page_link_box .single-link-box a:hover .title {
  background: #b3e3f4;
}
.content-block.content-page_link_box .single-link-box a:hover .content {
  background: #c3e9f6;
}
.content-block.content-page_link_box .single-link-box.side-col .title {
  text-align: center;
}
.content-block.content-page_link_box .single-link-box.side-col .content {
  text-align: center;
}
.content-block.content-page_link_box .single-link-box.single-col .title {
  width: 30%;
  height: 84px;
  float: left;
  padding: 18px 20px;
  line-height: 1.2;
}
.content-block.content-page_link_box .single-link-box.single-col .title strong {
  display: block;
}
.content-block.content-page_link_box .single-link-box.single-col .content {
  position: relative;
  width: 70%;
  float: left;
  padding: 15px 25px;
  min-height: 84px;
}
.content-block.content-page_link_box .single-link-box.single-col .content p {
  width: 65%;
}
.content-block.content-page_link_box .single-link-box.single-col .content span {
  position: absolute;
  top: 20px;
  right: 20px;
}
.content-block.content-page_link_box .single-link-box.single-col.three-up {
  float: left;
}
.content-block.content-page_link_box .single-link-box.single-col.three-up a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content-block.content-page_link_box .single-link-box.single-col.three-up a .title {
  width: 100%;
  position: relative;
}
.content-block.content-page_link_box .single-link-box.single-col.three-up a .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  padding: 0px;
  height: 65px;
}
.content-block.content-page_link_box .single-link-box.single-col.three-up a .btn:after {
  position: absolute;
  top: 50%;
  margin-top: -50%;
  left: 0px;
  font-size: 17px;
}
.content-block.content-infographic img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.content-block.content-infographic .infographic2016 {
  display: block;
  width: 100%;
  margin: 10px 0 50px;
}
.content-block.content-infographic iframe {
  margin: 0 auto;
}
/**
 * .comment styles on individual posts
 * /wp-content/themes/assets/less/imports/comments.less
 */
.comments-area hr {
  border-top: 1px solid #e5f5fb;
  border-bottom: 0px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0.05) 0%, rgba(0, 88, 163, 0) 80%);
  /* W3C */
  height: 25px;
  margin: 0px;
  margin-top: 30px;
}
.comments-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #0058a3;
  line-height: 1;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.comments-title i {
  position: relative;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
.comments-title i b {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 16px;
}
.comments-title i:before {
  font-size: 42px;
  color: #009fda;
}
.comments-title span {
  top: 12px;
  position: relative;
}
.comment-list {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.comment-list li {
  position: relative;
  margin-bottom: 40px;
}
.comment-list li p {
  margin-top: 10px;
  margin-right: 80px;
}
.comment-list li .avatar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
}
.comment-list li .comment-author {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.comment-list li .comment-author .says {
  display: none;
}
.comment-list li .comment-author .fn,
.comment-list li .comment-author .fn a {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #009fda;
}
.comment-list li .comment-meta {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #B3B3AB;
  line-height: 1;
}
.comment-list li .comment-meta a {
  color: #B3B3AB;
}
.comment-list li .reply a {
  font-size: 11px;
  position: relative;
  top: -10px;
}
.comment-list li .comment-reply-title small a {
  float: right;
}
.comment-form {
  background-color: #f0f9fd;
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  .comment-form {
    padding: 30px;
  }
}
.comment-form label {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
  display: block;
}
.comment-form label .required {
  color: #790000;
}
.comment-form input {
  border: 1px solid #dfe9ee;
  padding: 5px;
}
.comment-form input[type="text"] {
  width: 100%;
}
.comment-form input.submit {
  padding: 10px 20px;
}
.comment-form textarea {
  border: 1px solid #dfe9ee;
  width: 100%;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .comment-form p.comment-form-author {
    width: 48.5%;
    margin-right: 1%;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .comment-form p.comment-form-email {
    width: 48.5%;
    margin-left: 1%;
    float: right;
  }
}
.comment-form p.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .comment-form p.comment-form-cookies-consent {
    clear: both;
  }
}
.comment-form p.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
}
.comment-form p.comment-form-cookies-consent label {
  line-height: 1.2;
}
.comment-form p.form-submit {
  display: flex;
  justify-content: end;
}
.akismet_comment_form_privacy_notice {
  margin-top: 0.5rem;
}
/**
 * Colorbox styes
 * /wp-content/themes/assets/less/imports/colorbox.less
 */
/* ==========================================================================
    Colorbox
    ========================================================================== */
/*


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(../gif/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../png/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
#colorbox.text-popup {
  outline: 0;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#colorbox.text-popup #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}
#colorbox.text-popup #cboxContent h1 {
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
  margin: 15px 0;
  margin: 0px;
  font-size: 50px;
  color: #009fda;
  text-align: center;
}
#colorbox.text-popup .cboxIframe {
  background: #fff;
}
#colorbox.text-popup #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#colorbox.text-popup #cboxLoadedContent {
  background: #fff;
  border: 1px solid #888888;
  padding: 20px;
}
#colorbox.text-popup #cboxLoadingGraphic {
  background: url(../gif/loading.gif) no-repeat center center;
}
#colorbox.text-popup #cboxLoadingOverlay {
  background: #000;
}
#colorbox.text-popup #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#colorbox.text-popup #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#colorbox.text-popup #cboxPrevious,
#colorbox.text-popup #cboxNext,
#colorbox.text-popup #cboxSlideshow,
#colorbox.text-popup #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../png/controls.png) no-repeat 0 0;
}
#colorbox.text-popup #cboxPrevious:active,
#colorbox.text-popup #cboxNext:active,
#colorbox.text-popup #cboxSlideshow:active,
#colorbox.text-popup #cboxClose:active {
  outline: 0;
}
#colorbox.text-popup #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#colorbox.text-popup #cboxPrevious:hover {
  background-position: 0px -25px;
}
#colorbox.text-popup #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#colorbox.text-popup #cboxNext:hover {
  background-position: -25px -25px;
}
#colorbox.text-popup #cboxClose {
  background-position: -50px 0px;
  right: 0;
  top: 10px;
  right: 10px;
}
#colorbox.text-popup #cboxClose:hover {
  background-position: -50px -25px;
}
#colorbox.text-popup .cboxSlideshow_on #cboxPrevious,
#colorbox.text-popup .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
#colorbox.text-popup .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
#colorbox.text-popup .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
#colorbox.text-popup .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
#colorbox.text-popup .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
#colorbox.text-popup .content-intro-text {
  text-align: center;
  padding: 0 110px;
  margin-bottom: 30px;
  padding-top: 20px;
}
#colorbox.text-popup .content-intro-text p {
  font-size: 15px;
}
#colorbox.text-popup .content-feature_boxes .feature-box .content {
  background: #f0f9fd;
  padding: 40px 30px 20px 30px;
  text-align: left;
}
#colorbox.text-popup .content-feature_boxes .feature-box .content .content-text {
  padding: 0px;
}
#colorbox.text-popup .content-feature_boxes .feature-box .content .content-text p {
  font-size: 15px;
  line-height: 1.4;
}
/**
 * Sidebar widget styes (styles applicable to all widgets)
 * /wp-content/themes/assets/less/imports/widget.less
 */
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget h3 {
  margin-top: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #0058a3;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f3f7;
}
/**
 * Styles for the widget_categories sidebar widget
 * /wp-content/themes/assets/less/imports/widget_categories.less
 */
@media only screen and (max-width: 767px) {
  .sidebar .widget.widget_categories {
    display: none;
  }
}
.sidebar .widget ul.categories-list {
  margin: 0px 0 45px 0;
  padding: 0px;
}
.sidebar .widget ul.categories-list li {
  margin: 0px;
  border-bottom: 1px solid #f4f3f7;
  list-style-type: none;
}
.sidebar .widget ul.categories-list li.has-children > a::after {
  content: '\e3b6';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 16px;
}
.sidebar .widget ul.categories-list li.open .dropdown {
  display: block;
}
.sidebar .widget ul.categories-list li.open.has-children > a:after {
  content: '\e3b4';
}
.sidebar .widget ul.categories-list li a {
  display: block;
  padding: 10px 0 10px 40px;
  color: #666666;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.sidebar .widget ul.categories-list li a.active {
  color: #009fda;
}
.sidebar .widget ul.categories-list li a.active::before {
  font-family: "icomoon";
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: -15px;
  content: '\e3b3';
}
.sidebar .widget ul.categories-list li a svg,
.sidebar .widget ul.categories-list li a img.fallback {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.sidebar .widget ul.categories-list .dropdown {
  display: none;
}
.sidebar .widget ul.categories-list .dropdown a {
  padding-left: 10px;
}
.sidebar .widget ul.categories-list .dropdown a::before {
  font-family: "icomoon";
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: -15px;
  content: '\e3b3';
}
/**
 * Styles for the widget_popular-articles sidebar widget
 * /wp-content/themes/assets/less/imports/widget_popular-articles.less
 */
.popular-articles article {
  background: #009FDA;
  padding: 10px;
  margin: 10px 0 5px 0;
}
.popular-articles article h4 {
  margin: 0px;
  line-height: 1.2;
  font-size: 17px;
  height: 40px;
}
.popular-articles article h4 a {
  color: #fff;
}
.popular-articles article .meta {
  color: #BDEAF7;
  font-size: 12px;
  line-height: 1.2;
  margin: 8px 0 10px 0;
}
.popular-articles article .meta a {
  color: #BDEAF7;
  text-decoration: underline;
  display: block;
}
@media only screen and (max-width: 767px) {
  body.single-post .widget_popular-articles article {
    padding: 10px !important;
  }
}
/**
 * Styles for the widget_testimonials sidebar widget
 * /wp-content/themes/assets/less/imports/widget_testimonials.less
 */
.widget_testimonials {
  position: relative;
  display: block;
}
.widget_testimonials .testimonials-slideshow {
  padding: 0px;
  margin-bottom: 0px !important;
}
.widget_testimonials ul {
  margin-bottom: 0px !important;
}
.widget_testimonials p {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #000;
  font-size: 18px;
}
.widget_testimonials q {
  display: block;
  text-align: center;
  color: #000;
}
.widget_testimonials p.cite {
  color: #40b7e3;
  font-size: 15px;
  text-align: center;
}
.widget_testimonials li {
  border-bottom: none !important;
}
.widget_testimonials .testimonial-photo {
  width: 130px;
  height: 130px;
  margin: 20px auto 10px auto;
  background: url(../png/testimonial-circle.png) top left no-repeat;
  background-size: 260px;
}
.widget_testimonials .testimonial-photo img {
  width: 130px;
  height: 130px;
}
.widget_testimonials li:nth-child(1) .testimonial-photo {
  background-position: top left;
}
.widget_testimonials li:nth-child(2n) .testimonial-photo {
  background-position: top right;
}
.widget_testimonials li:nth-child(3n) .testimonial-photo {
  background-position: bottom left;
}
.widget_testimonials .flex-control-nav {
  position: absolute;
  top: -12px;
  left: 0px;
  text-align: left;
}
/**
 * Styles for the widget_feefo sidebar widget
 * /wp-content/themes/assets/less/imports/widget_feefo.less
 */
.sidebar .widget.widget_feefo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 359px) and (max-width: 767px) {
  .sidebar .widget.widget_feefo {
    flex-wrap: nowrap;
  }
}
.sidebar .widget.widget_feefo a.feefo-link {
  margin-top: 1.5rem;
  display: block;
}
@media only screen and (min-width: 359px) and (max-width: 767px) {
  .sidebar .widget.widget_feefo a.feefo-link {
    margin-top: 0;
  }
}
.sidebar .widget.widget_feefo a.feefo-link:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 359px) and (max-width: 767px) {
  .sidebar .widget.widget_feefo a.feefo-link:first-of-type {
    margin-right: 4%;
  }
}
/**
 * Styles for the Sidebar search sidebar widget
 * /wp-content/themes/assets/less/imports/widget_search.less
 */
.sidebar .search-form {
  max-width: 100%;
  width: 100%;
  line-height: 1;
  padding: 0px;
  position: relative;
  height: 50px;
  margin: 15px 0 30px 0;
  padding-right: 75px;
}
.sidebar .search-form input {
  height: 40px;
  width: 90%;
  padding: 10px !important;
  border: 1px solid #b3b3b3;
}
.sidebar .search-form .input-group {
  width: 100%;
}
.sidebar .search-form input.search-field {
  border-radius: 0;
}
.sidebar .search-form button {
  height: 40px;
  width: 40px;
  padding: 0px;
  border: none;
  background: #b3b3b3;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.sidebar .search-form-sidebar {
  padding-right: 0px;
  height: auto;
}
.sidebar .search-form-sidebar .input-group {
  display: flex;
  flex-flow: wrap;
}
.sidebar .search-form-sidebar .input-group label {
  width: 100%;
  display: block;
  flex: 1 1 100%;
}
.sidebar .search-form-sidebar .input-group input {
  flex: 1;
}
.sidebar .search-form-sidebar .input-group .input-group-btn {
  vertical-align: bottom;
  flex: 0 0 40px;
}
.sidebar .search-form-sidebar .input-group .input-group-btn button {
  margin-left: 0;
  width: 40px!important;
}
/**
 * Global website sticky footer styes
 * /wp-content/themes/assets/less/imports/sticky-footer.less
 */
#stickyfooter {
  display: none;
  position: fixed;
  width: 100%;
  height: 80px;
  background: #000;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
#stickyfooter .container {
  background: url(../png/blog-popup.png) -10px 0px no-repeat;
  margin: 7px auto 7px auto;
  position: relative;
}
#stickyfooter .container .text {
  padding-left: 295px;
  padding-top: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
#stickyfooter .container .text strong {
  color: #fff;
}
#stickyfooter .container .button {
  position: absolute;
  top: 7px;
  right: 0px;
}
#stickyfooter .container a.closefooter {
  color: #bb133e !important;
  display: block;
  width: 22px;
  height: 22px;
  background: #000;
  position: absolute;
  top: -29px;
  right: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #stickyfooter {
    height: auto;
  }
  #stickyfooter .container {
    background: none;
  }
  #stickyfooter .container .text {
    padding-left: 0px;
  }
  #stickyfooter .container .text br {
    display: none;
  }
  #stickyfooter .container .button {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #stickyfooter .container {
    background: none;
  }
  #stickyfooter .container .text {
    padding-left: 0px;
  }
}
/**
 * company-formations-ad infographic styes
 * /wp-content/themes/assets/less/imports/company-formations-ad.less
 */
.company-formations-ad {
  background: #F4F3F7;
}
.company-formations-ad img {
  top: -35px;
  position: relative;
  z-index: 5;
  max-width: 100%!important;
}
@media only screen and (max-width: 767px) {
  .company-formations-ad img {
    position: static;
    display: none !important;
  }
}
.company-formations-ad .btn-blue {
  position: absolute;
  bottom: 90px;
  left: 32px;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .company-formations-ad .btn-blue {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.company-formations-ad .intro p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: -20px;
  line-height: 1;
  font-size: 22px;
}
.company-formations-ad .intro p strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 110%;
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
  color: #009fda;
}
@media only screen and (max-width: 767px) {
  .company-formations-ad .content-text {
    margin-top: 0 !important;
  }
}
.company-formations-ad .col-xs-7 {
  width: 565px;
}
.company-formations-ad .col-xs-5 {
  width: 404px;
}
/**
 * /themes/informdirect/assets/imports/simple-newsletter-signup.less
 * Front-end styling for the simple newsletter sighup form within the website's footer
 */
#footer_sns_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  #footer_sns_container {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  #footer_sns_container {
    margin: 0;
    width: 100%;
  }
}
#footer_sns_container #sns_spinner {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #009fda;
  height: 100%;
  width: 100%;
  z-index: 12;
  transition: right 0.2s;
}
#footer_sns_container #sns_spinner #sns_spinner_graphic {
  width: auto;
  height: 100%;
  max-height: 104px;
  margin: 0 auto;
  display: block;
}
#footer_sns_container #sns_spinner.active {
  right: 0;
}
#footer_sns_container #footer_sns_content {
  display: flex;
  align-items: center;
}
#footer_sns_container #footer_sns_content p {
  color: black;
  margin-bottom: 0;
  text-align: left;
}
#footer_sns_container #footer_sns_content #footer_sns_reveal {
  margin-left: 12px;
  padding-right: 20px;
  height: 44px;
}
#footer_sns_container #footer_sns_content #footer_sns_reveal .btn-text {
  display: none;
}
#footer_sns_container #footer_sns_content #sns_form {
  display: flex;
  flex-basis: auto;
  width: 100%;
}
#footer_sns_container #footer_sns_content #sns_form label {
  display: none;
}
#footer_sns_container #footer_sns_content #sns_form input {
  width: 100%;
}
#footer_sns_container #footer_sns_content #sns_form #sns_submit {
  width: 50px;
}
@media only screen and (min-width: 600px) {
  #footer_sns_container #footer_sns_content #sns_form #sns_submit {
    width: auto;
  }
}
#footer_sns_container #footer_sns_content #sns_form #sns_submit .btn-text {
  display: none;
}
@media only screen and (min-width: 600px) {
  #footer_sns_container #footer_sns_content #sns_form #sns_submit .btn-text {
    display: inline-block;
    margin-right: 12px;
  }
}
#footer_sns_container #footer_sns_content #sns_form #sns_submit::after {
  content: "+";
  display: inline-block;
  color: white;
}
#footer_sns_container .msg {
  font-size: 0.85em;
  line-height: 1.2;
  padding: 0.5em;
  margin-top: 0.75rem;
  width: 100%;
}
#footer_sns_container .msg.error {
  color: #a94442;
  background-color: #f2dede;
  border: 2px solid #ebccd1;
}
#footer_sns_container .msg.success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 2px solid #d6e9c6;
}
#footer_sns_container .msg.info {
  color: #31708f;
  background-color: #d9edf7;
  border: 2px solid #bce8f1;
}
#footer_sns_container .msg strong {
  color: inherit !important;
}
#footer_sns_container .msg code {
  background-color: inherit;
  padding: 0;
}
#footer_sns_container .msg p:first-of-type {
  margin-top: 0;
}
#newsletter_placeholder + .msg,
#newsletter_placeholder .msg {
  font-size: 0.85em;
  line-height: 1.2;
  padding: 0.5em;
  margin-top: 0.75rem;
  width: 100%;
}
#newsletter_placeholder + .msg.error,
#newsletter_placeholder .msg.error {
  color: #a94442;
  background-color: #f2dede;
  border: 2px solid #ebccd1;
}
#newsletter_placeholder + .msg.success,
#newsletter_placeholder .msg.success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 2px solid #d6e9c6;
}
#newsletter_placeholder + .msg.info,
#newsletter_placeholder .msg.info {
  color: #31708f;
  background-color: #d9edf7;
  border: 2px solid #bce8f1;
}
#newsletter_placeholder + .msg strong,
#newsletter_placeholder .msg strong {
  color: inherit !important;
}
#newsletter_placeholder + .msg code,
#newsletter_placeholder .msg code {
  background-color: inherit;
  padding: 0;
}
#newsletter_placeholder + .msg p:first-of-type,
#newsletter_placeholder .msg p:first-of-type {
  margin-top: 0;
}
#newsletter_placeholder.container-style-full {
  max-width: 600px;
  margin: 20px auto;
}
#newsletter_placeholder.container-style-full:empty {
  min-height: 155px;
  text-align: center;
  padding: 20px;
  border: 2px solid #009b2a;
  border-radius: 10px;
  display: grid;
  place-content: center;
}
#newsletter_placeholder.container-style-full:empty:after {
  content: 'Loading...';
}
#newsletter_placeholder.container-style-full + #sns_verification {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
#newsletter_placeholder.container-style-full #sns_form {
  font-family: 'Lato', sans-serif;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  border: 2px solid #009b2a;
  border-radius: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#newsletter_placeholder.container-style-full #sns_form label {
  display: none;
}
#newsletter_placeholder.container-style-full #sns_form input[type="email"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0 20px;
  /* Space between title and email entry */
  border: 1px solid #009b2a;
  border-radius: 5px;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  #newsletter_placeholder.container-style-full #sns_form input[type="email"] {
    width: 80%;
  }
}
#newsletter_placeholder.container-style-full #sns_form button {
  padding: 10px 20px;
  background-color: #009b2a;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  #newsletter_placeholder.container-style-full #sns_form button {
    width: 100%;
  }
}
#newsletter_placeholder.container-style-full #sns_form button:hover {
  background-color: #007a20;
}
/**
 * Global website footer styes
 * /wp-content/themes/assets/less/imports/footer.less
 */
footer {
  float: left;
  width: 100%;
}
footer h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 20px;
}
footer h5 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  footer .fellowship {
    margin-top: 0px;
  }
}
#footer1 {
  background: #009fda;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  #footer1 {
    text-align: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer1 .left-column {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer1 .right-column input,
  #footer1 .right-column button :not(#footer_sns_reveal) :not(#sns_submit) {
    width: 100%!important;
  }
}
#footer1 .col-xs-6 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 55px;
}
#footer1 .col-xs-6.left-column:after {
  content: "";
  display: block;
  width: 1px;
  height: 140px;
  border-left: 1px solid #40b7e3;
  position: absolute;
  top: 0px;
  right: -1px;
}
#footer1 .col-xs-6.right-column {
  padding-left: 112px;
}
#footer1 .rubious-share-buttons {
  display: flex;
  width: 100%;
  min-width: 180px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer1 .rubious-share-buttons {
    justify-content: center;
  }
}
#footer1 .rubious-share-buttons a {
  transition: all 0.3s;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  flex: 0 1 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-right: 6px;
}
#footer1 .rubious-share-buttons a.facebook-share {
  background-color: #306199;
}
#footer1 .rubious-share-buttons a.twitter-share {
  background-color: #000000;
}
#footer1 .rubious-share-buttons a.twitter-share i:before {
  content: '';
  background: url('../svg/icon-social-x.svg') no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
#footer1 .rubious-share-buttons a.googleplus-share {
  background-color: #E93F2E;
}
#footer1 .rubious-share-buttons a.linkedin-share {
  background-color: #007BB6;
}
#footer1 .rubious-share-buttons a.email-share {
  background-color: #39499B;
}
#footer1 .rubious-share-buttons a.pinterest-share {
  background-color: #B81621;
}
#footer1 .rubious-share-buttons a i:before {
  display: inline-block;
  transition: all 0.3s;
}
#footer1 .rubious-share-buttons a:hover {
  color: #fff;
  transform: scale(1.2);
  z-index: 100;
  transition: all 0.3s;
}
#footer1 p.tel {
  line-height: 1;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 38px;
}
#footer1 p.tel a {
  color: #fff;
}
#footer1 #mc_embed_signup_scroll {
  display: flex;
}
#footer1 #mc_embed_signup_scroll .email {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  #footer1 #mc_embed_signup_scroll .email {
    max-width: 300px;
  }
}
#footer1 #mc_embed_signup_scroll #mc-embedded-subscribe {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#footer1 .gform_wrapper .validation_error {
  display: none!important;
}
#footer1 .gform_wrapper form {
  display: flex;
  flex-flow: row wrap;
}
#footer1 .gform_wrapper form > * {
  flex: 1 1 100%;
}
#footer1 .gform_wrapper form .gform_body,
#footer1 .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
}
#footer1 .gform_wrapper form .gform_body li,
#footer1 .gform_wrapper form .gform_footer li {
  margin: 0;
  padding: 0;
}
#footer1 .gform_wrapper form .gform_body li label,
#footer1 .gform_wrapper form .gform_footer li label {
  display: none;
}
#footer1 .gform_wrapper form .gform_body li .ginput_container,
#footer1 .gform_wrapper form .gform_footer li .ginput_container {
  margin-top: 0px;
}
#footer1 .gform_wrapper form .gform_body li .ginput_container input,
#footer1 .gform_wrapper form .gform_footer li .ginput_container input {
  width: 100%;
}
#footer1 .gform_wrapper form .gform_body {
  flex: 0 1 55%;
}
@media (max-width: 767px) {
  #footer1 .gform_wrapper form .gform_body {
    flex: 1 1 100%;
  }
}
#footer1 .gform_wrapper form .gform_footer {
  flex: 0 1 45%;
}
@media (max-width: 767px) {
  #footer1 .gform_wrapper form .gform_footer {
    flex: 1 1 100%;
  }
}
#footer1 form input {
  height: 45px;
  border: none;
  position: relative;
  top: 1px;
  padding: 10px;
  font-size: 12px;
  width: 210px;
}
#footer2 {
  background: #000;
  padding: 32px 0;
  font-size: 12px;
  color: #b3b3b3;
  line-height: 1;
}
#footer2 a {
  color: #b3b3b3;
}
#footer2 .copyright-notice > span {
  display: block;
  margin-right: 5px;
}
#footer2 .rubious {
  position: relative;
}
#footer2 .rubious a {
  color: #666666;
  padding-left: 30px;
  transition-duration: 0.2s;
  font-size: 11px;
}
#footer2 .rubious a:hover {
  color: #fff;
  text-decoration: none;
}
#footer2 .rubious i {
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#footer2 .rubious i span {
  position: absolute;
  top: 0;
  left: 0;
}
#footer2 .rubious i span.icon-diamond1 {
  color: #890302;
}
#footer2 .rubious i span.icon-diamond2 {
  color: #bd4141;
}
#footer2 .rubious i span.icon-diamond3 {
  color: #b86167;
}
#footer2 .rubious i span.icon-diamond4 {
  color: #fff;
}
@media (max-width: 767px) {
  #footer2 {
    text-align: left;
  }
  #footer2 p {
    line-height: 16px;
  }
}
body.single-post #footer2,
body.single-download_page #footer2 {
  padding-bottom: 100px;
}
/* ==========================================================================
   Base
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  body .btn {
    width: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .btn-lg,
  .btn-lg2,
  .btn-group-lg > .btn,
  .addon-checkout .gform_body .next-btn .gform_next_button,
  .btn-group-lg > .btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-lg.btn-arrow,
  .btn-lg2.btn-arrow {
    padding-right: 52px;
  }
}
.btn-lg.btn-arrow::after,
.btn-lg2.btn-arrow::after {
  font-size: 22px;
  top: 19px;
}
p,
li {
  color: #666666;
}
main {
  background: #fff;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  main {
    padding: 30px 15px 0 !important;
  }
}
.main {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
.container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px !important;
  }
}
q {
  quotes: "“" "”" "‘" "’";
}
.align-right {
  text-align: right;
}
em {
  font-style: normal !important;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 110%;
  color: #009fda;
}
hr {
  border: none;
  border-bottom: 1px solid #e3ecf1;
}
.hr-grad {
  border-top: 1px solid #e5f5fb;
  border-bottom: 0px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0.05) 0%, rgba(0, 88, 163, 0) 80%);
  /* W3C */
  height: 25px;
  margin: 0px;
}
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
  }
  .row-eq-height > * {
    flex: 1 1 auto;
    -ms-flex: 1 0 auto;
    max-width: 100%;
  }
}
.row-eq-height.wrap {
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.row-eq-height:before,
.row-eq-height:after {
  display: none!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .navbar-header {
    width: 200px;
  }
  .banner .navbar-nav li a {
    font-size: 13px;
    padding: 8px 14px 8px 10px;
  }
}
.rubious-share-buttons {
  display: flex;
  width: 100%;
  min-width: 180px;
}
.rubious-share-buttons a {
  transition: all 0.3s;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  flex: 1 1 auto;
  flex: 0 0 32px;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.rubious-share-buttons a.facebook-share {
  background-color: #306199;
}
.rubious-share-buttons a.twitter-share {
  background-color: #000000;
}
.rubious-share-buttons a.twitter-share i:before {
  content: '';
  background: url('../svg/icon-social-x.svg') no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
.rubious-share-buttons a.googleplus-share {
  background-color: #E93F2E;
}
.rubious-share-buttons a.linkedin-share {
  background-color: #007BB6;
}
.rubious-share-buttons a.email-share {
  background-color: #39499B;
}
.rubious-share-buttons a.pinterest-share {
  background-color: #B81621;
}
.rubious-share-buttons a i:before {
  display: inline-block;
  transition: all 0.3s;
}
.rubious-share-buttons a:hover {
  color: #fff;
  transform: scale(1.2);
  z-index: 100;
  transition: all 0.3s;
}
.related-articles {
  padding-top: 20px!important;
  border-bottom: 2px dashed #bfd5e8;
}
.related-articles h2 {
  position: relative;
  margin-top: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 160%;
  padding: 5px 0 0 65px;
  clear: both;
  width: 100%;
  float: left;
  height: 50px;
}
.related-articles h2 svg,
.related-articles h2 img.fallback {
  width: 70px;
  height: 70px;
  float: left;
  position: absolute;
  top: -18px;
  left: 0px;
}
.related-articles ul {
  clear: both;
  margin-left: 20px !important;
}
.related-articles ul li a {
  color: #666 !important;
  font-size: 15px;
}
.related-articles ul li a:hover {
  color: #009fda !important;
}
#comments {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #category-switcher {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* ==========================================================================
   Add-On Modal
   ========================================================================== */
.addon-modal-loading {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
}
.addon-modal-loading.active {
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}
@media (max-width: 767px) {
  #addonModal img {
    height: auto;
    margin-bottom: 30px;
  }
}
#addonModal h2 {
  margin-bottom: 40px;
}
#addonModal .description {
  display: block;
}
#addonModal .description:after {
  content: '';
  display: block;
  clear: both;
}
#addonModal .description img {
  float: left;
  margin-right: 30px;
  width: 100%;
  border: 1px solid #b3b3b3;
}
@media (min-width: 768px) {
  #addonModal .description img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #addonModal {
    max-width: 260px;
  }
  #addonModal h2 {
    font-size: 28px;
  }
}
.page-template-page-standard-php .page-header,
.blog .page-header,
.single-post .page-header,
.single-download_page .archive .page-header,
.page-template-page-contact-php .page-header,
.search-results .page-header {
  border-bottom: 0px;
}
.page-template-page-standard-php .page-header:after,
.blog .page-header:after,
.single-post .page-header:after,
.single-download_page .archive .page-header:after,
.page-template-page-contact-php .page-header:after,
.search-results .page-header:after {
  content: "";
  display: block;
  border-top: 1px solid #e5f5fb;
  border-bottom: 0px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0.05) 0%, rgba(0, 88, 163, 0) 80%);
  /* W3C */
  height: 25px;
  margin: 0px;
}
.page-template-page-standard-php .content-text_in_box,
.blog .content-text_in_box,
.single-post .content-text_in_box,
.single-download_page .archive .content-text_in_box,
.page-template-page-contact-php .content-text_in_box,
.search-results .content-text_in_box {
  background: #f4f3f7 !important;
  margin-bottom: 20px !important;
  padding: 30px 15px 30px 15px !important;
}
.page-template-page-standard-php .content-text_in_box .content-introduction,
.blog .content-text_in_box .content-introduction,
.single-post .content-text_in_box .content-introduction,
.single-download_page .archive .content-text_in_box .content-introduction,
.page-template-page-contact-php .content-text_in_box .content-introduction,
.search-results .content-text_in_box .content-introduction {
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}
.page-template-page-standard-php main .container,
.blog main .container,
.single-post main .container,
.single-download_page .archive main .container,
.page-template-page-contact-php main .container,
.search-results main .container {
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-page-standard-php .page-header h1,
.blog .page-header h1,
.single-post .page-header h1,
.single-download_page .archive .page-header h1,
.page-template-page-contact-php .page-header h1,
.search-results .page-header h1 {
  text-align: left;
  position: relative;
  padding-left: 56px;
  min-height: 30px;
  line-height: 1.2;
  padding-top: 8px;
}
.page-template-page-standard-php .page-header svg,
.blog .page-header svg,
.single-post .page-header svg,
.single-download_page .archive .page-header svg,
.page-template-page-contact-php .page-header svg,
.search-results .page-header svg,
.page-template-page-standard-php .page-header img.fallback,
.blog .page-header img.fallback,
.single-post .page-header img.fallback,
.single-download_page .archive .page-header img.fallback,
.page-template-page-contact-php .page-header img.fallback,
.search-results .page-header img.fallback {
  width: 95px;
  position: absolute;
  top: 28px;
  left: -22px;
  vertical-align: baseline;
}
.page-template-page-standard-php .page-header.no-icon h1,
.blog .page-header.no-icon h1,
.single-post .page-header.no-icon h1,
.single-download_page .archive .page-header.no-icon h1,
.page-template-page-contact-php .page-header.no-icon h1,
.search-results .page-header.no-icon h1 {
  padding-left: 0px !important;
}
.page-template-page-standard-php .contact-intro,
.blog .contact-intro,
.single-post .contact-intro,
.single-download_page .archive .contact-intro,
.page-template-page-contact-php .contact-intro,
.search-results .contact-intro {
  font-size: 140%;
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-template-page-standard-php .contact-intro p,
.blog .contact-intro p,
.single-post .contact-intro p,
.single-download_page .archive .contact-intro p,
.page-template-page-contact-php .contact-intro p,
.search-results .contact-intro p {
  color: #000;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body.admin-bar .slideout-panel {
  margin-top: -32px;
  padding-top: 32px;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  background: #333333;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.slideout-menu {
  left: auto;
}
button.toggle-button {
  float: right;
}
@media only screen and (max-width: 767px) {
  button.toggle-button {
    margin-top: -1px;
    font-size: 16px;
    margin-bottom: 8px;
    padding-right: 0;
  }
  button.toggle-button span {
    font-size: 32px;
  }
}
.showtablet {
  display: none!important;
}
.hiddentablet .navbar-nav > li.active > a,
.hiddentablet .navbar-nav > li.current_page_ancestor > a,
.hiddentablet .navbar-nav > li.current-menu-ancestor > a {
  background: #80CFED;
  color: #fff;
}
.hiddentablet .navbar-nav > li:hover > a,
.hiddentablet .navbar-nav > li:active > a,
.hiddentablet .navbar-nav > li:focus > a {
  background: #333333;
  color: white;
}
.hiddentablet .navbar-nav > li:hover > a i,
.hiddentablet .navbar-nav > li:active > a i,
.hiddentablet .navbar-nav > li:focus > a i {
  color: #009fda;
}
.hiddentablet .navbar-nav > li.open {
  background: #333333;
}
.hiddentablet .navbar-nav > li.open > a {
  color: white!important;
  background-color: #333333 !important;
}
.hiddentablet .navbar-nav > li.open > a i {
  color: #009fda !important;
}
.hiddentablet .navbar-nav > li i {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  font-size: 10px;
  line-height: 0;
}
.hiddentablet .navbar-nav b i.icon-plus {
  display: block;
}
.hiddentablet .navbar-nav b i.icon-minus {
  display: none;
}
.hiddentablet .navbar-nav .dropdown-menu {
  padding-top: 0;
}
.hiddentablet .navbar-nav .dropdown-menu .active a {
  background: black;
}
.hiddentablet .navbar-nav .dropdown-menu li {
  position: relative;
  margin: 0;
}
.hiddentablet .navbar-nav .dropdown-menu li svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.hiddentablet .navbar-nav .dropdown-menu li svg path,
.hiddentablet .navbar-nav .dropdown-menu li svg rect,
.hiddentablet .navbar-nav .dropdown-menu li svg circle,
.hiddentablet .navbar-nav .dropdown-menu li svg polygon {
  fill: #b3b3b3;
  stroke: #b3b3b3;
}
.hiddentablet .navbar-nav .dropdown-menu li a {
  padding-left: 5px;
  color: #b3b3b3;
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
}
.hiddentablet .navbar-nav .dropdown-menu li a:hover,
.hiddentablet .navbar-nav .dropdown-menu li a:active,
.hiddentablet .navbar-nav .dropdown-menu li a:focus {
  background: #000;
  color: #009fda;
}
.hiddentablet .navbar-nav .dropdown-menu li a:hover i,
.hiddentablet .navbar-nav .dropdown-menu li a:active i,
.hiddentablet .navbar-nav .dropdown-menu li a:focus i,
.hiddentablet .navbar-nav .dropdown-menu li a:hover svg,
.hiddentablet .navbar-nav .dropdown-menu li a:active svg,
.hiddentablet .navbar-nav .dropdown-menu li a:focus svg {
  color: #009fda;
}
.hiddentablet .navbar-nav .dropdown-menu li a:hover i path,
.hiddentablet .navbar-nav .dropdown-menu li a:active i path,
.hiddentablet .navbar-nav .dropdown-menu li a:focus i path,
.hiddentablet .navbar-nav .dropdown-menu li a:hover svg path,
.hiddentablet .navbar-nav .dropdown-menu li a:active svg path,
.hiddentablet .navbar-nav .dropdown-menu li a:focus svg path,
.hiddentablet .navbar-nav .dropdown-menu li a:hover i circle,
.hiddentablet .navbar-nav .dropdown-menu li a:active i circle,
.hiddentablet .navbar-nav .dropdown-menu li a:focus i circle,
.hiddentablet .navbar-nav .dropdown-menu li a:hover svg circle,
.hiddentablet .navbar-nav .dropdown-menu li a:active svg circle,
.hiddentablet .navbar-nav .dropdown-menu li a:focus svg circle,
.hiddentablet .navbar-nav .dropdown-menu li a:hover i rect,
.hiddentablet .navbar-nav .dropdown-menu li a:active i rect,
.hiddentablet .navbar-nav .dropdown-menu li a:focus i rect,
.hiddentablet .navbar-nav .dropdown-menu li a:hover svg rect,
.hiddentablet .navbar-nav .dropdown-menu li a:active svg rect,
.hiddentablet .navbar-nav .dropdown-menu li a:focus svg rect,
.hiddentablet .navbar-nav .dropdown-menu li a:hover i polygon,
.hiddentablet .navbar-nav .dropdown-menu li a:active i polygon,
.hiddentablet .navbar-nav .dropdown-menu li a:focus i polygon,
.hiddentablet .navbar-nav .dropdown-menu li a:hover svg polygon,
.hiddentablet .navbar-nav .dropdown-menu li a:active svg polygon,
.hiddentablet .navbar-nav .dropdown-menu li a:focus svg polygon {
  fill: #009fda;
  stroke: #009fda;
}
.hiddentablet .navbar-nav .dropdown-menu li a i {
  position: absolute;
  left: 7px;
  top: 9px;
  color: #b3b3b3;
  font-size: 18px;
}
.hiddentablet .navbar-nav .dropdown-menu li:last-child a {
  border-bottom: none;
}
.hiddentablet .navbar-nav .dropdown-menu li .drop-plus {
  position: absolute;
  right: 12px;
  top: auto;
  display: block;
  width: 17px;
  height: 17px;
  background: #333333;
  padding: 2px;
  text-align: center;
}
.hiddentablet .navbar-nav .dropdown-menu li .drop-plus i {
  font-size: 10px;
  left: 3.5px;
  top: 9px;
}
.hiddentablet .navbar-nav .dropdown-menu .dropdown-submenu {
  display: none;
  padding: 0;
  list-style-type: none;
  background: black;
  margin: 0;
  position: relative;
  margin-top: -1px;
  background: #000;
  padding-bottom: 8px;
}
.hiddentablet .navbar-nav .dropdown-menu .dropdown-submenu.open {
  display: block;
  width: 100%;
}
.hiddentablet .navbar-nav .dropdown-menu .dropdown-submenu a {
  padding-left: 34px;
  font-size: 12px;
  height: 30px;
  display: block;
  color: #b3b3b3 !important;
  border-bottom: none;
  white-space: nowrap;
}
.hiddentablet .navbar-nav .dropdown-menu .dropdown-submenu a:hover {
  color: #009fda !important;
  text-decoration: none;
}
.hiddentablet .navbar-nav .dropdown-menu .dropdown-submenu a i {
  font-size: 12px;
  top: 18px;
  left: 14px;
}
@media (max-width: 991px) {
  .showtablet {
    display: block!important;
    background: none;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 6px;
    outline: none;
  }
  .showtablet span {
    font-size: 40px;
    position: relative;
    bottom: -8px;
    margin-left: 6px;
    outline: none;
  }
  .hiddentablet {
    display: none!important;
  }
}
/* ==========================================================================
   Posts
   ========================================================================== */
body.single-post .col-xs-6 .content-text {
  padding-left: 0px;
  padding-right: 0px;
}
body.single-post .content-call_to_action {
  margin: 20px 0;
  padding: 0px;
}
body.single-post .content-call_to_action p {
  font-size: 15px;
}
body.single-post .sidebar {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  body.single-post article {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body.single-post article header .author-info .media-body p {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  body.single-post article header .author-info .media-body p + p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.single-post .widget_popular-articles article {
    padding: 10px!important;
  }
}
@media only screen and (max-width: 767px) {
  body.single-post .content-block.content-call_to_action_box {
    width: 100%;
  }
}
.page-template-page-standard-php article,
.page-template-page-contact-php article {
  padding-right: 55px;
}
.posts-container {
  padding-right: 75px;
}
article.post {
  padding-right: 70px;
}
article .author-info {
  background: #f4f3f7;
  padding: 10px;
  margin-bottom: 20px;
}
article .author-info p {
  margin-bottom: 0px;
  font-size: 90%;
  line-height: 1.6;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
article .author-info p a {
  color: #666666;
  text-decoration: underline;
}
article .author-info h4 {
  line-height: 1;
}
article .author-info h4 a {
  color: #666666;
  text-decoration: underline;
}
/* ==========================================================================
   Columns
   ========================================================================== */
.left-col .content-text h1,
.right-col .content-text h1,
.left-col .content-text h2,
.right-col .content-text h2,
.left-col .content-text h3,
.right-col .content-text h3,
.left-col .content-text h4,
.right-col .content-text h4 {
  margin-top: 0px;
}
