/*! 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,
.addon-checkout .gform_body .next-btn .gform_next_button {
  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,
.addon-checkout .gform_body .next-btn .gform_next_button {
  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,
.addon-checkout .gform_body .next-btn .gform_next_button {
  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;
  }
}
@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);
  }
}
@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;
}
.d-flex {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .d-flex > * {
    flex: 1 1 100%;
  }
}
html[data-useragent*='MSIE 9.0'] .company-formation-notices > a {
  width: 32%!important;
  display: block;
  float: left;
}
html[data-useragent*='MSIE 9.0'] .form-company-heading {
  padding-bottom: 100px!important;
}
html[data-useragent*='MSIE 9.0'] .form-company-heading .mainInput {
  width: 62%!important;
  float: left;
}
html[data-useragent*='MSIE 9.0'] .mobile-menu,
html[data-useragent*='MSIE 9.0'] .sub-men-blk,
html[data-useragent*='MSIE 9.0'] .showtablet,
html[data-useragent*='MSIE 9.0'] .content-feefo,
html[data-useragent*='MSIE 9.0'] .dropdown-submenu {
  display: none!important;
}
html[data-useragent*='MSIE 9.0'] .navbar-header {
  width: 160px;
}
html[data-useragent*='MSIE 9.0'] .navbar-header img {
  width: 160px;
  height: auto;
}
html[data-useragent*='MSIE 9.0'] .dropdown-menu svg,
html[data-useragent*='MSIE 9.0'] .dropdown-menu i {
  display: none !important;
}
html[data-useragent*='MSIE 9.0'] .dropdown-menu a {
  color: #fff !important;
}
html[data-useragent*='MSIE 9.0'] .included-bar > * {
  display: block;
  float: left;
}
html[data-useragent*='MSIE 9.0'] .included-bar > * img {
  width: 100%;
  height: auto;
}
html[data-useragent*='MSIE 9.0'] .included-bar .included {
  width: 10%!important;
}
html[data-useragent*='MSIE 9.0'] .included-bar a {
  width: 40%!important;
  text-align: center;
}
html[data-useragent*='MSIE 9.0'] .included-bar .plus {
  width: 10%!important;
  text-align: center;
}
html[data-useragent*='MSIE 10.0'] .company-formation-notices > a {
  width: 32%!important;
}
html[data-useragent*='MSIE 10.0'] .mainInput {
  width: 65%!important;
}
html[data-useragent*='MSIE 10.0'] .included-bar > * {
  display: block;
  float: left;
}
html[data-useragent*='MSIE 10.0'] .included-bar > * img {
  width: 100%;
  height: auto;
}
html[data-useragent*='MSIE 10.0'] .included-bar .included {
  width: 10%!important;
}
html[data-useragent*='MSIE 10.0'] .included-bar a {
  width: 40%!important;
  text-align: center;
}
html[data-useragent*='MSIE 10.0'] .included-bar .plus {
  width: 10%!important;
  text-align: center;
}
html[data-useragent*='MSIE 10.0'] .content-feefo .feefo-scroll {
  display: block!important;
}
html[data-useragent*='MSIE 10.0'] .content-feefo .feefo-scroll .rating {
  position: absolute;
  right: 0px;
}
html[data-useragent*='MSIE 10.0'] .content-feefo .feefo-scroll .class {
  display: none;
}
@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: 979px) {
  /*
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
*/
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Slick  */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .award-wrap.slick-slider .slick-slide {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .award-wrap.slick-slider .slick-slide a {
    margin: 0 20px;
  }
}
.lg-award-slick-dots {
  margin-top: 10px;
}
.slick-dots {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.slick-dots li {
  display: inline-block;
  flex: 0 0 12px;
  margin-right: 5px;
  height: 12px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  width: 12px;
  height: 12px;
  border: none;
  overflow: hidden;
  text-indent: 9999em;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
}
/* ==========================================================================
   Base
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  background: #000;
}
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;
}
p,
li {
  color: #666666;
}
main {
  background: #fff;
  padding-bottom: 0px;
}
.home main {
  background: transparent;
}
.main {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
.page-template-page-1page-php main {
  padding-bottom: 0px;
}
.container {
  position: relative;
}
q {
  quotes: "“" "”" "‘" "’";
}
.resourcesWrap {
  padding: 30px 0 80px;
}
.resourcesWrap .resourcesFaqImg {
  position: relative;
  right: -60px;
  z-index: 3;
}
.resourcesWrap .resourcesBlogImg {
  position: relative;
  left: -25px;
  z-index: 3;
}
.resourcesWrap .resourcesGuideImg {
  position: relative;
  right: -66px;
  z-index: 3;
}
.resourcesWrap .researchGuideImg {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .resourcesWrap .researchGuideImg {
    top: 20px;
  }
}
.resourcesWrap .allfaqs {
  text-align: right;
}
.resourcesWrap .allfaqs .btn {
  position: relative;
  top: -9px;
}
.resourcesWrap img {
  width: 100%;
}
.resourcesWrap .title {
  font-size: 24px;
  line-height: 1.3;
  display: block;
  margin-top: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.resourcesWrap p {
  margin-bottom: 30px;
}
.resourcesWrap.faqs {
  position: relative;
  background: #f0f9fd;
}
.resourcesWrap.faqs:before,
.resourcesWrap.faqs:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f9fd;
}
.resourcesWrap.faqs:before {
  right: 100%;
}
.resourcesWrap.faqs:after {
  left: 100%;
}
.resourcesWrap.faqs .faq-search-box {
  position: relative;
}
.resourcesWrap.faqs .faq-search-box input {
  width: 100%;
  padding: 12px;
  height: 49px;
}
.resourcesWrap.faqs .faq-search-box button {
  position: absolute;
  top: 1px;
  right: 1px;
  background: #009b2a;
  color: white;
  font-size: 29px;
  height: 47px;
  width: 47px;
  padding: 8px 10px 8px;
  border: 0;
  line-height: 1;
}
.resourcesWrap.research {
  position: relative;
  background: #e5f5fb;
  text-align: right;
}
.resourcesWrap.research:before,
.resourcesWrap.research:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5f5fb;
}
.resourcesWrap.research:before {
  right: 100%;
}
.resourcesWrap.research:after {
  left: 100%;
}
.resourcesWrap.blog {
  position: relative;
  background: #e5f5fb;
  text-align: right;
}
.resourcesWrap.blog:before,
.resourcesWrap.blog:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5f5fb;
}
.resourcesWrap.blog:before {
  right: 100%;
}
.resourcesWrap.blog:after {
  left: 100%;
}
.resourcesWrap.blog .news-stories {
  border-top: 1px solid #d9f1f9;
  margin-top: 10px;
  padding-top: 20px;
}
.resourcesWrap.blog .news-title {
  display: block;
  padding-left: 60px;
  text-align: left;
}
.resourcesWrap.blog .news-title a {
  color: #666666;
  text-decoration: underline;
}
.resourcesWrap.blog .news-title:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 50px;
  width: 10px;
  height: 10px;
  background: #009fda;
}
.resourcesWrap.blog .news-title:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  border-right: 1px dashed #d9f1f9;
}
.resourcesWrap.guides {
  position: relative;
  background: #f2f2f2;
}
.resourcesWrap.guides:before,
.resourcesWrap.guides:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.resourcesWrap.guides:before {
  right: 100%;
}
.resourcesWrap.guides:after {
  left: 100%;
}
.resourcesWrap.videos {
  position: relative;
  background: #ECECEC;
}
.resourcesWrap.videos:before,
.resourcesWrap.videos:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ECECEC;
}
.resourcesWrap.videos:before {
  right: 100%;
}
.resourcesWrap.videos:after {
  left: 100%;
}
.resourcesWrap.videos .title {
  margin-bottom: 20px;
}
.resourcesWrap.videos .videozoom {
  position: relative;
}
/* ==========================================================================
   Header
   ========================================================================== */
header .no-blk-menu .sign-up-log-on {
  top: -4px;
  right: 30px;
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*  Form a Company  */
/*-----------------------------------------------------------------------------------*/
.page-template-page-form-company main {
  padding-top: 0!important;
}
@media (max-width: 767px) {
  .form-company-heading,
  .stepped-process,
  .why-inform,
  .formations-feefo,
  .company-formations-lg,
  .form-company-advice,
  .formations-faq-search-bar {
    margin: 0 -15px;
  }
}
.form-company-heading {
  background-size: cover!important;
  background-position: top center!important;
  padding-top: 30px;
  position: relative;
}
.form-company-heading .grad-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#23589e+0,033d77+100&0+0,0.65+53 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(35, 88, 158, 0) 0%, rgba(18, 74, 137, 0.65) 53%, rgba(3, 61, 119, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0023589e', endColorstr='#a6033d77', GradientType=1);
  /* IE6-9 */
}
.form-company-heading h1 {
  color: white;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 38px;
}
@media (max-width: 767px) {
  .form-company-heading h1 {
    font-size: 28px;
  }
}
.form-company-heading h1 span {
  display: block;
  margin-bottom: 6px;
  font-family: 'Leckerli One', cursive;
  font-size: 72px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .form-company-heading h1 span {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .form-company-heading .company-formation-notices {
    margin-bottom: 110px;
  }
}
.form-company-heading .company-formation-notices a {
  flex-grow: 1;
  margin-left: 10px;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  color: white;
  line-height: 0.95;
  display: block;
  font-size: 24px;
  transition: 0.2s all;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.form-company-heading .company-formation-notices a:hover,
.form-company-heading .company-formation-notices a:active,
.form-company-heading .company-formation-notices a:focus {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .form-company-heading .company-formation-notices a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .form-company-heading .company-formation-notices a {
    font-size: 18px;
  }
}
.form-company-heading .company-formation-notices a:first-child {
  margin-left: 0;
}
.form-company-heading .company-formation-notices a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all;
}
@media (max-width: 767px) {
  .form-company-heading .company-formation-notices a {
    width: 100%!important;
    margin: 0 0 20px;
  }
  .form-company-heading .company-formation-notices a:after {
    display: none;
  }
}
.form-company-heading .company-formation-notices .company-types {
  background: rgba(0, 88, 163, 0.8);
  width: 27%;
}
.form-company-heading .company-formation-notices .company-types:after {
  border-color: rgba(0, 88, 163, 0.8) transparent transparent transparent;
}
.form-company-heading .company-formation-notices .company-types:hover,
.form-company-heading .company-formation-notices .company-types:focus,
.form-company-heading .company-formation-notices .company-types:active {
  background: #0058a3;
}
.form-company-heading .company-formation-notices .company-types:hover:after,
.form-company-heading .company-formation-notices .company-types:focus:after,
.form-company-heading .company-formation-notices .company-types:active:after {
  border-color: #0058a3 transparent transparent transparent;
}
.form-company-heading .company-formation-notices .package-types {
  background: rgba(187, 19, 62, 0.8);
  display: flex;
  width: 38%;
}
.form-company-heading .company-formation-notices .package-types:after {
  border-color: rgba(187, 19, 62, 0.8) transparent transparent transparent;
}
.form-company-heading .company-formation-notices .package-types:hover,
.form-company-heading .company-formation-notices .package-types:focus,
.form-company-heading .company-formation-notices .package-types:active {
  background: #bb133e;
}
.form-company-heading .company-formation-notices .package-types:hover:after,
.form-company-heading .company-formation-notices .package-types:focus:after,
.form-company-heading .company-formation-notices .package-types:active:after {
  border-color: #bb133e transparent transparent transparent;
}
.form-company-heading .company-formation-notices .package-types span {
  display: block;
}
.form-company-heading .company-formation-notices .package-types .left {
  float: left;
  width: 40%;
}
.form-company-heading .company-formation-notices .package-types .right {
  float: right;
  font-size: 40px;
  width: 60%;
  padding-top: 6px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 0.8;
  text-align: right;
}
@media (max-width: 1199px) {
  .form-company-heading .company-formation-notices .package-types .right {
    font-size: 20px;
  }
}
.form-company-heading .company-formation-notices .package-types .right sup {
  font-size: 16px;
  top: -1.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-weight: normal;
  margin-left: 6px;
}
@media (max-width: 1199px) {
  .form-company-heading .company-formation-notices .package-types .right sup {
    top: -0.1em;
  }
}
@media (max-width: 991px) {
  .form-company-heading .company-formation-notices .package-types .right sup {
    font-size: 12px;
  }
}
.form-company-heading .company-formation-notices .package-types .right sup.currency {
  font-size: 22px;
  top: -0.6em;
  margin-right: 6px;
}
@media (max-width: 1199px) {
  .form-company-heading .company-formation-notices .package-types .right sup.currency {
    top: 0em;
  }
}
@media (max-width: 991px) {
  .form-company-heading .company-formation-notices .package-types .right sup.currency {
    font-size: 16px;
  }
}
.form-company-heading .company-formation-notices .award-winning {
  background: rgba(0, 88, 163, 0.8);
  min-width: 260px;
  width: 33%;
  padding-right: 100px;
}
.form-company-heading .company-formation-notices .award-winning:after {
  border-color: rgba(0, 88, 163, 0.8) transparent transparent transparent;
}
.form-company-heading .company-formation-notices .award-winning:hover,
.form-company-heading .company-formation-notices .award-winning:focus,
.form-company-heading .company-formation-notices .award-winning:active {
  background: #0058a3;
}
.form-company-heading .company-formation-notices .award-winning:hover:after,
.form-company-heading .company-formation-notices .award-winning:focus:after,
.form-company-heading .company-formation-notices .award-winning:active:after {
  border-color: #0058a3 transparent transparent transparent;
}
.form-company-heading .company-formation-notices .award-winning img {
  position: absolute;
  right: 13px;
  top: 11px;
}
.form-company-heading .content-feefo {
  background: rgba(0, 0, 0, 0.5);
  height: 70px;
  padding: 0 20px;
}
.form-company-heading .content-feefo .feefo {
  margin-top: 23px;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link,
.form-company-heading .content-feefo .feefo .feefo-scroll {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link div,
.form-company-heading .content-feefo .feefo .feefo-scroll div,
.form-company-heading .content-feefo .feefo .feefo-popup-link span,
.form-company-heading .content-feefo .feefo .feefo-scroll span {
  float: none;
  position: static;
  height: auto;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link .rating,
.form-company-heading .content-feefo .feefo .feefo-scroll .rating {
  order: 2;
  text-align: center;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link .rating p,
.form-company-heading .content-feefo .feefo .feefo-scroll .rating p {
  float: none;
  margin-top: 23px;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link .rating p i,
.form-company-heading .content-feefo .feefo .feefo-scroll .rating p i {
  color: #009b2a;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link .logo,
.form-company-heading .content-feefo .feefo .feefo-scroll .logo {
  order: 1;
}
.form-company-heading .content-feefo .feefo .feefo-popup-link .link,
.form-company-heading .content-feefo .feefo .feefo-scroll .link {
  order: 3;
  color: #666666;
  font-size: 12px;
  min-width: 80px;
  text-align: right;
  text-decoration: underline;
}
.form-company-heading .content-feefo i {
  font-size: 18px;
}
.grey-bg {
  background: #F4F3F6;
}
/*-----------------------------------------------------------------------------------*/
/*  Animations  */
/*-----------------------------------------------------------------------------------*/
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#inform #inform-bl,
#inform #inform-br,
#inform #inform-tl,
#inform #inform-tr {
  animation-name: pulsate;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#inform #inform-bl {
  animation-delay: 0.4s;
}
#inform #inform-tl {
  animation-delay: 0.8s;
}
#inform #inform-tr {
  animation-delay: 1.2s;
}
#inform #inform-br {
  animation-delay: 1.6s;
}
.formation-flexslider {
  position: relative;
  margin-bottom: 50px;
}
.formation-flexslider.loading {
  visibility: hidden;
  opacity: 0;
  height: 250px;
}
.formation-flexslider .slides div {
  padding: 10px 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .formation-flexslider .slides div {
    padding: 10px 0px;
  }
}
.formation-flexslider .slides div img,
.formation-flexslider .slides div svg {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
.formation-flexslider .slides div .title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin: 0 40px 30px;
  font-size: 18px;
  line-height: 1.1;
}
.formation-flexslider .slides div .title strong {
  display: block;
  font-size: 22px;
}
.formation-flexslider .slides div p {
  padding: 0 30px;
}
.formation-flexslider .flex-control-nav {
  top: -46px;
  bottom: auto;
}
.formation-flexslider .flex-control-nav li {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .formation-flexslider .flex-direction-nav {
    display: none;
  }
}
.formation-flexslider .flex-direction-nav a {
  margin-left: -18px;
  bottom: 50%;
  top: auto;
}
.formation-flexslider .flex-direction-nav a.flex-next {
  right: -40px;
}
@media (max-width: 991px) {
  .formation-flexslider .flex-direction-nav a.flex-next {
    right: 0px;
  }
}
.formation-flexslider .flex-direction-nav a.flex-prev {
  left: -20px;
}
@media (max-width: 991px) {
  .formation-flexslider .flex-direction-nav a.flex-prev {
    left: 0px;
  }
}
.stepped-process {
  padding: 46px 0 46px;
}
.stepped-process .content-introduction {
  padding-top: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .stepped-process .content-introduction {
    text-align: left!important;
  }
  .stepped-process .content-introduction p {
    margin: 0!important;
  }
}
@media (max-width: 767px) {
  .stepped-process .content-introduction p {
    margin: 20px 0!important;
    text-align: center;
  }
}
.stepped-process .slides.loading {
  display: flex;
}
.stepped-process .slides li > div {
  display: block;
  border-left: 2px dashed #D8E9F4;
  padding: 0px 25px 5px;
  position: relative;
}
.stepped-process .slides li > div img {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.stepped-process .slides li > div .post-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #009fda;
  display: block;
  text-align: left;
  line-height: 1;
  font-size: 18px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .stepped-process .slides li > div .post-title {
    padding: 0 5px;
  }
}
.stepped-process .slides li > div .hover {
  display: none;
  position: absolute;
  background: #009fda;
  border-radius: 10px;
  z-index: 200;
  border-radius: 5px;
  padding: 20px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  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;
  min-height: 159px;
  overflow: visible;
}
.stepped-process .slides li > div .hover::-webkit-scrollbar {
  width: 0 !important;
}
@media (max-width: 991px) {
  .stepped-process .slides li > div .hover {
    padding: 10px;
  }
}
.stepped-process .slides li > div .hover h3,
.stepped-process .slides li > div .hover p {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
.stepped-process .slides li > div:hover .hover {
  display: block;
}
.stepped-process .flex-direction-nav a.flex-prev {
  left: -30px;
}
.stepped-process .flex-direction-nav a.flex-next {
  right: -30px;
}
.align-right {
  text-align: right;
}
.launder-check {
  padding: 18px 80px;
  margin-bottom: 50px;
  min-height: 100px;
}
@media (max-width: 1199px) {
  .launder-check {
    padding: 18px 40px;
  }
}
@media (max-width: 991px) {
  .launder-check {
    margin-bottom: 30px;
  }
}
.launder-check .img-svg {
  width: 50px;
}
.launder-check h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 1199px) {
  .launder-check h3 {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .launder-check h3 {
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .launder-check h3 {
    font-size: 17px;
  }
}
@media (max-width: 552px) {
  .launder-check h3 {
    margin-top: 0px;
  }
}
.launder-check .text {
  text-align: center;
  font-size: 12px;
}
@media (max-width: 991px) {
  .launder-check .text {
    text-align: left;
    font-size: 14px;
  }
}
.launder-check .text p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .launder-check .text p {
    font-size: 13px;
  }
}
.launder-check .text a {
  color: #666666;
  text-decoration: underline;
}
body.choose-a-package .package-table {
  margin-bottom: 10px;
}
.launder-check {
  padding-left: 140px;
  position: relative;
}
@media (max-width: 1199px) {
  .launder-check {
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .launder-check {
    padding-left: 40px;
  }
  .launder-check h3 {
    padding-left: 65px;
    margin-bottom: 20px;
  }
}
.launder-check .img-svg {
  position: absolute;
  top: 20px;
  left: 80px;
}
@media (max-width: 1199px) {
  .launder-check .img-svg {
    left: 40px;
  }
}
.launder-check .img-svg img {
  height: 65px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .launder-check .text {
    padding: 0 20px;
  }
}
@supports (grid-template-columns:inherit) {
  .launder-check {
    display: grid;
    grid-template-columns: 75px auto;
    padding-left: 80px;
  }
  @media (max-width: 1199px) {
    .launder-check {
      padding-left: 40px;
    }
  }
  @media (max-width: 991px) {
    .launder-check {
      grid-template-columns: 50px auto;
      padding: 25px 30px;
      grid-gap: 2px 15px;
    }
  }
  .launder-check .img-svg {
    position: static!important;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  @media (max-width: 991px) {
    .launder-check .img-svg {
      grid-row-start: 1;
      grid-row-end: 2;
    }
  }
  .launder-check h3 {
    padding-left: 0px!important;
  }
  @media (max-width: 991px) {
    .launder-check .text {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  }
}
.form-company-packages {
  padding: 68px 0 30px;
}
@media (min-width: 992px) {
  .form-company-packages .content-introduction {
    text-align: left!important;
    margin-bottom: 20px;
  }
  .form-company-packages .content-introduction p {
    margin: 0!important;
    width: 100%!important;
  }
}
.form-company-packages .content-introduction.swipe p {
  text-align: center;
  margin-top: 40px!important;
  display: block;
  margin-bottom: 0;
}
.form-company-packages .content-introduction p {
  font-size: 22px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .form-company-packages .content-introduction p {
    margin: 0 0 30px!important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .form-company-packages .align-right {
    text-align: center!important;
    margin-top: 30px;
  }
}
.form-company-packages .package-table {
  margin-top: 40px;
  margin-bottom: 10px;
}
.form-company-packages .package-table th .cost {
  padding-bottom: 10px;
}
.form-company-packages .package-table th .description p {
  min-height: 130px;
}
.form-company-packages .content-call_to_action_box_2.content-block {
  padding: 30px 30px 20px;
  border: none!important;
}
.form-company-packages .content-call_to_action_box_2.content-block h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.form-company-packages .content-call_to_action_box_2.content-block img {
  width: 89%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .form-company-packages .content-call_to_action_box_2.content-block img {
    width: 38%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-company-packages .content-call_to_action_box_2.content-block img {
    width: 36%;
  }
}
.form-company-packages .content-call_to_action_box_2.content-block .img-svg {
  width: 100%!important;
  max-width: 140px;
  margin: 0 auto;
}
.form-company-packages .content-call_to_action_box_2.content-block .img-svg svg {
  width: 100%;
}
.form-company-packages .included-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  align-items: center;
}
@media (max-width: 767px) {
  .form-company-packages .included-bar {
    flex-flow: row wrap;
  }
}
.form-company-packages .included-bar .included {
  color: #bb133e;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  padding-top: 6px;
  width: 125px;
}
@media (max-width: 767px) {
  .form-company-packages .included-bar .included {
    order: 4;
    width: 100%;
  }
}
.form-company-packages .included-bar .included .arrow {
  position: absolute;
  right: -70px;
  top: 52px;
  width: 75px;
  height: 34px;
}
@media (max-width: 767px) {
  .form-company-packages .included-bar .included {
    text-align: center;
  }
  .form-company-packages .included-bar .included .arrow {
    display: none;
  }
}
.form-company-packages .included-bar .plus {
  display: block;
  height: 30px;
  width: 35px;
}
.form-company-packages .included-bar .plus img {
  width: 35px;
  height: 35px;
}
@media (max-width: 991px) {
  .form-company-packages .included-bar .plus {
    display: none;
  }
}
@media (max-width: 767px) {
  .form-company-packages .included-bar .plus {
    width: 100%;
    margin: 12px 0;
  }
}
.form-company-packages .included-bar .addon-modal {
  width: 39%;
}
@media (max-width: 767px) {
  .form-company-packages .included-bar .addon-modal {
    display: block;
    width: 100%;
  }
}
.form-company-packages .included-bar img.bar {
  height: 56px;
}
@media (max-width: 1199px) {
  .form-company-packages .included-bar img.bar {
    height: 46px;
  }
}
@media (max-width: 991px) {
  .form-company-packages .included-bar img.bar {
    height: auto;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .form-company-packages .included-bar img.bar {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .form-company-packages .included-bar img.bar {
    width: 100%;
    margin-bottom: 20px;
  }
}
.standalone .button-box {
  text-align: right;
}
.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;
}
.why-inform .left-bg,
.why-inform .right-bg {
  position: relative;
}
.why-inform .left-bg {
  background: url('../svg/usp-docsusp-left.svg') no-repeat;
  background-position: left bottom;
  background-size: 36%;
}
.why-inform .right-bg {
  background: url('../svg/usp-docsusp-right.svg') no-repeat;
  background-position: right bottom;
  background-size: 36%;
  padding: 78px 0 100px;
}
.why-inform .btn-arrow:after {
  transform: rotate(-90deg);
}
.company-formations-lg {
  background: #bb133e;
  text-align: left;
  color: white;
}
.company-formations-lg img.rosette {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 70px;
  z-index: 11;
}
.company-formations-lg .textwrap {
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding-left: 80px;
  padding-right: 20px;
  min-height: 124px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .company-formations-lg .textwrap {
    min-height: auto;
  }
  .company-formations-lg .textwrap br {
    display: none;
  }
}
.company-formations-lg .textwrap em {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 992px) {
  .company-formations-lg .textwrap {
    width: 37%;
  }
}
.company-formations-lg .textwrap .divider,
.company-formations-lg .textwrap .award-wrap img {
  height: 106px;
}
@media (max-width: 1199px) {
  .company-formations-lg .textwrap .divider,
  .company-formations-lg .textwrap .award-wrap img {
    height: 90px;
  }
}
.company-formations-lg .textwrap .divider {
  display: inline-block;
  margin: 0 18px;
  border-left: 1px dashed white;
  opacity: 0.4;
}
.company-formations-lg .textwrap.right {
  text-align: center;
  padding-bottom: 24px;
  width: 100%;
  padding-right: 0px;
  display: block;
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  background: #ce1544;
  position: relative;
}
@media (max-width: 991px) {
  .company-formations-lg .textwrap.right {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .company-formations-lg .textwrap.right:before,
  .company-formations-lg .textwrap.right:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ce1544;
  }
  .company-formations-lg .textwrap.right:before {
    right: 100%;
  }
  .company-formations-lg .textwrap.right:after {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .company-formations-lg .textwrap.right {
    float: right;
    text-align: right;
    width: 63%;
  }
  .company-formations-lg .textwrap.right:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: linear-gradient(45deg, transparent 33.333%, #ce1544 33.333%, #ce1544 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #ce1544 33.333%, #ce1544 66.667%, transparent 66.667%);
    background-size: 40px 20px;
  }
  .company-formations-lg .textwrap.right:after {
    content: "";
    display: block;
    position: absolute;
    background: #ce1544;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
  }
}
.award-wrap a {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .award-wrap a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.award-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
  background: linear-gradient(45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%);
  background-size: 20px 10px;
}
.award-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
  background: linear-gradient(45deg, #fff 33.333%, transparent 33.333%, transparent 66.667%, #fff 66.667%), linear-gradient(-45deg, #fff 33.333%, transparent 33.333%, transparent 66.667%, #fff 66.667%);
  background-size: 20px 10px;
  z-index: 10;
}
.award-wrap a span {
  position: absolute;
  bottom: 10px;
  right: 13px;
  text-decoration: underline;
  font-size: 14px;
  color: #bb133e;
  opacity: 0.7;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.award-wrap img {
  display: inline-block;
  vertical-align: top;
}
.form-company-advice {
  padding: 52px 0 100px;
  background: #f0f9fd;
}
.form-company-advice .content-block.content-introduction p {
  width: 70%;
  margin-bottom: 30px;
}
.name-choice {
  background: #e5f5fb;
  padding: 27px 50px 30px 100px;
  border-radius: 6px;
  margin-bottom: 50px;
}
.name-choice svg,
.name-choice img {
  position: absolute;
  left: 25px;
  height: 70px;
  top: 13px;
}
.name-choice p {
  margin-bottom: 0;
  font-size: 28px;
}
.name-choice a {
  float: right;
  text-decoration: underline;
  position: relative;
  top: 14px;
}
@media (max-width: 767px) {
  .name-choice {
    padding: 20px 20px 30px;
    text-align: center;
  }
  .name-choice svg,
  .name-choice img {
    position: static;
  }
  .name-choice a {
    float: none;
    display: block;
  }
}
.formations-faq-search-bar {
  padding: 40px 0;
  background: #d9f1f9;
}
@media (max-width: 767px) {
  .formations-faq-search-bar {
    text-align: center;
  }
  .formations-faq-search-bar .faq-search-box {
    text-align: left;
    margin-top: 20px!important;
  }
}
.formations-faq-search-bar p {
  margin-bottom: 0;
}
.formations-faq-search-bar .faq-search-box {
  margin-top: 0px;
}
.formations-faq-search-bar img {
  position: absolute;
  bottom: -120px;
  width: 130%;
  left: -50px;
}
@media (max-width: 767px) {
  .formations-faq-search-bar img {
    max-width: 200px;
    margin: 0 auto;
    position: static;
  }
}
.formations-faq-search-bar button {
  background: #009b2a !important;
}
.formations-company-types {
  padding: 56px 0 0;
}
.formations-company-types .margin-top {
  margin-top: 80px;
}
.formations-company-types .company-type {
  padding: 0 20px 20px;
  margin-bottom: 40px;
  background: #f0f9fd;
}
.formations-company-types .company-type .title {
  color: white;
  background: #009fda;
  display: block;
  text-align: center;
  padding: 15px 25px;
  position: relative;
  top: -20px;
  min-height: 72px;
  margin-bottom: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.formations-company-types .company-type .title:after,
.formations-company-types .company-type .title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  .formations-company-types .company-type .title:after,
  .formations-company-types .company-type .title:before {
    display: none;
  }
}
.formations-company-types .company-type .title:after {
  border-width: 0 142px 30px 0;
  border-color: transparent #009fda transparent transparent;
  right: 0px;
}
@media (max-width: 1199px) {
  .formations-company-types .company-type .title:after {
    border-width: 0 192px 30px 0;
  }
}
@media (max-width: 991px) {
  .formations-company-types .company-type .title:after {
    border-width: 0 142px 30px 0;
  }
}
.formations-company-types .company-type .title:before {
  border-width: 30px 142px 0 0;
  border-color: #009fda transparent transparent transparent;
  left: 0px;
}
@media (max-width: 1199px) {
  .formations-company-types .company-type .title:before {
    border-width: 30px 192px 0 0;
  }
}
@media (max-width: 991px) {
  .formations-company-types .company-type .title:before {
    border-width: 30px 142px 0 0;
  }
}
.formations-company-types .company-type .title .wings:after,
.formations-company-types .company-type .title .wings:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.formations-company-types .company-type .title .wings:after {
  border-width: 20px 0 0 10px;
  border-color: transparent transparent transparent #bb133e;
  left: 100%;
}
.formations-company-types .company-type .title .wings:before {
  border-width: 0 0 20px 10px;
  border-color: transparent transparent #bb133e transparent;
  right: 100%;
}
.formations-company-types .company-type p {
  text-align: center;
  display: block;
  padding: 0 8px;
  margin-bottom: 40px;
}
.formations-company-types .company-type .btn {
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  API Company Namechecker  */
/*-----------------------------------------------------------------------------------*/
.similar {
  background: #009fda;
  color: #fff;
  padding: 10px;
}
.similar h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: white;
}
.similar table {
  width: 100%;
  color: #333333;
  border-spacing: 5px;
  border-collapse: separate;
}
.similar table td {
  padding: 6px 8px;
  text-align: left;
  background: #fff;
}
.similarLink {
  color: #0058a3;
  font-size: 12px;
  text-decoration: underline;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
.similarLink:hover,
.similarLink:active,
.similarLink:focus {
  cursor: pointer;
}
#companyNameChecker {
  margin: 30px 0px 20px;
}
.text-uppercase {
  text-transform: uppercase;
}
#similarModal {
  padding: 20px 40px 40px 40px;
}
@media (max-width: 767px) {
  #similarModal {
    padding: 10px 20px 20px;
  }
}
#similarModal .message {
  background: #CEE9F5;
  text-align: center;
  color: #666666;
  padding: 15px;
  border-radius: 8px;
}
#similarModal .message .cname {
  color: #009fda;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#similarModal .message .warn {
  color: #bb133e;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#similarModal .message strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #666666 !important;
  font-size: 13px;
  display: block;
  margin-top: 6px;
}
#similarModal table {
  margin-top: 20px;
}
#companyNameCheckerModal #companyNameCheckerAPI {
  padding-top: 40px!important;
}
#companyNameCheckerModal .welsh {
  font-size: 13px;
  color: #b3b3b3;
  display: block;
  width: 80%;
  margin: 15px auto 0;
}
#companyNameCheckerModal,
#companyNameEndings,
#addonModal,
#similarModal,
.welsh-popup {
  background: #FFF;
}
@media (max-width: 767px) {
  #companyNameCheckerModal,
  #companyNameEndings,
  #addonModal,
  #similarModal,
  .welsh-popup {
    max-width: 350px;
    max-height: 80vh;
  }
}
#companyNameCheckerModal h2,
#companyNameEndings h2,
#addonModal h2,
#similarModal h2,
.welsh-popup h2 {
  font-family: 'otari-bold-limited', helvetica, arial, sans-serif;
  font-weight: normal;
  color: #009fda;
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #companyNameCheckerModal h2,
  #companyNameEndings h2,
  #addonModal h2,
  #similarModal h2,
  .welsh-popup h2 {
    font-size: 28px;
  }
}
#companyNameCheckerModal .chosenPackage,
#companyNameEndings .chosenPackage,
#addonModal .chosenPackage,
#similarModal .chosenPackage,
.welsh-popup .chosenPackage {
  display: block;
  text-align: center;
}
#companyNameCheckerModal .chosenPackage span,
#companyNameEndings .chosenPackage span,
#addonModal .chosenPackage span,
#similarModal .chosenPackage span,
.welsh-popup .chosenPackage span {
  font-weight: bold;
  color: #009fda;
}
#companyNameCheckerModal .similar,
#companyNameEndings .similar,
#addonModal .similar,
#similarModal .similar,
.welsh-popup .similar {
  margin-top: 20px;
}
#companyNameCheckerAPI .message {
  margin-top: 0px!important;
}
@media (min-width: 768px) {
  #companyNameCheckerAPI .btn {
    padding-left: 20px;
    padding-right: 65px;
  }
}
#companyNameChecker,
#companyNameCheckerAPI {
  background: rgba(0, 159, 218, 0.8);
  border-radius: 6px;
  border: 1px solid #0058a3;
  padding: 10px 30px 40px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #companyNameChecker,
  #companyNameCheckerAPI {
    padding: 20px;
  }
}
#companyNameChecker #companyNameEndings,
#companyNameCheckerAPI #companyNameEndings {
  display: none;
}
#companyNameChecker .message,
#companyNameCheckerAPI .message {
  margin-bottom: 12px;
  background: #CEE9F5;
  color: #666666;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}
#companyNameChecker .message.default,
#companyNameCheckerAPI .message.default {
  background: transparent;
  color: white;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  #companyNameChecker .message.default,
  #companyNameCheckerAPI .message.default {
    font-size: 18px;
  }
}
#companyNameChecker .message svg,
#companyNameCheckerAPI .message svg {
  width: 60px;
  height: 60px;
}
#companyNameChecker .message svg path,
#companyNameCheckerAPI .message svg path,
#companyNameChecker .message svg g,
#companyNameCheckerAPI .message svg g,
#companyNameChecker .message svg rect,
#companyNameCheckerAPI .message svg rect {
  fill: white!important;
}
@media (max-width: 767px) {
  #companyNameChecker .message svg,
  #companyNameCheckerAPI .message svg {
    display: none;
  }
}
#companyNameChecker .message .cname,
#companyNameCheckerAPI .message .cname {
  color: #009fda;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#companyNameChecker .message .warn,
#companyNameCheckerAPI .message .warn {
  color: #bb133e;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#companyNameChecker .message strong,
#companyNameCheckerAPI .message strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #666666 !important;
  font-size: 13px;
  display: block;
  margin-top: 6px;
}
#companyNameChecker .loading,
#companyNameCheckerAPI .loading {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  border-radius: 6px;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s opacity;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
#companyNameChecker .loading img,
#companyNameCheckerAPI .loading img {
  margin-left: 10px;
}
#companyNameChecker .loading.submitting,
#companyNameCheckerAPI .loading.submitting,
#companyNameChecker .loading.init,
#companyNameCheckerAPI .loading.init {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 10;
  padding: 15px;
}
@media (min-width: 768px) {
  #companyNameChecker .loading.submitting,
  #companyNameCheckerAPI .loading.submitting,
  #companyNameChecker .loading.init,
  #companyNameCheckerAPI .loading.init {
    padding: 12px 60px;
  }
}
#companyNameChecker .loading p,
#companyNameCheckerAPI .loading p {
  color: white;
}
#companyNameChecker .mainInput,
#companyNameCheckerAPI .mainInput {
  position: relative;
  display: inline-block;
  width: 55%;
}
@media (max-width: 1199px) {
  #companyNameChecker .mainInput,
  #companyNameCheckerAPI .mainInput {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  #companyNameChecker .mainInput,
  #companyNameCheckerAPI .mainInput {
    max-width: 100%;
    width: 100%;
  }
}
#companyNameChecker .mainInput.ltdexempt input,
#companyNameCheckerAPI .mainInput.ltdexempt input {
  padding-right: 15px!important;
}
#companyNameChecker .mainInput input,
#companyNameCheckerAPI .mainInput input {
  padding: 20px 170px 20px 15px;
  width: 100%;
  height: 65px;
}
#companyNameChecker .mainInput input.error,
#companyNameCheckerAPI .mainInput input.error {
  border: 1px solid red;
}
@media (max-width: 767px) {
  #companyNameChecker .mainInput input,
  #companyNameCheckerAPI .mainInput input {
    padding: 20px 45px 20px 15px;
  }
}
#companyNameChecker .mainInput select,
#companyNameCheckerAPI .mainInput select {
  max-width: 120px;
  position: absolute;
  top: 22px;
  right: 40px;
}
@media (max-width: 767px) {
  #companyNameChecker .mainInput select,
  #companyNameCheckerAPI .mainInput select {
    max-width: 100%;
    position: static;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 10px;
  }
}
#companyNameChecker .mainInput .help-tip,
#companyNameCheckerAPI .mainInput .help-tip {
  position: absolute;
  top: 24px;
  right: 12px;
  color: #009fda;
}
#companyNameChecker .mainInput .help-tip i,
#companyNameCheckerAPI .mainInput .help-tip i {
  font-size: 18px;
}
#companyNameChecker input,
#companyNameCheckerAPI input,
#companyNameChecker select,
#companyNameCheckerAPI select {
  text-transform: uppercase;
}
#companyNameChecker .btn,
#companyNameCheckerAPI .btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #companyNameChecker .btn,
  #companyNameCheckerAPI .btn {
    width: 68%;
  }
}
@media (max-width: 767px) {
  #companyNameChecker .btn,
  #companyNameCheckerAPI .btn {
    margin: 0 0 20px;
    width: 100%;
  }
}
#companyNameChecker .limited-exempt,
#companyNameCheckerAPI .limited-exempt {
  margin-top: 20px;
  text-align: left;
}
#companyNameChecker .limited-exempt label,
#companyNameCheckerAPI .limited-exempt label {
  color: white;
}
#companyNameChecker .limited-exempt input,
#companyNameCheckerAPI .limited-exempt input {
  height: 14px;
  line-height: 1;
  margin-right: 6px;
}
#companyNameChecker #selectPackage,
#companyNameCheckerAPI #selectPackage,
#companyNameChecker #orderNow,
#companyNameCheckerAPI #orderNow {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*  Features & Extras  */
/*-----------------------------------------------------------------------------------*/
.addons-buy {
  margin-top: 48px;
}
.addons-buy form {
  padding-top: 48px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 767px) {
  .addons-buy form {
    width: 50%;
  }
}
.addons-buy form input {
  width: 100%;
  border: none;
  padding: 10px 15px;
}
.addons-buy form:after {
  content: '\e601';
  font-family: 'icomoon';
  font-size: 22px;
  text-align: center;
  padding-top: 3px;
  text-indent: 3px;
  color: white;
  display: block;
  width: 41px;
  height: 41px;
  background: #b3b3b3;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.addons-buy #all-extras {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
}
.addons-buy #all-extras .addon-modal img {
  border: 1px solid #b3b3b3;
}
.addons-buy .row > div {
  text-align: center;
  margin-bottom: 80px;
}
.addons-buy .title {
  display: block;
  margin: 10px 0 20px;
}
.addons-buy .title a {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  height: 38px;
  display: block;
}
.addons-buy a.buy-link {
  text-decoration: underline;
  color: #666666;
  font-size: 12px;
  display: inline-block;
}
@media (min-width: 767px) {
  .addons-buy a.buy-link {
    margin-top: 15px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Features & Extras Checkout  */
/*-----------------------------------------------------------------------------------*/
.addon-checkout {
  margin-bottom: 40px;
}
.addon-checkout .page-header h1 {
  line-height: 1!important;
}
.addon-checkout .page-header img {
  position: relative;
  margin-right: 10px;
  top: -10px;
}
@media (max-width: 767px) {
  .addon-checkout .page-header img {
    display: block;
    margin: 0 auto;
  }
}
.addon-checkout .page-header .subtitle {
  font-size: 22px;
  display: inline-block;
  color: #666666;
  top: -26px;
  position: relative;
}
.addon-checkout .page-header .subtitle strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .addon-checkout .page-header .subtitle {
    top: -10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.addon-checkout #field_5_1 > label,
.addon-checkout #field_6_1 > label,
.addon-checkout #field_7_1 > label {
  display: none;
}
.addon-checkout #field_5_1 .ginput_container_name label:after,
.addon-checkout #field_6_1 .ginput_container_name label:after,
.addon-checkout #field_7_1 .ginput_container_name label:after {
  content: ' *';
}
.addon-checkout .gfield_calculation {
  visibility: hidden;
  position: absolute;
  left: -9999em;
}
.addon-checkout div.gf_page_steps {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.addon-checkout div.gf_step {
  font-size: 0px;
  margin-bottom: 0px;
  margin-right: 0;
  height: auto;
  padding-right: 1%;
  padding-left: 45px;
  margin-right: 2%;
  position: relative;
  opacity: 1;
  border-right: 1px dashed #e5f5fb;
  width: 29%;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .addon-checkout div.gf_step {
    display: inline-block;
    padding-right: 0;
    vertical-align: top;
    height: 100px;
  }
  .addon-checkout div.gf_step span {
    text-align: center;
    display: block;
    width: 100%;
  }
  .addon-checkout div.gf_step:after {
    left: 50%!important;
    bottom: 13px!important;
    margin-left: -10px;
  }
  .addon-checkout div.gf_step.gf_step_active:after {
    bottom: 6px!important;
  }
}
.addon-checkout div.gf_step:after {
  font-family: 'icomoon';
  display: block;
  font-size: 18px;
  position: absolute;
  left: 7px;
  bottom: 27px;
}
.addon-checkout div.gf_step.gf_step_last {
  border: none;
  margin-right: 0;
}
.addon-checkout div.gf_step .gf_step_number {
  display: block!important;
  font-size: 16px!important;
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.addon-checkout div.gf_step .gf_step_number:before {
  content: 'Step ';
}
.addon-checkout div.gf_step .gf_step_label {
  font-size: 13px;
  color: #666666;
}
.addon-checkout div.gf_step.gf_step_completed {
  opacity: 1;
}
.addon-checkout div.gf_step.gf_step_completed:after {
  content: '\e918';
  color: #009b2a;
}
.addon-checkout div.gf_step.gf_step_active .gf_step_label {
  color: #009fda;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.addon-checkout div.gf_step.gf_step_active:after {
  content: '\e919';
  color: #009fda;
  font-size: 24px;
  bottom: 22px;
}
.addon-checkout div.gf_step.gf_step_pending:after {
  background: #f4f3f7;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.addon-checkout .gform_body {
  padding: 34px 50px 50px;
  background: #f0f9fd;
}
@media (max-width: 767px) {
  .addon-checkout .gform_body {
    padding: 6px 18px 18px;
    width: 100%!important;
  }
}
.addon-checkout .gform_body .has_first_name label {
  font-size: 15px!important;
  font-weight: 700;
  letter-spacing: normal!important;
}
.addon-checkout .gform_body label {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
}
.addon-checkout .gform_body .ginput_container {
  margin-top: 5px;
}
.addon-checkout .gform_body .gfield_error {
  border: none!important;
  padding-bottom: 0!important;
  padding-top: 0!important;
  background-color: transparent!important;
}
.addon-checkout .gform_body .gfield_error label {
  margin-top: 0!important;
}
.addon-checkout .gform_body .gfield_error .ginput_container {
  margin-top: 8px!important;
}
.addon-checkout .gform_body .place-order {
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .addon-checkout .gform_body .place-order {
    float: none;
    width: 100%;
  }
  .addon-checkout .gform_body .place-order button {
    width: 100%;
  }
}
.addon-checkout .gform_body .next-btn {
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .addon-checkout .gform_body .next-btn {
    float: none;
  }
  .addon-checkout .gform_body .next-btn:after {
    top: 22px!important;
  }
}
.addon-checkout .gform_body .next-btn .gform_next_button {
  text-align: left;
  padding-right: 60px;
}
.addon-checkout .gform_body .next-btn:after {
  content: '\e3b5';
  font-family: 'icomoon';
  position: absolute;
  color: white;
  right: 24px;
  top: 17px;
  font-size: 22px;
}
.addon-checkout .gform_body .gform_previous_button,
.addon-checkout .gform_body .gform_last_page_button {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 13px!important;
  color: #333333;
  text-decoration: underline;
  position: relative;
}
@media (min-width: 768px) {
  .addon-checkout .gform_body .gform_previous_button,
  .addon-checkout .gform_body .gform_last_page_button {
    top: 22px!important;
  }
}
.addon-checkout .gform_body .gfield_radio label,
.addon-checkout .gform_body .gfield_checkbox label {
  position: relative;
  bottom: -3px;
  left: 4px;
}
.addon-checkout .gform_body .ginput_card_expiration_container select,
.addon-checkout .gform_body .address_country select {
  height: 32px;
}
.addon-checkout div.gform_page_footer {
  margin-bottom: 0px;
  border-top: 1px dashed #40b7e3;
  margin-top: 40px;
  padding-top: 40px;
}
.addon-checkout div.gform_page_footer:after {
  content: '';
  display: block;
  clear: both;
}
.addon-checkout .addon-info {
  display: flex;
  margin-top: 50px;
}
.addon-checkout .addon-info .blue {
  padding-left: 15px;
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.addon-checkout .addon-info img {
  border: 1px solid #b3b3b3;
}
.addon-checkout .costs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #FAF1F3;
  margin-bottom: 40px;
}
.addon-checkout .costs .prefix {
  font-size: 13px;
  color: #666666;
}
.addon-checkout .costs .price {
  text-align: right;
}
.addon-checkout .costs strong {
  color: #009b2a;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.addon-checkout .costs.sub {
  margin-bottom: 6px;
  padding-bottom: 0;
  border-bottom: none;
}
.addon-checkout .costs.sub strong {
  font-size: 13px;
  color: #666666;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .addon-checkout .payment-info {
    text-align: center;
    margin-bottom: 30px;
  }
}
.addon-checkout hr {
  margin: 20px 0;
}
.addon-checkout .gform_confirmation_message {
  margin-top: 52px;
  padding: 50px;
  background: #f0f9fd;
}
.addon-checkout .gform_confirmation_message h2 {
  color: #009fda;
  margin-top: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*  Company Category Taxonomy  */
/*-----------------------------------------------------------------------------------*/
.tax-company_cat .valueFiller {
  display: none!important;
}
.page-template-page-features-extras .package-table .cost {
  padding-bottom: 10px!important;
}
.page-template-page-features-extras .package-table .description p {
  min-height: 100px!important;
}
.tax-company_cat main,
.page-template-page-features-extras main {
  padding-top: 0px!important;
}
.tax-company_cat .package-introduction,
.page-template-page-features-extras .package-introduction {
  padding-top: 50px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.tax-company_cat .anchorlink,
.page-template-page-features-extras .anchorlink {
  text-decoration: underline;
  color: #666666;
  display: block;
  text-align: center;
  margin: 30px 0 60px;
  font-size: 13px;
}
.tax-company_cat .anchorlink i,
.page-template-page-features-extras .anchorlink i {
  color: #009fda;
}
.tax-company_cat .image-heading,
.page-template-page-features-extras .image-heading {
  height: auto;
}
@media (min-width: 768px) {
  .tax-company_cat .image-heading,
  .page-template-page-features-extras .image-heading {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .tax-company_cat .image-heading,
  .page-template-page-features-extras .image-heading {
    height: 480px;
  }
}
.tax-company_cat .package-table th .description p,
.page-template-page-features-extras .package-table th .description p {
  font-size: 13px!important;
  min-height: 140px;
}
.image-heading {
  height: 200px;
  background-color: black;
  padding-top: 20px;
  position: relative;
  background-size: cover!important;
  background-position: center center!important;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .image-heading {
    margin: 0!important;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .image-heading {
    height: 400px;
  }
}
.image-heading .category-nav {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .image-heading .category-nav {
    position: absolute;
    margin-top: 0;
    bottom: 0px;
    width: 100%;
  }
}
.image-heading h1 {
  color: white!important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .image-heading h1 {
    font-size: 28px;
  }
}
.image-heading h1 strong {
  display: block;
  color: white!important;
  margin-bottom: 8px;
  font-family: 'Leckerli One', cursive;
  font-size: 68px;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .image-heading h1 strong {
    font-size: 48px;
  }
}
.image-heading h1 svg {
  width: 80px;
  height: 80px;
  position: relative;
  top: 18px;
  display: inline-block;
}
.image-heading h1 svg path,
.image-heading h1 svg rect,
.image-heading h1 svg circle,
.image-heading h1 svg polygon {
  fill: white;
}
.image-heading p {
  font-size: 20px;
  color: white;
  text-align: center;
}
.image-heading p strong,
.image-heading p em {
  color: white;
}
.image-heading p svg {
  width: 80px;
  height: 80px;
  position: relative;
  top: -6px;
  float: left;
}
.image-heading p svg path,
.image-heading p svg rect,
.image-heading p svg circle,
.image-heading p svg polygon {
  fill: white;
}
.formation-package-link {
  display: inline-block;
  max-width: 160px;
  height: 82px;
  color: white;
  vertical-align: middle;
  margin: 0 6px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(0, 88, 163, 0.6);
  transition: 0.2s all;
}
.formation-package-link:hover,
.formation-package-link:active,
.formation-package-link:focus {
  background: #0058a3;
  text-decoration: none;
  color: white;
}
.formation-package-link.active {
  background: white;
  color: #009fda;
}
.formation-package-link.active:hover,
.formation-package-link.active:active,
.formation-package-link.active:focus {
  background: white;
  color: #009fda;
}
@media (max-width: 767px) {
  .formation-package-link {
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
@media (max-width: 1199px) {
  .table-responsive {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: 30px;
    border: none;
    scrollbar-face-color: #009fda;
    scrollbar-track-color: #f0f9fd;
  }
  .table-responsive::-webkit-scrollbar {
    width: 100%;
    height: 12px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #009fda;
    border-radius: 6px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #f0f9fd;
  }
  .table-responsive table {
    margin-bottom: 10px;
  }
}
.flexbox-table {
  margin: 0 -30px 50px;
}
.flexbox-table .blue-heading-0 {
  background: #3268A7;
}
.flexbox-table .blue-heading-1 {
  background: #4679B0;
}
.flexbox-table .blue-heading-2 {
  background: #5B8ABA;
}
.flexbox-table .blue-heading-3 {
  background: #7DA2C9;
}
.flexbox-table .blue-heading-4 {
  background: #A0BCD7;
}
.flexbox-table .heading div {
  margin-right: 35px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.flexbox-table .heading div .text {
  padding: 8px 15px;
  color: white;
  display: block;
  font-size: 11px;
}
@media (min-width: 350px) {
  .flexbox-table .heading div .text {
    font-size: 14px;
  }
}
.flexbox-table .heading div .text .price {
  float: right;
}
.flexbox-table .heading > div {
  margin-right: 0;
  margin-top: 0;
  border-top: none;
  border-right: none;
}
.flexbox-table .body .addon {
  display: flex;
  margin-top: 1px;
}
.flexbox-table .body .addon .title {
  padding: 10px;
  background: #F1F9FC;
  flex: 1 1 auto;
  font-size: 13px;
}
.flexbox-table .body .addon .package {
  width: 35px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  margin-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexbox-table .body .addon .package .icon-icon-tick {
  color: white;
}
.flexbox-table .body .addon .package .icon-plus-circle {
  color: black;
}
.formations-feefo {
  background: #E6E6E6;
  padding: 48px 0 60px;
}
@media (max-width: 767px) {
  .formations-feefo .feefo-panel {
    margin-bottom: 70px;
  }
}
.formations-feefo .feefo-panel .content-introduction {
  font-size: 23px;
}
.formations-feefo .feefo-panel i {
  font-size: 22px;
  margin-right: 3px;
  color: #009b2a;
}
.formations-feefo .feefo-panel strong.product-rating {
  color: black;
  display: block;
  margin-top: 6px;
}
.formations-feefo .feefo-panel .feefo-flexslider-controls .flex-control-nav {
  text-align: left;
}
@media (max-width: 767px) {
  .formations-feefo {
    padding: 30px 0 60px;
  }
  .formations-feefo .feefo-panel {
    margin-bottom: 30px;
    border-bottom: 1px solid #b3b3b3;
  }
  .formations-feefo .content-introduction {
    width: 60%;
    display: block;
    float: left;
    font-size: 18px!important;
    padding: 0 20px;
    text-align: left!important;
  }
  .formations-feefo .logo-wrap {
    width: 40%;
    float: left;
    padding: 0 20px;
  }
  .formations-feefo .logo-wrap .logo {
    width: 100%;
    margin-top: 0px;
  }
  .formations-feefo .logo-wrap i {
    font-size: 16px;
  }
  .formations-feefo .logo-wrap .product-rating {
    display: none!important;
  }
  .formations-feefo .feefo-flexslider-controls {
    bottom: 40px;
    position: absolute;
    width: 100%;
    left: 20px;
  }
  .formations-feefo .col-sm-5 {
    position: static;
  }
}
.formations-feefo .logo {
  width: 60%;
  margin: 40px 0 10px;
}
@media (max-width: 991px) {
  .formations-feefo .logo {
    max-width: 150px;
  }
}
.formations-feefo .logo span {
  color: #b3b3b3;
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}
.formations-feefo .logo img {
  width: 100%;
}
.formations-feefo .feefo-flexslider {
  transition: 0.2s opacity;
}
.formations-feefo .feefo-flexslider.loading {
  visibility: hidden;
  opacity: 0;
  height: 263px;
}
.formations-feefo .feefo-flexslider .review-wrap {
  position: relative;
  min-height: 283px;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px dashed #b3b3b3;
}
@media (max-width: 767px) {
  .formations-feefo .feefo-flexslider .review-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.formations-feefo .feefo-flexslider .review-wrap i {
  font-size: 32px;
  margin-bottom: 20px;
  margin-right: 3px;
}
.formations-feefo .feefo-flexslider .review-wrap i.icon-star {
  color: #009b2a;
}
.formations-feefo .feefo-flexslider .review-wrap p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
.formations-feefo .feefo-flexslider .review-wrap .author {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 25px;
}
@media (max-width: 767px) {
  .formations-feefo .feefo-flexslider .review-wrap .author {
    position: static;
  }
}
.valueFiller {
  display: block;
  height: 20px;
  margin-top: 3px;
}
.valueBanner {
  background: #bb133e;
  display: block;
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-weight: normal;
  color: white;
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .valueBanner {
    font-size: 10px;
  }
}
.valueBanner .worth {
  display: inline-block;
  margin-top: 0;
  padding: 3px 10px 3px 8px;
  white-space: nowrap;
  width: 50%;
  background: #e92759;
  margin-right: 18px;
  position: relative;
  text-align: right;
}
@media (max-width: 1199px) {
  .valueBanner .worth {
    padding: 3px 10px 3px 8px;
    margin-right: 20px;
  }
}
.valueBanner .worth:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e92759;
  position: absolute;
  top: 0px;
  right: -10px;
}
.mobile-package {
  background: #0058a3;
  position: relative;
  margin-bottom: 30px;
}
.mobile-package.popular {
  background: #a881c8;
}
.mobile-package.popular:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
  background: url('../svg/popular-tag.svg') no-repeat;
}
.mobile-package.popular .grey-bg {
  background: #E4DCEE;
}
.mobile-package h2 {
  display: block;
  padding: 10px 15px;
  color: white;
  margin-bottom: 0;
}
.mobile-package .grey-bg {
  padding: 10px 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.mobile-package .grey-bg .description {
  padding-right: 20px;
}
.mobile-package .grey-bg .price {
  width: 120px;
  flex-shrink: 0;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.mobile-package .grey-bg .price sup {
  font-size: 16px;
  top: -0.3em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.mobile-package .grey-bg .price sup.currency {
  margin-right: 5px;
}
.mobile-package .valueBanner {
  margin-top: 0;
  font-size: 14px;
}
.mobile-package .valueBanner .worth {
  margin-right: 33px;
  padding-right: 23px;
}
.mobile-package .valueBanner .worth:after {
  border-width: 13px 0 13px 10px;
}
.mobile-package a.btn {
  width: 50%!important;
  display: inline-block;
}
.addon-table {
  width: 100%;
  margin: 20px 0 30px;
  border-spacing: 4px;
  border-collapse: separate;
}
.addon-table th {
  background: #009fda;
  padding: 6px 14px!important;
  color: #fff;
  border-bottom: none;
}
.addon-table th.package {
  min-width: 140px;
}
.addon-table th.price {
  min-width: 130px;
}
.addon-table td {
  background: #e5f5fb;
  color: #0058a3;
  border-top: none!important;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 6px 14px!important;
}
.addon-table td a {
  color: #0058a3;
}
.addon-table td a:hover {
  text-decoration: none;
}
.addon-table td a i {
  color: #40b7e3;
  font-size: 24px;
  float: right;
}
.addon-table td p {
  color: #333333;
  font-family: 'Lato', sans-serif;
}
.addon-table td p em,
.addon-table td p strong {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  color: #333333;
}
.package-table {
  width: 100%;
  margin: 50px 0 10px;
  border-spacing: 4px;
  border-collapse: separate;
}
.package-table .icons {
  position: absolute;
  bottom: 35px;
  left: 36px;
  font-size: 12px;
  width: 60%;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
.package-table .icons i {
  margin-left: -25px;
  position: relative;
  left: -10px;
  top: 4px;
  margin-top: 10px;
  color: #009b2a;
}
.package-table .content-introduction {
  text-align: left!important;
}
.package-table i {
  font-size: 22px;
  display: inline-block;
}
.package-table i.icon-icon-tick {
  color: #009b2a;
}
.package-table i.icon-plus-circle {
  color: #b3b3b3;
}
@media (max-width: 767px) {
  .package-table th,
  .package-table td {
    max-width: 200px;
  }
  .package-table th p,
  .package-table td p {
    white-space: normal;
  }
}
.package-table th {
  background: #0058a3;
  padding: 0!important;
  text-align: center;
  min-width: 175px;
  border-top: none!important;
  position: relative;
}
@media (max-width: 991px) {
  .package-table th {
    min-width: 220px;
  }
}
.package-table th img.arrow {
  width: 90px;
  height: 41px;
  margin-top: 0px;
  position: absolute;
  left: 80px;
  top: 105%;
}
.package-table th .current-package {
  position: absolute;
  top: -30px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 3px solid #009fda;
  border-top-width: 30px;
}
.package-table th .current-package span {
  position: absolute;
  top: -24px;
  left: 0px;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
}
.package-table th.popular {
  background: #a881c8;
}
.package-table th.popular:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
  background: url('../svg/popular-tag.svg') no-repeat;
}
.package-table th.popular h2 {
  background: #824bb0;
  text-align: left;
  padding-left: 20px;
}
.package-table th.popular .description {
  background: #D0C1E1;
}
.package-table th.popular .highlights {
  background: #dfd1ef;
}
.package-table th h2,
.package-table th span {
  color: white;
}
.package-table th h2 {
  background: #0060b2;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
}
.package-table th .cost {
  display: block;
  font-size: 28px;
  position: relative;
  padding: 10px 0 30px;
}
.package-table th .cost sup {
  font-size: 14px;
  top: -0.7em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-weight: normal;
}
.package-table th .cost sup.currency {
  font-size: 20px;
  top: -0.28em;
  margin-right: 4px;
}
.package-table th .cost .valueBanner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.package-table th .description {
  background: #e5f5fb;
  padding: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.package-table th .description p {
  min-height: 165px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .package-table th .description p {
    min-height: 120px;
    font-size: 13px;
  }
}
.package-table th .highlights {
  background: #f0f9fd;
  padding: 15px 10px 10px;
  min-height: 170px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .package-table th .highlights {
    min-height: 220px;
  }
}
.package-table th .highlights strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  height: 40px;
}
.package-table th .highlights ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0px 45px;
}
.package-table th .highlights ul li {
  margin-bottom: 25px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  min-height: 32px;
  white-space: normal;
}
.package-table th .highlights ul li i {
  position: absolute;
  left: -35px;
  top: 0px;
  color: #009b2a;
}
.package-table th.choose {
  background: white;
  width: 30%;
  text-align: left;
  border-left: none;
}
.package-table th.choose h2,
.package-table th.choose span {
  color: #666666;
}
.package-table td {
  text-align: center;
  padding: 10px;
  vertical-align: middle!important;
  background: #EDECF1;
  border-top: none!important;
}
.package-table td.popular {
  background: #E4DCEE !important;
}
.package-table td:nth-child(2n) {
  background: #F4F3F6;
}
.package-table td.title {
  text-align: left;
  background: #f0f9fd;
  font-size: 13px;
  text-decoration: underline;
}
.package-table td.title a {
  color: #666666;
}
.package-table td.footer-cell {
  padding-bottom: 15px;
  padding-top: 15px;
}
.package-table td.footer-cell em {
  display: block;
  color: #333333;
  margin-bottom: 10px;
}
.package-table td.footer-cell a {
  margin-bottom: 10px;
}
.package-table td.footer-cell a.text-link {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*/
/*  Single Package  */
/*-----------------------------------------------------------------------------------*/
.single-formation_package main {
  padding-top: 0px!important;
}
.single-formation_package .form-company-packages {
  padding-top: 0!important;
}
.single-formation_package .image-heading {
  height: 300px;
}
@media (min-width: 768px) {
  .single-formation_package .image-heading {
    height: 290px;
  }
}
@media (min-width: 992px) {
  .single-formation_package .image-heading {
    height: 290px;
  }
}
.container.package-intro {
  padding: 50px 0 20px!important;
}
@media (max-width: 991px) {
  .container.package-intro .row-eq-height {
    display: block;
  }
}
.container.package-intro .row {
  align-items: center;
}
.container.package-intro .content-introduction {
  margin-bottom: 6px!important;
  text-align: left!important;
}
@media (max-width: 991px) {
  .container.package-intro .content-introduction {
    margin-bottom: 26px!important;
    text-align: center!important;
  }
}
.container.package-intro .content-introduction p {
  width: 100%!important;
  font-size: 24px;
  line-height: 1.3;
}
.container.package-intro .price {
  font-size: 52px;
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container.package-intro .price {
    font-size: 36px;
  }
  .container.package-intro .price sup {
    top: -10px !important;
  }
}
@media (max-width: 991px) {
  .container.package-intro .price {
    display: block;
    text-align: center;
  }
}
.container.package-intro .price sup {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  top: -20px;
  margin-right: 6px;
  margin-left: 6px;
}
.container.package-intro .buy-now a {
  width: 100%;
  text-align: left;
}
.container.package-intro .buy-now a.btn-lg:after {
  top: 20px;
}
.whats-included {
  background: #f0f9fd;
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
}
.whats-included .container {
  margin-top: 50px;
}
.whats-included .row-eq-height {
  display: flex;
}
.whats-included .row-eq-height > * {
  flex: 0 1 auto;
}
.whats-included .included-heading {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -150px;
  width: 330px;
  background: #009b2a;
  padding: 5px 10px;
  color: white;
  text-align: center;
}
.whats-included .included-heading strong {
  color: white;
}
.whats-included .included-heading:before,
.whats-included .included-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 41px;
  width: 45px;
  background-size: cover;
}
.whats-included .included-heading:before {
  background: url('../svg/ribbon-endleft.svg') no-repeat;
  left: -44px;
}
.whats-included .included-heading:after {
  background: url('../svg/ribbon-endright.svg') no-repeat;
  right: -44px;
}
@media (max-width: 767px) {
  .whats-included .included-heading {
    width: 180px;
    margin: 0 auto;
    left: 50%;
    margin-left: -90px;
    height: 33px;
  }
}
.whats-included .addon {
  margin-bottom: 30px;
  border-bottom: 1px solid #E5ECF0;
}
.whats-included .addon .image {
  margin-bottom: 15px;
  border: 1px solid #b3b3b3;
}
@media (min-width: 992px) {
  .whats-included .addon {
    margin-right: 60px;
    padding-right: 40px;
  }
  .whats-included .addon .image {
    float: left;
    max-width: 120px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.whats-included .addon a {
  color: #0058a3;
}
.whats-included .addon .image {
  position: relative;
}
.whats-included .addon .image:before {
  content: '\e918';
  font-family: 'icomoon';
  color: #009b2a;
  position: absolute;
  top: -12px;
  left: -12px;
  display: block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  background: white;
  line-height: 1;
  border-radius: 100%;
}
.whats-included .addon .image img {
  width: 100%;
  height: auto;
}
.whats-included .addon .title {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: block;
  height: 41px;
}
@media (max-width: 767px) {
  .whats-included .addon .title a {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
}
.whats-included .addon p {
  font-size: 13px;
}
@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;
  }
}
.optional-addons {
  padding: 50px 0 0;
}
.optional-addons .purple {
  color: #824bb0 !important;
}
.optional-addons .content-introduction img.icon {
  width: 100px;
  height: 134px;
  float: left;
  margin-top: 0;
  position: relative;
  top: -40px;
  margin-right: 6px;
}
.optional-addons .addon-slideshow {
  background: #f4f3f7;
  padding: 40px 80px 40px;
  position: relative;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .optional-addons .addon-slideshow {
    padding: 25px 40px 25px;
  }
}
.optional-addons .addon-slideshow .flex-viewport {
  display: inline-block;
}
.optional-addons .addon-slideshow.loading {
  opacity: 0;
  visibility: hidden;
  height: 200px;
}
.optional-addons .addon-slideshow .title {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: block;
  margin: 20px;
  height: 60px;
}
.optional-addons .addon-slideshow .addon-wrap {
  padding: 0 5px;
}
.optional-addons .addon-slideshow .addon-wrap .title a {
  color: #0058a3;
}
.optional-addons .addon-slideshow .slides li {
  text-align: center;
}
@media (max-width: 767px) {
  .optional-addons .addon-slideshow .slides li img {
    width: 100%;
  }
  .optional-addons .addon-slideshow .slides li a {
    text-transform: capitalize;
  }
}
.optional-addons .addon-slideshow .flex-control-nav {
  top: -5px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .optional-addons .addon-slideshow .flex-control-nav {
    display: none;
  }
}
.optional-addons .addon-slideshow .flex-control-nav .flex-active {
  background: #824bb0;
}
.optional-addons .addon-slideshow .flex-direction-nav a {
  height: 100%;
  top: 20px;
  background: #E6E6E6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.optional-addons .addon-slideshow .flex-direction-nav a:hover,
.optional-addons .addon-slideshow .flex-direction-nav a:focus,
.optional-addons .addon-slideshow .flex-direction-nav a:active {
  outline: none;
  text-decoration: none;
  background: #b3b3b3;
}
.optional-addons .addon-slideshow .flex-direction-nav a.flex-next {
  right: 0px;
}
.optional-addons .addon-slideshow .flex-direction-nav a.flex-prev {
  left: 0px;
}
.optional-addons .addon-slideshow .flex-direction-nav a:before {
  font-size: 24px;
}
.optional-addons .stand-alone {
  margin-top: 40px;
}
.optional-addons .stand-alone a {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
/* ==========================================================================
   Content
   ========================================================================== */
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;
}
.page-header {
  text-align: center;
  margin-top: 0px;
  border-bottom-color: #e3ecf1;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.page-header.thanks {
  text-align: left;
}
.page-header.thanks h1 {
  padding-left: 56px;
  position: relative;
}
.page-header.thanks h1 svg {
  width: 95px;
  position: absolute;
  top: 28px;
  left: -22px;
}
.page-header.freetrial {
  margin-bottom: 78px;
}
.page-header.freetrial svg {
  width: 167px;
  height: auto;
}
.page-header.no-icon {
  padding-top: 30px;
}
.page-header h1 {
  display: block;
  padding-top: 5px;
}
.page-header svg {
  width: 130px;
  height: 130px;
  opacity: 1!important;
}
.page-header.page-header-1page {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page-header h1 {
  margin-top: 0px;
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
  font-size: 380%;
  color: #009fda;
}
.page-header h1 img {
  opacity: 1 !important;
  max-width: 135px;
  max-height: 135px;
  width: 100%;
  height: 100%;
  margin-top: -30px !important;
}
.page-header svg,
.page-header img.fallback {
  position: relative;
  top: 48px;
  margin-top: -57px;
  vertical-align: baseline;
}
.page-header .page-strapline {
  float: right;
  position: relative;
  top: -44px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 22px;
}
@media only screen and (min-width: 480px) {
  .page-header .page-strapline {
    font-size: 24px;
  }
}
.page-template-page-1pagechild-php .page-header,
.page-template-page-county-php .page-header {
  margin-bottom: 20px;
  padding-bottom: 9px;
}
section .page-header {
  margin-bottom: 50px;
  padding-bottom: 9px;
}
.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;
}
.page-template-page-1pagechild-php .content-text_in_box,
.page-template-page-county-php .content-text_in_box {
  background: #f4f3f7 !important;
  margin-bottom: 20px !important;
  padding: 30px 15px 30px 15px !important;
}
.page-template-page-1pagechild-php .content-text_in_box .content-introduction,
.page-template-page-county-php .content-text_in_box .content-introduction {
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}
.error404 .page-header h1 {
  text-align: left;
  position: relative;
  padding-left: 0px;
  min-height: 30px;
  line-height: 1.2;
  padding-top: 8px;
}
.search-results .page-header h1 {
  padding-left: 0px;
}
body.archive h1 svg,
body.archive h1 img.fallback,
body.archive h1 img.get-icon-svg {
  width: 100px !important;
  left: -12px !important;
}
body.archive h1 img.get-icon-svg {
  top: 33px;
}
.contact-sidebar strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #0058a3;
}
.contact-sidebar .tel {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #009fda;
  font-size: 20px;
}
.contact-sidebar .address {
  font-family: 'Lato', sans-serif;
  line-height: 1.64;
  font-size: 13px;
  color: #666666;
  margin-top: 20px;
}
.contact-sidebar .map {
  margin-top: 15px;
}
.contact-sidebar .map img {
  padding: 2px 4px 4px 4px;
  box-shadow: 0px 0px 3px 3px #f4f3f7;
}
.contact-sidebar .map span {
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  color: #b3b3b3;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
.freetrial-template h2 {
  margin-bottom: 75px;
  margin-top: 0px;
  font-weight: 300;
}
.freetrial-template h2 strong + strong {
  color: #009b2a;
}
.freetrial-template .feature {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #f2f2f2;
  align-items: flex-start;
}
.freetrial-template .feature .icon {
  flex: 0 0 125px;
}
.freetrial-template .feature .icon svg,
.freetrial-template .feature .icon .get-icon-svg {
  width: 100%;
  max-width: 103px;
}
.freetrial-template .feature .text h3 {
  font-size: 22px;
  color: #666666;
  font-style: normal;
  margin-top: 5px;
}
.freetrial-template .feature .text p {
  margin-bottom: 0px;
}
.freetrial-template .gform_wrapper form {
  padding: 55px 65px!important;
}
@media (max-width: 767px) {
  .freetrial-template .gform_wrapper form {
    padding: 25px 35px!important;
  }
}
.freetrial-template .gform_wrapper form .gform_description {
  font-style: italic;
  color: #0058a3;
  font-weight: bold!important;
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 40px;
}
.freetrial-template .gform_wrapper form .gform_fields li {
  padding-right: 0px!important;
  margin-top: 26px;
}
.freetrial-template .gform_wrapper form .gform_fields li .ginput_container {
  margin-top: 0px;
}
.freetrial-template .gform_wrapper form .gform_fields li input {
  width: 100%!important;
}
.freetrial-template .gform_wrapper form .btn-arrow {
  padding-right: 66px;
}
.freetrial-template .gform_wrapper form .btn-arrow:after {
  font-size: 30px;
  top: 18px;
  right: 16px;
}
.freetrial-template .gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}
.navigation-icons {
  margin: 20px 0px 30px 0px;
  padding: 0px;
}
.navigation-icons.nav-4-icons {
  padding: 0 70px;
}
.navigation-icons.nav-5-icons {
  padding: 0 25px;
}
.navigation-icons.nav-7-icons li span {
  font-size: 13px !important;
}
.navigation-icons li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 0px;
  width: 20%;
  text-align: center;
}
.navigation-icons li a {
  text-decoration: none;
  display: block;
}
.navigation-icons li span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.navigation-icons li b {
  height: 20px;
  display: block;
  width: 100%;
  position: relative;
}
.navigation-icons li i {
  display: block;
  font-size: 16px;
  position: absolute;
  top: 5px;
  width: 100%;
  top: auto;
  bottom: -10px;
}
.navigation-icons li .icon-container {
  width: 145px;
  height: 135px;
  margin: 0 auto 10px auto;
  position: relative;
  transition-duration: 0.2s;
  border-radius: 5px;
  text-align: center;
}
.navigation-icons li svg,
.navigation-icons li img.fallback {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0px;
  left: 5px;
  right: 0px;
  bottom: 0px;
  transition-duration: 0.2s;
  vertical-align: baseline;
}
.navigation-icons li.width-7-icons svg,
.navigation-icons li.width-7-icons img.fallback {
  width: 90%;
}
.navigation-icons li.red a {
  color: #bb133e;
}
.navigation-icons li.green a {
  color: #009b2a;
}
.navigation-icons li.blue a {
  color: #009fda;
}
.navigation-icons li.purple a {
  color: #824bb0;
}
.navigation-icons li.red2 a {
  color: #800026;
}
.navigation-icons li a:hover .icon-container {
  transition-duration: 0.2s;
}
.navigation-icons li.red a:hover .icon-container {
  box-shadow: 0px 0px 0 1px #bb133e;
}
.navigation-icons li.green a:hover .icon-container {
  box-shadow: 0px 0px 0 1px #009b2a;
}
.navigation-icons li.blue a:hover .icon-container {
  box-shadow: 0px 0px 0 1px #009fda;
}
.navigation-icons li.purple a:hover .icon-container {
  box-shadow: 0px 0px 0 1px #824bb0;
}
.navigation-icons li.red2 a:hover .icon-container {
  box-shadow: 0px 0px 0 1px #800026;
}
.navigation-icons li.green a {
  color: #009b2a;
}
.navigation-icons li.blue a {
  color: #009fda;
}
.navigation-icons li.purple a {
  color: #824bb0;
}
.navigation-icons li.red2 a {
  color: #800026;
}
.home .content-block.content-what_does_it_do_core_features .navigation-icons {
  position: relative;
  top: -30px !important;
}
.no-svg li.red a:hover .icon-container {
  background-color: #b3b3b3;
}
.no-svg li.green a:hover .icon-container {
  background-color: #b3b3b3;
}
.no-svg li.blue a:hover .icon-container {
  background-color: #b3b3b3;
}
.no-svg li.purple a:hover .icon-container {
  background-color: #b3b3b3;
}
.no-svg li.red2 a:hover .icon-container {
  background-color: #b3b3b3;
}
/* Colour Coding */
.page-sections section {
  border-bottom: 1px solid #f4f3f7;
  background: #f0f9fd;
}
.page-sections section .content-what_does_it_do_core_features.background-colour {
  background: #fff;
}
.page-sections section:nth-child(2n) {
  background: #e5f5fb;
}
.page-sections section:nth-child(2n) .content-text_in_box {
  background: #fff;
}
.page-sections section:nth-child(2n) .content-what_does_it_do_core_features.background-colour {
  background: #fff;
}
.page-sections section:nth-child(2n) .no-background .feature-box {
  background-color: #d9f1f9;
}
.page-sections section:nth-child(3n) {
  background: #fff;
}
.page-sections section:nth-child(3n) .content-text_in_box {
  background: #f0f9fd;
}
.page-sections section:nth-child(3n) .content-what_does_it_do_core_features.background-colour {
  background: #f0f9fd;
}
.page-sections section:nth-child(3n) .no-background .feature-box {
  background-color: #f4f3f7;
}
.page-sections section:nth-child(4n) {
  background: #F2F0F4;
}
.page-sections section.red .content-introduction strong,
.page-template-page-1pagechild-php section.red .content-introduction strong,
.page-template-page-county-php section.red .content-introduction strong {
  color: #bb133e;
}
.page-sections section.green .content-introduction strong,
.page-template-page-1pagechild-php section.green .content-introduction strong,
.page-template-page-county-php section.green .content-introduction strong {
  color: #009b2a;
}
.page-sections section.blue .content-introduction strong,
.page-template-page-1pagechild-php section.blue .content-introduction strong,
.page-template-page-county-php section.blue .content-introduction strong {
  color: #009fda;
}
.page-sections section.purple .content-introduction strong,
.page-template-page-1pagechild-php section.purple .content-introduction strong,
.page-template-page-county-php section.purple .content-introduction strong {
  color: #824bb0;
}
.page-sections section.red2 .content-introduction strong,
.page-template-page-1pagechild-php section.red2 .content-introduction strong,
.page-template-page-county-php section.red2 .content-introduction strong {
  color: #800026;
}
.page-sections section.red .content-call_to_action strong,
.page-template-page-1pagechild-php section.red .content-call_to_action strong,
.page-template-page-county-php section.red .content-call_to_action strong {
  color: #bb133e;
}
.page-sections section.green .content-call_to_action strong,
.page-template-page-1pagechild-php section.green .content-call_to_action strong,
.page-template-page-county-php section.green .content-call_to_action strong {
  color: #009b2a;
}
.page-sections section.blue .content-call_to_action strong,
.page-template-page-1pagechild-php section.blue .content-call_to_action strong,
.page-template-page-county-php section.blue .content-call_to_action strong {
  color: #009fda;
}
.page-sections section.purple .content-call_to_action strong,
.page-template-page-1pagechild-php section.purple .content-call_to_action strong,
.page-template-page-county-php section.purple .content-call_to_action strong {
  color: #824bb0;
}
.page-sections section.red2 .content-call_to_action strong,
.page-template-page-1pagechild-php section.red2 .content-call_to_action strong,
.page-template-page-county-php section.red2 .content-call_to_action strong {
  color: #800026;
}
.page-sections section.red .content-text ul li:before,
.page-template-page-1pagechild-php section.red .content-text ul li:before,
.page-template-page-county-php section.red .content-text ul li:before {
  background-color: #bb133e !important;
}
.page-sections section.green .content-text ul li:before,
.page-template-page-1pagechild-php section.green .content-text ul li:before,
.page-template-page-county-php section.green .content-text ul li:before {
  background-color: #009b2a !important;
}
.page-sections section.blue .content-text ul li:before,
.page-template-page-1pagechild-php section.blue .content-text ul li:before,
.page-template-page-county-php section.blue .content-text ul li:before {
  background-color: #009fda !important;
}
.page-sections section.purple .content-text ul li:before,
.page-template-page-1pagechild-php section.purple .content-text ul li:before,
.page-template-page-county-php section.purple .content-text ul li:before {
  background-color: #824bb0 !important;
}
.page-sections section.red2 .content-text ul li:before,
.page-template-page-1pagechild-php section.red2 .content-text ul li:before,
.page-template-page-county-php section.red2 .content-text ul li:before {
  background-color: #800026 !important;
}
.page-sections section.red .content-text ol li:before,
.page-template-page-1pagechild-php section.red .content-text ol li:before,
.page-template-page-county-php section.red .content-text ol li:before {
  color: #bb133e !important;
}
.page-sections section.green .content-text ol li:before,
.page-template-page-1pagechild-php section.green .content-text ol li:before,
.page-template-page-county-php section.green .content-text ol li:before {
  color: #009b2a !important;
}
.page-sections section.blue .content-text ol li:before,
.page-template-page-1pagechild-php section.blue .content-text ol li:before,
.page-template-page-county-php section.blue .content-text ol li:before {
  color: #009fda !important;
}
.page-sections section.purple .content-text ol li:before,
.page-template-page-1pagechild-php section.purple .content-text ol li:before,
.page-template-page-county-php section.purple .content-text ol li:before {
  color: #824bb0 !important;
}
.page-sections section.red2 .content-text ol li:before,
.page-template-page-1pagechild-php section.red2 .content-text ol li:before,
.page-template-page-county-php section.red2 .content-text ol li:before {
  color: #800026 !important;
}
.page-sections section.red .content-page_link_box strong,
.page-template-page-1pagechild-php section.red .content-page_link_box strong,
.page-template-page-county-php section.red .content-page_link_box strong {
  color: #bb133e !important;
}
.page-sections section.green .content-page_link_box strong,
.page-template-page-1pagechild-php section.green .content-page_link_box strong,
.page-template-page-county-php section.green .content-page_link_box strong {
  color: #009b2a !important;
}
.page-sections section.blue .content-page_link_box strong,
.page-template-page-1pagechild-php section.blue .content-page_link_box strong,
.page-template-page-county-php section.blue .content-page_link_box strong {
  color: #009fda !important;
}
.page-sections section.purple .content-page_link_box strong,
.page-template-page-1pagechild-php section.purple .content-page_link_box strong,
.page-template-page-county-php section.purple .content-page_link_box strong {
  color: #824bb0 !important;
}
.page-sections section.red2 .content-page_link_box strong,
.page-template-page-1pagechild-php section.red2 .content-page_link_box strong,
.page-template-page-county-php section.red2 .content-page_link_box strong {
  color: #800026 !important;
}
.page-template-page-1pagechild-php .content-what_does_it_do_core_features.background-colour {
  background: #f4f3f7;
  margin-bottom: 40px;
}
.page-template-page-1pagechild-php .content-what_does_it_do_core_features.no-background {
  margin-bottom: 40px;
}
.page-template-page-1pagechild-php .content-what_does_it_do_core_features.no-background .name {
  font-size: 15px;
}
.page-template-page-1pagechild-php .content-what_does_it_do_core_features.no-background 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-bottom: 50px;
}
.next-button {
  width: 100%;
  text-align: center;
}
.next-button a {
  display: block;
  position: relative;
  width: 135px;
  height: 68px;
  margin: 0 auto;
  background: url(../svg/up-down.svg) bottom center no-repeat;
}
.no-next-button {
  width: 100%;
  display: block;
  height: 68px;
}
.previous-button {
  width: 100%;
  text-align: center;
  position: relative;
  top: 1px;
}
.previous-button a {
  display: block;
  position: relative;
  width: 135px;
  height: 68px;
  margin: 0 auto;
  background: url(../svg/up-down.svg) top center no-repeat;
}
.next-button a span,
.previous-button a span {
  display: none;
}
.next-button a:hover span,
.previous-button a:hover span {
  position: absolute;
  left: -150px;
  top: 15px;
  font-size: 12px;
  color: #666666;
  opacity: 0.5;
  display: block;
}
.previous-button a:hover span {
  top: 35px;
}
.feature-box-background .feature-box {
  padding: 20px;
  margin-bottom: 20px;
}
body.form-a-new-company .company-formation-wrapper {
  position: relative;
  height: 270px;
}
body.form-a-new-company .company-formation-wrapper:before,
body.form-a-new-company .company-formation-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f9fd;
}
body.form-a-new-company .company-formation-wrapper:before {
  right: 100%;
}
body.form-a-new-company .company-formation-wrapper:after {
  left: 100%;
}
body.form-a-new-company .content-html_code + .content-tabbed_content {
  background: #f0f9fd;
  position: relative;
  margin-top: 0px;
}
body.form-a-new-company .content-html_code + .content-tabbed_content:before,
body.form-a-new-company .content-html_code + .content-tabbed_content:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f9fd;
}
body.form-a-new-company .content-html_code + .content-tabbed_content:before {
  right: 100%;
}
body.form-a-new-company .content-html_code + .content-tabbed_content:after {
  left: 100%;
}
.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-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-meet-the-team .border-row {
  border-bottom: 1px solid #f4f3f7;
}
.content-block.content-meet-the-team .name {
  color: #0058a3;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.content-block.content-meet-the-team .title {
  color: #b3b3b3;
}
.content-block.content-meet-the-team .img-container {
  text-align: center;
}
.content-block.content-meet-the-team .img-container .team-photo {
  width: 150px;
  height: 150px;
  margin: 20px auto 25px auto;
  background: url(../png/testimonial-circle.png) bottom left no-repeat;
  background-size: 300px;
}
.content-block.content-meet-the-team .img-container .team-photo img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.content-block.content-meet-the-team .job-info {
  padding-top: 60px;
}
.content-block.content-meet-the-team .description {
  padding-top: 60px;
}
.content-block.content-large-feature .box1 {
  position: relative;
  padding: 60px 0px;
  min-height: 550px;
}
.content-block.content-large-feature .box1 h2,
.content-block.content-large-feature .box1 h3,
.content-block.content-large-feature .box1 h4,
.content-block.content-large-feature .box1 h5,
.content-block.content-large-feature .box1 h6 {
  display: block;
  padding: 0 40px;
}
.content-block.content-large-feature .box1 h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #666666;
  margin-bottom: 16px;
}
.content-block.content-large-feature .box1 p {
  display: block;
  padding: 0 40px;
  margin-bottom: 20px;
}
.content-block.content-large-feature .box1 h3 {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.content-block.content-large-feature .box1 img.largeImg {
  position: absolute;
  top: 0px;
  height: 490px;
  z-index: 10;
}
.content-block.content-large-feature .box1 img.largeImg.left {
  left: -180px;
}
.content-block.content-large-feature .box1 img.largeImg.right {
  right: -180px;
}
.content-block.content-large-feature .box2 {
  padding: 50px 0;
  z-index: 5;
  position: relative;
}
.content-block.content-large-feature .box2 .col-sm-4:last-child .boxWrap:after {
  display: none;
}
.content-block.content-large-feature .box2 .boxWrap {
  position: relative;
  height: 100%;
  padding: 0 40px;
}
.content-block.content-large-feature .box2 .boxWrap:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  border-right: 1px dashed #bfd5e8;
}
.content-block.content-large-feature .box2 .boxWrap .svgWrap {
  display: block;
  text-align: center;
  height: 100px;
}
.content-block.content-large-feature .box2 .boxWrap .svgWrap svg,
.content-block.content-large-feature .box2 .boxWrap .svgWrap img {
  width: 100px;
  height: 100px;
}
.content-block.content-large-feature .box2 .boxWrap.red {
  background: #FAF1F3;
  min-height: 350px;
  padding: 30px;
  text-align: center;
}
.content-block.content-large-feature .box2 .boxWrap.red svg path,
.content-block.content-large-feature .box2 .boxWrap.red svg rect,
.content-block.content-large-feature .box2 .boxWrap.red svg circle,
.content-block.content-large-feature .box2 .boxWrap.red svg polygon {
  fill: #bb133e;
}
.content-block.content-large-feature .box2 .boxWrap.red span.title {
  color: #bb133e;
  display: block;
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-large-feature .box2 .boxWrap.red:after {
  display: none !important;
}
.content-block.content-large-feature .box2 .boxWrap.green {
  background: #EFF9F2;
  min-height: 350px;
  padding: 30px;
  text-align: center;
}
.content-block.content-large-feature .box2 .boxWrap.green svg path,
.content-block.content-large-feature .box2 .boxWrap.green svg rect,
.content-block.content-large-feature .box2 .boxWrap.green svg circle,
.content-block.content-large-feature .box2 .boxWrap.green svg polygon {
  fill: #009b2a;
}
.content-block.content-large-feature .box2 .boxWrap.green span.title {
  color: #009b2a;
  display: block;
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-large-feature .box2 .boxWrap.green:after {
  display: none !important;
}
.content-block.content-large-feature .box2 .boxWrap.blue {
  background: #f0f9fd;
  min-height: 350px;
  padding: 30px;
  text-align: center;
}
.content-block.content-large-feature .box2 .boxWrap.blue svg path,
.content-block.content-large-feature .box2 .boxWrap.blue svg rect,
.content-block.content-large-feature .box2 .boxWrap.blue svg circle,
.content-block.content-large-feature .box2 .boxWrap.blue svg polygon {
  fill: #009fda;
}
.content-block.content-large-feature .box2 .boxWrap.blue span.title {
  color: #009fda;
  display: block;
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-large-feature .box2 .boxWrap.blue:after {
  display: none !important;
}
.content-block.content-large-feature .box2 .boxWrap.purple {
  background: #F0EAF5;
  min-height: 350px;
  padding: 30px;
  text-align: center;
}
.content-block.content-large-feature .box2 .boxWrap.purple svg path,
.content-block.content-large-feature .box2 .boxWrap.purple svg rect,
.content-block.content-large-feature .box2 .boxWrap.purple svg circle,
.content-block.content-large-feature .box2 .boxWrap.purple svg polygon {
  fill: #824bb0;
}
.content-block.content-large-feature .box2 .boxWrap.purple span.title {
  color: #824bb0;
  display: block;
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-large-feature .box2 .boxWrap.purple:after {
  display: none !important;
}
.content-block.content-large-feature .box2 .boxWrap.red2 {
  background: #FAF1F3;
  min-height: 350px;
  padding: 30px;
  text-align: center;
}
.content-block.content-large-feature .box2 .boxWrap.red2 svg path,
.content-block.content-large-feature .box2 .boxWrap.red2 svg rect,
.content-block.content-large-feature .box2 .boxWrap.red2 svg circle,
.content-block.content-large-feature .box2 .boxWrap.red2 svg polygon {
  fill: #800026;
}
.content-block.content-large-feature .box2 .boxWrap.red2 span.title {
  color: #800026;
  display: block;
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-block.content-large-feature .box2 .boxWrap.red2:after {
  display: none !important;
}
.content-block.content-large-feature .box2 .boxWrap span.btnWrap {
  height: 40px;
  display: block;
}
.content-block.content-large-feature .box2 .boxWrap span.btnWrap a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  white-space: normal;
  text-align: left;
  font-size: 18px;
}
.content-block.content-large-feature .box2 .boxWrap span.title {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.content-block.content-page-link-list {
  margin-bottom: 0;
  display: block;
}
.content-block.content-page-link-list .box-colour {
  padding: 35px 0px 10px;
  display: block;
  position: relative;
}
.content-block.content-page-link-list .box-colour.red {
  background: #FAF1F3;
  height: 100%;
}
.content-block.content-page-link-list .box-colour.red:before,
.content-block.content-page-link-list .box-colour.red:after {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #FAF1F3;
  width: 100%;
  content: '';
  top: 0px;
  z-index: 5;
}
.content-block.content-page-link-list .box-colour.red:before {
  left: -100%;
}
.content-block.content-page-link-list .box-colour.red:after {
  right: -100%;
}
.content-block.content-page-link-list .box-colour.red .title h2 {
  color: #bb133e;
}
.content-block.content-page-link-list .box-colour.red .title h2:after {
  border-bottom-color: #efd3d9;
}
.content-block.content-page-link-list .box-colour.red .title .btn {
  background-color: #bb133e;
  color: #fff;
  border-color: #bb133e;
}
.content-block.content-page-link-list .box-colour.red h3 {
  color: #bb133e;
}
.content-block.content-page-link-list .box-colour.red a.featureWrap {
  padding-right: 30px;
}
.content-block.content-page-link-list .box-colour.red a.featureWrap .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #b3b3b3;
}
.content-block.content-page-link-list .box-colour.red a.featureWrap:hover {
  text-decoration: none;
}
.content-block.content-page-link-list .box-colour.red a.featureWrap .hover {
  background: #bb133e;
  padding-right: 40px;
  border-radius: 0%;
}
.content-block.content-page-link-list .box-colour.red a.featureWrap .hover .icon {
  color: #fff;
}
.content-block.content-page-link-list .box-colour.green {
  background: #EFF9F2;
  height: 100%;
}
.content-block.content-page-link-list .box-colour.green:before,
.content-block.content-page-link-list .box-colour.green:after {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #EFF9F2;
  width: 100%;
  content: '';
  top: 0px;
  z-index: 5;
}
.content-block.content-page-link-list .box-colour.green:before {
  left: -100%;
}
.content-block.content-page-link-list .box-colour.green:after {
  right: -100%;
}
.content-block.content-page-link-list .box-colour.green .title h2 {
  color: #009b2a;
}
.content-block.content-page-link-list .box-colour.green .title h2:after {
  border-bottom-color: #d1eeda;
}
.content-block.content-page-link-list .box-colour.green .title .btn {
  background-color: #009b2a;
  color: #fff;
  border-color: #009b2a;
}
.content-block.content-page-link-list .box-colour.green h3 {
  color: #009b2a;
}
.content-block.content-page-link-list .box-colour.green a.featureWrap {
  padding-right: 30px;
}
.content-block.content-page-link-list .box-colour.green a.featureWrap .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #b3b3b3;
}
.content-block.content-page-link-list .box-colour.green a.featureWrap:hover {
  text-decoration: none;
}
.content-block.content-page-link-list .box-colour.green a.featureWrap .hover {
  background: #009b2a;
  padding-right: 40px;
  border-radius: 0%;
}
.content-block.content-page-link-list .box-colour.green a.featureWrap .hover .icon {
  color: #fff;
}
.content-block.content-page-link-list .box-colour.blue {
  background: #f0f9fd;
  height: 100%;
}
.content-block.content-page-link-list .box-colour.blue:before,
.content-block.content-page-link-list .box-colour.blue:after {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #f0f9fd;
  width: 100%;
  content: '';
  top: 0px;
  z-index: 5;
}
.content-block.content-page-link-list .box-colour.blue:before {
  left: -100%;
}
.content-block.content-page-link-list .box-colour.blue:after {
  right: -100%;
}
.content-block.content-page-link-list .box-colour.blue .title h2 {
  color: #009fda;
}
.content-block.content-page-link-list .box-colour.blue .title h2:after {
  border-bottom-color: #ccebf8;
}
.content-block.content-page-link-list .box-colour.blue .title .btn {
  background-color: #009fda;
  color: #fff;
  border-color: #009fda;
}
.content-block.content-page-link-list .box-colour.blue h3 {
  color: #009fda;
}
.content-block.content-page-link-list .box-colour.blue a.featureWrap {
  padding-right: 30px;
}
.content-block.content-page-link-list .box-colour.blue a.featureWrap .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #b3b3b3;
}
.content-block.content-page-link-list .box-colour.blue a.featureWrap:hover {
  text-decoration: none;
}
.content-block.content-page-link-list .box-colour.blue a.featureWrap .hover {
  background: #009fda;
  padding-right: 40px;
  border-radius: 0%;
}
.content-block.content-page-link-list .box-colour.blue a.featureWrap .hover .icon {
  color: #fff;
}
.content-block.content-page-link-list .box-colour.purple {
  background: #F0EAF5;
  height: 100%;
}
.content-block.content-page-link-list .box-colour.purple:before,
.content-block.content-page-link-list .box-colour.purple:after {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #F0EAF5;
  width: 100%;
  content: '';
  top: 0px;
  z-index: 5;
}
.content-block.content-page-link-list .box-colour.purple:before {
  left: -100%;
}
.content-block.content-page-link-list .box-colour.purple:after {
  right: -100%;
}
.content-block.content-page-link-list .box-colour.purple .title h2 {
  color: #824bb0;
}
.content-block.content-page-link-list .box-colour.purple .title h2:after {
  border-bottom-color: #dccee8;
}
.content-block.content-page-link-list .box-colour.purple .title .btn {
  background-color: #824bb0;
  color: #fff;
  border-color: #824bb0;
}
.content-block.content-page-link-list .box-colour.purple h3 {
  color: #824bb0;
}
.content-block.content-page-link-list .box-colour.purple a.featureWrap {
  padding-right: 30px;
}
.content-block.content-page-link-list .box-colour.purple a.featureWrap .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #b3b3b3;
}
.content-block.content-page-link-list .box-colour.purple a.featureWrap:hover {
  text-decoration: none;
}
.content-block.content-page-link-list .box-colour.purple a.featureWrap .hover {
  background: #824bb0;
  padding-right: 40px;
  border-radius: 0%;
}
.content-block.content-page-link-list .box-colour.purple a.featureWrap .hover .icon {
  color: #fff;
}
.content-block.content-page-link-list .box-colour.red2 {
  background: #FAF1F3;
  height: 100%;
}
.content-block.content-page-link-list .box-colour.red2:before,
.content-block.content-page-link-list .box-colour.red2:after {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #FAF1F3;
  width: 100%;
  content: '';
  top: 0px;
  z-index: 5;
}
.content-block.content-page-link-list .box-colour.red2:before {
  left: -100%;
}
.content-block.content-page-link-list .box-colour.red2:after {
  right: -100%;
}
.content-block.content-page-link-list .box-colour.red2 .title h2 {
  color: #800026;
}
.content-block.content-page-link-list .box-colour.red2 .title h2:after {
  border-bottom-color: #efd3d9;
}
.content-block.content-page-link-list .box-colour.red2 .title .btn {
  background-color: #800026;
  color: #fff;
  border-color: #800026;
}
.content-block.content-page-link-list .box-colour.red2 h3 {
  color: #800026;
}
.content-block.content-page-link-list .box-colour.red2 a.featureWrap {
  padding-right: 30px;
}
.content-block.content-page-link-list .box-colour.red2 a.featureWrap .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #b3b3b3;
}
.content-block.content-page-link-list .box-colour.red2 a.featureWrap:hover {
  text-decoration: none;
}
.content-block.content-page-link-list .box-colour.red2 a.featureWrap .hover {
  background: #800026;
  padding-right: 40px;
  border-radius: 0%;
}
.content-block.content-page-link-list .box-colour.red2 a.featureWrap .hover .icon {
  color: #fff;
}
.content-block.content-page-link-list .box-colour.default {
  background-color: transparent;
}
.content-block.content-page-link-list .box-colour.default:before,
.content-block.content-page-link-list .box-colour.default:after {
  background-color: #fff !important;
}
.content-block.content-page-link-list .box-colour .title {
  margin-bottom: 30px;
}
.content-block.content-page-link-list .box-colour .title svg,
.content-block.content-page-link-list .box-colour .title img.get-icon-svg {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 80px;
  height: 80px;
}
.content-block.content-page-link-list .box-colour .title .numberWrap {
  position: absolute;
  top: 47px;
  left: 0px;
  width: 38px;
  height: 38px;
  background: #009fda;
  border-radius: 100%;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
}
.content-block.content-page-link-list .box-colour .title h2 {
  margin-left: 86px;
  padding-right: 10px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
}
.content-block.content-page-link-list .box-colour .title h2:after {
  content: '';
  display: block;
  left: 100%;
  width: 900px;
  position: absolute;
  top: 50%;
  height: 1px;
  border-bottom: 1px solid #000;
}
.content-block.content-page-link-list .box-colour .title h2.number {
  margin-left: 54px;
}
.content-block.content-page-link-list .box-colour .title h2.no-margin {
  margin-left: 0!important;
}
.content-block.content-page-link-list .box-colour .title .btn {
  float: right;
  margin-top: 8px;
  padding-right: 45px;
}
.content-block.content-page-link-list .box-colour .title .btn i {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 22px;
}
.content-block.content-page-link-list .box-colour .row {
  margin-bottom: 20px;
}
.content-block.content-page-link-list .box-colour .col-sm-12 > .row {
  display: flex;
  flex-flow: row wrap;
}
.content-block.content-page-link-list .box-colour .col-sm-12 > .row .col-sm-4:last-child .featureWrap:after {
  display: none;
}
.content-block.content-page-link-list .box-colour .featureWrap {
  display: block;
  padding: 0 15px;
}
.content-block.content-page-link-list .box-colour .featureWrap:after {
  content: '';
  display: block;
  right: 0px;
  top: 0px;
  height: 100%;
  border-right: 1px dashed #b3b3b3;
  width: 1px;
  position: absolute;
}
.content-block.content-page-link-list .box-colour a.featureWrap {
  position: relative;
}
.content-block.content-page-link-list .box-colour a.featureWrap .hover {
  display: none;
  position: absolute;
  z-index: 200;
  border-radius: 5px;
  padding: 20px;
  top: -20px;
  left: -5px;
  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-page-link-list .box-colour a.featureWrap .hover h3,
.content-block.content-page-link-list .box-colour a.featureWrap .hover p {
  color: #fff;
}
.content-block.content-page-link-list .box-colour a.featureWrap:hover .hover {
  display: block;
}
.content-block.content-page-link-list .box-colour h3 {
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0;
  line-height: 1.3;
}
.content-block.content-page-link-list .box-colour p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.content-block.animation .document-fan-container {
  height: 160px;
  overflow: hidden!important;
}
@media (min-width: 768px) {
  .content-block.animation .document-fan-container {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .content-block.animation .document-fan-container {
    height: 400px;
  }
}
.content-block.animation .document-fan {
  height: 160px;
  animation-name: fade-in-up;
  animation-duration: 3s;
  position: relative;
}
@media (min-width: 768px) {
  .content-block.animation .document-fan {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .content-block.animation .document-fan {
    height: 400px;
  }
}
.content-block.animation .document-fan img {
  position: absolute;
  top: 40px;
  max-width: 100%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.content-block.animation .document-fan img.docfan-1 {
  transform: rotate(5deg);
  animation-name: rotate-1;
  animation-duration: 3s;
  top: 56%;
  left: 12%;
  max-width: 40%;
  z-index: 2;
}
@keyframes rotate-1 {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(5deg);
  }
}
.content-block.animation .document-fan img.docfan-2 {
  transform: rotate(10deg);
  animation-name: rotate-2;
  animation-duration: 3s;
  z-index: 3;
  max-width: 40%;
  right: 5%;
}
@keyframes rotate-2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(10deg);
  }
}
.content-block.animation .document-fan img.docfan-3 {
  transform: rotate(-5deg);
  animation-name: rotate-3;
  animation-duration: 3s;
  z-index: 4;
  right: 4%;
  max-width: 45%;
  top: 50%;
}
@keyframes rotate-3 {
  from {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
.content-block.animation .document-fan img.docfan-4 {
  transform: rotate(-10deg);
  animation-name: rotate-4;
  animation-duration: 3s;
  left: 10%;
  top: 12%;
  max-width: 50%;
  z-index: 1;
}
@keyframes rotate-4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.content-block.animation .stat-reg-fan-container {
  height: 150px;
  overflow: hidden!important;
}
@media (min-width: 768px) {
  .content-block.animation .stat-reg-fan-container {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .content-block.animation .stat-reg-fan-container {
    height: 350px;
  }
}
.content-block.animation .stat-reg-fan {
  height: 150px;
  animation-name: fade-in-up;
  animation-duration: 3s;
  position: relative;
}
@media (min-width: 768px) {
  .content-block.animation .stat-reg-fan {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .content-block.animation .stat-reg-fan {
    height: 330px;
  }
}
.content-block.animation .stat-reg-fan img {
  position: absolute;
  top: 40px;
  max-width: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.content-block.animation .stat-reg-fan img.statfan-1 {
  transform: rotate(-10deg);
  animation-name: rotate-stat-1;
  animation-duration: 3s;
  top: 20%;
  left: 7%;
  z-index: 2;
}
@keyframes rotate-stat-1 {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.content-block.animation .stat-reg-fan img.statfan-2 {
  transform: rotate(10deg);
  animation-name: rotate-stat-2;
  animation-duration: 3s;
  z-index: 3;
  right: 7%;
  top: 20%;
}
@keyframes rotate-stat-2 {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(10deg);
  }
}
.content-block.animation .stat-reg-fan img.statfan-3 {
  transform: rotate(0);
  animation-name: rotate-stat-3;
  animation-duration: 3s;
  z-index: 4;
  right: 25%;
  top: 53%;
}
@keyframes rotate-stat-3 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
.content-block.content-two_columns {
  padding-left: 40px;
  padding-right: 40px;
}
.content-block.content-document-tabs {
  background: #F4F3F6;
  position: relative;
  padding: 60px 0 30px;
  margin-bottom: 40px;
}
.content-block.content-document-tabs:before,
.content-block.content-document-tabs:after {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #F4F3F6;
  width: 100%;
  content: '';
  top: 0px;
  z-index: 5;
}
.content-block.content-document-tabs:before {
  left: -100%;
}
.content-block.content-document-tabs:after {
  right: -100%;
}
.content-block.content-document-tabs .document-tab-flexslider {
  display: inline-block;
  margin: 30px auto;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s;
}
.content-block.content-document-tabs .document-tab-flexslider.loading {
  opacity: 0;
  height: 150px;
}
.content-block.content-document-tabs .document-tab-flexslider .flex-viewport {
  margin: 0 50px;
}
.content-block.content-document-tabs .document-tab-flexslider .red svg path,
.content-block.content-document-tabs .document-tab-flexslider .red svg g,
.content-block.content-document-tabs .document-tab-flexslider .red svg rect,
.content-block.content-document-tabs .document-tab-flexslider .red svg polygon,
.content-block.content-document-tabs .document-tab-flexslider .red svg circle,
.content-block.content-document-tabs .document-tab-flexslider .red svg ellipse {
  fill: #40b7e3 !important;
  transition: all 0.2s;
}
.content-block.content-document-tabs .document-tab-flexslider .red svg.docframe path {
  fill: #bfd5e8 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red svg.docframe .background {
  fill: none !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red.active .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .red.active a {
  color: #bb133e;
}
.content-block.content-document-tabs .document-tab-flexslider .red.active a svg,
.content-block.content-document-tabs .document-tab-flexslider .red.active a path,
.content-block.content-document-tabs .document-tab-flexslider .red.active a g,
.content-block.content-document-tabs .document-tab-flexslider .red.active a rect,
.content-block.content-document-tabs .document-tab-flexslider .red.active a polygon,
.content-block.content-document-tabs .document-tab-flexslider .red.active a ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red.active a svg.docframe path {
  fill: #bb133e !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red.active a:after {
  border-color: #f6a4b9 transparent transparent transparent;
}
.content-block.content-document-tabs .document-tab-flexslider .red a:hover {
  color: #bb133e;
}
.content-block.content-document-tabs .document-tab-flexslider .red a:hover .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .red a:hover svg,
.content-block.content-document-tabs .document-tab-flexslider .red a:hover path,
.content-block.content-document-tabs .document-tab-flexslider .red a:hover g,
.content-block.content-document-tabs .document-tab-flexslider .red a:hover rect,
.content-block.content-document-tabs .document-tab-flexslider .red a:hover polygon,
.content-block.content-document-tabs .document-tab-flexslider .red a:hover ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red a:hover svg.docframe path {
  fill: #bb133e !important;
}
.content-block.content-document-tabs .document-tab-flexslider .green svg path,
.content-block.content-document-tabs .document-tab-flexslider .green svg g,
.content-block.content-document-tabs .document-tab-flexslider .green svg rect,
.content-block.content-document-tabs .document-tab-flexslider .green svg polygon,
.content-block.content-document-tabs .document-tab-flexslider .green svg circle,
.content-block.content-document-tabs .document-tab-flexslider .green svg ellipse {
  fill: #40b7e3 !important;
  transition: all 0.2s;
}
.content-block.content-document-tabs .document-tab-flexslider .green svg.docframe path {
  fill: #bfd5e8 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .green svg.docframe .background {
  fill: none !important;
}
.content-block.content-document-tabs .document-tab-flexslider .green.active .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .green.active a {
  color: #009b2a;
}
.content-block.content-document-tabs .document-tab-flexslider .green.active a svg,
.content-block.content-document-tabs .document-tab-flexslider .green.active a path,
.content-block.content-document-tabs .document-tab-flexslider .green.active a g,
.content-block.content-document-tabs .document-tab-flexslider .green.active a rect,
.content-block.content-document-tabs .document-tab-flexslider .green.active a polygon,
.content-block.content-document-tabs .document-tab-flexslider .green.active a ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .green.active a svg.docframe path {
  fill: #009b2a !important;
}
.content-block.content-document-tabs .document-tab-flexslider .green.active a:after {
  border-color: #EFF9F2 transparent transparent transparent;
}
.content-block.content-document-tabs .document-tab-flexslider .green a:hover {
  color: #009b2a;
}
.content-block.content-document-tabs .document-tab-flexslider .green a:hover .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .green a:hover svg,
.content-block.content-document-tabs .document-tab-flexslider .green a:hover path,
.content-block.content-document-tabs .document-tab-flexslider .green a:hover g,
.content-block.content-document-tabs .document-tab-flexslider .green a:hover rect,
.content-block.content-document-tabs .document-tab-flexslider .green a:hover polygon,
.content-block.content-document-tabs .document-tab-flexslider .green a:hover ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .green a:hover svg.docframe path {
  fill: #009b2a !important;
}
.content-block.content-document-tabs .document-tab-flexslider .blue svg path,
.content-block.content-document-tabs .document-tab-flexslider .blue svg g,
.content-block.content-document-tabs .document-tab-flexslider .blue svg rect,
.content-block.content-document-tabs .document-tab-flexslider .blue svg polygon,
.content-block.content-document-tabs .document-tab-flexslider .blue svg circle,
.content-block.content-document-tabs .document-tab-flexslider .blue svg ellipse {
  fill: #40b7e3 !important;
  transition: all 0.2s;
}
.content-block.content-document-tabs .document-tab-flexslider .blue svg.docframe path {
  fill: #bfd5e8 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .blue svg.docframe .background {
  fill: none !important;
}
.content-block.content-document-tabs .document-tab-flexslider .blue.active .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .blue.active a {
  color: #009fda;
}
.content-block.content-document-tabs .document-tab-flexslider .blue.active a svg,
.content-block.content-document-tabs .document-tab-flexslider .blue.active a path,
.content-block.content-document-tabs .document-tab-flexslider .blue.active a g,
.content-block.content-document-tabs .document-tab-flexslider .blue.active a rect,
.content-block.content-document-tabs .document-tab-flexslider .blue.active a polygon,
.content-block.content-document-tabs .document-tab-flexslider .blue.active a ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .blue.active a svg.docframe path {
  fill: #009fda !important;
}
.content-block.content-document-tabs .document-tab-flexslider .blue.active a:after {
  border-color: #40b7e3 transparent transparent transparent;
}
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover {
  color: #009fda;
}
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover svg,
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover path,
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover g,
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover rect,
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover polygon,
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .blue a:hover svg.docframe path {
  fill: #009fda !important;
}
.content-block.content-document-tabs .document-tab-flexslider .purple svg path,
.content-block.content-document-tabs .document-tab-flexslider .purple svg g,
.content-block.content-document-tabs .document-tab-flexslider .purple svg rect,
.content-block.content-document-tabs .document-tab-flexslider .purple svg polygon,
.content-block.content-document-tabs .document-tab-flexslider .purple svg circle,
.content-block.content-document-tabs .document-tab-flexslider .purple svg ellipse {
  fill: #40b7e3 !important;
  transition: all 0.2s;
}
.content-block.content-document-tabs .document-tab-flexslider .purple svg.docframe path {
  fill: #bfd5e8 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .purple svg.docframe .background {
  fill: none !important;
}
.content-block.content-document-tabs .document-tab-flexslider .purple.active .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .purple.active a {
  color: #824bb0;
}
.content-block.content-document-tabs .document-tab-flexslider .purple.active a svg,
.content-block.content-document-tabs .document-tab-flexslider .purple.active a path,
.content-block.content-document-tabs .document-tab-flexslider .purple.active a g,
.content-block.content-document-tabs .document-tab-flexslider .purple.active a rect,
.content-block.content-document-tabs .document-tab-flexslider .purple.active a polygon,
.content-block.content-document-tabs .document-tab-flexslider .purple.active a ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .purple.active a svg.docframe path {
  fill: #824bb0 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .purple.active a:after {
  border-color: #a881c8 transparent transparent transparent;
}
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover {
  color: #824bb0;
}
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover svg,
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover path,
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover g,
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover rect,
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover polygon,
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .purple a:hover svg.docframe path {
  fill: #824bb0 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 svg path,
.content-block.content-document-tabs .document-tab-flexslider .red2 svg g,
.content-block.content-document-tabs .document-tab-flexslider .red2 svg rect,
.content-block.content-document-tabs .document-tab-flexslider .red2 svg polygon,
.content-block.content-document-tabs .document-tab-flexslider .red2 svg circle,
.content-block.content-document-tabs .document-tab-flexslider .red2 svg ellipse {
  fill: #40b7e3 !important;
  transition: all 0.2s;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 svg.docframe path {
  fill: #bfd5e8 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 svg.docframe .background {
  fill: none !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red2.active .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .red2.active a {
  color: #800026;
}
.content-block.content-document-tabs .document-tab-flexslider .red2.active a svg,
.content-block.content-document-tabs .document-tab-flexslider .red2.active a path,
.content-block.content-document-tabs .document-tab-flexslider .red2.active a g,
.content-block.content-document-tabs .document-tab-flexslider .red2.active a rect,
.content-block.content-document-tabs .document-tab-flexslider .red2.active a polygon,
.content-block.content-document-tabs .document-tab-flexslider .red2.active a ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red2.active a svg.docframe path {
  fill: #800026 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red2.active a:after {
  border-color: #ffb3ca transparent transparent transparent;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover {
  color: #800026;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover .count {
  color: #fff;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover svg,
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover path,
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover g,
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover rect,
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover polygon,
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover ellipse {
  fill: #fff !important;
}
.content-block.content-document-tabs .document-tab-flexslider .red2 a:hover svg.docframe path {
  fill: #800026 !important;
}
.content-block.content-document-tabs .document-tab-flexslider .flex-direction-nav a {
  height: 100%;
  background: #ECEBEE;
  top: 0px;
}
.content-block.content-document-tabs .document-tab-flexslider .flex-direction-nav a:before {
  font-size: 32px;
}
.content-block.content-document-tabs .document-tab-flexslider .flex-direction-nav a.flex-next {
  right: 0px;
}
.content-block.content-document-tabs .document-tab-flexslider .flex-direction-nav a.flex-next:before {
  content: '\e910';
  margin-top: 50px;
}
.content-block.content-document-tabs .document-tab-flexslider .flex-direction-nav a.flex-prev:before {
  content: '\e911';
  margin-top: 48px;
}
.content-block.content-document-tabs .row-eq-height {
  flex-flow: row wrap;
}
.content-block.content-document-tabs ul.list {
  list-style-type: none;
}
.content-block.content-document-tabs ul.list li {
  position: relative;
  padding-left: 0px;
  min-height: 45px;
}
@media (max-width: 768px) {
  .content-block.content-document-tabs ul.list li {
    margin-bottom: 15px;
  }
}
.content-block.content-document-tabs ul.list li:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #009fda;
  position: absolute;
  overflow: visible;
  left: -20px;
  top: 6px;
  z-index: 10;
}
.content-block.content-document-tabs ul.list li a {
  color: #666666;
}
.content-block.content-document-tabs ul.list li a:hover,
.content-block.content-document-tabs ul.list li a:focus,
.content-block.content-document-tabs ul.list li a:active {
  text-decoration: none;
}
.content-block.content-document-tabs .tab-pane.red ul.list li {
  margin-bottom: 15px;
}
.content-block.content-document-tabs .tab-pane.red ul.list li:before {
  background: #bb133e;
}
.content-block.content-document-tabs .tab-pane.green ul.list li {
  margin-bottom: 15px;
}
.content-block.content-document-tabs .tab-pane.green ul.list li:before {
  background: #009b2a;
}
.content-block.content-document-tabs .tab-pane.blue ul.list li {
  margin-bottom: 15px;
}
.content-block.content-document-tabs .tab-pane.blue ul.list li:before {
  background: #009fda;
}
.content-block.content-document-tabs .tab-pane.purple ul.list li {
  margin-bottom: 15px;
}
.content-block.content-document-tabs .tab-pane.purple ul.list li:before {
  background: #824bb0;
}
.content-block.content-document-tabs .tab-pane.red2 ul.list li {
  margin-bottom: 15px;
}
.content-block.content-document-tabs .tab-pane.red2 ul.list li:before {
  background: #800026;
}
.content-block.content-document-tabs .tab-pane .more-documents-link b {
  text-align: center;
  right: 50%;
  transform: translateX(50%);
}
.content-block.content-document-tabs ul.slides {
  margin-bottom: 30px;
}
.content-block.content-document-tabs ul.slides li {
  float: left;
  width: 150px;
  position: relative;
}
.content-block.content-document-tabs ul.slides li:last-child a:before {
  display: none;
}
.content-block.content-document-tabs ul.slides li a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  max-width: 76px;
  line-height: 18px;
  margin: 0 auto;
  background: #F4F3F6;
  color: #666666;
  transition: all 0.2s;
}
.content-block.content-document-tabs ul.slides li a:before {
  content: '';
  display: block;
  border-top: 1px solid #bfd5e8;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 40%;
  right: -100%;
}
.content-block.content-document-tabs ul.slides li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #bfd5e8 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.content-block.content-document-tabs ul.slides li a:active,
.content-block.content-document-tabs ul.slides li a:hover,
.content-block.content-document-tabs ul.slides li a:focus {
  text-decoration: none;
}
.content-block.content-document-tabs ul.slides li a .document-frame {
  display: block;
  width: 73px;
  height: 84px;
  margin: 0 auto 10px;
  position: relative;
}
.content-block.content-document-tabs ul.slides li a .count {
  position: absolute;
  z-index: 2;
  font-weight: normal;
  color: #bfd5e8;
  top: 10px;
  left: 12px;
  font-size: 12px;
}
.content-block.content-document-tabs ul.slides li a svg {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  z-index: 4;
}
.content-block.content-document-tabs ul.slides li a svg.docframe {
  width: 100%;
  z-index: 1;
  top: 50%;
}
.content-block.content-document-tabs ul.slides li a svg.docframe path {
  fill: #bfd5e8;
}
.content-block.content-document-tabs ul.slides li a svg.docframe path.background {
  fill: none;
}
.content-block.content-document-tabs ul.slides li a svg path,
.content-block.content-document-tabs ul.slides li a svg g {
  transition: all 0.2s;
}
.content-block.content-introduction {
  text-align: center;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 160%;
  color: #666666;
  margin-bottom: 30px;
}
.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-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-downloads {
  margin: 20px 0;
}
.content-block.content-downloads a:hover {
  text-decoration: none !important;
}
.content-block.content-downloads a:hover .media-heading {
  text-decoration: underline;
}
.content-block.content-downloads .media-heading {
  line-height: 1.1;
  font-size: 110%;
  color: #000;
}
.content-block.content-downloads .media-body {
  display: block;
}
.content-block.content-downloads small {
  line-height: 1.2;
  color: #b3b3b3;
}
.content-block.content-downloads .download-icon {
  width: 135px;
  height: 135px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -10px;
  display: block;
  background: url(../svg/downloads.svg) 0 0 no-repeat;
  background-size: 100%;
}
.content-block.content-downloads .more-than-2-columns .pull-left {
  float: none !important;
  text-align: center;
  margin-right: 0px !important;
}
.content-block.content-downloads .more-than-2-columns .pull-left .download-icon {
  top: 0px;
  margin: 0 auto;
}
.content-block.content-downloads .more-than-2-columns {
  text-align: center;
}
.content-block.content-downloads_panel {
  background: #f4f3f7;
  padding: 20px 20px 0px 20px;
  margin: 10px 0 30px 0;
  max-width: 623px;
}
.content-block.content-downloads_panel.download-hidden {
  display: none;
}
.content-block.content-downloads_panel h2 {
  color: #009fda;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  margin: 0px 0  20px 0;
}
.content-block.content-downloads_panel .imagezoom {
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
}
.content-block.content-downloads_panel .imagezoom img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  height: auto;
}
.content-block.content-downloads_panel .imagezoom b {
  text-align: center;
  display: block;
  position: relative;
  top: 6px;
}
.content-block.content-downloads_panel .imagezoom b i {
  background: #bfd5e8;
  padding: 5px;
  font-size: 20px;
  color: #fff;
}
.content-block.content-downloads_panel .imagezoom:hover b i {
  background: #009fda;
}
.content-block.content-downloads_panel .btn {
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  font-size: 17px;
}
.content-block.content-downloads_panel p.linked-post,
.content-block.content-downloads_panel .linked-post p {
  margin-top: 20px;
  font-size: 13px;
  color: #b3b3b3;
}
.content-block.content-downloads_panel p.linked-post a,
.content-block.content-downloads_panel .linked-post p a {
  color: #b3b3b3;
  text-decoration: underline;
}
.content-block.content-downloads_panel p.linked-post a:hover,
.content-block.content-downloads_panel .linked-post p a:hover {
  color: #009fda;
}
.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;
}
.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-feature_boxes {
  text-align: center;
}
.content-block.content-feature_boxes .row {
  padding: 0px;
}
.content-block.content-feature_boxes > .row {
  border-bottom: 1px solid #f4f3f7;
}
.content-block.content-feature_boxes p {
  font-size: 12px;
  margin-top: -10px;
  color: #666666;
}
.content-block.content-feature_boxes h2 {
  margin: -10px 0 15px 0;
  color: #0058a3;
  font-size: 16px;
}
.content-block.content-feature_boxes svg,
.content-block.content-feature_boxes img.fallback {
  width: 75px;
  height: 75px;
  position: relative;
  top: 0px;
  vertical-align: baseline;
}
.content-block.content-feature_boxes .showtitle img,
.content-block.content-feature_boxes .showtitle svg {
  width: 50px!important;
  height: 50px!important;
  margin-bottom: 0!important;
}
.content-block.content-feature_boxes.no-box .feature-box {
  background-color: transparent!important;
}
.content-block.content-feature_boxes .boxIcon {
  display: inline-block;
  padding-right: 10px;
}
.content-block.content-feature_boxes .boxIcon svg {
  margin-bottom: 0!important;
}
.content-block.content-feature_boxes .boxTitle {
  font-size: 16px;
  display: inline-block;
  color: #666666;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: relative;
  top: -8px;
}
.content-block.content-feature_boxes .boxTitle strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.content-block.content-feature_boxes.no-background .feature-box {
  background-color: #d9f1f9;
  -webkit-backface-visibility: hidden;
  padding: 20px 30px;
  height: 275px;
  margin: 0 0 30px 0;
}
.content-block.content-feature_boxes.no-background .feature-box p {
  font-size: 15px;
}
.content-block.content-feature_boxes.no-background .feature-box:first-child {
  margin-left: 0px;
}
.content-block.content-feature_boxes.no-background .feature-box svg,
.content-block.content-feature_boxes.no-background .feature-box img.fallback {
  margin-top: 0px;
  margin-bottom: 15px;
  vertical-align: baseline;
  width: 130px;
  height: 130px;
}
.content-block.content-feature_boxes.no-background .feature-box a {
  text-decoration: none;
}
.content-block.content-feature_boxes.no-background .feature-box .hover {
  display: none;
}
.content-block.content-feature_boxes.no-background .feature-box .normal {
  height: 235px;
}
.content-block.content-feature_boxes.no-background .feature-box .normal .title {
  margin-bottom: 20px;
  margin-top: -30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #666666;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover {
  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;
  display: block;
  position: absolute;
  background: #bb133e;
  width: 100%;
  height: 290px;
  left: 0px;
  top: -10px;
  z-index: 100;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover p {
  display: none;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover h2 {
  margin-top: 50px;
  color: #fff;
  font-size: 22px;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon {
  text-align: center;
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  width: 70px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon:first-child {
  margin-left: 0px;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon svg,
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon img.fallback {
  width: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: -20px;
  vertical-align: baseline;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon svg *,
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon img.fallback * {
  fill: #fff;
  stroke: #fff;
}
.content-block.content-feature_boxes.no-background .feature-box:hover .hover span.hover-icon img.fallback {
  margin-bottom: 0;
  height: 40px;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover {
  background: #009b2a;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red {
  color: #fff;
  background-color: #008223;
  border-color: #009b2a;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:hover,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:focus,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.active,
.open .dropdown-toggle.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red {
  color: #fff;
  background-color: #005918;
  border-color: #005e19;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.active,
.open .dropdown-toggle.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red {
  background-image: none;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.disabled,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red[disabled],
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.disabled:hover,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red[disabled]:hover,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:hover,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.disabled:focus,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red[disabled]:focus,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:focus,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.disabled:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red[disabled]:active,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.disabled.active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red[disabled].active,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red.active {
  background-color: #008223;
  border-color: #009b2a;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red .badge {
  color: #008223;
  background-color: #fff;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(1):hover .hover .btn-red:hover {
  background: #00350e;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(2):hover .hover {
  background: #bb133e;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover {
  background: #009fda;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red {
  color: #fff;
  background-color: #008cc1;
  border-color: #009fda;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:hover,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:focus,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.active,
.open .dropdown-toggle.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red {
  color: #fff;
  background-color: #006f98;
  border-color: #00729d;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.active,
.open .dropdown-toggle.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red {
  background-image: none;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.disabled,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red[disabled],
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.disabled:hover,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red[disabled]:hover,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:hover,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.disabled:focus,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red[disabled]:focus,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:focus,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.disabled:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red[disabled]:active,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.disabled.active,
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red[disabled].active,
fieldset[disabled] .content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red.active {
  background-color: #008cc1;
  border-color: #009fda;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red .badge {
  color: #008cc1;
  background-color: #fff;
}
.content-block.content-feature_boxes.no-background .feature-box:nth-child(3):hover .hover .btn-red:hover {
  background: #005574;
}
.content-block.content-call_to_action {
  padding: 0 30px;
}
.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;
}
.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;
}
@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_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;
}
.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-call_to_action_box,
.content-block.content-call_to_action_box_2,
.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_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_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_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_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_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_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_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;
  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;
}
.entry-content .left-col .content-text,
.entry-content .right-col .content-text {
  padding: 0!important;
}
.widget_social br {
  display: none;
}
.widget_social .IN-widget,
.widget_social #___follow_0,
.widget_social #twitter-widget-0 {
  display: block!important;
  margin-bottom: 8px!important;
}
.content-block.content-call_to_action_post {
  background: #d9f1f9;
}
.col-xs-12 > .content-block.content-call_to_action_post {
  width: 100%;
  overflow: hidden;
}
.col-xs-12 > .content-block.content-call_to_action_post .left-column {
  width: 75%;
  margin-right: 25px;
  float: left;
}
.col-xs-12 > .content-block.content-call_to_action_post .right-column {
  float: left;
  position: relative;
  top: 20px;
}
.col-xs-12 > .content-block.content-call_to_action_post .right-column .btn {
  max-width: 170px;
}
.single-post .col-xs-12 > .content-block.content-call_to_action_post {
  width: 100%;
  overflow: hidden;
}
.single-post .col-xs-12 > .content-block.content-call_to_action_post .left-column {
  width: 65%;
  margin-right: 25px;
  float: left;
}
.single-post .col-xs-12 > .content-block.content-call_to_action_post .right-column {
  float: left;
  position: relative;
  top: 20px;
}
.single-post .col-xs-12 > .content-block.content-call_to_action_post .right-column .btn {
  max-width: 170px;
}
.content-testimonials .testimonial-row .col-xs-4:nth-child(1) .hover {
  background: #009b2a;
}
.content-testimonials .testimonial-row .col-xs-4:nth-child(2) .hover {
  background: #009fda;
}
.content-testimonials .testimonial-row .col-xs-4:nth-child(3) .hover {
  background: #bb133e;
}
body.home {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #f0f9fd 20%, #f0f9fd 100%);
  background-repeat: no-repeat !important;
}
body.home .frontpage {
  position: relative;
  padding-bottom: 0;
  padding-top: 320px;
  background-size: cover!important;
  background-position: center left!important;
}
@media (min-width: 768px) {
  body.home .frontpage {
    background-size: 100%!important;
    background-repeat: no-repeat;
    background-position: top left!important;
    padding-top: 42%;
  }
}
@media (min-width: 1200px) {
  body.home .frontpage {
    padding-bottom: 42%;
    padding-top: 0px;
    background-size: cover!important;
    background-position: center left!important;
  }
}
body.home .frontpage .small-desktop {
  background: #f0f9fd;
  padding: 20px 0;
}
body.home .frontpage .small-desktop .videozoom {
  color: #333333;
}
body.home .frontpage .small-desktop .videozoom:hover {
  text-decoration: none;
}
body.home .frontpage .small-desktop .main-description {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
body.home .frontpage .small-desktop .main-description strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #333333;
}
body.home .frontpage .small-desktop .main-description .iconwrap {
  display: inline-block;
  background: #009b2a;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  top: 4px;
  left: 6px;
}
body.home .frontpage .overlay {
  position: absolute;
  top: 18%;
  left: 44%;
  width: 58%;
}
body.home .frontpage .overlay .quote {
  width: 50px;
  opacity: 0.55;
  position: absolute;
}
body.home .frontpage .overlay .quote.left-quote {
  top: -20px;
  left: -30px;
}
body.home .frontpage .overlay .quote.right-quote {
  bottom: -20px;
  right: -50px;
}
body.home .frontpage .overlay .flexslider {
  width: 100%;
  padding: 0 60px 0 0;
}
body.home .frontpage .overlay .one-word-quote {
  font-family: 'Leckerli One', cursive;
  font-size: 85px;
  color: #fff;
  display: block;
  line-height: 1.1;
  font-weight: normal;
}
body.home .frontpage .overlay .company-software {
  display: block;
  font-size: 40px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
body.home .frontpage .overlay .company-software span {
  position: relative;
}
body.home .frontpage .overlay .featured-image {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}
body.home .frontpage .overlay .author {
  display: inline-block;
  font-size: 14px;
  color: #B3B3B3;
  height: 50px;
  vertical-align: middle;
  padding-top: 13px;
}
body.home .frontpage .overlay .author a {
  color: #B3B3B3;
  text-decoration: none;
}
body.home .frontpage .overlay .videozoom {
  color: white;
}
body.home .frontpage .overlay .videozoom:hover {
  text-decoration: none;
}
body.home .frontpage .overlay .main-description {
  color: white;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  max-width: 660px;
  position: absolute;
  bottom: -120px;
}
body.home .frontpage .overlay .main-description.main-description-awards {
  bottom: -150px;
}
body.home .frontpage .overlay .main-description strong {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: white;
}
body.home .frontpage .overlay .main-description .iconwrap {
  display: inline-block;
  background: #009b2a;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  top: 4px;
  left: 6px;
}
body.home .frontpage .overlay .main-description .award-wrap {
  margin-right: -50px;
}
body.home .frontpage .overlay .main-description .award:first-child {
  margin-right: 30px;
}
body.home .frontpage img {
  width: 100%;
}
body.home .navbar-static-top {
  border-width: 0!important;
}
body.home .content-tabbed_content {
  background: #F4F3F6;
  margin-top: 0;
  padding: 0 20px 20px;
}
body.home .content-tabbed_content .title {
  text-align: left;
}
body.home .content-tabbed_content .title.green strong {
  color: #009b2a;
}
body.home .content-tabbed_content .title.blue strong {
  color: #009fda;
}
body.home .content-tabbed_content .title.red strong {
  color: #bb133e;
}
body.home .content-tabbed_content .title.red2 strong {
  color: #800026;
}
body.home .content-tabbed_content .title.purple strong {
  color: #824bb0;
}
body.home .content-tabbed_content .col-md-4 .content-text {
  padding-left: 30px;
  padding-top: 67px;
}
body.home .content-tabbed_content .flex-direction-nav a {
  text-align: center;
  margin-top: -27px;
  background: #DCDCDC;
  width: 50px;
  height: 170px;
  top: 0px;
  margin-top: 0;
  padding-top: 50px;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.home .content-tabbed_content .flex-direction-nav .flex-next {
  right: 0px;
}
body.home .content-tabbed_content .flex-direction-nav .flex-next:before {
  font-family: 'icomoon';
  content: '\e910';
  text-shadow: none;
  color: #666666;
}
body.home .content-tabbed_content .flex-direction-nav .flex-next.flex-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 1!important;
}
body.home .content-tabbed_content .flex-direction-nav .flex-next.flex-disabled:before {
  display: none;
}
body.home .content-tabbed_content .flex-direction-nav .flex-next.flex-disabled:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0px;
}
body.home .content-tabbed_content .flex-direction-nav .flex-prev {
  left: 0px;
}
body.home .content-tabbed_content .flex-direction-nav .flex-prev:before {
  font-family: 'icomoon';
  content: '\e911';
  text-shadow: none;
  color: #666666;
}
body.home .content-tabbed_content .flex-direction-nav .flex-prev.flex-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 1!important;
}
body.home .content-tabbed_content .flex-direction-nav .flex-prev.flex-disabled:before {
  display: none;
}
body.home .content-tabbed_content .flex-direction-nav .flex-prev.flex-disabled:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0px;
}
body.home .content-tabbed_content .tab-overflow {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 50px;
  min-height: 200px;
}
body.home .content-tabbed_content .new-home-flexslider {
  margin: 0 -50px;
}
body.home .content-tabbed_content .new-home-flexslider .flex-viewport {
  height: 200px;
}
body.home .content-tabbed_content .wrap.first-container {
  margin-top: 0;
  padding: 0;
}
body.home .content-tabbed_content .wrap.first-container:before,
body.home .content-tabbed_content .wrap.first-container:after {
  content: '';
  display: block;
  position: absolute;
  height: 170px;
  background: #DCDCDC;
  width: 100%;
  top: 0;
}
body.home .content-tabbed_content .wrap.first-container:before {
  left: 100%;
}
body.home .content-tabbed_content .wrap.first-container:after {
  right: 100%;
}
body.home .content-tabbed_content .nav-tabs {
  background: #E6E6E6;
  position: relative;
  z-index: 5;
}
body.home .content-tabbed_content .nav-tabs li {
  margin: 0;
  padding: 0;
  width: 146px;
  border-right: 2px dashed #DCDCDC;
}
body.home .content-tabbed_content .nav-tabs li:last-child {
  border: none;
}
body.home .content-tabbed_content .nav-tabs li.active a {
  position: relative;
}
body.home .content-tabbed_content .nav-tabs li.active a.green {
  background: #009b2a;
}
body.home .content-tabbed_content .nav-tabs li.active a.green:after {
  border-color: #009b2a transparent transparent transparent;
}
body.home .content-tabbed_content .nav-tabs li.active a.red {
  background: #bb133e;
}
body.home .content-tabbed_content .nav-tabs li.active a.red:after {
  border-color: #bb133e transparent transparent transparent;
}
body.home .content-tabbed_content .nav-tabs li.active a.blue {
  background: #009fda;
}
body.home .content-tabbed_content .nav-tabs li.active a.blue:after {
  border-color: #009fda transparent transparent transparent;
}
body.home .content-tabbed_content .nav-tabs li.active a.red2 {
  background: #800026;
}
body.home .content-tabbed_content .nav-tabs li.active a.red2:after {
  border-color: #800026 transparent transparent transparent;
}
body.home .content-tabbed_content .nav-tabs li.active a.purple {
  background: #824bb0;
}
body.home .content-tabbed_content .nav-tabs li.active a.purple:after {
  border-color: #824bb0 transparent transparent transparent;
}
body.home .content-tabbed_content .nav-tabs li.active a span {
  color: white!important;
}
body.home .content-tabbed_content .nav-tabs li.active a .icon svg path,
body.home .content-tabbed_content .nav-tabs li.active a .icon svg rect,
body.home .content-tabbed_content .nav-tabs li.active a .icon svg circle,
body.home .content-tabbed_content .nav-tabs li.active a .icon svg polygon {
  fill: white;
  stroke: white;
}
body.home .content-tabbed_content .nav-tabs li a {
  height: 170px;
  min-width: 128px;
  transition: all 0.5s;
  text-align: center;
  white-space: normal;
  background: #E6E6E6;
}
body.home .content-tabbed_content .nav-tabs li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.5s;
  border-width: 15px 15px 0 15px;
  border-color: transparent transparent transparent transparent;
  bottom: 0;
  right: 50%;
  margin-right: -15px;
  margin-bottom: -15px;
}
body.home .content-tabbed_content .nav-tabs li a span {
  position: static;
  width: auto;
  margin: 0;
  text-align: center;
}
body.home .content-tabbed_content .nav-tabs li a svg {
  width: 80px;
  height: 80px;
  margin-top: -12px;
}
body.home .content-tabbed_content .nav-tabs li a .white-icon {
  display: none;
}
body.home .content-tabbed_content .nav-tabs li a .post-title {
  display: block;
  padding: 0 9px;
}
body.home .content-tabbed_content .nav-tabs li a.green span {
  color: #009b2a;
}
body.home .content-tabbed_content .nav-tabs li a.red span {
  color: #bb133e;
}
body.home .content-tabbed_content .nav-tabs li a.blue span {
  color: #009fda;
}
body.home .content-tabbed_content .nav-tabs li a.red2 span {
  color: #800026;
}
body.home .content-tabbed_content .nav-tabs li a.purple span {
  color: #824bb0;
}
body.home .content-tabbed_content .tab-content {
  width: 90%;
  padding-top: 0;
}
body.home .content-tabbed_content .tab-content .title p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}
body.home .homepage-box-row span.title {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
body.home .homepage-box-row .boxWrap {
  padding-right: 30px;
}
body.home .homepage-box-row .boxWrap.last:after {
  display: none;
}
body.home .homepage-box-row .boxWrap:after {
  content: '';
  display: block;
  width: 1px;
  right: 20px;
  top: 0;
  position: absolute;
  height: 100%;
  border-right: 1px dashed #b3b3b3;
}
body.home .homepage-box-row .boxWrap .title {
  font-size: 16px;
}
body.home .homepage-box-row .btnWrap {
  text-align: center;
  position: relative;
  bottom: -23px;
  display: block;
  width: 100%;
  z-index: 5;
}
body.home .half-box-wrap {
  position: relative;
}
body.home .half-box-wrap .businesses {
  background: #e5f5fb;
  padding-top: 40px;
  padding-bottom: 60px;
}
body.home .half-box-wrap .businesses:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: #e5f5fb;
  width: 100%;
  top: 0;
  right: 100%;
}
body.home .half-box-wrap .accountants {
  background: #f0f9fd;
  padding-top: 40px;
  padding-bottom: 60px;
}
body.home .half-box-wrap .accountants:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: #f0f9fd;
  width: 100%;
  top: 0;
  left: 100%;
}
body.home .half-box-wrap .title-wrap {
  display: block;
}
body.home .half-box-wrap .title-wrap span.icon,
body.home .half-box-wrap .title-wrap span.text {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body.home .half-box-wrap .title-wrap span.icon {
  text-align: right;
  padding-right: 20px;
}
body.home .half-box-wrap .title-wrap span.text span {
  display: block;
}
body.home .half-box-wrap .title-wrap span.text .title {
  font-family: 'Leckerli One', cursive;
  font-size: 60px;
  color: #0058a3;
}
body.home .half-box-wrap .title-wrap span.text .subtitle {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-left: 5px;
}
body.home .half-box-wrap .description {
  text-align: center;
}
body.home .half-box-wrap .description .btn {
  margin-top: 20px;
}
body.home .home-call-to-action {
  background: #EFF9F2;
  padding: 40px 0 60px;
  text-align: center;
}
body.home .home-call-to-action .title {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 0px;
}
body.home .home-call-to-action a.btn {
  margin-top: 20px;
}
body.home main.main {
  padding-top: 0!important;
}
body.home .first-container {
  margin-top: 30px;
}
body.home .first-container .content-introduction p {
  font-size: 112%;
}
body.home .feefo {
  margin-top: 14px;
}
body.home .feefo .logo,
body.home .feefo .rating {
  height: auto;
}
body.home .feefo .rating {
  width: auto;
}
body.home .feefo .rating span {
  display: inline-block;
  color: #009fda;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
body.home .feefo .rating span i {
  color: #009b2a;
  font-size: 24px;
  position: relative;
  bottom: -2px;
}
body.home .feefo .logo {
  margin: 0 15px;
}
body.home .feefo .link {
  float: left;
  color: grey;
  text-decoration: underline;
  font-size: 15px;
  padding-top: 4px;
}
body.home .content-testimonials {
  margin-top: 0px;
  position: relative;
  top: -5px;
}
body.home .content-testimonials hr {
  display: none;
}
body.home .content-testimonials .hide-show {
  display: none;
}
body.home .content-testimonials .testimonial-photo {
  float: left;
  width: 200px !important;
  height: 200px !important;
  margin: 20px auto 25px auto;
  background: url(../png/testimonial-circle.png) -3px 0 no-repeat;
  background-size: 400px !important;
}
body.home .content-testimonials .testimonial-photo img {
  width: 200px !important;
  height: 200px !important;
}
body.home .content-testimonials .testimonial-text {
  float: left;
  width: 78%;
  margin-top: 40px;
}
body.home .content-what_does_it_do_core_features a.btn {
  margin-top: 0px;
}
body.home .first-container .left-col p {
  font-size: 104%;
  margin-top: 20px;
}
.initial-content .content-introduction {
  margin-bottom: 10px;
}
.feature-box-background {
  background: #f4f3f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.what_does_it_do_core_features-background {
  margin-bottom: 30px;
}
section .row {
  padding-left: 20px;
  padding-right: 20px;
}
.col-sm-6 .content-introduction {
  text-align: left;
  font-size: 200%;
  line-height: 1.1;
}
.col-sm-6 .content-text {
  padding-left: 20px;
  padding-right: 20px;
}
.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;
}
body.single-post .col-xs-6 .content-text,
body.single-download_page .col-xs-6 .content-text {
  padding-left: 0px;
  padding-right: 0px;
}
body.single-post .content-call_to_action,
body.single-download_page .content-call_to_action {
  margin: 20px 0;
  padding: 0px;
}
body.single-post .content-call_to_action p,
body.single-download_page .content-call_to_action p {
  font-size: 15px;
}
body.single-post .sidebar,
body.single-download_page .sidebar {
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.single-post .sidebar,
  body.single-download_page .sidebar {
    margin-top: 34px;
  }
}
.show-more {
  border-bottom: 2px dashed #bfd5e8;
  margin-top: 0px;
  margin-bottom: 90px;
}
.show-more a {
  display: block;
  width: 140px;
  height: 30px;
  padding: 5px 10px 5px 10px;
  background: #bfd5e8;
  margin: 0 auto;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  top: 29px;
}
.show-more a.more-documents-link {
  width: 30px;
}
.show-more a b {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 0.9;
  position: absolute;
  top: 0px;
  right: 5px;
}
.show-more a:hover {
  color: #0058a3;
}
.show-more .more-content-loading {
  display: none;
  width: 100%;
  height: 0px;
  font-size: 0px;
}
.show-more .more-content-loading b {
  display: block;
  width: 10px;
  height: 10px;
  background: red;
  position: relative;
  top: 60px;
  margin: 0 auto;
}
.show-more .loader {
  position: relative;
  top: -10px;
}
.more-content-holder {
  display: none;
}
/* ==========================================================================
   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;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
.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;
}
/* ==========================================================================
   Posts
   ========================================================================== */
.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;
}
.blog-post {
  padding: 30px 40px;
  padding-right: 30px !important;
  background: #f0f9fd;
  margin-bottom: 12px;
}
.blog-post:nth-child(3n-1) {
  background: #d9f1f9;
}
.blog-post:nth-child(3n) {
  background: #F2F0F4;
}
.blog-post h2 a {
  color: #000;
}
.blog-post p.meta {
  margin-bottom: 0px;
  font-size: 90%;
  line-height: 1.6;
  color: #b3b3b3;
  font-family: 'Lato', sans-serif;
}
.blog-post p.meta a {
  color: #b3b3b3;
  text-decoration: underline;
}
.blog-post p.meta a:hover {
  color: #000;
}
.blog-post .entry-summary {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
.blog-post .read-more {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.blog-post .read-more a.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -10px;
}
.blog-post .read-more p.tags {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #b3b3b3;
  padding-left: 20px;
}
.blog-post .read-more p.tags a {
  color: #b3b3b3;
  text-decoration: underline;
}
.blog-post .read-more p.tags a:hover {
  color: #000;
}
.blog-post .read-more p.comments {
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.blog-post .read-more p.comments a {
  font-family: 'Lato', sans-serif;
  color: #b3b3b3;
  text-decoration: underline;
}
.blog-post .read-more p.comments a:hover {
  color: #000;
}
.comment-form-avatar {
  display: none!important;
}
.wp-pagenavi {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #b3b3b3;
  margin: 15px 0px 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 3px 0 0;
}
.wp-pagenavi .pages {
  padding-right: 15px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  color: #b3b3b3;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 5px;
  text-align: center;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #bfd5e8;
  border: 1px solid #bfd5e8;
}
.wp-pagenavi span.extend {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 5px;
  color: #b3b3b3;
}
body.single-post #footer2,
body.single-download_page #footer2 {
  padding-bottom: 100px;
}
#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;
}
#years {
  display: none!important;
}
.websitealive-chat {
  position: fixed;
  bottom: 133px;
  right: 0px;
  width: 60px;
  height: 102px;
  z-index: 10;
}
.websitealive-chat i.icon-chat {
  color: #fff;
  display: block;
  font-size: 34px;
  margin-bottom: 3px;
}
.websitealive-chat a {
  color: #fff;
  background: #000;
  padding: 10px 12px;
  line-height: 1.2;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.websitealive-chat a i.icon-arrow-right {
  position: relative;
  top: 2px;
  right: -3px;
}
.websitealive-chat a:hover {
  background: #009b2a;
}
.single .websitealive-chat {
  bottom: 200px;
}
/* ==========================================================================
   Form
   ========================================================================== */
.gform_wrapper {
  margin: 0px  0 50px 0 !important;
  max-width: 100% !important;
}
.gform_wrapper form {
  transition: opacity 0.2s ease-in-out;
}
article .gform_wrapper form {
  position: relative;
  background-color: #f0f9fd;
  padding: 15px 29px;
}
article .gform_wrapper form label {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  font-size: 15px;
}
article .gform_wrapper form .ginput_container {
  margin-bottom: 4px;
}
article .gform_wrapper form .ginput_container label {
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
article .gform_wrapper form input[type=text],
article .gform_wrapper form input[type=email],
article .gform_wrapper form textarea {
  border: 1px solid #e3ecf1;
  font-size: 15px !important;
  padding: 5px !important;
}
article .gform_wrapper form textarea {
  height: 120px !important;
}
article .gform_wrapper form .gf_left_half {
  width: 47% !important;
}
article .gform_wrapper form .gf_right_half {
  width: 47% !important;
}
article .gform_wrapper form .gform_footer {
  padding: 0px !important;
}
article .gform_wrapper form .validation_error {
  font-family: 'Lato', sans-serif;
  font-size: 15px !important;
  color: #bb133e !important;
}
article .gform_wrapper form .gfield_error .validation_message {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
article .gform_wrapper form .button-container {
  text-align: right;
}
@media (max-width: 767px) {
  article .gform_wrapper form .button-container button {
    width: 100%;
  }
}
article .gform_wrapper form .gfield_description {
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: #666666 !important;
}
body.page-id-50 article .gform_wrapper form input[type=text],
body.page-id-900 article .gform_wrapper form input[type=text],
body.page-id-50 article .gform_wrapper form input[type=email],
body.page-id-900 article .gform_wrapper form input[type=email],
body.page-id-50 article .gform_wrapper form textarea,
body.page-id-900 article .gform_wrapper form textarea {
  width: 100% !important;
}
body.company-secretarial-software .page-header h1,
body.easy-annual-returns .page-header h1,
body.welcome-log-in .page-header h1 {
  font-size: 45px;
  padding-left: 135px;
}
body.company-secretarial-software .page-header svg,
body.easy-annual-returns .page-header svg,
body.welcome-log-in .page-header svg,
body.company-secretarial-software .page-header img.fallback,
body.easy-annual-returns .page-header img.fallback,
body.welcome-log-in .page-header img.fallback {
  width: 140px;
  position: absolute;
  top: 26px;
  left: 0px;
  vertical-align: baseline;
}
body.company-secretarial-software form,
body.easy-annual-returns form,
body.welcome-log-in form {
  padding-bottom: 20px;
}
body.company-secretarial-software form button,
body.easy-annual-returns form button,
body.welcome-log-in form button {
  position: absolute;
  bottom: 37px;
  right: 29px;
}
body.company-secretarial-software form .gfield_description,
body.easy-annual-returns form .gfield_description,
body.welcome-log-in form .gfield_description {
  margin-top: -10px;
}
body.company-secretarial-software form .ginput_container,
body.easy-annual-returns form .ginput_container,
body.welcome-log-in form .ginput_container {
  margin-bottom: 10px;
}
body.company-secretarial-software .right-column-text,
body.easy-annual-returns .right-column-text,
body.welcome-log-in .right-column-text {
  padding-top: 20px;
}
body.company-secretarial-software .right-column-text p,
body.easy-annual-returns .right-column-text p,
body.welcome-log-in .right-column-text p {
  line-height: 1.2;
}
body.company-secretarial-software .right-column-text p strong,
body.easy-annual-returns .right-column-text p strong,
body.welcome-log-in .right-column-text p strong {
  color: #000;
}
body.company-secretarial-software .right-column-text li,
body.easy-annual-returns .right-column-text li,
body.welcome-log-in .right-column-text li {
  font-size: 90%;
}
body.easy-annual-returns .page-header svg {
  width: 130px;
}
body.easy-annual-returns .page-header img.fallback {
  width: 135px;
}
body.company-secretarial-software .page-header img.fallback {
  width: 134px;
}
body.welcome-log-in .page-header h1,
body.forgotten-password .page-header h1 {
  padding-left: 0px;
}
body.welcome-log-in article form,
body.forgotten-password article form {
  width: 515px;
}
body.welcome-log-in article form input,
body.forgotten-password article form input {
  width: 270px !important;
}
body.welcome-log-in .forgot-password,
body.forgotten-password .forgot-password {
  position: absolute;
  top: 100px;
  right: 218px;
  font-size: 11px;
  text-align: right;
}
body.welcome-log-in .forgot-password a,
body.forgotten-password .forgot-password a {
  color: #b3b3b3;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
body.single-download_page h1 {
  text-align: left;
  padding-left: 70px;
  min-height: 30px;
  line-height: 1.2;
  padding-top: 8px;
  font-size: 30px;
  position: relative;
  margin-bottom: 40px;
}
body.single-download_page h1 svg,
body.single-download_page h1 img.fallback {
  width: 95px;
  position: absolute;
  top: 50%;
  left: -22px;
  vertical-align: baseline;
  transform: translateY(-50%);
}
/* ==========================================================================
   FAQs
   ========================================================================== */
.tax-faq_cat h1 {
  text-align: left!important;
}
body.faq-results .faq-search-box input#faq-search,
body.tax-faq_cat .faq-search-box input#faq-search {
  width: 100%;
}
body.faq-results .faq-search-box button,
body.tax-faq_cat .faq-search-box button {
  width: auto!important;
  font-size: 20px!important;
  padding: 0px 10px!important;
}
body.faqs main article,
body.tax-faq_cat main article {
  padding-right: 0!important;
}
body.faqs article .faqoverview .faq-search-box,
body.tax-faq_cat article .faqoverview .faq-search-box {
  margin-bottom: 20px!important;
}
body.faqs article .faqoverview .faq-search-box input#faq-search,
body.tax-faq_cat article .faqoverview .faq-search-box input#faq-search {
  width: 100%;
}
body.faqs article .faqoverview .faq-search-box button,
body.tax-faq_cat article .faqoverview .faq-search-box button {
  width: auto!important;
  font-size: 20px!important;
  padding: 0px 10px!important;
}
body.faqs article .faqoverview .col-sm-4,
body.tax-faq_cat article .faqoverview .col-sm-4 {
  border-right: 1px solid #d9f1f9;
}
body.faqs article .faqoverview .col-sm-4.end,
body.tax-faq_cat article .faqoverview .col-sm-4.end {
  border-right: none;
}
body.faqs article .faqoverview .col-sm-4 .cat-item,
body.tax-faq_cat article .faqoverview .col-sm-4 .cat-item {
  text-align: left;
}
body.faqs article .faqoverview .col-sm-4 p,
body.tax-faq_cat article .faqoverview .col-sm-4 p {
  margin-bottom: 0px;
}
body.faqs article .faqoverview .col-sm-4 .description,
body.tax-faq_cat article .faqoverview .col-sm-4 .description {
  color: #b3b3b3;
  font-size: 13px;
}
body.faqs article .faqoverview .col-sm-4 .navigation-icons li,
body.tax-faq_cat article .faqoverview .col-sm-4 .navigation-icons li {
  width: 100%;
  text-align: left;
}
body.faqs article .faqoverview .col-sm-4 .navigation-icons li .icon-container,
body.tax-faq_cat article .faqoverview .col-sm-4 .navigation-icons li .icon-container {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin: 0;
}
body.faqs article .faqoverview .col-sm-4 .navigation-icons li .text,
body.tax-faq_cat article .faqoverview .col-sm-4 .navigation-icons li .text {
  width: 211px;
  display: block;
  float: left;
  padding-top: 11px;
  padding-left: 10px;
}
body.faqs article .faqoverview .col-sm-4 .navigation-icons li .text p,
body.tax-faq_cat article .faqoverview .col-sm-4 .navigation-icons li .text p {
  color: #009fda;
  font-size: 15px;
  max-width: 195px;
}
body.faqs article .faqoverview .col-sm-4 .navigation-icons li .text p.description,
body.tax-faq_cat article .faqoverview .col-sm-4 .navigation-icons li .text p.description {
  color: #b3b3b3;
  font-size: 13px;
}
body.faqs article .faqoverview .col-sm-4.contactus,
body.tax-faq_cat article .faqoverview .col-sm-4.contactus {
  color: #666666;
}
body.faqs article .faqoverview .col-sm-4.contactus a:hover,
body.tax-faq_cat article .faqoverview .col-sm-4.contactus a:hover {
  text-decoration: none;
}
body.faqs article .faqoverview .col-sm-4.contactus i,
body.tax-faq_cat article .faqoverview .col-sm-4.contactus i {
  float: left;
  font-size: 50px;
  margin: 15px 26px 15px 15px;
  color: #b3b3b3;
}
body.faqs article .faqoverview .col-sm-4.contactus i.icon-arrow-right,
body.tax-faq_cat article .faqoverview .col-sm-4.contactus i.icon-arrow-right {
  position: absolute;
  right: 0;
  top: 3px;
  color: #f4f3f7;
  font-size: 38px;
}
body.faqs article .faqoverview .col-sm-4.contactus .text,
body.tax-faq_cat article .faqoverview .col-sm-4.contactus .text {
  padding-top: 10px;
}
body.faqs article .faqoverview .col-sm-4.contactus strong,
body.tax-faq_cat article .faqoverview .col-sm-4.contactus strong {
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: block;
  margin-top: 7px;
}
body.faqs article .faqoverview .col-sm-4 .navigation-icons,
body.tax-faq_cat article .faqoverview .col-sm-4 .navigation-icons {
  margin: 0!important;
  float: left!important;
}
body.faqs article .faqoverview .page-header,
body.tax-faq_cat article .faqoverview .page-header {
  margin-top: 30px;
}
body.faqs article .faqoverview hr,
body.tax-faq_cat article .faqoverview hr {
  border-bottom-color: #d9f1f9;
  margin: 15px 0;
}
body.faqs article .faqoverview h2.subtitle,
body.tax-faq_cat article .faqoverview h2.subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
body.faqs article .faqoverview svg,
body.tax-faq_cat article .faqoverview svg,
body.faqs article .faqoverview .get-icon-svg,
body.tax-faq_cat article .faqoverview .get-icon-svg {
  width: 80px;
  height: 80px;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.faq-search-box {
  width: 100%;
  line-height: 1;
  padding: 0px;
  position: relative;
  height: 50px;
  margin: 15px 0 0px 0;
}
.faq-search-box input {
  height: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px !important;
  border: 1px solid #b3b3b3;
}
.faq-search-box button {
  height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  border: none;
  background: #b3b3b3;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.content-faqs {
  margin-bottom: 60px;
}
.content-faqs * {
  outline: none !important;
}
.content-faqs .alert {
  margin-top: 20px;
}
.content-faqs .faq {
  margin-bottom: 30px;
  max-width: 100%;
}
.content-faqs .faq:target {
  padding-top: 10px;
}
.content-faqs .faq:target .answer {
  display: block;
}
.content-faqs .faq:target .togglefaq b {
  display: none;
}
.content-faqs .faq:target .togglefaq i {
  display: none;
}
.content-faqs .faq .togglefaq {
  border-bottom: 2px dashed #bfd5e8;
  width: 100%;
  display: block;
  position: relative;
  padding-top: 5px;
}
.content-faqs .faq .togglefaq b,
.content-faqs .faq .togglefaq i {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  padding: 5px;
  background: #bfd5e8;
  margin: 0 auto;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 0.5;
  position: absolute;
  top: -18px;
  right: 0px;
}
.content-faqs .faq .togglefaq i {
  display: none;
}
.content-faqs .faq.answervisible b {
  display: none;
}
.content-faqs .faq.answervisible i {
  display: block;
}
.content-faqs .faq .question h2,
.content-faqs .faq .question h3 {
  font-size: 17px;
  cursor: pointer;
}
.content-faqs .faq .answer {
  display: none;
  padding: 20px 0;
}
.content-faqs .faq .answer p,
.content-faqs .faq .answer li {
  color: #666666;
}
.content-faqs .faq.filtered-out {
  display: none !important;
}
.content-faqs .faq.filtered-out * {
  color: #bb133e;
}
/* ==========================================================================
   Related items
   ========================================================================== */
.related-items > hr {
  margin: 30px 0!important;
}
.related-items 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-bottom: -5px;
}
.related-items h2 {
  padding-left: 45px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: relative;
}
.related-items h2 svg,
.related-items h2 img.fallback {
  width: 62px;
  height: 62px;
  position: absolute;
  top: -10px;
  left: -15px;
}
.related-items h2 a {
  color: #b3b3b3;
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  top: 28px;
  left: 46px;
}
.related-items .content-faqs {
  padding-right: 60px;
}
.related-items .content-posts {
  padding-left: 60px;
}
.related-items .related-faqs {
  position: relative;
}
.related-items .related-faqs:after {
  content: "";
  display: block;
  width: 1px;
  height: 850px;
  height: 93%;
  border-left: 1px solid #e5f5fb;
  position: absolute;
  right: 0px;
  top: 25px;
}
.related-items .related-faqs .faqs {
  margin-top: 50px;
}
.related-items .related-faqs .faqs h3 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #000;
  padding-right: 30px;
  line-height: 1.2;
}
.related-items .related-faqs .faqs .faq-search-box {
  width: 100%;
  line-height: 1.4;
  padding: 0px;
  position: relative;
  height: 50px;
  margin: 0px 0 0px 0;
}
.related-items .related-faqs .faqs .faq-search-box input {
  height: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px !important;
  border: 1px solid #b3b3b3;
}
.related-items .related-faqs .faqs .faq-search-box button {
  height: 40px;
  width: 40px;
  border: none;
  background: #b3b3b3;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.related-items .related-posts .blog-search-box {
  width: 100%;
  line-height: 1;
  padding: 0px;
  position: relative;
  height: 50px;
  margin: 50px 0 20px 0;
}
.related-items .related-posts .blog-search-box input {
  height: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px !important;
  border: 1px solid #b3b3b3;
}
.related-items .related-posts .blog-search-box button {
  height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  border: none;
  background: #b3b3b3;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.related-items .related-posts .blog_posts {
  margin-top: 40px;
}
.related-items .related-posts .blog_posts article {
  padding: 15px 28px;
}
.related-items .related-posts .blog_posts article h4 a {
  color: #000;
  font-size: 18px;
}
.related-items .related-posts .blog_posts article .entry-summary {
  margin-bottom: 0px;
  margin-top: 5px;
}
.related-items .related-posts .blog_posts article .read-more {
  margin-top: 20px;
}
/* ==========================================================================
   Quote with photo
   ========================================================================== */
.content-quote_with_photo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.content-quote_with_photo p {
  font-size: 12px;
  margin-top: -10px;
}
.content-quote_with_photo .photo {
  float: left;
  width: 170px;
  position: relative;
  top: -34px;
}
.content-quote_with_photo .photo img {
  width: 170px;
}
.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-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-quote_with_photo p.cite.job-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #b3b3b3;
  margin-top: 0px;
}
/* ==========================================================================
   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;
}
.search-form input {
  height: 40px;
  width: 90%;
  padding: 10px !important;
  border: 1px solid #b3b3b3;
}
.search-form .input-group {
  width: 100%;
}
.search-form input.search-field {
  border-radius: 0;
}
.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;
}
.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;
}
.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';
}
.sidebar .widget.widget_suggest-a-feature h3 {
  border-bottom: none;
}
.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%;
  }
}
.sidebar .widget input {
  height: 40px;
  width: 100%;
  border: 1px solid #b3b3b3;
  padding: 10px;
}
.sidebar .widget.widget_archives-and-tags {
  border-bottom: none;
}
.sidebar .widget.widget_archives-and-tags a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-radius: 0;
}
.sidebar .widget.widget_archives-and-tags li.active a {
  color: #0058a3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.sidebar .widget.widget_archives-and-tags .tab-pane ul {
  list-style: none;
  margin: 10px 0 0 0px;
  padding: 0px;
}
.sidebar .widget.widget_archives-and-tags .tab-pane ul li {
  padding: 0px;
  margin: 0px;
}
.sidebar .widget.widget_archives-and-tags .tab-pane ul li a {
  padding: 6px 0px 6px 4px;
  display: block;
  font-size: 13px;
  border-top: 1px solid #f4f3f7;
  color: #666666 !important;
  text-transform: capitalize;
}
.sidebar .widget.widget_archives-and-tags .tab-pane ul li a span {
  color: #b3b3b3;
}
.sidebar .widget.widget_archives-and-tags .tab-pane ul li:first-child a {
  border-top: 0px;
}
.sidebar .widget.widget_archives-and-tags .tab-pane .show-more {
  border-bottom: 2px dashed #bfd5e8;
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative;
}
.sidebar .widget.widget_archives-and-tags .tab-pane .show-more a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  position: absolute !important;
  top: -18px !important;
  right: 0px;
  text-decoration: none;
  position: relative;
  top: 29px;
}
.sidebar .widget.widget_archives-and-tags .tab-pane .show-more a b {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.1;
  position: absolute;
  top: 0px;
  right: 4px;
}
.sidebar .widget.widget_archives-and-tags .tab-pane .show-more a:hover {
  color: #0058a3;
}
/*-----------------------------------------------------------------------------------*/
/*  Timeline  */
/*-----------------------------------------------------------------------------------*/
.startDate {
  text-align: center;
  padding-bottom: 60px;
}
.startDate.bg_blue {
  background: #d9f1f9;
}
.startDate.bg_blue .yearBgCircle {
  border: 15px solid #d9f1f9;
}
.startDate .startImgWrap {
  display: inline-block;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #f0f9fd;
  margin-bottom: 20px;
}
.startDate .startImgWrap img {
  width: 100%;
}
.startDate span {
  display: block;
  margin-bottom: 6px;
  color: #009fda;
}
.startDate span.date {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.startDate span.title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}
.page-template-page-timeline .content-introduction strong {
  color: #824bb0;
}
.timelineWrap {
  position: relative;
  margin-top: 140px;
}
.timelineWrap .time-bar {
  position: absolute;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 100%;
  top: 0px;
  padding-bottom: 0px;
}
.timelineWrap .time-bar .line {
  position: relative;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: #009fda;
  height: 100%;
  z-index: 2;
}
.timelineWrap > div {
  padding: 30px 0 200px;
  transition: 0.4s padding;
}
.timelineWrap > div.purple:not(.visible) {
  padding: 0px;
}
.timelineWrap > div.bg_lightestblue {
  background: #f0f9fd;
}
.timelineWrap > div.bg_lightestblue .yearBgCircle {
  border: 15px solid #f0f9fd;
}
.timelineWrap > div.bg_lightblue {
  background: #e5f5fb;
}
.timelineWrap > div.bg_lightblue .yearBgCircle {
  border: 15px solid #e5f5fb;
}
.timelineWrap > div.bg_blue {
  background: #d9f1f9;
}
.timelineWrap > div.bg_blue .yearBgCircle {
  border: 15px solid #d9f1f9;
}
.timelineWrap > div .hideDefault {
  display: none;
}
.timelineWrap > div .hideDefault .yearWrap {
  display: none;
}
.timelineWrap .comingUp {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  z-index: 3;
  text-align: left;
  background: #824bb0;
  border-color: #824bb0;
}
.timelineWrap .comingUp.thisyear {
  top: 55px;
}
.timelineWrap .comingUp:hover {
  background: #683c8c;
}
.timelineWrap .comingUp i {
  font-size: 20px;
  margin-left: 4px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.timelineWrap .monthGrouped {
  position: relative;
  width: 50%;
}
.timelineWrap .monthGrouped .monthDate {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.timelineWrap .yearWrap {
  text-align: center;
  margin-top: -83px;
}
.timelineWrap .yearWrap .year {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  color: #fff;
  padding-top: 38px;
  font-size: 24px;
  z-index: 3;
}
.timelineWrap .yearWrap .yearBgCircle {
  width: 140px;
  height: 140px;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  margin-top: -15px;
  margin-left: -70px;
  z-index: 1;
}
.timelineWrap .purple .front,
.timelineWrap .purple .back,
.timelineWrap .purple .hLine,
.timelineWrap .purple .hLine:before,
.timelineWrap .purple .year {
  background: #824bb0;
}
.timelineWrap .purple .monthDate {
  background: #4d2d68;
}
.timelineWrap .green .front,
.timelineWrap .green .back,
.timelineWrap .green .hLine,
.timelineWrap .green .hLine:before,
.timelineWrap .green .year {
  background: #009b2a;
}
.timelineWrap .green .monthDate {
  background: #00350e;
}
.timelineWrap .green .flipWrap.future {
  display: none;
}
.timelineWrap .green .flipWrap.future .front,
.timelineWrap .green .flipWrap.future .back,
.timelineWrap .green .flipWrap.future .hLine,
.timelineWrap .green .flipWrap.future .hLine:before,
.timelineWrap .green .flipWrap.future .year {
  background: #824bb0;
}
.timelineWrap .green .flipWrap.future .monthDate {
  background: #4d2d68;
}
.timelineWrap .green .flipWrap.future + .flipWrap:not([class*="future"]) {
  margin-top: 80px;
}
.timelineWrap .green .flipWrap.future.shown + .flipWrap:not([class*="future"]) {
  margin-top: 0;
}
.timelineWrap .green .flipWrap.thismonth .future {
  display: none;
}
.timelineWrap .green .flipWrap.thismonth .future .front,
.timelineWrap .green .flipWrap.thismonth .future .back,
.timelineWrap .green .flipWrap.thismonth .future .hLine,
.timelineWrap .green .flipWrap.thismonth .future .hLine:before,
.timelineWrap .green .flipWrap.thismonth .future .year {
  background: #824bb0;
}
.timelineWrap .blue .front,
.timelineWrap .blue .back,
.timelineWrap .blue .hLine,
.timelineWrap .blue .hLine:before,
.timelineWrap .blue .year {
  background: #009fda;
}
.timelineWrap .blue .monthDate {
  background: #005574;
}
/*-----------------------------------------------------------------------------------*/
/*  Flip Container  */
/*-----------------------------------------------------------------------------------*/
.flipWrap {
  min-height: 120px;
  margin-bottom: -50px;
}
.flipWrap .button.thisyear {
  top: 80px;
}
.flipWrap.left {
  text-align: left;
}
.flipWrap.left .monthGrouped {
  float: left;
}
.flipWrap.left .hLine {
  left: 0px;
}
.flipWrap.left .hLine:before {
  right: -10px;
}
.flipWrap.right {
  text-align: right;
}
.flipWrap.right .monthGrouped {
  float: right;
}
.flipWrap.right .hLine {
  right: 0px;
}
.flipWrap.right .hLine:before {
  left: -10px;
}
.flipWrap .lineWrap {
  position: relative;
  width: 100%;
}
.flipWrap .hLine {
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #009fda;
}
.flipWrap .hLine:before {
  content: ' ';
  display: block;
  position: absolute;
  right: -43px;
  width: 20px;
  background: #009fda;
  border-radius: 100%;
  top: -9px;
  height: 20px;
  z-index: 3;
}
.flip-container {
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  position: relative;
  display: inline-block;
  width: 80%;
}
/* flip the pane when hovered */
.flip-container.hover .flipper {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
}
.flip-container,
.front,
.back {
  height: 120px;
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-origin: 100% 120px/2;
  /* half of height */
  -webkit-transform-origin: 100% 120px/2;
  /* half of height */
  -moz-transform-origin: 100% 120px/2;
  /* half of height */
  -ms-transform-origin: 100% 120px/2;
  /* half of height */
  position: relative;
  height: 100%;
}
/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.front p,
.back p {
  color: #fff;
}
.front a,
.back a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  transition: all 0.4s;
}
.front a:hover,
.back a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(0deg);
  background: #009fda;
  color: #fff;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.front .vCenter {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 18px;
  height: 120px;
  line-height: 26px;
}
/* back, initially hidden pane */
.back {
  transform: rotateX(180deg);
  background: #009fda;
  padding: 16px 18px;
}
.back p {
  opacity: 0.8;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.sign-up-log-on {
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: 1000;
  width: 565px;
  text-align: right;
}
.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;
}
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;
}
body.home .testimonials-slideshow {
  margin-bottom: 40px !important;
}
footer .rubious {
  text-decoration: none;
  font-size: 11px;
  display: flex;
  float: right;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
footer .rubious svg {
  margin-right: 5px;
  flex: 0 1 15px;
}
footer .rubious > span {
  flex: 1 1 auto;
}
footer .rubious:hover {
  text-decoration: none;
  color: #BB2025;
}
@media (min-width: 768px) {
  footer .fellowship {
    margin-top: 0px;
  }
}
#footer1 {
  background: #009fda;
  content-visibility: auto;
  contain-intrinsic-size: 0 140px;
  padding: 40px 0;
}
#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;
}
#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;
}
#footer2 {
  background: #000;
  content-visibility: auto;
  contain-intrinsic-size: 0 76px;
  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;
}
body.form-company-iframe {
  background: #f0f9fd !important;
}
body.form-company-iframe .gform_wrapper {
  margin-bottom: 0px !important;
}
body.form-company-iframe .row {
  margin-left: 0px;
}
body.form-company-iframe .col-xs-7 {
  padding-left: 0px;
  padding-right: 0px;
}
body.form-company-iframe .col-xs-5 {
  padding-left: 0px;
  padding-right: 0px;
}
body.form-company-iframe main {
  padding: 0px 0 0 0;
}
body.form-company-iframe main {
  background: #f0f9fd !important;
}
body.form-company-iframe form {
  width: 780px;
  margin: 30px auto 0 auto;
}
body.form-company-iframe .btn {
  position: absolute;
  top: 0px;
  right: 15px;
}
body.form-company-iframe input {
  width: 480px;
  height: 65px;
  font-size: 13px !important;
  padding: 14px 10px 10px 22px !important;
  line-height: 1.3 !important;
}
body.form-company-iframe select {
  position: absolute;
  top: 23px;
  left: 380px;
}
body.form-company-iframe .alert {
  margin-top: 10px;
  text-align: center;
  padding: 10px;
}
body.form-company-iframe .alert strong {
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  color: #bb133e;
}
body.form-company-iframe .available {
  text-align: center;
  background: #fff;
  padding: 20px 0;
  margin-top: 11px;
}
body.form-company-iframe .available h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px;
}
body.form-company-iframe .available p {
  line-height: 0.8;
}
body.form-company-iframe .available p.buttons {
  margin-top: 20px;
}
body.form-company-iframe .available .btn {
  position: relative;
}
body.form-company-iframe .available a.check-another {
  text-decoration: underline;
}
.share-overlay {
  position: fixed;
  display: none;
}
@media (min-width: 768px) {
  .share-overlay {
    display: block;
    top: 210px;
    left: 0px;
    width: 35px;
  }
  .share-overlay .rubious-share-buttons {
    flex-flow: row wrap;
    min-width: 0px;
  }
}
.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;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/*

@media (min-width: @screen-sm-min) { }

@media (min-width: @screen-md-min) { }

@media (min-width: @screen-lg-min) { }
*/
/* ==========================================================================
   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;
}
/*
 * 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)
 */
/* 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;
  }
}
.flexslider-under-main {
  background: #003F5B;
  margin: 0;
  padding: 0;
}
.flexslider-under-main .slides li .small-desktop {
  background: #003F5B;
}
.flexslider-under-main .slides li .small-desktop a {
  color: #fff !important;
}
.flexslider-under-main .slides li .small-desktop a strong {
  color: #fff !important;
}
.flexslider-under-main .slides li .award-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .flexslider-under-main .slides li .award-wrap {
    margin: 0 20px;
  }
  .flexslider-under-main .slides li .award-wrap img {
    width: auto !important;
    max-width: 100% !important;
  }
}
.flexslider-under-main .slides li .award-wrap a:first-child {
  margin-right: 20px;
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.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;
}
.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;
}
.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;
}
/* ==========================================================================
   Pricing Page
   ========================================================================== */
@media (min-width: 992px) {
  .flex-row {
    display: flex;
    flex-flow: 1 1 auto;
  }
}
.page-template-page-pricing-php .content-what_does_it_do_core_features.background-colour {
  background: #f4f3f7;
}
.page-template-page-pricing-php .content-call_to_action.first-call-to-action {
  padding: 10px 0px 0px 20px;
}
.page-template-page-pricing-php .content-call_to_action.first-call-to-action p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
.page-template-page-pricing-php .content-call_to_action.first-call-to-action .btn {
  float: right;
}
.page-template-page-pricing-php .pricing-table {
  margin-top: 20px;
}
.page-template-page-pricing-php .pricing-table h4 {
  margin-top: 0px;
  color: #000;
  font-size: 18px;
}
.page-template-page-pricing-php .pricing-table h4 small {
  color: #000;
}
.page-template-page-pricing-php .pricing-table .row {
  margin-left: 0px;
  margin-right: 0px;
}
.page-template-page-pricing-php .pricing-table .pay-features {
  background: #d9f1f9;
  padding: 22px 25px;
  min-height: 507px;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features {
  padding: 18px 0 0 0px;
  margin: 0px;
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features li {
  padding: 0px;
  margin: 0px 0 10px 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  list-style-type: none;
  float: left;
  font-size: 15px;
  overflow: visible;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features li .text-number {
  background-color: #0058a3;
  padding: 0px 6px 0px 6px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  position: relative;
  top: -2px;
  font-size: 20px;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features li .description {
  display: block;
  margin-bottom: 10px;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features li .price {
  font-size: 15px;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features li span.media-heading {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #009fda;
  font-size: 15px;
}
.page-template-page-pricing-php .pricing-table .pay-features ul.features li a,
.page-template-page-pricing-php .pricing-table .pay-features ul.features li a:visited {
  color: #009fda;
}
.page-template-page-pricing-php .pricing-table .free-features {
  background: #f0f9fd;
  min-height: 601px;
  padding-bottom: 20px;
}
.page-template-page-pricing-php .pricing-table .free-features h4 {
  padding: 21px 25px 10px 8px;
}
.page-template-page-pricing-php .pricing-table .free-features ul.features {
  padding: 0px;
  margin: 0px;
  clear: both;
  float: left;
}
.page-template-page-pricing-php .pricing-table .free-features ul.features li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
  width: 50%;
  display: block;
  height: 54px;
  background: url(../png/free.png) 0 0 no-repeat;
  padding-left: 43px;
  padding-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  color: #009fda;
}
.page-template-page-pricing-php .pricing-table .free-features ul.features li a,
.page-template-page-pricing-php .pricing-table .free-features ul.features li a:visited {
  color: #009fda;
}
.page-template-page-pricing-php .pricing-table .pricing-left-col {
  background: #d9f1f9;
  padding: 22px 25px;
  min-height: 416px;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col {
  background: #f0f9fd;
  padding: 0px;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-prices {
  padding: 22px 40px;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator {
  background: #F4F3F7;
  padding: 22px 40px;
  min-height: 182px;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form {
  position: relative;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number {
  display: block;
  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;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 60px;
  font-size: 34px;
  text-align: center;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number: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);
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number:-ms-input-placeholder {
  color: #999999;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number::-webkit-input-placeholder {
  color: #999999;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number[disabled],
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number[readonly],
fieldset[disabled] .page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .number {
  height: auto;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .plus,
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .minus {
  background: #009b2a;
  border: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  height: 30px;
  width: 40px;
  right: 6px;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .plus {
  top: 0px;
  border-bottom: 1px solid #fff;
}
.page-template-page-pricing-php .pricing-table .pricing-right-col .content-calculator form .minus {
  bottom: 0px;
  border-top: 1px solid #fff;
}
.page-template-page-pricing-php .pricing-table .pricing-table th,
.page-template-page-pricing-php .pricing-table .pricing-table td {
  border: none;
  padding: 5px;
}
.page-template-page-pricing-php .pricing-table .pricing-table th {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-weight: normal;
  color: #666666;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-pricing-php .pricing-table .pricing-table td {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666666;
}
.page-template-page-pricing-php .pricing-table .pricing-table td.spacer {
  height: 2px;
  padding: 0px;
}
.page-template-page-pricing-php .pricing-table .pricing-table td.spacer-lg {
  height: 10px;
  padding: 0px;
}
.page-template-page-pricing-php .pricing-table .pricing-table td.pricing-notice {
  background: #F4F3F7;
  padding: 10px;
  font-size: 12px;
}
.page-template-page-pricing-php .pricing-table .pricing-table td.pricing-notice p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-pricing-php .pricing-table .pricing-table td.pricing-notice strong {
  color: #009fda;
}
.page-template-page-pricing-php .pricing-table .price-block {
  line-height: 1;
}
.page-template-page-pricing-php .pricing-table .price-block .price {
  color: #009fda;
  font-size: 45px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-bottom: 1px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-pricing-php .pricing-table .price-block .price.largeamount {
  font-size: 36px;
}
.page-template-page-pricing-php .pricing-table .price-block small {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #009fda;
  line-height: 1.2;
}
.page-template-page-pricing-php .bluebar {
  padding: 14px 18px;
  background: #009fda;
  color: white;
}
.page-template-page-pricing-php .bluebar p,
.page-template-page-pricing-php .bluebar strong {
  color: white;
  font-size: 13px;
  margin-bottom: 0px;
}
.page-template-page-pricing-php .bluebar p strong,
.page-template-page-pricing-php .bluebar strong strong {
  font-style: normal;
}
@media (max-width: 991px) {
  .page-template-page-pricing-php .bluebar {
    text-align: center;
  }
}
.popover {
  background: #323232;
  width: 370px;
  max-width: none;
  border-radius: 0;
}
.popover p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
}
.popover.top > .arrow {
  border-top-color: #323232 !important;
}
.popover.top > .arrow:after {
  border-top-color: #323232 !important;
}
.page-template-page-pricing-php .page-header {
  border-bottom: 0px;
  margin-bottom: 30px;
}
.page-template-page-pricing-php .page-header {
  /* Chrome10+,Safari5.1+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0) 0%, rgba(0, 88, 163, 0.05) 80%);
  /* W3C */
  padding-bottom: 10px;
  position: relative;
}
.page-template-page-pricing-php .page-header h1 {
  text-align: left;
  position: relative;
  padding-left: 66px;
  min-height: 30px;
  line-height: 1.2;
  padding-top: 8px;
  height: 71px;
}
.page-template-page-pricing-php .page-header svg,
.page-template-page-pricing-php .page-header img.fallback {
  width: 95px;
  position: absolute;
  top: 28px;
  left: -22px;
  vertical-align: baseline;
}
.page-template-page-pricing-php .page-header:before,
.page-template-page-pricing-php .page-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* Chrome10+,Safari5.1+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0) 0%, rgba(0, 88, 163, 0.05) 80%);
  /* W3C */
}
.page-template-page-pricing-php .page-header:before {
  right: 100%;
}
.page-template-page-pricing-php .page-header:after {
  left: 100%;
}
.page-template-page-pricing-php .which-popup {
  position: absolute;
  top: 42px;
  right: 15px;
}
.page-template-page-pricing-php .which-popup a {
  color: #666666;
  text-decoration: underline;
}
.page-template-page-pricing-php .nav-tabs {
  position: absolute;
  top: 26px;
  left: 260px;
  border-bottom: none;
}
.page-template-page-pricing-php .nav-tabs li {
  margin-left: 6px;
}
.page-template-page-pricing-php .nav-tabs li a {
  width: 170px;
  height: 65px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #b3b3b3;
  font-size: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e9e9e9;
  border-bottom: none;
}
.page-template-page-pricing-php .nav-tabs li.active a {
  color: #009fda;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 1px solid #F1F1F1;
  border-bottom: none;
}
.page-template-page-pricing-php .nav-tabs li:hover a {
  background: #fff;
  border: 1px solid #F1F1F1;
  border-bottom: none;
}
/* ==========================================================================
   Download page
   ========================================================================== */
.type-download_page .content-block.content-text_in_box {
  background: #009fda;
  padding: 20px;
  max-width: 623px;
}
.type-download_page .content-block.content-text_in_box h2 {
  margin-top: 0px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.type-download_page .content-block.content-text_in_box p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.type-download_page .content-block.content-text_in_box p strong {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.type-download_page .content-block.content-text_in_box p a {
  color: #fff;
}
.type-download_page .alert {
  margin-top: 10px;
  padding: 10px;
  max-width: 623px;
}
.type-download_page .alert strong {
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  color: #bb133e;
}
#tcPopup {
  padding: 30px 30px 10px 30px;
  text-align: center;
}
#tcPopup h2 {
  margin-top: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #009FDA;
  margin-bottom: 20px;
}
#tcPopup a {
  text-decoration: underline;
}
#tcPopup p {
  margin-bottom: 20px;
}
#tcPopup .btn {
  text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
/*  Black Sub Menu  */
/*-----------------------------------------------------------------------------------*/
.sub-men-blk {
  background: #000;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a {
  color: #B3B3B3;
  background: #434343;
  border-radius: 5px;
  margin-right: 7px;
  transition: all 0.2s;
  padding: 2px 2px 4px;
  line-height: 16px;
  min-height: 38px;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a svg,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a .get-icon-svg {
  width: 35px;
  height: 35px;
  left: 2px;
  position: relative;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a svg path,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a .get-icon-svg path,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a svg rect,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a .get-icon-svg rect,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a svg circle,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a .get-icon-svg circle,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a svg polygon,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a .get-icon-svg polygon {
  fill: #b3b3b3;
  stroke: #b3b3b3;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a:hover {
  background: #606060;
  color: #fff;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a:hover svg path,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a:hover svg rect,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a:hover svg circle,
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a:hover svg polygon {
  fill: white;
  stroke: white;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a.iconIncluded {
  padding-left: 48px;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a.iconIncluded span.iconWrap {
  position: absolute;
  top: 0px;
  padding-top: 2px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  border-right: 2px solid #313131;
}
body:not(.features-overview) .bl-sub-menu-wrap #bl-sub-menu .menu-features-overview.active a.iconIncluded span.iconWrap.is-iconfont-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-sub-menu-wrap {
  background: #313131;
  transition: opacity 0.8s;
  height: 58px;
}
.bl-sub-menu-wrap.fadeout {
  opacity: 0.2;
}
.bl-sub-menu-wrap .menu-padding {
  padding: 0 50px;
  position: relative;
}
.bl-sub-menu-wrap .flex-viewport {
  position: absolute!important;
  left: 50px;
  right: 50px;
  height: 90px;
}
.bl-sub-menu-wrap .flex-direction-nav a {
  top: 29px;
  width: 40px;
  height: 40px;
  line-height: 0.9;
  text-align: center;
  background: #434343;
  border-radius: 3px;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-next {
  right: 0px;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-next:before {
  font-family: 'icomoon';
  content: '\e910';
  text-shadow: none;
  color: #333333;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-next.flex-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6 !important;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-next.flex-disabled:before {
  display: none;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-next.flex-disabled:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0px;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-prev {
  left: 0px;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-prev:before {
  font-family: 'icomoon';
  content: '\e911';
  text-shadow: none;
  color: #333333;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-prev.flex-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6 !important;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-prev.flex-disabled:before {
  display: none;
}
.bl-sub-menu-wrap .flex-direction-nav .flex-prev.flex-disabled:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0px;
}
.bl-sub-menu-wrap #bl-sub-menu {
  margin: 10px auto 6px;
  width: 100%;
  float: none;
}
.bl-sub-menu-wrap #bl-sub-menu.hidden {
  opacity: 0;
}
.bl-sub-menu-wrap #bl-sub-menu li {
  width: 156px;
}
.bl-sub-menu-wrap #bl-sub-menu li a {
  color: #B3B3B3;
  background: #434343;
  border-radius: 5px;
  margin-right: 7px;
  transition: all 0.2s;
  padding: 2px 2px 4px;
  line-height: 13px;
  min-height: 38px;
  font-size: 13px;
}
.bl-sub-menu-wrap #bl-sub-menu li a svg,
.bl-sub-menu-wrap #bl-sub-menu li a .get-icon-svg {
  width: 35px;
  height: 35px;
  left: 2px;
  position: relative;
}
.bl-sub-menu-wrap #bl-sub-menu li a svg path,
.bl-sub-menu-wrap #bl-sub-menu li a .get-icon-svg path,
.bl-sub-menu-wrap #bl-sub-menu li a svg rect,
.bl-sub-menu-wrap #bl-sub-menu li a .get-icon-svg rect,
.bl-sub-menu-wrap #bl-sub-menu li a svg circle,
.bl-sub-menu-wrap #bl-sub-menu li a .get-icon-svg circle,
.bl-sub-menu-wrap #bl-sub-menu li a svg polygon,
.bl-sub-menu-wrap #bl-sub-menu li a .get-icon-svg polygon {
  fill: #b3b3b3;
  stroke: #b3b3b3;
}
.bl-sub-menu-wrap #bl-sub-menu li a:hover {
  background: #606060;
  color: #fff;
}
.bl-sub-menu-wrap #bl-sub-menu li a:hover svg path,
.bl-sub-menu-wrap #bl-sub-menu li a:hover svg rect,
.bl-sub-menu-wrap #bl-sub-menu li a:hover svg circle,
.bl-sub-menu-wrap #bl-sub-menu li a:hover svg polygon {
  fill: white;
  stroke: white;
}
.bl-sub-menu-wrap #bl-sub-menu li a.iconIncluded {
  padding-left: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
}
.bl-sub-menu-wrap #bl-sub-menu li a.iconIncluded span.iconWrap {
  position: absolute;
  top: 0px;
  padding-top: 2px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  border-right: 2px solid #313131;
}
.bl-sub-menu-wrap #bl-sub-menu li a.iconIncluded span.iconWrap.is-iconfont-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-sub-menu-wrap #bl-sub-menu li a.iconIncluded span.table {
  height: 36px;
  display: table;
  width: auto;
  margin-bottom: 0;
}
.bl-sub-menu-wrap #bl-sub-menu li a.iconIncluded span.table span {
  display: table-cell;
  vertical-align: middle;
}
.bl-sub-menu-wrap #bl-sub-menu li a i {
  position: absolute;
  left: 5px;
  font-size: 32px;
  top: 2px;
}
.bl-sub-menu-wrap #bl-sub-menu li.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 25px;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #333333 transparent transparent transparent;
}
.bl-sub-menu-wrap #bl-sub-menu li.active a {
  background: #606060;
  color: #fff;
}
.bl-sub-menu-wrap #bl-sub-menu li.active a:before,
.bl-sub-menu-wrap #bl-sub-menu li.active a:after {
  display: none!important;
}
.bl-sub-menu-wrap #bl-sub-menu li.active a svg path,
.bl-sub-menu-wrap #bl-sub-menu li.active a svg rect,
.bl-sub-menu-wrap #bl-sub-menu li.active a svg circle,
.bl-sub-menu-wrap #bl-sub-menu li.active a svg polygon {
  fill: white;
  stroke: white;
}
.bl-sub-menu-wrap .sign-up-log-on {
  position: relative;
  width: auto;
  padding: 8px 0;
  top: 0px;
}
.bl-sub-menu-wrap .sign-up-log-on a {
  padding: 12px 8px 5px;
  white-space: normal;
  display: block;
  float: right;
  text-transform: none;
  line-height: 1.2;
  padding-left: 48px;
  text-align: left;
  border-radius: 5px;
  transition: all 0.2s;
  height: 40px;
}
.bl-sub-menu-wrap .sign-up-log-on a:before {
  display: none;
}
.bl-sub-menu-wrap .sign-up-log-on a.login {
  background-color: #009fda;
  margin-left: 5px;
  height: 40px;
}
.bl-sub-menu-wrap .sign-up-log-on a.login:hover {
  background-color: #0058a3;
}
.bl-sub-menu-wrap .sign-up-log-on a span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  border-right: 2px solid #313131;
}
.bl-sub-menu-wrap .sign-up-log-on a i {
  position: absolute;
  left: 8px;
  font-size: 22px;
  top: 8px;
}
/* ==========================================================================
   Mega Menu
   ========================================================================== */
.mega-menu {
  position: absolute;
  top: 65px;
  left: 0px;
  width: 100%;
  z-index: 2000;
}
.mega-menu .mega-menu-wrapper .row {
  margin: 0 auto;
  border: 1px solid #48B7E0;
  background: #0DA4DC;
  background: rgba(13, 164, 220, 0.95);
  display: table;
}
.mega-menu .mega-menu-wrapper .row.row-1-items {
  width: 250px;
  margin-left: 280px;
}
.mega-menu .mega-menu-wrapper .row.row-2-items {
  width: 450px;
}
.mega-menu .mega-menu-wrapper .row.row-3-items {
  width: 650px;
  margin-right: 0px;
}
.mega-menu .mega-menu-wrapper .row .mm-col {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
}
.mega-menu .mega-menu-wrapper .row .mm-col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  padding-bottom: 15px;
  height: 100%;
}
.mega-menu .mega-menu-wrapper .row .mm-col ul li a {
  color: #fff;
  padding: 4px 15px 4px 15px;
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1.1;
}
.mega-menu .mega-menu-wrapper .row .mm-col ul li a:hover {
  background: #2FB1E0;
}
.mega-menu .mega-menu-wrapper .row .mm-col ul li.active a {
  background: #4DBCE5;
}
.mega-menu .mega-menu-wrapper .row .mm-col ul li ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.mega-menu .mega-menu-wrapper .row .mm-col ul li ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.mega-menu .mega-menu-wrapper .row .mm-col:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 2px solid #30B1E0;
  height: 91%;
}
.mega-menu .mega-menu-wrapper .row .mm-col:first-child:before {
  display: none;
}
/* ==========================================================================
   Feefo
   ========================================================================== */
.content-feefo .feefo {
  margin-top: 60px;
}
.content-feefo .feefo .rating {
  text-align: left;
  width: 150px;
  height: 66px;
  float: left;
}
.content-feefo .feefo .rating span {
  display: none;
}
.content-feefo .feefo .rating p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.content-feefo .feefo .rating .rating {
  font-size: 25px;
  color: #009b2a;
  position: relative;
  left: -2px;
  width: 70%;
}
.content-feefo .feefo .logo {
  width: 125px;
  height: 66px;
  float: left;
  position: relative;
  top: -5px;
}
.content-feefo .feefo .logo img {
  max-width: 100%;
  height: auto;
}
.feature-box .col-xs-12,
.home .col-xs-12 {
  padding: 0px;
}
.feature-box .feefo,
.home .feefo {
  margin-top: 40px;
}
.feature-box .feefo .rating,
.home .feefo .rating {
  text-align: left;
  width: 150px;
  height: 66px;
  float: left;
}
.feature-box .feefo .rating span,
.home .feefo .rating span {
  display: none;
}
.feature-box .feefo .rating p,
.home .feefo .rating p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.feature-box .feefo .rating .rating,
.home .feefo .rating .rating {
  font-size: 25px;
  color: #009b2a;
  position: relative;
  left: -2px;
  width: 350px;
}
.feature-box .feefo .logo,
.home .feefo .logo {
  width: 125px;
  height: 66px;
  float: left;
  position: relative;
  top: -5px;
}
.feature-box .feefo .logo img,
.home .feefo .logo img {
  max-width: 100%;
  height: auto;
}
.home .first-container .feefo {
  margin-top: 0px;
  position: absolute;
  top: 200px;
}
.home .first-container .feefo .rating {
  width: 120px;
}
.home .first-container .feefo .rating p {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}
.home .first-container .feefo .rating .rating {
  font-size: 20px;
}
.content-feefo .feefo {
  height: 5px;
}
.content-feefo .feefo div.rating {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 63%;
}
.content-feefo .feefo div.rating p {
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  font-style: italic !important;
  font-size: 18px;
  color: #009fda;
  position: relative;
  top: -5px;
}
.content-feefo .feefo div.rating p .link {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #0058a3;
}
.content-feefo .feefo div.rating p span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content-feefo .feefo div.rating span.link {
  display: block;
}
.content-feefo .feefo div.rating p {
  float: right;
}
.content-feefo .feefo div.rating .rating {
  float: none;
  position: relative;
  top: -16px;
  font-size: 50px;
}
.content-feefo .feefo div.rating .rating i {
  margin-right: 7px;
}
.content-feefo .feefo .logo {
  position: absolute;
  top: 40px;
  left: 10px;
}
.content-feefo .feefo .loader {
  position: relative;
  top: 20px;
}
#feefologo {
  display: none;
}
.feefo-reviews {
  display: none;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.feefo-reviews .read-all-reviews {
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 50px;
}
.feefo-reviews .read-all-reviews a {
  color: #0058a3;
}
.feefo-reviews table {
  width: 100%;
  background: #fff;
}
.feefo-reviews table th {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-weight: normal;
  font-size: 12px;
  background: #d9f1f9;
}
.feefo-reviews table td,
.feefo-reviews table th {
  vertical-align: top;
  padding: 8px;
}
.feefo-reviews table td.td-date,
.feefo-reviews table th.td-date {
  width: 16%;
}
.feefo-reviews table td.td-rating,
.feefo-reviews table th.td-rating {
  width: 14%;
}
.feefo-reviews table td.td-comment,
.feefo-reviews table th.td-comment {
  width: 36%;
}
.feefo-reviews table td.td-company-comment,
.feefo-reviews table th.td-company-comment {
  width: 30%;
}
.feefo-reviews table td {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  padding: 15px 8px;
}
.feefo-reviews table .td-rating span {
  display: block;
}
.feefo-reviews table .td-rating i {
  font-size: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px 3px 0 0;
}
.feefo-reviews table .td-rating i.icon-plus-circle {
  color: #009b2a;
}
.feefo-reviews table .td-rating i.icon-minus-circle {
  color: #bb133e;
}
/* ==========================================================================
   Company Formation offer
   ========================================================================== */
.company-formation-offer {
  display: block !important;
  background: #F0F9FD;
  padding: 0 10px 10px 10px;
}
.company-formation-offer strong {
  margin: 0 auto;
  text-align: center;
  background: #BB133E;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  padding: 10px 0 10px 0;
  width: 780px;
  display: block;
}
.company-formation-smallprint {
  display: block !important;
  background: #F0F9FD;
  padding: 0 10px 10px 10px;
}
.company-formation-smallprint p {
  margin: -5px auto 0 auto;
  text-align: center;
  color: #C6D5E8;
  font-size: 15px;
  padding: 5px 0 10px 0;
  width: 780px;
  display: block;
}
.company-formation-ribbon {
  display: block !important;
  position: absolute;
  top: -170px;
  right: 10px;
}
.page-id-40 .company-formation-ribbon {
  top: -200px;
}
.spinning-square {
  width: 27px;
  height: 27px;
  background-color: #333;
  background: url(../png/idsquare.png);
  background-size: 100%;
  margin: 0 auto;
  animation: rotatesquare 0.8s infinite ease-in-out;
}
@keyframes rotatesquare {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* ==========================================================================
   Infographics
   ========================================================================== */
.share_infographic:before {
  content: "Share: ";
}
.company-formations-ad {
  background: #F4F3F7;
}
.company-formations-ad img {
  top: -35px;
  position: relative;
  z-index: 5;
  max-width: 100%!important;
}
.company-formations-ad .btn-blue {
  position: absolute;
  bottom: 90px;
  left: 32px;
  z-index: 6;
}
.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;
}
.company-formations-ad .col-xs-7 {
  width: 565px;
}
.company-formations-ad .col-xs-5 {
  width: 404px;
}
.form-company-ad {
  position: relative;
}
.form-company-ad h2 {
  border-bottom: 1px solid #DEE2EE;
  height: 105px;
  position: relative;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #666666;
  padding: 20px 200px 0 140px;
}
.form-company-ad h2 svg,
.form-company-ad h2 .fallback {
  position: absolute;
  top: 0px;
  left: 0px;
}
.form-company-ad h2 .company-formation-ribbon {
  top: -10px;
  right: 0px;
}
.form-company-ad h2 em {
  color: #009fda;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.form-company-ad .form-company-ad {
  margin: 20px 0 0 90px;
}
.form-company-ad .form-company-ad p {
  font-size: 15px;
  margin-bottom: 4px;
}
.form-company-ad .form-company-ad p small {
  color: #B3B3B3;
}
#comments {
  padding-bottom: 80px;
}
.company-formations-overview h1 {
  margin-top: 0px;
  font-family: 'otaribold-limited', helvetica, arial, sans-serif;
  font-size: 380%;
  color: #009fda;
  z-index: 10;
  position: relative;
  line-height: 1;
}
.company-formations-overview h1 span.number {
  font-size: 120%;
}
.map-png img {
  position: relative;
  z-index: 1;
}
.introduction {
  font-size: 22px;
  margin: 15px 0 25px 0;
}
.introduction strong {
  color: #009b2a;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-link {
  text-decoration: underline;
}
.overview-left {
  padding-left: 0px !important;
}
#map {
  width: 620px;
  height: 1105px;
  margin: 0 auto;
  position: relative;
  margin-top: -130px;
}
#map svg {
  width: 620px;
  height: 1105px;
}
#map .tooltip {
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  background: #333;
  background: rgba(51, 51, 51, 0.8);
  padding: 6px;
  color: #fff;
  border-radius: 10px;
  opacity: 1;
  min-width: 100px;
  text-align: center;
}
#map .tooltip em {
  display: block;
}
#map path:hover {
  fill: #009FDA !important;
}
#map #Scale path:hover {
  fill: #000 !important;
}
#map g#Wales:hover path {
  fill: #009FDA !important;
}
#map g#Northern_Ireland:hover path {
  fill: #009FDA !important;
}
#map g#Scotland:hover path {
  fill: #009FDA !important;
}
.county-stats-row .col-1,
.county-stats-row .col-2,
.county-stats-row .col-3 {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.county-stats-row .col-2 {
  text-align: center;
}
.county-stats-row .col-3 {
  text-align: right;
}
.county-stats-row .col-2:after,
.county-stats-row .col-2:before {
  content: "|";
  color: #CACACA;
  position: absolute;
  font-size: 18px;
  top: -5px;
}
.county-stats-row .col-2:before {
  left: -20px;
}
.county-stats-row .col-2:after {
  right: -20px;
}
.county-stats-row em {
  color: #838386;
  font-size: 110%;
}
.county-stats-row a {
  text-decoration: underline;
}
.county-stats-hr {
  margin-top: 5px;
  margin-bottom: 20px;
}
#county-select-wrapper {
  display: inline-block;
  width: 284px;
  height: 59px;
}
#county-select-wrapper select {
  visibility: hidden;
}
.lt-ie9 #county-select-wrapper select {
  visibility: visible;
}
/* ==========================================================================
   Bootstrap Select
   ========================================================================== */
.bootstrap-select {
  /*width: 284px\9; IE8 and below*/
  width: 284px \0;
  /*IE9 and below*/
  width: 284px !important;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  border-radius: 8px;
  border-color: #828282;
  font-size: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 45%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* ==========================================================================
   Datatables
   ========================================================================== */
div.dataTables_length label {
  text-align: right;
}
div.dataTables_length select {
  width: 50px;
}
div.dataTables_filter {
  width: 100%;
}
div.dataTables_filter label {
  width: 100%;
  font-size: 0px;
}
div.dataTables_filter input {
  width: 50%;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 10px !important;
  border: 1px solid #b3b3b3;
  border-radius: 0px;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
#csv-table th {
  cursor: pointer;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background: #EDF8FC;
  padding-right: 20px;
}
#csv-table th.headerSortDown:after {
  font-family: "icomoon";
  content: "\e3b2";
  position: absolute;
  right: 5px;
  bottom: 13px;
}
#csv-table th.headerSortUp:after {
  font-family: "icomoon";
  content: "\e3b0";
  position: absolute;
  right: 5px;
  bottom: 13px;
}
#csv-table th:after {
  font-size: 8px;
  margin-top: 4px;
  margin-left: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F4F3F7;
}
.paging_bootstrap {
  padding-right: 10px;
}
ul.pagination {
  margin: 0px 0 60px 0;
}
ul.pagination li {
  list-style-type: none !important;
  font-size: 11px;
  border-radius: 0px;
}
ul.pagination li.active a {
  background: #fff;
  border-color: #86D1ED;
  color: #009FDA;
}
ul.pagination li.active a:hover {
  background-color: #B3B3B3;
}
ul.pagination li a {
  color: #fff;
  background: #009FDA;
  border-color: #009FDA;
  border-radius: 0px !important;
  padding: 3px 5px;
  margin: 0 2px;
}
ul.pagination li a:hover,
ul.pagination li a:active,
ul.pagination li a:focus {
  background: #0081B1;
  color: #fff;
}
.dataTables_length {
  margin-top: 15px;
  font-size: 0px;
}
.dataTables_length:after {
  content: " per page ";
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
}
.dataTables_length select {
  font-size: 12px;
}
.dataTables_info {
  font-size: 11px;
  display: inline-block;
  font-weight: normal;
}
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;
}
.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;
}
.mobile-menu .sign-up-log-on img {
  vertical-align: baseline;
}
.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;
}
@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;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Standard Media Queries  */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .related-items h2 a {
    position: static;
    display: block;
  }
  .content-block.content-tabbed_content .nav-tabs li a {
    height: auto!important;
    text-align: center;
  }
  .content-block.content-tabbed_content .nav-tabs b,
  .content-block.content-tabbed_content .nav-tabs span {
    position: static!important;
    margin: 0 auto;
  }
  .content-block.content-tabbed_content .nav-tabs b {
    margin-bottom: 6px;
  }
  .content-block.content-tabbed_content .nav-tabs span {
    width: 100%;
  }
  .content-block.content-tabbed_content .tab-content ul li {
    text-align: left;
  }
  .content-block.content-feature_boxes.no-box.no-background .feature-box {
    height: 385px;
  }
  .content-block.content-feature_boxes.no-box.no-background .feature-box .boxTitle {
    width: 100%;
  }
  .content-block.content-large-feature .box1 {
    min-height: auto;
  }
  .content-block.content-large-feature .box1 img.largeImg {
    height: 570px;
  }
  .content-block.content-large-feature .box1 img.largeImg.right {
    right: -390px;
  }
  .content-block.content-large-feature .box1 img.largeImg.left {
    left: -390px;
  }
  .content-block.content-testimonials .testimonial-grid-item:before {
    display: none;
  }
  .content-block.content-testimonials .testimonial-grid-item .more {
    top: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .content-block.content-testimonials .testimonial-grid-item:before {
    display: none;
  }
  .content-block.content-testimonials .testimonial-grid-item .hover .testimonial-photo-title {
    float: none;
    display: block;
    text-align: center;
  }
  .content-block.content-testimonials .testimonial-grid-item .hover .testimonial-photo-title span {
    text-align: left;
  }
  .banner .navbar-nav li a {
    font-size: 13px;
    padding: 8px 14px 8px 10px;
  }
  .banner .navbar-header {
    width: 200px;
  }
  .banner .navbar-header img {
    width: 200px;
    height: 40px;
    margin-top: 15px;
  }
  .free-features {
    min-height: 706px!important;
  }
  .home .content-tabbed_content {
    padding: 0!important;
  }
  .home .content-tabbed_content .col-md-4 .content-text {
    padding-top: 100px!important;
  }
  .home .new-home-flexslider {
    margin: 0 -25px;
  }
  .home .new-home-flexslider .tab-overflow {
    padding: 0 50px;
  }
  .home .new-home-flexslider .flex-direction-nav li a.flex-prev {
    left: 0px;
  }
  .home .new-home-flexslider .flex-direction-nav li a.flex-next {
    right: 0px;
  }
  .home .frontpage .overlay {
    top: 14%!important;
  }
  .home .frontpage .overlay .quote.left-quote {
    top: -30px !important;
  }
  .home .frontpage .overlay .one-word-quote {
    font-size: 70px!important;
  }
  .home .frontpage .overlay .company-software {
    line-height: 1.2;
  }
  .home .frontpage .overlay .company-software span {
    line-height: 1.2;
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) {
  .banner .navbar-header img {
    width: 251px;
    height: 50px;
    margin-top: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-post .read-more p.tags {
    padding-left: 0px;
  }
  body.contact .page-strapline {
    float: none!important;
    position: static!important;
    text-align: left;
  }
  .company-formations-overview #map {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .company-formations-overview #map svg {
    width: 100%;
  }
  .county-stats-row {
    text-align: center;
  }
  .county-stats-row .col-2:before,
  .county-stats-row .col-2:after {
    display: none;
  }
  .county-stats-row .col-3 {
    text-align: center;
  }
  .contact-intro br {
    display: none;
  }
  body.home .bl-sub-menu-wrap .feefo .logo {
    position: absolute;
    right: 0;
  }
  body.home .bl-sub-menu-wrap .feefo .link {
    left: 10px;
    position: relative;
    top: 2px;
  }
  body.home .content-tabbed_content {
    padding: 0!important;
  }
  body.home .content-tabbed_content .col-md-4 .content-text {
    padding-left: 0px;
    padding-top: 20px;
  }
  body.home .new-home-flexslider {
    margin: 0px!important;
  }
  body.home .new-home-flexslider .tab-overflow {
    padding: 0 50px!important;
  }
  body.home .new-home-flexslider .flex-direction-nav li a.flex-prev {
    left: 0px;
  }
  body.home .new-home-flexslider .flex-direction-nav li a.flex-next {
    right: 0px;
  }
  body.home .frontpage .overlay {
    top: 12%;
  }
  body.home .frontpage .overlay .quote {
    width: 30px;
    height: 30px;
  }
  body.home .frontpage .overlay .quote.left-quote {
    left: 0px;
    top: -20px;
  }
  body.home .frontpage .overlay .one-word-quote {
    font-size: 52px;
    line-height: 1.2;
  }
  body.home .frontpage .overlay .company-software {
    font-size: 32px;
    line-height: 1.1;
  }
  body.home .frontpage .overlay .company-software span {
    font-size: 24px;
    line-height: 1.1;
  }
  body.home .frontpage .overlay .author {
    font-size: 15px;
    float: left;
    width: 300px;
  }
  .banner {
    height: auto;
  }
  .banner .navbar-header {
    width: 260px;
  }
  .banner .navbar-header img {
    width: 260px;
    margin-top: 12px;
    height: 51px;
  }
  .resourcesWrap .col-md-5 {
    text-align: center;
  }
  .resourcesWrap .col-md-7 {
    text-align: left;
  }
  .resourcesWrap .btnWrap {
    display: block;
    text-align: center;
  }
  .resourcesWrap .title {
    margin-top: 0px;
  }
  .resourcesWrap .resourcesFaqImg {
    position: relative;
    right: auto;
    width: 75%;
  }
  .resourcesWrap .resourcesBlogImg {
    position: relative;
    left: auto;
    width: 75%;
  }
  .resourcesWrap .resourcesGuideImg {
    position: relative;
    right: auto;
    width: 75%;
  }
  body.page-template-page-pricing .page-header {
    padding-bottom: 0;
  }
  body.page-template-page-pricing .page-header .nav-tabs {
    position: static;
  }
  body.page-template-page-pricing .page-header .nav-tabs li {
    width: 49%;
    margin-left: 0;
    margin-right: 1%;
  }
  body.page-template-page-pricing .page-header .nav-tabs li a {
    width: 100%;
  }
  body.page-template-page-pricing .page-header .nav-tabs li:last-child {
    margin-right: 0;
  }
  body.page-template-page-pricing .pricing-table .pay-features {
    min-height: auto;
  }
  body.page-template-page-pricing .pricing-table .pay-features ul.features {
    float: none;
  }
  body.page-template-page-pricing .pricing-table .pay-features ul.features li {
    width: 50%;
  }
  body.page-template-page-pricing .pricing-table .free-features {
    min-height: 540px;
  }
  .related-faqs:after,
  .related-posts:after {
    display: none!important;
  }
  .related-faqs .content-faqs,
  .related-posts .content-faqs,
  .related-faqs .content-posts,
  .related-posts .content-posts {
    padding: 0;
  }
  article .content-tabbed_content .nav-tabs li {
    width: 50%!important;
    margin-bottom: 30px;
  }
  #stickyfooter .container {
    background: none;
  }
  #stickyfooter .container .text {
    padding-left: 0px;
  }
  .content-block.content-introduction br {
    display: none;
  }
  .content-block.content-tabbed_content .tab-content ul li {
    text-align: left;
  }
  .content-block.content-call_to_action {
    text-align: center;
  }
  .content-block.content-call_to_action .btn {
    width: auto;
    float: none!important;
  }
  .content-block.content-testimonials .flexslider {
    text-align: center;
  }
  .content-block.content-testimonials .flexslider .testimonial-photo {
    float: none;
  }
  .content-block.content-testimonials .flexslider .testimonial-text {
    width: 100%;
  }
  .content-block.content-testimonials .testimonial-grid-item .more {
    top: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
  }
  .content-block.content-testimonials .testimonial-grid-item:before {
    display: none;
  }
  .content-block.content-page-link-list .box-colour .col-sm-4 {
    min-height: 170px;
  }
  .content-block.content-large-feature .box1 {
    min-height: auto;
    text-align: center;
  }
  .content-block.content-large-feature .box1 > div {
    text-align: left;
  }
  .content-block.content-large-feature .box1 img.largeImg {
    height: 300px;
    position: static;
    margin: 0 auto;
    display: block;
  }
  .content-block.content-large-feature .box2 .boxWrap span.btnWrap a.btn {
    position: relative!important;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .content-block.content-large-feature .row-eq-height {
    display: block!important;
  }
  .content-block.content-large-feature .row-eq-height .boxWrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .widget_categories {
    display: none;
  }
  #category-switcher {
    width: 100%;
    margin-bottom: 30px;
  }
  .btn-lg,
  .btn-lg2,
  .btn-group-lg > .btn,
  .addon-checkout .gform_body .next-btn .gform_next_button {
    font-size: 18px;
  }
  .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;
  }
  .company-formations-overview #map {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .company-formations-overview #map svg {
    width: 100%;
    height: auto;
  }
  .no-icon h1 {
    padding-top: 0px!important;
  }
  #county-select-wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .county-stats-row {
    text-align: center;
  }
  .county-stats-row .col-2:before,
  .county-stats-row .col-2:after {
    display: none;
  }
  .county-stats-row .col-3 {
    text-align: center;
  }
  main {
    padding-left: 30px;
    padding-right: 30px;
  }
  #stickyfooter {
    height: auto;
  }
  #stickyfooter .container {
    background: none;
  }
  #stickyfooter .container .text {
    padding-left: 0px;
  }
  #stickyfooter .container .text br {
    display: none;
  }
  #stickyfooter .container .button {
    position: static;
  }
  .container {
    padding: 0 15px!important;
  }
  body.single-post article {
    padding: 0!important;
  }
  body.single-post article header .author-info .media-body p {
    line-height: 1.2;
  }
  body.single-post article header .author-info .media-body p + p {
    display: none;
  }
  body.single-post .widget_popular-articles article {
    padding: 10px!important;
  }
  body.single-post .content-block.content-call_to_action_box {
    width: 100%;
  }
  body.home .banner {
    height: auto;
  }
  body.home .bl-sub-menu-wrap .feefo {
    margin-top: 18px;
  }
  body.home .bl-sub-menu-wrap .feefo .logo {
    position: absolute;
    right: 10px;
  }
  body.home .bl-sub-menu-wrap .feefo .link {
    left: 10px;
    position: relative;
    top: 2px;
  }
  body.home .homepage-box-row {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  body.home .homepage-box-row .boxWrap:after {
    display: none;
  }
  body.home main {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  body.home .content-tabbed_content {
    padding: 0!important;
  }
  body.home .content-tabbed_content .col-md-4 .content-text {
    padding-left: 0px;
  }
  body.home .content-tabbed_content .flex-direction-nav a {
    padding-top: 30px!important;
  }
  body.home .feefo .rating {
    position: relative;
    top: -1px;
  }
  body.home .feefo .rating span {
    font-size: 14px;
  }
  body.home .feefo .rating span i {
    font-size: 13px;
    position: relative;
    top: 0px;
  }
  body.home .feefo .logo {
    margin-right: 0px;
    width: 90px;
  }
  body.home .feefo .logo img {
    width: 90px;
  }
  body.home .feefo .link {
    display: none;
  }
  body.home .new-home-flexslider {
    margin: 0 -20px !important;
  }
  body.home .new-home-flexslider .tab-overflow {
    padding: 0 50px;
  }
  body.home .new-home-flexslider .flex-viewport {
    height: 160px;
  }
  body.home .new-home-flexslider .flex-direction-nav li a {
    padding-top: 38px!important;
  }
  body.home .new-home-flexslider .flex-direction-nav li a.flex-prev {
    left: 0px;
  }
  body.home .new-home-flexslider .flex-direction-nav li a.flex-next {
    right: 0px;
  }
  body.home .new-home-flexslider ul.nav-tabs li a {
    height: 140px!important;
    padding-top: 20px;
  }
  body.home .new-home-flexslider ul.flex-direction-nav li a {
    height: 140px;
  }
  body.home .frontpage .mobile-bg-home {
    min-height: 290px;
    height: auto;
  }
  body.home .frontpage .overlay {
    position: absolute;
    top: 0;
    padding: 35px 15px;
    height: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body.home .frontpage .overlay .flexslider {
    padding-right: 10px;
  }
  body.home .frontpage .overlay .quote {
    width: 20px;
    height: 20px;
  }
  body.home .frontpage .overlay .quote.left-quote {
    left: 30px;
    top: -10px;
  }
  body.home .frontpage .overlay .one-word-quote {
    font-size: 56px;
    line-height: 1;
    display: inline-block;
  }
  body.home .frontpage .overlay .company-software {
    font-size: 15px;
    margin-top: 20px;
  }
  body.home .frontpage .overlay .company-software span {
    font-size: 15px;
  }
  body.home .frontpage .overlay .featured-image,
  body.home .frontpage .overlay .author {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }
  body.home .frontpage .overlay .featured-image img,
  body.home .frontpage .overlay .author img {
    width: 50px;
    display: inline;
  }
  body.home .frontpage .overlay .author {
    font-size: 15px;
  }
  body.home .half-box-wrap .businesses,
  body.home .half-box-wrap .accountants {
    margin-top: 20px;
  }
  body.home .half-box-wrap .businesses:before,
  body.home .half-box-wrap .accountants:before {
    display: none;
  }
  body.home .half-box-wrap .businesses .title-wrap .title,
  body.home .half-box-wrap .accountants .title-wrap .title {
    font-size: 50px!important;
  }
  body.home .half-box-wrap .businesses .title-wrap .subtitle,
  body.home .half-box-wrap .accountants .title-wrap .subtitle {
    font-size: 16px!important;
    padding-left: 0!important;
  }
  .related-items h2 a {
    position: static;
    display: block;
    margin-top: 10px;
  }
  .blog-post .read-more p.comments {
    position: static;
  }
  .resourcesWrap .col-md-5 {
    text-align: center;
  }
  .resourcesWrap .col-md-7 {
    text-align: left;
  }
  .resourcesWrap .title {
    margin-top: 0;
  }
  .resourcesWrap .btnWrap {
    display: block;
    text-align: center;
  }
  .resourcesWrap .resourcesFaqImg {
    position: relative;
    right: auto;
  }
  .resourcesWrap .resourcesBlogImg {
    position: relative;
    left: auto;
  }
  .resourcesWrap .resourcesGuideImg {
    position: relative;
    right: auto;
  }
  .allfaqs {
    text-align: center;
  }
  .allfaqs .btn {
    position: relative;
    top: 10px!important;
  }
  .row-eq-height {
    display: block;
  }
  .main {
    padding: 20px 30px;
  }
  .content-introduction br {
    display: none;
  }
  .page-header {
    text-align: center;
  }
  .page-header h1 {
    text-align: center;
  }
  .faqoverview svg,
  .faqoverview .get-icon-svg {
    width: 70px!important;
    height: 70px!important;
  }
  .page-template-page-standard-php .container {
    padding: 0 15px!important;
  }
  .page-template-page-standard-php article,
  .page-template-page-standard-php .page-header {
    padding-top: 10px;
  }
  .sign-up-log-on,
  .websitealive-chat {
    display: none;
  }
  .quote-photo .quote,
  .quote-photo .photo {
    width: 100%;
  }
  #menu .sign-up-log-on {
    display: block;
  }
  .page-header .page-strapline {
    top: 0px;
    width: 100%;
    padding-top: 20px;
  }
  .comment-list li .avatar {
    right: auto;
    left: 0px;
  }
  .comment-list li .comment-author,
  .comment-list li .comment-meta {
    margin-left: 0;
  }
  .comment-list li .comment-meta {
    margin-bottom: 20px;
  }
  .comment-list li p {
    margin-right: 0;
  }
  .search-form {
    padding-right: 0;
  }
  .search-form button {
    width: 50px!important;
  }
  .posts-container {
    padding-right: 0;
  }
  .posts-container p.tags {
    padding-left: 0!important;
  }
  .banner .navbar-header {
    width: 140px;
  }
  .banner .navbar-header img {
    width: 140px;
  }
  button.toggle-button {
    margin-top: -1px;
    font-size: 16px;
    margin-bottom: 8px;
    padding-right: 0;
  }
  button.toggle-button span {
    font-size: 32px;
  }
  .navbar-brand {
    height: 40px!important;
    top: 12px!important;
    left: 20px!important;
  }
  .navbar-brand img {
    width: 160px!important;
    height: auto!important;
    margin-top: 5px!important;
  }
  .page-template-page-standard-php article {
    padding-right: 0px;
  }
  body.page-template-page-pricing .page-header {
    padding-bottom: 0;
    text-align: center;
  }
  body.page-template-page-pricing .page-header .nav-tabs {
    position: static;
  }
  body.page-template-page-pricing .page-header .nav-tabs li {
    width: 49%;
    margin-left: 0;
    margin-right: 1%;
  }
  body.page-template-page-pricing .page-header .nav-tabs li a {
    width: 100%;
    font-size: 16px;
  }
  body.page-template-page-pricing .page-header .nav-tabs li:last-child {
    margin-right: 0;
  }
  body.page-template-page-pricing .page-header .which-popup {
    display: none;
  }
  body.page-template-page-pricing .pricing-table .pay-features ul.features {
    float: none!important;
  }
  body.page-template-page-pricing .pricing-table .pay-features ul.features li {
    float: none!important;
  }
  body.page-template-page-pricing .pricing-table .free-features {
    min-height: 540px;
  }
  body.page-template-page-pricing .pricing-table .free-features ul {
    float: none!important;
  }
  body.page-template-page-pricing .pricing-table .free-features ul li {
    float: none!important;
    width: 100%!important;
    line-height: 1.1;
  }
  body.page-template-page-pricing .content-calculator .quantity input.number {
    width: 100%!important;
  }
  body.page-template-page-pricing .content-calculator .price-block .price {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  body.page-template-page-pricing .content-calculator .price-block small {
    text-align: center;
  }
  article .content-tabbed_content ul.nav-tabs {
    width: auto!important;
    margin: 0 -15px !important;
  }
  article .content-tabbed_content ul.nav-tabs li {
    width: 50%!important;
    margin-bottom: 25px;
  }
  article .content-tabbed_content ul.nav-tabs li a.nonumber span {
    font-size: 16px!important;
  }
  article .content-tabbed_content .tab-content.nonumber {
    padding: 0;
  }
  article .content-tabbed_content .tab-content ul li {
    text-align: left;
  }
  body.faq-results article {
    padding-right: 0px;
  }
  body.faq-results article .faq-search-box input {
    width: 100%;
  }
  .content-block.content-meet-the-team .job-info,
  .content-block.content-meet-the-team .description {
    padding-top: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .content-block.content-testimonials .filter-btns button {
    width: 48%!important;
    margin-right: 1%!important;
    margin-bottom: 20px!important;
    margin-left: 0!important;
    display: inline-block;
  }
  .content-block.content-testimonials .filter-btns button:nth-child(2n) {
    margin-right: 0!important;
  }
  .content-block.content-testimonials .hover .testimonial-photo-title span {
    display: block!important;
    width: 100%!important;
    float: none!important;
  }
  .content-block.content-call_to_action {
    text-align: center;
  }
  .content-block.content-call_to_action a.btn {
    width: auto!important;
    float: none!important;
  }
  .content-block.content-call_to_action.first-call-to-action {
    padding-left: 0!important;
  }
  .content-block.content-call_to_action ul {
    padding-left: 40px;
  }
  .content-block.content-large-feature .box1 {
    text-align: center;
    margin: 0 -15px;
  }
  .content-block.content-large-feature .box1 .largeImg {
    position: static!important;
    height: auto!important;
    width: 100%;
    margin: 0 auto;
  }
  .content-block.content-large-feature .box1 p,
  .content-block.content-large-feature .box1 h1,
  .content-block.content-large-feature .box1 h2,
  .content-block.content-large-feature .box1 h3,
  .content-block.content-large-feature .box1 h4,
  .content-block.content-large-feature .box1 h5,
  .content-block.content-large-feature .box1 h6 {
    padding: 0 10px;
  }
  .content-block.content-large-feature .box1 > div {
    text-align: left;
  }
  .content-block.content-large-feature .box2 {
    margin: 0 -15px;
  }
  .content-block.content-large-feature .box2 .boxWrap {
    min-height: auto!important;
    margin-bottom: 20px;
  }
  .content-block.content-large-feature .box2 .boxWrap span.btnWrap {
    height: auto;
    margin-top: 30px;
  }
  .content-block.content-large-feature .box2 .boxWrap span.btnWrap a.btn {
    position: relative!important;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content-block.content-feature_boxes.no-background .feature-box {
    height: auto;
    margin-bottom: 0;
  }
  .content-block.content-page-link-list .box-colour {
    padding: 20px 0 0;
  }
  .content-block.content-page-link-list .box-colour .row {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .content-block.content-page-link-list .box-colour .col-sm-4 {
    margin-bottom: 40px;
  }
  .content-block.content-page-link-list .box-colour a.featureWrap {
    position: relative;
    left: 0px;
    right: 0px;
  }
  .content-block.content-page-link-list .box-colour a.featureWrap:after {
    display: none;
  }
  .content-block.content-page-link-list .box-colour .title .btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .content-block.content-services_carousel {
    width: 100%;
    padding: 50px 20px 20px;
  }
  .content-block.content-services_carousel p {
    margin: 0;
    width: 100%;
  }
  .content-block.content-services_carousel a {
    white-space: normal;
  }
  .content-block.content-services_carousel a.btn-lg {
    padding: 14px 20px!important;
  }
  .content-block.content-services_carousel a.btn-lg svg {
    display: none;
  }
  .content-block.content-testimonials .flexslider {
    text-align: center;
  }
  .content-block.content-testimonials .flexslider .testimonial-photo {
    float: none;
  }
  .content-block.content-testimonials .flexslider .testimonial-text {
    width: 100%;
  }
  .content-block.content-images_videos img {
    width: 100%;
  }
  .flip-container .back p {
    font-size: 14px;
    line-height: 1.25;
  }
  .navigation-icons {
    margin-top: 30px;
    padding: 0!important;
    text-align: center;
  }
  .navigation-icons li {
    width: 50%!important;
    margin-top: 30px;
  }
  .company-formations-ad img {
    position: static;
    display: none!important;
  }
  .company-formations-ad .btn-blue {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
  }
  .company-formations-ad .content-text {
    margin-top: 0px!important;
  }
  .content-faqs .question {
    padding-right: 30px;
  }
  .related-faqs:after,
  .related-posts:after {
    display: none!important;
  }
  .related-faqs .content-faqs,
  .related-posts .content-faqs,
  .related-faqs .content-posts,
  .related-posts .content-posts {
    padding: 0;
  }
  .related-faqs .faqs .faq-search-box button,
  .related-posts .faqs .faq-search-box button {
    text-align: center;
    width: 40px!important;
    padding: 0;
  }
  .related-faqs .blog_posts .blog-search-box button,
  .related-posts .blog_posts .blog-search-box button {
    text-align: center;
    width: 40px!important;
    padding: 0;
  }
  #footer1 {
    text-align: center;
    padding: 20px;
  }
  #footer1 .left-column {
    margin-bottom: 40px;
  }
  #footer1 .right-column input,
  #footer1 .right-column button :not(#footer_sns_reveal) :not(#sns_submit) {
    width: 100%!important;
  }
  #footer1 .rubious-share-buttons {
    justify-content: center;
  }
  #footer2 {
    text-align: left;
  }
  #footer2 p {
    line-height: 16px;
  }
  section .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  body main {
    padding: 30px 15px 0px!important;
  }
  body .btn {
    width: auto;
    display: block;
  }
  body .page-header h1 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center!important;
    height: auto!important;
    padding-top: 40px;
    padding-left: 0!important;
    line-height: 0.8;
  }
  body .page-header h1 img {
    position: static !important;
    display: block;
    margin: auto;
  }
  body .page-header h1 svg {
    display: block;
    text-align: center;
    margin: -57px auto -15px !important;
    top: -10px;
  }
  body.faqs .content-faqs.faqoverview hr,
  body.tax-faq_cat .content-faqs.faqoverview hr {
    display: none;
  }
  body.faqs .content-faqs.faqoverview .faq-search-box input,
  body.tax-faq_cat .content-faqs.faqoverview .faq-search-box input {
    width: 100%!important;
  }
  body.faqs .content-faqs.faqoverview .col-sm-4,
  body.tax-faq_cat .content-faqs.faqoverview .col-sm-4 {
    border-right: none;
  }
  body.faqs .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons,
  body.tax-faq_cat .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons {
    margin-bottom: 20px;
    width: 100%;
    float: none!important;
  }
  body.faqs .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons li,
  body.tax-faq_cat .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons li {
    width: 100%!important;
  }
  body.faqs .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons li .icon-container,
  body.tax-faq_cat .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons li .icon-container {
    width: 20%!important;
  }
  body.faqs .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons li .text,
  body.tax-faq_cat .content-faqs.faqoverview .col-sm-4 .navigation-icons.nav-7-icons li .text {
    width: 80%!important;
    padding-left: 20px!important;
  }
  body .flipWrap {
    margin-bottom: 20px;
  }
  body .flipWrap.left,
  body .flipWrap.right {
    text-align: left;
  }
  body .flipWrap .monthGrouped {
    z-index: 5;
  }
  body .flipWrap .hLine {
    display: none;
  }
  body .timelineWrap .monthGrouped,
  body .timelineWrap .flip-container {
    width: 100%;
  }
  body .company-formation-wrapper iframe {
    height: 275px;
    overflow-x: scroll;
  }
  body .content-block.content-feature_boxes .feefo .rating,
  body .content-block.content-feature_boxes .feefo .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    height: auto;
  }
  body .content-block.content-feature_boxes > .row {
    border-bottom: none;
  }
  body .content-block.content-feature_boxes.no-background .feature-box {
    padding-left: 0;
    padding-right: 0;
  }
  body .content-block.content-feature_boxes.no-background .feature-box .normal {
    height: auto!important;
  }
  body .content-block.content-introduction p {
    width: 100%;
  }
  body .content-block.content-feefo {
    padding: 0;
  }
  body .content-block.content-feefo a:hover {
    text-decoration: none;
  }
  body .content-block.content-feefo .feefo {
    height: auto;
  }
  body .content-block.content-feefo .feefo .feefo-reviews {
    float: none;
    overflow-x: scroll;
  }
  body .content-block.content-feefo .feefo .rating,
  body .content-block.content-feefo .feefo .logo {
    position: static;
    float: none;
    text-align: center;
    width: auto;
    height: auto;
  }
  body .content-block.content-feefo .feefo .rating img,
  body .content-block.content-feefo .feefo .logo img {
    width: 70%;
    margin: 0 auto;
  }
  body .content-block.content-feefo .feefo .rating p,
  body .content-block.content-feefo .feefo .logo p {
    float: none;
  }
  body .content-block.content-feefo .feefo .rating .icon-star,
  body .content-block.content-feefo .feefo .logo .icon-star {
    font-size: 30px;
  }
  body .content-block.content-call_to_action {
    padding: 0;
  }
  body .content-block.content-call_to_action .content-text li {
    text-align: left;
  }
  body .content-block.content-text-columns img {
    width: 100%;
    height: auto;
  }
  body .content-block.content-what_does_it_do_core_features {
    height: auto!important;
  }
  body .content-block.content-what_does_it_do_core_features .content-call_to_action {
    padding-bottom: 50px;
  }
  body .content-block.content-what_does_it_do_core_features .navigation-icons {
    position: static!important;
  }
  body .content-block.content-what_does_it_do_core_features .navigation-icons li {
    padding: 0 20px;
  }
  body .content-block.content-page_link_box .title,
  body .content-block.content-page_link_box .content {
    float: none!important;
    width: 100%!important;
    height: auto!important;
  }
  body .content-block.content-page_link_box .content {
    padding-bottom: 25px!important;
  }
  body .content-block.content-page_link_box .content p {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
  body .content-block.content-page_link_box .btn {
    position: relative!important;
    right: 0px!important;
    top: 0px!important;
  }
  body .content-block.content-text {
    padding: 0;
  }
  body .content-block.content-text .text-background_image {
    background-size: 100%!important;
    top: 0px;
    padding-top: 25%;
  }
  body .content-block.content-tabbed_content .nav-tabs {
    width: 100%;
  }
  body .content-block.content-tabbed_content .nav-tabs li {
    width: 25%;
    margin-left: 0;
  }
  body .content-block.content-tabbed_content .nav-tabs li a {
    width: auto;
    height: 120px;
    padding: 4px;
    text-align: center;
  }
  body .content-block.content-tabbed_content .nav-tabs li a b {
    position: static;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 10px auto 10px;
  }
  body .content-block.content-tabbed_content .nav-tabs li a span {
    display: block;
    width: 100%;
    position: static;
    font-size: 12px;
  }
  body .content-block.content-tabbed_content .nav-tabs li a i {
    left: 50%;
    margin-left: -20px;
  }
  body .content-block.content-tabbed_content .tab-content {
    padding: 0 30px 30px!important;
    margin: 0!important;
    width: 100%;
  }
  body .content-block.content-tabbed_content .tab-content .tab {
    margin-top: 0;
  }
  body .content-block.content-testimonials .testimonial-row {
    height: auto;
    border-top: none;
  }
  body .content-block.content-testimonials .testimonial-row .testimonial-grid-item {
    margin-bottom: 40px;
    border: none!important;
  }
  body .content-block.content-testimonials .testimonial-row .testimonial-grid-item .more {
    top: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  body .content-block.content-testimonials .testimonial-row .testimonial-grid-item:before {
    display: none;
  }
  body .previous-button {
    margin-top: 20px;
  }
  body .previous-button a:hover {
    text-decoration: none;
  }
  body .previous-button a:hover span {
    position: static;
  }
  body .next-button {
    margin-bottom: 70px;
  }
  body .next-button a:hover {
    text-decoration: none;
  }
  body .next-button a:hover span {
    position: relative;
    top: 50px;
    left: auto;
  }
  body.contact article {
    padding-right: 0px;
  }
  body.contact article .contact-intro {
    text-align: center;
  }
  body.contact article .contact-intro p {
    font-size: 16px;
  }
  body.contact article .contact-intro br {
    display: none;
  }
  body.contact aside {
    text-align: center;
  }
  body .gform_wrapper .gform_body li {
    width: 100%!important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #county-select-wrapper .bootstrap-select {
    width: 100%!important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #year-select-wrapper {
    width: 100%!important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #year-select-wrapper .bootstrap-select {
    width: 100%!important;
  }
}
/* ==========================================================================
 Case Studies
============================================================================= */
.content-block.content-case-study {
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-block.content-case-study .case-study-shown-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.content-block.content-case-study .case-study-shown-wrapper > .image {
  width: 386px;
  flex: 0 0 386px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 991px) {
  .content-block.content-case-study .case-study-shown-wrapper > .image {
    display: none;
  }
}
.content-block.content-case-study .case-study-shown-content {
  flex: 1 1 auto;
}
.content-block.content-case-study .case-study-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #009FDA;
  color: #fff;
}
.content-block.content-case-study .case-study-title h2 {
  padding: 15px 20px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
  .content-block.content-case-study .case-study-title h2 {
    padding-right: 150px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .content-block.content-case-study .case-study-title h2 {
    padding-right: 0px;
  }
}
.content-block.content-case-study .case-study-title > .image {
  flex: 0 0 130px;
}
.content-block.content-case-study .case-study-title > .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .content-block.content-case-study .case-study-title > .image {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-block.content-case-study .case-study-title > .image {
    display: none;
  }
}
.content-block.content-case-study .case-study-sub-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background: #E9E7EE;
}
.content-block.content-case-study .case-study-sub-title h3 {
  padding: 10px 20px;
  margin: 0px;
}
.content-block.content-case-study .case-study-sub-title h3 span {
  font-style: normal;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #635F5E;
  font-size: 80%;
  display: inline-block;
  padding-left: 30px;
}
.content-block.content-case-study .case-study-sub-title > .logo {
  width: 155px;
  background: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .content-block.content-case-study .case-study-sub-title > .logo {
    width: 130px;
  }
}
.content-block.content-case-study .case-study-sub-title > .logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .content-block.content-case-study .case-study-sub-title h3 {
    font-size: 15px;
  }
  .content-block.content-case-study .case-study-sub-title h3 span {
    padding: 0;
  }
  .content-block.content-case-study .case-study-sub-title > .logo {
    height: 60px;
  }
  .content-block.content-case-study .case-study-sub-title > .logo img {
    max-height: 100%;
    width: auto;
  }
  .content-block.content-case-study .case-study-sub-title > .image {
    height: 60px;
  }
  .content-block.content-case-study .case-study-sub-title > .image img {
    max-height: 100%;
    width: auto;
  }
}
@media (min-width: 768px) {
  .content-block.content-case-study .case-study-sub-title > .image {
    display: none;
  }
}
.content-block.content-case-study .case-study-introduction-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 25px;
  background: #F4F3F7;
}
@media (max-width: 768px) {
  .content-block.content-case-study .case-study-introduction-wrapper {
    display: block;
  }
}
.content-block.content-case-study .case-study-introduction-wrapper .case-study-introduction {
  flex: 1 1 60%;
}
.content-block.content-case-study .case-study-introduction-wrapper .case-study-introduction p {
  margin: 0px;
}
.content-block.content-case-study .case-study-introduction-wrapper .case-study-bullets {
  flex: 1 0 280px;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .content-block.content-case-study .case-study-introduction-wrapper .case-study-bullets {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.content-block.content-case-study .case-study-introduction-wrapper .case-study-bullets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-block.content-case-study .case-study-introduction-wrapper .case-study-bullets ul li {
  background: #E9E7EE;
  margin-bottom: 3px;
  padding: 4px 10px;
  font-style: italic;
  color: #635F5E;
}
.content-block.content-case-study .hide-show {
  border-bottom: 2px dashed #bfd5e8;
  margin-top: -30px;
  margin-bottom: 90px;
  text-align: center;
}
.content-block.content-case-study .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-case-study .hide-show a:hover {
  color: #009fda;
}
.content-block.content-case-study .hide-show a.show-case-study {
  display: none;
}
.content-block.content-case-study.case-study-hidden .case-study-extra {
  display: none;
}
.content-block.content-case-study.case-study-hidden .hide-show a.hide-case-study {
  display: none;
}
.content-block.content-case-study.case-study-hidden .hide-show a.show-case-study {
  display: block;
}
.content-block.content-case-study .case-study-extra-contents {
  border: 20px solid #F4F3F7;
  padding: 30px;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  margin: 0 -40px;
}
@media (max-width: 768px) {
  .content-block.content-case-study .case-study-extra-contents .expanded-text {
    display: block;
  }
}
.content-block.content-case-study .case-study-extra-contents .expanded-text > p {
  flex: 1;
  padding: 0 40px;
  position: relative;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text p + p:before {
  border-left: 1px solid #F4F4F4;
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
}
@media (max-width: 768px) {
  .content-block.content-case-study .case-study-extra-contents .expanded-text p + p:before {
    display: none;
  }
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .content-block.content-case-study .case-study-extra-contents .expanded-text-columns {
    margin: 0 -10px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .content-block.content-case-study .case-study-extra-contents .expanded-text-columns {
    display: block;
  }
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col {
  flex: 1;
  margin: 0 25px;
  padding: 25px;
}
@media (max-width: 1199px) {
  .content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col {
    margin-bottom: 30px;
  }
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col h3 {
  color: #0054A0;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col blockquote {
  font-size: 15px;
  font-style: italic;
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col blockquote > p:first-child {
  padding-left: 30px;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col blockquote strong {
  color: inherit;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col blockquote:before {
  content: '\e91b';
  font-family: 'icomoon';
  font-size: 20px;
  font-style: normal;
  position: absolute;
  top: -3px;
  left: 0px;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col blockquote + blockquote {
  margin-top: 10px;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col:first-child {
  background: #F0F9F2;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col:first-child blockquote:before {
  color: #009B2A;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col:nth-child(2) {
  background: #FBF1F4;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col:nth-child(2) blockquote:before {
  color: #BB133E;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col:nth-child(3) {
  background: #F0F9FD;
}
.content-block.content-case-study .case-study-extra-contents .expanded-text-columns .expanded-text-col:nth-child(3) blockquote:before {
  color: #009FDA;
}
.content-block.content-case-study .download-button {
  text-align: center;
  padding-top: 30px;
}
.wsp-container h2 {
  margin-bottom: 20px;
}
.wsp-container .wsp-pages-list {
  max-width: 500px;
}
.wsp-container > ul {
  padding-left: 0px!important;
}
.wsp-container > ul > li:before {
  display: none!important;
}
.wsp-container > ul li {
  margin-bottom: 8px!important;
  padding-bottom: 3px;
}
.wsp-container > ul .page_item_has_children > a {
  position: relative;
  border-bottom: 1px dashed #bfd5e8;
  padding-right: 50px;
  display: block;
}
.wsp-container > ul .page_item_has_children > ul {
  display: none;
}
.wsp-container > ul .page_item_has_children.open > a:after {
  content: '-';
}
.wsp-container > ul .page_item_has_children > a {
  display: block;
  padding-bottom: 5px;
}
.wsp-container > ul .page_item_has_children > a:after {
  content: '+';
  font-weight: bold;
  display: block;
  width: 23px;
  height: 23px;
  background: #bfd5e8;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 22px;
}
.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;
}
/* ==========================================================================
 Steps
============================================================================= */
.content-steps {
  margin-bottom: 100px;
}
.content-steps .content-container h3 {
  font-size: 19px;
  font-style: normal;
  color: #084392;
  text-align: center;
  margin-bottom: 35px;
}
.content-steps .content-container .steps-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .content-steps .content-container .steps-container {
    flex-wrap: wrap;
  }
}
.content-steps .content-container .steps-container .step {
  display: flex;
  margin: 0 10px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .content-steps .content-container .steps-container .step {
    margin-bottom: 0;
  }
  .content-steps .content-container .steps-container .step:after {
    content: '';
    width: 88px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: url('../svg/arrow-small.svg') no-repeat;
    background-size: contain;
  }
}
.content-steps .content-container .steps-container .step .number {
  width: 20px;
  flex: 0 0 20px;
  height: 24px;
  font-size: 16.7px;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-right: 12px;
}
.content-steps .content-container .steps-container .step p {
  max-width: 222px;
  color: #707073;
  line-height: 1.47;
}
.content-steps .content-container .steps-container .step-1 .number {
  background-color: #009fda;
}
.content-steps .content-container .steps-container .step-2 .number {
  background-color: #084392;
}
.content-steps .content-container .steps-container .step-3 .number {
  background-color: #6e33a0;
}
.content-steps .content-container .steps-container .step-4 .number {
  background-color: #009b2a;
}
.content-steps .content-container .steps-container .step-4:after {
  content: none;
}
body.faqs h1 img,
body.faq-results h1 img,
body.page-template-page-pricing h1 img {
  height: 130px !important;
  top: 0 !important;
}
@media (max-width: 767px) {
  body.faqs h1 img,
  body.faq-results h1 img,
  body.page-template-page-pricing h1 img {
    position: absolute !important;
  }
}
/* ==========================================================================
 Careers
============================================================================= */
.content-careers hr {
  margin: 30px 0;
  background: linear-gradient(to bottom, rgba(0, 88, 163, 0.05) 0%, rgba(0, 88, 163, 0) 80%);
  height: 25px;
  border-top: 1px solid #e5f5fb;
  border-bottom: 0px;
}
.content-careers .content-container h3 {
  font-size: 25px;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
.content-careers .content-container .careers-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.content-careers .content-container .careers-container .career {
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #ebf9ff;
  margin-bottom: 40px;
}
.content-careers .content-container .careers-container .career:nth-child(2n) {
  background-color: #def3fb;
}
.content-careers .content-container .careers-container .career:nth-child(3n) {
  background-color: #f0f1f4;
}
@media (max-width: 767px) {
  .content-careers .content-container .careers-container .career {
    padding: 20px;
  }
}
.content-careers .content-container .careers-container .career h4 {
  font-size: 23px;
  color: #000000;
  margin-bottom: 30px;
}
.content-careers .content-container .careers-container .career .role,
.content-careers .content-container .careers-container .career .place {
  display: flex;
}
.content-careers .content-container .careers-container .career .role b,
.content-careers .content-container .careers-container .career .place b {
  min-width: 110px;
  display: block;
}
.content-careers .content-container .careers-container .career .place {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-careers .content-container .careers-container .career .place {
    margin-bottom: 15px;
  }
}
.content-careers .content-container .careers-container .career p {
  color: #242526;
}
.content-careers .content-container .careers-container .career .apply {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content-careers .content-container .careers-container .career .apply {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 25px;
  }
  .content-careers .content-container .careers-container .career .apply button {
    width: 100%;
    order: 2;
    margin-top: 25px;
  }
}
.content-careers .content-container .careers-container .career .apply .download {
  color: #242526;
  text-decoration: underline;
  position: relative;
  padding-left: 40px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .content-careers .content-container .careers-container .career .apply .download {
    margin-left: 0;
  }
}
.content-careers .content-container .careers-container .career .apply .download:after {
  content: '';
  background: url('../svg/downloads.svg') no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -10px;
}
.no-role-cta,
.content-careers-cta {
  border-top: solid 1px #f0f1f4;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .no-role-cta,
  .content-careers-cta {
    margin-bottom: 40px;
    border-bottom: solid 1px #f0f1f4;
  }
}
.no-role-cta .content-container,
.content-careers-cta .content-container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .no-role-cta .content-container,
  .content-careers-cta .content-container {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .no-role-cta .content-container .text,
  .content-careers-cta .content-container .text {
    padding-right: 40px;
  }
}
.no-role-cta .content-container .text h3,
.content-careers-cta .content-container .text h3 {
  font-size: 25px;
  color: #707073;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  font-style: normal;
  margin-bottom: 5px;
}
.no-role-cta .content-container .text p,
.content-careers-cta .content-container .text p {
  max-width: 535px;
}
@media (max-width: 767px) {
  .no-role-cta .content-container .text p,
  .content-careers-cta .content-container .text p {
    margin-bottom: 20px;
  }
}
.no-role-cta .content-container button,
.content-careers-cta .content-container button,
.no-role-cta .content-container a,
.content-careers-cta .content-container a {
  margin-left: auto;
}
@media (max-width: 767px) {
  .no-role-cta .content-container button,
  .content-careers-cta .content-container button,
  .no-role-cta .content-container a,
  .content-careers-cta .content-container a {
    width: 100%;
    font-size: 23px;
  }
}
.no-role-cta .content-container button:after,
.content-careers-cta .content-container button:after,
.no-role-cta .content-container a:after,
.content-careers-cta .content-container a:after {
  top: 17px;
  right: 22px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .careers .content-tabbed_content .tab.row.active {
    display: flex;
    align-items: center;
  }
}
.careers .content-tabbed_content span.title {
  font-size: 42px;
  font-weight: bold;
  color: #009fda;
  font-family: 'otaribold-limited', helvetica;
}
.careers .content-tabbed_content span.title p {
  color: #009fda;
  line-height: 1;
}
@media (max-width: 768px) {
  .careers .content-tabbed_content span.title {
    font-size: 30px;
  }
}
.careers .content-tabbed_content .nav-tabs li a.tablink {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .careers .content-tabbed_content .nav-tabs li a.tablink {
    height: auto;
  }
}
@media (max-width: 450px) {
  .careers .content-tabbed_content .nav-tabs li a.tablink {
    padding: 10px;
  }
}
.careers .modal-backdrop {
  z-index: 0;
}
.careers .modal {
  background-color: rgba(255, 255, 255, 0.9);
}
.careers .modal .modal-dialog {
  width: 765px;
  top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .careers .modal .modal-dialog {
    width: auto;
    padding: 0 50px;
    transform: none;
    top: auto;
    top: 50px;
  }
}
@media (max-width: 475px) {
  .careers .modal .modal-dialog {
    padding: 0 15px;
    top: 15px;
  }
}
.careers .modal .modal-dialog .modal-content {
  box-shadow: none;
  border: solid 1px #707073;
  border-radius: 0;
  padding: 40px;
  padding-top: 20px;
  position: relative;
}
.careers .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  min-height: auto;
}
.careers .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #707073;
  opacity: 1;
}
.careers .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: relative;
}
.careers .modal .modal-dialog .modal-content .modal-body .subtitle {
  font-size: 22px;
  color: #707073;
}
.careers .modal .modal-dialog .modal-content .modal-body h3 {
  font-size: 25px;
  font-style: italic;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.careers .modal .modal-dialog .modal-content .modal-body .gform_wrapper form {
  padding: 0;
  background-color: transparent;
}
.careers .modal .modal-dialog .modal-content .modal-body .gform_wrapper form select {
  border: 1px solid #e3ecf1;
  font-size: 15px !important;
  padding: 5px !important;
}
.careers .modal .modal-dialog .modal-content .modal-body .gform_footer {
  display: flex;
}
@media (max-width: 475px) {
  .careers .modal .modal-dialog .modal-content .modal-body .gform_footer {
    margin-top: 50px;
  }
}
.careers .modal .modal-dialog .modal-content .modal-body .gform_footer p {
  margin-left: auto;
}
@media (max-width: 475px) {
  .careers .modal .modal-dialog .modal-content .modal-body .gform_footer p {
    width: 100%;
  }
}
.careers .modal .modal-dialog .modal-content .modal-body .close-button,
.careers .modal .modal-dialog .modal-content .modal-body .cancel-button {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0;
  background-color: transparent;
  font-size: 15px;
  color: #707073;
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 475px) {
  .careers .modal .modal-dialog .modal-content .modal-body .close-button,
  .careers .modal .modal-dialog .modal-content .modal-body .cancel-button {
    bottom: -50px;
  }
}
.careers .modal .modal-dialog .modal-content .modal-body .close-button {
  bottom: 10px;
}
@media (max-width: 475px) {
  .careers .modal .modal-dialog .modal-content .modal-body .close-button {
    bottom: -50px;
  }
}
.careers .modal .modal-dialog .modal-content .modal-body .gform_confirmation_wrapper {
  padding-bottom: 60px;
}
.careers .modal .modal-dialog .modal-content .modal-body .gform_confirmation_wrapper h4 {
  font-size: 24px;
  color: #242526;
  font-weight: normal;
}
body.contact .page-header h1 img,
body.blog .page-header h1 img {
  height: auto;
  margin-top: -36px !important;
}
.iconfont-company-profile::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;
}
div[class^="iconfont-confirmation"]::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-software-timeline::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-data-security::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;
}
div.iconfont-company-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;
}
div[class^="iconfont-features"]::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;
}
div[class^="iconfont-form"]::before,
.iconfont-features-extras::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;
}
div[class^="iconfont-"]:before {
  font-size: 35px;
  margin-right: 0;
}
.iconfont-free-trial::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-company-documents::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-company-details::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-meet-the-team::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-resources::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-client-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-why-inform-direct::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;
}
body.page-template-page-features-extras div.iconfont-features-extras::before,
body.page-template-page-form-company div.iconfont-features-extras::before,
body.term-private-company-limited-by-shares div.iconfont-features-extras::before,
body.term-company-formation div.iconfont-features-extras::before,
body.testimonials div.iconfont-features-extras::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: 35px;
  margin-right: 0;
}
body.page-template-page-features-extras div.iconfont-formation-faqs::before,
body.page-template-page-form-company div.iconfont-formation-faqs::before,
body.term-private-company-limited-by-shares div.iconfont-formation-faqs::before,
body.term-company-formation div.iconfont-formation-faqs::before,
body.testimonials div.iconfont-formation-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: "\ea13";
  font-size: 35px;
  margin-right: 0;
}
body.business-overview div.iconfont-overview::before,
body.page-template-page-pricing div.iconfont-overview::before,
body.testimonials div.iconfont-overview::before,
body.accountant-overview div.iconfont-overview::before,
body.free-trial div.iconfont-overview::before,
body.case-studies div.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: "\ea3b";
  font-size: 25px;
  margin-right: 5px;
}
body.accountant-overview div.iconfont-overview::before,
body.parent-pageid-4275 div.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: "\ea0d";
  font-size: 35px;
  margin-right: 0;
}
.navbar-static-top button.toggle-button .icon-menu {
  width: 32px;
  height: 32px;
}
/**
 * /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;
}
.lt-ie8 .col-xs-1,
.lt-ie8 .col-xs-2,
.lt-ie8 .col-xs-3,
.lt-ie8 .col-xs-4,
.lt-ie8 .col-xs-5,
.lt-ie8 .col-xs-6,
.lt-ie8 .col-xs-7,
.lt-ie8 .col-xs-8,
.lt-ie8 .col-xs-9,
.lt-ie8 .col-xs-10,
.lt-ie8 .col-xs-11,
.lt-ie8 .col-xs-12,
.lt-ie8 .col-sm-1,
.lt-ie8 .col-sm-2,
.lt-ie8 .col-sm-3,
.lt-ie8 .col-sm-4,
.lt-ie8 .col-sm-5,
.lt-ie8 .col-sm-6,
.lt-ie8 .col-sm-7,
.lt-ie8 .col-sm-8,
.lt-ie8 .col-sm-9,
.lt-ie8 .col-sm-10,
.lt-ie8 .col-sm-11,
.lt-ie8 .col-sm-12,
.lt-ie8 .col-md-1,
.lt-ie8 .col-md-2,
.lt-ie8 .col-md-3,
.lt-ie8 .col-md-4,
.lt-ie8 .col-md-5,
.lt-ie8 .col-md-6,
.lt-ie8 .col-md-7,
.lt-ie8 .col-md-8,
.lt-ie8 .col-md-9,
.lt-ie8 .col-md-10,
.lt-ie8 .col-md-11,
.lt-ie8 .col-md-12,
.lt-ie8 .input-group,
.lt-ie8 .row,
.lt-ie8 .content {
  box-sizing: border-box;
  behavior: url(../htc/boxsizing.htc);
}
.lt-ie8 audio,
.lt-ie8 canvas,
.lt-ie8 video {
  display: inline;
  zoom: 1;
}
.lt-ie8 html {
  font-size: 100%;
}
.lt-ie8 img {
  width: auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.lt-ie8 button,
.lt-ie8 input {
  overflow: visible;
}
.lt-ie8 .container {
  zoom: 1;
}
.lt-ie8 .row {
  zoom: 1;
}
.lt-ie8 .dl-horizontal {
  zoom: 1;
}
.lt-ie8 input[type="radio"],
.lt-ie8 input[type="checkbox"] {
  margin-top: 0;
}
.lt-ie8 .help-block {
  display: inline;
  zoom: 1;
}
.lt-ie8 .form-horizontal .form-group {
  zoom: 1;
}
.lt-ie8 .dropdown-toggle {
  margin-bottom: -3px;
}
.lt-ie8 .dropdown-menu .divider {
  width: 100%;
  margin: -5px 0 5px;
}
.lt-ie8 .list-group {
  margin-left: 0;
}
.lt-ie8 ul .list-group-item {
  list-style: none;
}
.lt-ie8 .sr-only {
  clip: rect(0 0 0 0);
}
.lt-ie8 .list-inline > li {
  display: inline;
  zoom: 1;
}
.lt-ie8 .home .sign-up-log-on {
  top: -25px;
}
.lt-ie9 .testimonial-photo {
  background: none !important;
}
